@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");

body {
  font-size: 0.9rem;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  font-variant-ligatures: no-common-ligatures;
}
a:hover {
  text-decoration: none;
}
/* General */
.headline {
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.vsl {
  text-align: center;
  margin-top: 2rem;
}
.headline::before {
  background-color: #ffa20f;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
li {
  list-style-type: none;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
.separator {
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  margin: 3rem 0;
}
a {
  color: #ffa20f;
  font-weight: 600;
  transition: all 0.5s ease;
  cursor: pointer;
}
a:hover {
  color: #000;
}

/* Banner */
.banner h1 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
}
.banner h2 {
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
.banner {
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sydney {
  background: url(../images/location/vo-sydney.png) no-repeat;
  background-attachment: fixed;
}
.brisbane {
  background: url(../images/location/vo-brisbane.png) no-repeat;
  background-attachment: fixed;
}
.melbourne {
  background: url(../images/location/vo-melbourne.png) no-repeat;
  background-attachment: fixed;
}
.perth {
  background: url(../images/location/vo-perth.png) no-repeat;
  background-attachment: fixed;
}

/* Welcome */
.welcome {
  margin: 4rem 0;
}
.introtext {
  text-align: center;
  width: 80%;
  margin: 3rem auto;
  font-size: 1rem;
}

/* Offer */

.offer.bluebg {
  background: #e8f9fb;
}
.offer {
  background: #dbf3f6 url(../images/location/offer.png) no-repeat;
  padding: 4rem 0;
  background-size: cover;
}
.offer__boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
}
.offer__boxes div {
  width: 33.3%;
  padding: 3rem;
  border-bottom: 1px solid #b5c1c6;
  border-left: 1px solid #b5c1c6;
  min-height: 206px;
}
.offer__boxes h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.offer__boxes p {
  margin: 0;
}
.offer__boxes div.noborder-left {
  border-left: none;
}
.offer__boxes div.noborder-bottom {
  border-bottom: none;
}

/* Description */
.description {
  margin: 4rem 0 0 0;
}
.description__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.description__left {
  width: 71%;
  margin-bottom: 3rem;
}
.description__right {
  width: 28%;
}

/* Explore */
.explore {
  padding: 4rem 0 2rem 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 181, 202, 0.1) 100%
  );
}
.location-preview-half {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 6rem 0;
}
.location-preview-half .location-preview-half__left {
  flex: 2;
}
.location-preview-half .location-preview-half__left img {
  width: 100%;
}
.preview__title {
  color: #00b5ca;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.preview__title a {
  color: #00b5ca;
}
.preview__title a:hover {
  color: #333;
}
.preview__info ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.preview__info ul li {
  border-right: 1px solid #00b5ca;
  color: #00b5ca;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 1rem;
}
.preview__info ul li:first-child {
  padding-left: 0;
  color: #fc9600;
  font-weight: 600;
}
.preview__info ul li:last-child {
  border-right: none;
}
.preview__line {
  background: #cbd1d3;
  height: 1px;
  width: 100%;
  margin: 1.2rem 0;
}
.preview__address {
  color: #777;
  margin-bottom: 10px;
  line-height: 1.4;
}
.preview__summary {
  margin: 18px 0px 18px 0px;
  /* height: 50px;*/
  color: #777;
  overflow: hidden;
}
.preview__facilities {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.preview__facilities div {
}
.preview__facilities div img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.preview__facilities div li {
  display: flex;
  margin-bottom: 0.6rem;
}
.preview__facilities div li p {
  margin: 0;
  line-height: 1.2;
}
button.details {
  color: #00b5ca;
  border: 1px solid #00b5ca;
  border-radius: 40px;
  background: transparent;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 1rem;
  transition: all 0.5s ease;
}
button.details:hover {
  background: #00b5ca;
  color: #ffffff;
}
button.enquire {
  color: #fc9600;
  border: 1px solid #fc9600;
  border-radius: 40px;
  background: transparent;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
}
button.enquire:hover {
  background: #fc9600;
  color: #ffffff;
}
button.enquire:focus,
button.details:focus {
  outline: 0;
}
.location-preview-half__right {
  padding-left: 3rem;
  flex: 2;
}
.location-preview-half__right .preview__buttons {
  display: flex;
  flex-direction: row;
}
.location-preview-half__right .preview__buttons button.enquire {
  margin-right: 1rem;
}
.location-preview-half.switched .location-preview-half__left {
  order: 2;
}

.location-preview-half.switched .location-preview-half__right {
  order: 1;
  padding-left: 0;
  padding-right: 3rem;
}

/* CBD Premium Virtual Offices */

.premium-offices {
  padding-bottom: 4rem;
}
.grid {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-width: 33.3%;
  max-width: 33.3%;
  max-height: 260px;
  width: 100%;
  cursor: pointer;
  background: #00b5ca;
}

.grid.full-view figure {
  min-width: 24.9999%;
  max-width: 24.9999%;
}
figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure figcaption {
  text-align: center;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
figure h2 {
  position: relative;
  overflow: hidden;
  padding: 0 0 0.5em 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
figure.cbd h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
figure:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  letter-spacing: 1px;
  font-size: 68.5%;
  margin: 0;
}
figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* More Info */
.more-info__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}
.more-info__left {
  flex: 1;
  padding-right: 2rem;
}
.more-info__right {
  flex: 1;
  padding-left: 2rem;
}
.more-info__content h5 {
  margin: 2rem 0 1rem 0;
  color: #00b5ca;
  font-weight: 600;
}

/* Benefits */
.benefits__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.benefits__left {
  flex: 1;
}
.benefits__right {
  flex: 1.4;
  margin-left: 6rem;
}
.benefits__right li {
  background: url("../images/location/check-org.png") left center no-repeat;
  padding-left: 2rem;
  margin-bottom: 0.6rem;
}
.city-map {
  margin: 3rem 0 2rem 0;
}
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 0.7em;
  font-size: 14px;
}
.field em.addlocation__icon {
  font-style: normal;
  padding: 1px 7px 1px 6px;
  background: #ebebeb;
  border-radius: 20px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 0.8rem;
}
label,
input,
textarea {
  transition: all 0.2s;
  touch-action: manipulation;
  font-size: 14px;
}
input,
textarea {
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  background: transparent;
}
input.fileupload {
  border: none;
  font-size: 13px;
  font-style: italic;
  color: #777;
}
input:focus,
textarea:focus {
  outline: 0;
  border-bottom: 1px solid #00b5ca;
  font-size: 14px;
}

label {
  text-transform: none;
  font-size: 14px;
}
input:placeholder-shown + label,
textarea:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 1.8rem) scale(1.4);
  font-size: 10px;
}
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
  font-size: 14px;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
}
input:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) + label,
input:focus + label,
textarea:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  font-size: 10px;
}
.attachid [type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.attachid [type="file"] + label {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  transform: none;
  font-size: 0.8rem;
  margin: 0;
  background: url(../images/location/attach.png) no-repeat 2px 1px;
  padding-left: 1.8rem;
}
.attachid [type="file"]:focus + label,
.attachid [type="file"] + label:hover {
  color: #00b5ca;
}
.attachid [type="file"]:focus + label {
  outline: none;
}
.attachid [type="file"] + label span {
  color: #777777;
  display: block;
  font-style: italic;
  font-size: 0.8rem;
}

.benefits form {
  position: relative;
  background: #e2f6fe40;
  border: 1px solid #a9e6ee;
  padding: 2rem 3rem;
}
.benefits form h3 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}
.benefits form h4 {
  font-size: 1.8rem;
  color: #00b5ca;
  font-weight: 600;
  margin-bottom: 1rem;
}
.formarrow {
  position: absolute;
  top: 42px;
  left: -110px;
}
form button {
  color: #000000;
  border: 2px solid #fc9600;
  border-radius: 40px;
  background: transparent;
  padding: 7px 50px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
  margin: 2rem auto 0 auto;
  text-align: center;
  display: block;
  font-size: 1rem;
}
form button:hover {
  background: #fc9600;
  color: #ffffff;
}
form button:focus {
  outline: 0;
}
.control {
  font-size: 0.9rem;
  position: relative;
  display: block;
  margin: 2rem 0;
  padding-left: 30px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #e6e6e6;
  transition: all 0.5s ease;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #00b5ca;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #00b5ca;
}
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}
.control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  top: 1px;
  left: 6px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/* Gallery */
.gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: nowrap;
  margin-top: 5rem;
}
.gallery div img {
  width: 100%;
}

/* ***************** Virtual Office Address ***************** */

/* Banner */
.voa-banner {
  background: url(../images/location/voa-banner.png) no-repeat;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.voa-intro {
  margin: 4rem auto 4rem auto;
  width: 60%;
  text-align: center;
}
.voa-banner h1 {
  color: white;
  font-size: 2.6rem;
  line-height: 1;
  margin: 0;
  font-weight: 400;
}
.voa-banner p {
  font-size: 1rem;
  width: 80%;
  margin: 0 auto 2rem auto;
}
.voa-banner h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Search for a location */

.input-group {
  width: 80%;
  margin: 3rem auto;
  border: 1px solid #bcd9e6;
  justify-content: space-between;
  background: #fff;
}
.custom-select {
  border: none;
  padding: 0.375rem 2rem 0.375rem 2rem;
  width: 33.3%;
  border-radius: 0;
  height: calc(3.36rem + 2px);
  background: #fff url(../images/location/arrow-select.png) no-repeat right
    0.75rem center;
}
.btn-outline-secondary {
  background-color: #00b5ca;
  background-image: url(../images/location/search.png);
  border-color: transparent;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.searchlocation {
  background: url(../images/location/city.png) no-repeat;
  padding: 4rem 0;
}
.searchlocation.searchbanner {
  background: #e8f9fb url(../images/location/city.png) no-repeat;
  padding: 4rem 0 1rem 0;
}
.searchlocation h4 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 3em;
}
.searchlocation h4 strong {
  font-weight: 600;
}
.location-preview-full {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 3rem 0;
}
.location-preview-full__left {
  flex: 2;
}
.location-preview-full__left img {
  width: 100%;
  height: 100%;
}
.location-preview-full__right {
  padding-left: 2rem;
  flex: 5;
}
.location-preview-full__right .preview__title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.location-preview-full__right .preview__address {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.location-preview-full__right .preview__facilities {
  margin-bottom: 0;
}
.location-preview-full__right .preview__facilities div li {
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.location-preview-full .preview__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  padding-left: 6rem;
  align-items: center;
}
.location-preview-full .preview__buttons button.details {
  margin-right: 0;
  padding: 5px 0;
  width: 186px;
  margin-bottom: 0.8rem;
}
.location-preview-full .preview__buttons button.enquire {
  padding: 5px 0;
  width: 186px;
  margin-bottom: 0.8rem;
}
.loadmore a,
.viewmore button {
  color: #fc9600;
  border: 2px solid #fc9600;
  border-radius: 40px;
  background: transparent;
  padding: 8px 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
  text-transform: uppercase;
  margin: 5rem auto 0 auto;
  display: block;
  font-size: 1rem;
  width: 200px;
  text-align: center;
}
.loadmore a:hover,
.viewmore button:hover {
  background: #fc9600;
  color: #ffffff;
}
.loadmore a:focus,
.viewmore button:focus {
  outline: 0;
}
.info-text {
  margin: 0 auto 3rem auto;
  width: 85%;
  text-align: center;
}

/* Most Popular Locations */

.popular-locations {
  background: #ffffff url(../images/location/popularbg.png);
  padding: 4rem 0;
  background-position: top center;
  background-repeat: no-repeat;
}
.popular-items {
  text-align: center;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.popular-item {
  border: 1px solid #d2ecf8;
  padding: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  max-width: 30.333333%;
  text-align: left;
  list-style-type: none;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
}
.popular-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 22px 43px #e5f7fa;
}
.popular-item__image img {
  width: 100%;
}
.popular-item__body {
  padding: 1rem;
}
.popular-item__body .preview__title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  color: #333;
}
img.popimg {
  height: 240px;
}
.popular-item__body .preview__address {
  margin-top: 2rem;
  font-size: 0.8rem;
}
.popular-item__body .preview__facilities div li p {
  font-size: 0.8rem;
}
.popular-item__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.popular-item__body .preview__facilities {
  margin-bottom: 1rem;
}
.popular-item__buttons button.details,
.popular-item__buttons button.enquire {
  margin: 0;
  flex: 1;
  font-size: 0.8rem;
  padding: 0.4rem 0.6em;
  width: 100%;
  max-width: 100%;
}
.popular-item__buttons a {
  width: 48%;
}
.popular-item__image {
  position: relative;
}
.popular-item__image button.savelocation {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 50px;
  padding: 3px 12px;
  font-size: 0.8rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.popular-item__image .savelocation span.icon {
  width: 16px;
  height: 16px;
}
.popular-item__image .savelocation span.text {
  margin-left: 0.4rem;
}

/* Virtual Office Address Plans */

.tabs_plans > input[type="radio"] {
  position: absolute;
  display: none;
}
.tabs_plans > label {
  cursor: pointer;
}
.tabs_plans > ul,
.tabs_plans > ul > li {
  height: 600px;
}
.tabs_plans > ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.tabs_plans > ul > li {
  position: absolute;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transform: scale(0.1, 0.1);
}
.tabs_plans > label:hover {
  opacity: 1;
}
.tabs_plans > input[type="radio"]:checked + label {
  color: #00b5ca;
  opacity: 1;
}
.tabs_plans input:not(:placeholder-shown) + label {
  font-size: 1rem;
  text-transform: uppercase;
  margin-right: 4.6rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.tabs_plans input:not(:placeholder-shown) + label.marginnone {
  margin-right: 0;
}
.tabs_plans > .tab-content-first:checked ~ ul .tab-content-first,
.tabs_plans > .tab-content-2:checked ~ ul .tab-content-2,
.tabs_plans > .tab-content-3:checked ~ ul .tab-content-3,
.tabs_plans > .tab-content-2:checked ~ ul .tab-content-4,
.tabs_plans > .tab-content-3:checked ~ ul .tab-content-5,
.tabs_plans > .tab-content-last:checked ~ ul .tab-content-last {
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -webkit-transform: rotate(0deg);
}
.tab-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.plan-box {
  border: 1px solid #e1e1e1;
  width: 23%;
  text-align: center;
  transition: all 0.5s ease;
}
.plan-box .time {
  color: #f49f22;
  font-size: 1rem;
  padding: 1rem 0;
  line-height: 1.3;
}
.plan-box .price {
  background: #eef8f9;
  padding: 1rem 0;
}
.plan-box .price.shade1 {
  background: #e6f7f9;
}
.plan-box .price.shade2 {
  background: #d2eff3;
}
.plan-box .price.shade3 {
  background: #bae3e8;
}
.plan-box .price.shade4 {
  background: #a3d4da;
}
.plan-box .pricestyle {
  font-size: 3rem;
  font-weight: 100;
}
.plan-box .price p {
  margin: 0;
}
.plan-box .pricestyle sup {
  color: #777;
  font-size: 1.8rem;
}
.plan-box .includes p {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5rem 1.6rem;
  margin: 0;
  line-height: 1.3rem;
}
.plan-box .includes p span {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.4rem;
  color: #03a6b9;
  font-style: italic;
  font-weight: 600;
}
.plan-box .includes p.includes__title {
  color: #777;
  padding-top: 1.6rem;
}
.plan-box .includes {
  min-height: 240px;
}
.plan-box button {
  color: #f49f22;
  border: 1px solid #f49f22;
  border-radius: 40px;
  background: transparent;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.plan-box button:hover {
  background: #f49f22;
  color: #ffffff;
}
.plan-box .price-note {
  color: #777;
  font-style: italic;
  font-size: 0.8rem;
  margin-bottom: 1.6rem;
}
.plan-box .subnote {
  color: #777;
  font-style: italic;
  font-size: 0.8rem;
  margin-top: 1rem;
}
.plan-box.most-popular {
  border: 4px solid #d2eff3;
}
.plan-box:hover {
  border: 1px solid #00b5ca;
}
.plan-box.most-popular:hover {
  border: 4px solid #00b5ca;
}

/* Virtual Address Benefits */
.va-benefits {
  background: #e5f7fa url(../images/location/va-benefits.png);
  padding: 4rem 0;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-top: 5rem;
}
.va-benefits ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  margin-top: 4rem;
}
.icon-benefit {
  background: #fff;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.courier-services {
  background: url(../images/location/courier-services.svg);
  width: 70px;
  height: 70px;
}
.digital-copying {
  background: url(../images/location/digital-copying.svg);
  width: 70px;
  height: 70px;
}
.design-services {
  background: url(../images/location/design-services.svg);
  width: 70px;
  height: 70px;
}
.call-services {
  background: url(../images/location/call-services.svg);
  width: 70px;
  height: 70px;
}
.mail-collection {
  background: url(../images/location/mail-collection.svg);
  width: 70px;
  height: 70px;
}
.mail-forwarding {
  background: url(../images/location/mail-forwarding.svg);
  width: 70px;
  height: 70px;
}
.va-benefits__title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #00b5ca;
  margin: 0 0 3rem 0;
}
.va-benefits__subtitle {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.va-benefit p {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.4rem;
}
.va-benefit {
  width: 16%;
}
.va-note {
  margin: 3rem 0 0 0;
  text-align: center;
  color: #333;
  font-style: italic;
}

/* Steps */
.steps.savedloc {
  margin-top: 4rem;
}
.steps {
  background: #f7fafc;
  padding: 4rem 0;
}
.steps.location-steps {
  background: #e8f9fb url(../images/location/amenities.png) bottom center
    no-repeat;
}
.steps__intro {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 4rem;
}
.steps__content {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.step {
  width: 31.33%;
  box-shadow: 0px 6px 15px 0px rgba(210, 235, 248, 0.35);
  text-align: center;
  padding: 2rem;
}
.step__title {
  color: #00b5ca;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  margin-top: 2rem;
  font-weight: 600;
}
.step1 {
  background: #ffffff url(../images/location/step1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.step2 {
  background: #ffffff url(../images/location/step2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.step3 {
  background: #ffffff url(../images/location/step3.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.step1_icon {
  background: url(../images/svg/step1_icon.svg);
  width: 40px;
  height: 40px;
}
.step2_icon {
  background: url(../images/svg/step2_icon.svg);
  width: 40px;
  height: 40px;
}
.step3_icon {
  background: url(../images/svg/step3_icon.svg);
  width: 40px;
  height: 40px;
}
.step1,
.step2,
.step3 {
  position: relative;
}
.step__img {
  border: 2px solid #c0eff5;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  margin-right: auto;
  position: absolute;
  top: -42px;
  margin-left: auto;
  right: 0;
  background: #fff;
  left: 0;
  align-items: center;
  justify-content: center;
}
.step__text {
  font-size: 0.8rem;
}
.step__action {
  margin-top: 1rem;
}

/* Virtual Receptionist */
.vr {
  padding: 4rem 0 0 0;
}
.vr__left form {
  position: relative;
  background: #e2f6fe40;
  border: 1px solid #a9e6ee;
  padding: 2rem;
  margin-bottom: 4rem;
}
.vr__left form h3 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}
.vr__left form h4 {
  font-size: 1.8rem;
  color: #00b5ca;
  font-weight: 600;
  margin-bottom: 1rem;
}
.vr__content {
  display: flex;
  justify-content: space-between;
}
.vr__left {
  width: 33%;
}
.vr__right {
  width: 26%;
}
.vr__two__title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-weight: 100;
}
.vr__two__title strong {
  font-weight: 600;
}
.vr__model {
  align-self: flex-end;
  width: 32%;
}

/* Banner Orange */
.banner-vr {
  background: url(../images/location/banner_bg2.jpg) no-repeat top center;
  padding: 2.4rem 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  background-size: cover;
}
button.signup {
  float: none;
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 8px 48px;
  border-radius: 50px;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
button.signup:hover,
button.signup:focus,
button.signup:active {
  background-color: #fff;
  outline: none;
  color: #464646;
}

/* Banner Needtotalk */
.banner-needtotalk {
  background: url(../images/location/banner-needtotalk.png) no-repeat top center;
  padding: 2.4rem 0;
  text-align: center;
  color: #3c3c46;
  text-transform: none;
  font-weight: 700;
  font-size: 2rem;
  background-size: cover;
}
.banner-needtotalk .phone-number a {
  color: #00b5ca;
  line-height: 1;
  font-size: 3.4rem;
  font-weight: 700;
}
.banner-needtotalk .phone-number a:hover {
  color: #3c3c46;
}

/* Location Banner */
.location-banner {
  text-align: center;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/location/property-banner.png);
  color: #ffffff;
}
.location-banner.banner-wa {
  background: url(../images/location/banner-wa.png);
}
.location-banner.banner-nsw {
  background: url(../images/location/banner-nsw.png);
}
.location-banner.banner-tas {
  background: url(../images/location/banner-tas.png);
}
.location-banner.banner-sa {
  background: url(../images/location/banner-sa.png);
}
.location-banner.banner-qld {
  background: url(../images/location/banner-qld.png);
}
.location-banner.banner-act {
  background: url(../images/location/banner-act.png);
}
.location-banner h1 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 2.4rem;
}
.location-banner h2 {
  font-size: 1.2rem;
}
.location-banner h3 {
  font-size: 1.1rem;
}
.location-banner__line {
  background: #fff;
  height: 1px;
  width: 2%;
  margin: 2rem 0;
}
.location-content .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Location Single Form */
.location-content {
  background: #fafafa;
  padding: 3rem 0 6rem 0;
}
.location-content__right form {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
  padding: 2rem;
  margin-top: 3rem;
}
.location-content__right form h3 {
  font-size: 1.4rem;
  color: #00b5ca;
  font-weight: 600;
  margin-bottom: 1rem;
}
.location-content__left {
  width: 68%;
}

.location-content__right {
  width: 35%;
  margin-left: 3rem;
}
.location-content__right form .formarrow {
  top: 0;
  left: -110px;
}
.location-title h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 12px;
  text-transform: capitalize;
  position: relative;
  margin: 0;
}
.location-title > h3::before {
  background-color: #ffa20f;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin: 0;
}
.summary-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4rem;
}
.location-title.to-left-txt {
  margin-top: 0;
}
.location-title strong {
  font-weight: 600;
}
.location-price span {
  font-weight: 600;
  font-size: 1.8rem;
}
.location-price i {
  color: #f49f22;
  font-style: normal;
}
.location-price {
  font-size: 1.4rem;
  line-height: 0.6;
}

/* Save Location Options */
.savelocation_opt {
  display: flex;
  justify-content: space-between;
}
button.savelocation {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0;
}
button.viewsavedlocations {
  background: #ffffff;
  border: 1px solid #00b5ca;
  color: #00b5ca;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.5s ease;
  padding: 0.2rem 0.8rem;
  border-radius: 2rem;
}
.savelocation span.icon,
.viewsavedlocations span.icon {
  width: 18px;
  height: 18px;
  line-height: 0.1;
}
.savelocation span.text,
.viewsavedlocations span.text {
  margin-left: 0.4rem;
}
button.savelocation:hover,
button.savelocation:focus {
  color: #00b5ca;
  outline: 0;
}
button.viewsavedlocations:hover,
button.viewsavedlocations:focus {
  color: black;
  outline: 0;
}

/* Location Details */
.location-details__row {
  display: flex;
  justify-content: flex-start;
  font-size: 0.8rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #d5d5d5;
}
.details__row__phone {
  width: 18px;
  height: 18px;
  background: url(../images/svg/details-phone.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.details__row__calendar {
  width: 17px;
  height: 17px;
  background: url(../images/svg/details-calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.details__row__address {
  width: 24px;
  height: 20px;
  background: url(../images/svg/details-address.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.details__row__title {
  margin-left: 1rem;
  flex: 1.6;
  color: #555555;
}
.details__row__content {
  margin-left: 1rem;
  flex: 3;
}
.details__row__content.phone {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}
.details__row__phone,
.details__row__calendar,
.details__row__address {
  flex: 0.3;
}
.location-title {
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.no-border {
  border: none;
}

/* Location Subscriptions */
.subscriptions__plans {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.subscriptions__plan {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.09);
  background: #ffffff;
  margin-bottom: 1.8rem;
  width: 46%;
  text-align: center;
}
.subscriptions__plans.subscriptions__three .subscriptions__plan {
  width: 31%;
  margin: 0 1%;
}
.subscriptions__plans.subscriptions__three .subscriptions__price {
  font-size: 0.7rem;
  padding: 1.6rem 0.5rem;
}
.subscriptions__plans.subscriptions__three .subscriptions__time {
  font-size: 0.8rem;
  line-height: 1rem;
}
.subscriptions__plans.subscriptions__three .subscriptions__promo {
  font-size: 0.8rem;
}
.subscriptions__plans.subscriptions__three .subscriptions__popular {
  font-size: 0.7rem;
}
.subscriptions__plans.subscriptions__three .subscriptions__pricestyle {
  font-size: 1.8rem;
}
.subscriptions__plans.subscriptions__three .subscriptions__pricestyle sup {
  font-size: 1.1rem;
}
.subscriptions__plans .subscriptions__plan{margin-bottom: 10px;}
.subscriptions__time {
  background: #fafafa;
  border-bottom: 1px solid #d7d7d7;
  padding: 0.4rem 0;
  text-transform: uppercase;
}
.subscriptions__pricestyle {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.subscriptions__pricestyle sup {
  color: #777;
  font-size: 1.3rem;
}
.subscriptions__price p {
  margin: 0;
}
.subscriptions__price {
  padding: 1.6rem 0;
  color: #777;
}
.subscriptions__promo {
  color: #f49f22;
  font-weight: 600;
}
.subscriptions__popular {
  color: #00b5ca;
  font-weight: 600;
  margin-bottom: 1rem;
}
.subscriptions__line {
  background: #b2b2b2;
  height: 1px;
  width: 15%;
  margin: 1rem auto;
}
.subscriptions__linetwo {
  background: #b2b2b2;
  height: 1px;
  width: 15%;
  margin: 0 auto 1rem auto;
}
.subscriptions__promo.space-btt {
  margin-bottom: 1rem;
}
.subscriptions__plan.popular__plan .subscriptions__time {
  background: #f49f22;
  border-bottom: 1px solid #f49f22;
  color: #fff;
}
.subscriptions__plan.popular__plan {
  border: 1px solid #f49f22;
}

/* Similar Locations */
.similar-location__content {
  display: flex;
  flex-direction: column;
}
.similar-location__content a {
  color: #000;
  font-weight: 400;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.similar-location__content a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.similar-location {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1.4rem;
}
.similar-location__img,
.similar-location__text {
  width: 46%;
}
.similar-location__img img {
  width: 100%;
}
.similar-location__title {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.similar-location__address {
  color: #777;
  font-size: 0.8rem;
  margin: 0.6rem 0;
  line-height: 1rem;
}
.similar-location__price {
  color: #00b5ca;
  font-weight: 600;
  font-size: 0.9rem;
}

/* About us */
.aboutvhq iframe {
  width: 100%;
}
.aboutvhq p,
.aboutvhq a {
  text-align: center;
  width: 100%;
  margin: 1rem auto 0 auto;
}
.aboutvhq {
  margin-bottom: 4rem;
}

/* Virtual Address Summary */
.summary-text p {
  color: #333;
  text-align: justify;
}
.summary-text ul li {
  background: url(../images/location/check-org.png) no-repeat;
  color: #000;
  padding-left: 2rem;
  background-position: 0 4px;
  margin-bottom: 1.2rem;
  text-align: justify;
}
.location-separator {
  background: #d5d5d5;
  width: 100%;
  height: 1px;
  margin: 2rem 0;
}
.summary-text p.note {
  font-style: italic;
}
.facilities__content {
  display: flex;
}
.facilities__content ul {
}
.facilities__content ul li {
  background: url(../images/location/arrow-list-org.png) 0px 7px no-repeat;
  list-style-type: none;
  padding-left: 30px;
}
.facilities__one {
  flex: 1.2;
}
.facilities__two {
  flex: 0.9;
}
.facilities__three {
  flex: 0.9;
}
.whats-nearby__content {
  display: flex;
}
.whats-nearby__left {
  flex: 0 0 50%;
  max-width: 50%;
}
.whats-nearby__left iframe {
  width: 100%;
}
.whats-nearby__left img {
  width: 100%;
}
.whats-nearby__right {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 2rem;
}
.nearby-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.2rem;
  margin-top: 1.2rem;
}

/* Virtual Address Carousel */
body.ubi-overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ubislider {
  margin: 0 0;
  overflow: hidden;
}
.ubislider .ubislider-inner {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100000000000%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  display: flex;
}
.ubislider .ubislider-inner li {
  user-select: none;
  transition: transform 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 142px;
  height: 92px;
  cursor: pointer;
  margin-right: 14px;
  max-width: 180px;
  border: 1px solid #f1f1f1;
}
.ubislider .ubislider-inner li img {
  max-width: calc(100% - 0px);
  max-height: calc(100% - 0px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ubislider .ubislider-inner li a:active,
.ubislider .ubislider-inner li a:focus,
.ubislider .ubislider-inner li a:hover {
  text-decoration: none;
}
.ubislider .ubislider-inner li .image-container img {
  max-width: 100%;
}
.ubislider .ubislider-inner li:hover .hidden-content {
  opacity: 1;
}
.ubiModal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.ubiModal .ubi-arrows {
  position: absolute;
  height: calc(100% - 140px);
  margin-top: 20px;
  width: 50px;
  top: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1001;
}
.ubiModal .ubi-arrows.left {
  opacity: 1;
  transition: all 0.5s ease;
  left: 0;
  background: url(../images/location/left.png) center center no-repeat;
}
.ubiModal .ubi-arrows.right {
  right: 0;
  opacity: 1;
  transition: all 0.5s ease;
  background: url(../images/location/right.png) center center no-repeat;
}
.ubiModal .ubi-arrows.left:hover,
.ubiModal .ubi-arrows.right:hover {
  opacity: 0.6;
}

.ubiModal .ubi-main-image {
  height: calc(100% - 140px);
  margin-top: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ubiModal .ubi-main-image .ubi-main-slide {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.ubiModal .ubi-main-image .ubi-main-slide li {
  display: block;
  float: left;
  position: relative;
  height: 100%;
}
.ubiModal .ubi-main-image .ubi-main-slide li img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ubiModal .ubi-thumbs {
  height: 90pt;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
}
.ubiModal .ubi-thumbs li {
  width: 100px;
  height: 5pc;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.ubiModal .ubi-thumbs li img {
  max-width: calc(100% - 3px);
  max-height: calc(100% - 3px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ubiModal .ubi-close {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 0;
  cursor: pointer;
  z-index: 1002;
  background: url(../images/location/close.png) center center no-repeat;
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: all 0.5s ease;
}
.ubiModal .ubi-close:hover {
  opacity: 0.6;
}
.ubislider-container {
  width: 760px;
  height: 480px;
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
}
.ubislider-container img {
  max-width: calc(100% - 0px);
  max-height: calc(100% - 0px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ubislider.vhqlocations {
  position: relative;
  margin: 15px 0 0;
  width: 760px;
}
.ubislider.vhqlocations .ubislider-inner {
  overflow: initial;
}
.ubislider.vhqlocations.left .ubislider-inner li,
.ubislider.vhqlocations.right .ubislider-inner li {
  margin-right: 0;
  margin-bottom: 8px;
}
.carousel {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

/* Summary Facilities */
.summary-facilities {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.summary-facilities ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.summary-facilities li {
  display: flex;
}
.summary-facilities li img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.summary-facilities li p {
  margin: 0;
  line-height: 1.2;
}

/* FAQ */
.faq {
  padding: 4rem 0 6rem 0;
}
.faq-panel {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
}

.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #555;
  padding: 15px;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  transition: background 0.3s ease;
  will-change: background;
  font-weight: 600;
  word-break: break-word;
}

.faq-title:hover {
  background: #e8f9fb;
}
.faq-title:after {
  content: "\f067";
  font: 12px "FontAwesome";
  transition: transform 0.5s ease;
  will-change: transform;
  font-weight: 100;
  color: #f49f22;
}
.open .faq-title {
  background-color: #e8f9fb;
}
.open .faq-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-body {
  background: #f7fcfd;
  color: #555;
  box-sizing: border-box;
  padding: 15px;
  display: none;
}
.bg__grey {
  background: #f3f4f5;
}
.tabs {
  position: relative;
}
.tabs nav {
  width: 100%;
  display: table;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
}
.tabs nav:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 2px solid #d1d1d1;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  width: 100%;
}
.tabs label {
  display: table-cell;
  width: 25%;
  line-height: 3;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.tabs label:hover {
  color: #00b5ca;
}

.tabs input[type="radio"] {
  display: none;
}
.tabs article {
  min-height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  overflow: hidden;
  padding: 2rem 0;
}

#tab_1:checked ~ nav [for="tab_1"],
#tab_2:checked ~ nav [for="tab_2"],
#tab_3:checked ~ nav [for="tab_3"],
#tab_4:checked ~ nav [for="tab_4"],
#tab_5:checked ~ nav [for="tab_5"],
#tab_6:checked ~ nav [for="tab_6"],
#tab_7:checked ~ nav [for="tab_7"],
#tab_8:checked ~ nav [for="tab_8"],
#tab_9:checked ~ nav [for="tab_9"],
#tab_10:checked ~ nav [for="tab_10"],
#tab_11:checked ~ nav [for="tab_11"],
#tab_12:checked ~ nav [for="tab_12"],
#tab_13:checked ~ nav [for="tab_13"],
#tab_14:checked ~ nav [for="tab_14"],
#tab_15:checked ~ nav [for="tab_15"],
#tab_16:checked ~ nav [for="tab_16"],
#tab_14:checked ~ nav [for="tab_17"],
#tab_18:checked ~ nav [for="tab_18"],
#tab_19:checked ~ nav [for="tab_19"],
#tab_20:checked ~ nav [for="tab_20"],
#tab_21:checked ~ nav [for="tab_21"] {
  color: #00b5ca;
  background: transparent;
}

#tab_1:checked ~ nav [for="tab_1"]:after,
#tab_2:checked ~ nav [for="tab_2"]:after,
#tab_3:checked ~ nav [for="tab_3"]:after,
#tab_4:checked ~ nav [for="tab_4"]:after,
#tab_5:checked ~ nav [for="tab_5"]:after,
#tab_6:checked ~ nav [for="tab_6"]:after,
#tab_7:checked ~ nav [for="tab_7"]:after,
#tab_8:checked ~ nav [for="tab_8"]:after,
#tab_9:checked ~ nav [for="tab_9"]:after,
#tab_10:checked ~ nav [for="tab_10"]:after,
#tab_11:checked ~ nav [for="tab_11"]:after,
#tab_12:checked ~ nav [for="tab_12"]:after,
#tab_13:checked ~ nav [for="tab_13"]:after,
#tab_14:checked ~ nav [for="tab_14"]:after,
#tab_15:checked ~ nav [for="tab_15"]:after,
#tab_16:checked ~ nav [for="tab_16"]:after,
#tab_17:checked ~ nav [for="tab_17"]:after,
#tab_18:checked ~ nav [for="tab_18"]:after,
#tab_19:checked ~ nav [for="tab_19"]:after,
#tab_20:checked ~ nav [for="tab_20"]:after,
#tab_21:checked ~ nav [for="tab_21"]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 2px solid #00b5ca;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}
#tab_1:checked ~ nav [for="tab_1"]:before,
#tab_2:checked ~ nav [for="tab_2"]:before,
#tab_3:checked ~ nav [for="tab_3"]:before,
#tab_4:checked ~ nav [for="tab_4"]:before,
#tab_5:checked ~ nav [for="tab_5"]:before,
#tab_6:checked ~ nav [for="tab_6"]:before,
#tab_7:checked ~ nav [for="tab_7"]:before,
#tab_8:checked ~ nav [for="tab_8"]:before,
#tab_9:checked ~ nav [for="tab_9"]:before,
#tab_10:checked ~ nav [for="tab_10"]:before,
#tab_11:checked ~ nav [for="tab_11"]:before,
#tab_12:checked ~ nav [for="tab_12"]:before,
#tab_13:checked ~ nav [for="tab_13"]:before,
#tab_14:checked ~ nav [for="tab_14"]:before,
#tab_15:checked ~ nav [for="tab_15"]:before,
#tab_16:checked ~ nav [for="tab_16"]:before,
#tab_17:checked ~ nav [for="tab_17"]:before,
#tab_18:checked ~ nav [for="tab_18"]:before,
#tab_19:checked ~ nav [for="tab_19"]:before,
#tab_20:checked ~ nav [for="tab_20"]:before,
#tab_21:checked ~ nav [for="tab_21"]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 2px solid #d1d1d1;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}

.searchlocation #tab_1:checked ~ nav [for="tab_1"]:after {
  width: 22%;
}
.searchlocation #tab_2:checked ~ nav [for="tab_2"]:after {
  width: 22%;
}
.searchlocation #tab_3:checked ~ nav [for="tab_3"]:after {
  width: 22%;
}
.searchlocation #tab_4:checked ~ nav [for="tab_4"]:after {
  width: 20%;
}
.searchlocation #tab_5:checked ~ nav [for="tab_5"]:after {
  width: 20%;
}
.searchlocation #tab_6:checked ~ nav [for="tab_6"]:after {
  width: 22%;
}
.searchlocation #tab_7:checked ~ nav [for="tab_7"]:after {
  width: 22%;
}
.searchlocation #tab_8:checked ~ nav [for="tab_8"]:after {
  width: 58%;
}
#tab_9:checked ~ nav [for="tab_9"]:after {
  width: 99%;
}
#tab_10:checked ~ nav [for="tab_10"]:after {
  width: 96%;
}
#tab_11:checked ~ nav [for="tab_11"]:after {
  width: 60%;
}
#tab_12:checked ~ nav [for="tab_12"]:after {
  width: 81%;
}
#tab_13:checked ~ nav [for="tab_13"]:after {
  width: 58%;
}
#tab_14:checked ~ nav [for="tab_14"]:after {
  width: 58%;
}

.faqgeneral #tab_15:checked ~ nav [for="tab_15"]:after {
  width: 90%;
}
.faqgeneral #tab_16:checked ~ nav [for="tab_16"]:after {
  width: 72%;
}
.faqgeneral #tab_17:checked ~ nav [for="tab_17"]:after {
  width: 74%;
}
.faqgeneral #tab_18:checked ~ nav [for="tab_18"]:after {
  width: 54%;
}
.faqgeneral #tab_19:checked ~ nav [for="tab_19"]:after {
  width: 83%;
}
.faqgeneral #tab_20:checked ~ nav [for="tab_20"]:after {
  width: 63%;
}
.faqgeneral #tab_21:checked ~ nav [for="tab_21"]:after {
  width: 77%;
}

nav.faq-labels label {
  font-size: 0.9rem;
}

#tab_1:checked ~ .tab_content_1,
#tab_2:checked ~ .tab_content_2,
#tab_3:checked ~ .tab_content_3,
#tab_4:checked ~ .tab_content_4,
#tab_5:checked ~ .tab_content_5,
#tab_6:checked ~ .tab_content_6,
#tab_7:checked ~ .tab_content_7,
#tab_8:checked ~ .tab_content_8,
#tab_9:checked ~ .tab_content_9,
#tab_10:checked ~ .tab_content_10,
#tab_11:checked ~ .tab_content_11,
#tab_12:checked ~ .tab_content_12,
#tab_13:checked ~ .tab_content_13,
#tab_14:checked ~ .tab_content_14,
#tab_15:checked ~ .tab_content_15,
#tab_16:checked ~ .tab_content_16,
#tab_17:checked ~ .tab_content_17,
#tab_18:checked ~ .tab_content_18,
#tab_19:checked ~ .tab_content_19,
#tab_20:checked ~ .tab_content_20,
#tab_21:checked ~ .tab_content_21 {
  display: block;
  left: 0;
  position: relative;
  top: 0;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
.tab-content {
  flex-wrap: wrap;
  align-items: center;
}
.plan-box.most-popular {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border: 4px solid #c3eff6;
}
.plan-box.most-popular .btt-zoom-small button,
.plan-box.most-popular button {
  color: #ffffff;
  background: #fc9600;
}
.plan-box.most-popular .btt-zoom-small button:hover,
.plan-box.most-popular button:hover {
  color: #ffffff;
  background: #fc4700;
  border-color: #fc4700;
}
.popular_text {
  color: #00b5ca;
  font-weight: 700;
}
.tab-content.same-height {
  align-items: stretch;
}
.tab-content.min-height .plan-box {
  min-height: 580px;
}
.tabs label.ml3 {
  margin-left: 3rem;
}
.hiddenlocation {
  border-top: 1px solid #cbd1d3;
  padding-top: 3rem;
}
/* *** FAQ *** */

.faq-labels .tabs label {
  font-size: 0.9rem;
}
.faq-banner {
  background: #f4f5f7 url(../images/faq-banner.png) no-repeat;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: left;
  background-size: cover;
}
.faq-banner h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.faq-tabs {
  margin: 4rem 0;
}

@media only screen and (min-device-width: 1023px) and (max-device-width: 1260px) {
  /* CBD Address */
  .banner {
    height: 500px;
  }
  .sydney {
    background-attachment: initial;
  }
  .container {
    max-width: 100%;
    padding: 0 2rem;
  }
  .more-info__content {
    flex-wrap: wrap;
  }
  .more-info__right,
  .more-info__left {
    flex: initial;
    width: 50%;
  }
  .more-info__right img,
  .more-info__left img {
    width: 100%;
  }
  .formarrow {
    display: none;
  }
  .benefits__content {
    flex-wrap: wrap;
  }
  .benefits__left,
  .benefits__right {
    flex: initial;
    width: 48%;
    margin: 0;
  }
  .city-map {
    margin: 2rem 0 2rem 0;
    width: 100%;
  }
  .description__right img {
    width: auto;
  }

  /* Virtual Office Address */
  .voa-banner {
    background-attachment: initial;
    height: 540px;
  }
  .location-preview-full__right .preview__title,
  .location-preview-full__right .preview__address,
  .popular-item__body .preview__title,
  .popular-item__body .preview__address {
    text-align: left;
  }
  .tabs_plans input:not(:placeholder-shown) + label {
    font-size: 0.85rem;
    margin-right: 2rem;
    margin-bottom: 3rem;
  }

  /* Location Single */
  .location-content__left {
    width: 60%;
  }
  .ubislider-container {
    width: 574px;
    height: 380px;
  }
  .ubislider.vhqlocations {
    width: 574px;
  }
  .vr__model img {
    width: 100%;
  }
  .faq-tabs .tabs label {
    width: 100%;
  }
  .faq-tabs .tabs nav {
    flex-direction: column;
  }
  .faqgeneral #tab_15:checked ~ nav [for="tab_15"]:after {
    width: 100%;
  }
  .faqgeneral #tab_16:checked ~ nav [for="tab_16"]:after {
    width: 100%;
  }
  .faqgeneral #tab_17:checked ~ nav [for="tab_17"]:after {
    width: 100%;
  }
  .faqgeneral #tab_18:checked ~ nav [for="tab_18"]:after {
    width: 100%;
  }
  .faqgeneral #tab_19:checked ~ nav [for="tab_19"]:after {
    width: 100%;
  }
  .faqgeneral #tab_20:checked ~ nav [for="tab_20"]:after {
    width: 100%;
  }
  .faqgeneral #tab_21:checked ~ nav [for="tab_21"]:after {
    width: 100%;
  }
  #tab_15 ~ nav [for="tab_15"]:before,
  #tab_16 ~ nav [for="tab_16"]:before,
  #tab_17 ~ nav [for="tab_17"]:before,
  #tab_18 ~ nav [for="tab_18"]:before,
  #tab_19 ~ nav [for="tab_19"]:before,
  #tab_20 ~ nav [for="tab_20"]:before,
  #tab_21 ~ nav [for="tab_21"]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 2px solid #d1d1d1;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .input-group {
    width: 100%;
  }
  .jquery-accordion-menu ul li a {
    white-space: normal;
  }

  /* CBD Address */
  .banner {
    height: 400px;
  }
  .sydney {
    background-attachment: initial;
  }
  .container {
    max-width: 100%;
    padding: 0 2rem;
  }
  .headline {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .offer__boxes div {
    padding: 2rem 1rem 1rem 1rem;
  }
  .description__content {
    align-items: flex-start;
    flex-direction: column;
  }
  .description__left,
  .description__right {
    width: 100%;
  }
  .description__right img {
    margin: 0 auto;
    display: block;
  }
  .location-preview-half {
    flex-direction: column;
    justify-content: center;
    margin: 3rem 0;
  }
  .location-preview-half__left img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .location-preview-half__right {
    padding-left: 0;
    width: 80%;
    margin: 2rem auto 0 auto;
  }
  .location-preview-half.switched .location-preview-half__left {
    order: 1;
  }
  .location-preview-half.switched .location-preview-half__right {
    order: 2;
    padding-right: 0;
  }
  .preview__buttons {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .more-info__content {
    flex-wrap: wrap;
  }
  .more-info__right,
  .more-info__left {
    flex: initial;
    width: 50%;
  }
  .more-info__right img,
  .more-info__left img {
    width: 100%;
  }
  .formarrow {
    display: none;
  }
  .benefits__content {
    flex-wrap: wrap;
  }
  .benefits__left,
  .benefits__right {
    flex: initial;
    width: 48%;
    margin: 0;
  }
  .city-map {
    margin: 2rem 0 2rem 0;
    width: 100%;
  }
  .location-preview-half__left img {
    margin: 0;
    display: block;
    width: auto;
  }
  .location-preview-half__right {
    width: 100%;
  }
  .location-preview-half__right .preview__facilities {
    justify-content: flex-start;
  }
  .location-preview-half__right .preview__facilities div {
    margin-right: 2rem;
  }
  .preview__buttons {
    margin: 0;
    text-align: left;
  }

  /* Virtual Office Address */
  .voa-banner {
    background-attachment: initial;
    height: 540px;
  }
  .voa-banner h1 {
    font-size: 2.2rem;
  }
  .voa-banner p {
    font-size: 0.9rem;
    width: 100%;
  }
  .searchlocation h4 {
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 3em;
  }
  .location-preview-full {
    justify-content: center;
    flex-direction: column;
  }
  .location-preview-full__left {
    margin: 0 0 2rem 0;
  }
  .location-preview-full__right {
    padding-left: 0;
    flex: 1;
  }
  .location-preview-full .preview__buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 1;
    padding-left: 0;
    align-items: flex-start;
    margin: 2rem 0 0 0;
  }
  .location-preview-full .preview__buttons button.details,
  .location-preview-full .preview__buttons button.enquire,
  .location-preview-full .preview__buttons button.savelocation {
    margin: 0 1rem 0 0;
    width: 180px;
  }
  .location-preview-full .preview__buttons button.savelocation {
    padding: 5px 0;
    border: 1px solid #9da7a8;
    border-radius: 40px;
  }
  .location-preview-full .preview__buttons button.savelocation:hover {
    background: #dde3e4;
    color: #000;
  }
  .grid.full-view figure {
    min-width: 49%;
    max-width: 49%;
    margin: 1px;
  }
  .grid {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .popular-item__body .preview__title {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 1rem;
  }
  .popular-item__body .preview__info ul {
    flex-direction: column;
  }
  .popular-item__body .preview__info ul li {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.83rem;
  }
  .popular-item__body .preview__address {
    text-align: left;
  }
  .popular-item__body .preview__facilities,
  .popular-item__buttons {
    flex-direction: column;
  }
  .popular-item__buttons button.details,
  .popular-item__buttons button.enquire {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .tabs_plans input:not(:placeholder-shown) + label {
    display: block;
    margin: 0 0 0.6rem 0;
    font-size: 0.9rem;
    text-align: center;
  }
  .tabs_plans {
    margin-top: 3rem;
  }
  .tabs_plans > ul {
    margin: 3rem 0 0 0;
  }
  .tabs_plans > ul,
  .tabs_plans > ul > li {
    height: 700px;
  }
  .location-preview-full__right .preview__facilities {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .va-benefits ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }
  .va-benefit {
    margin-top: 2rem;
    width: 33%;
  }
  .banner-vr {
    padding: 2.4rem;
  }
  .va-benefits__subtitle {
    width: 100%;
  }
  .vr__left form {
    margin-bottom: 0;
  }
  .vr__model {
    width: 100%;
    text-align: center;
  }
  .vr__content {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .vr__left {
    width: 100%;
  }
  .vr__right {
    width: 100%;
    margin: 3rem 0 0 0;
  }

  /* Location Single */
  .location-content__left {
    width: 100%;
  }
  .location-content__right {
    width: 100%;
    margin-left: 0;
  }
  .location-content .container {
    flex-direction: column;
  }
  .ubislider-container {
    width: 704px;
    height: 470px;
  }
  .carousel {
    width: 704px;
    margin: 0 auto 2rem auto;
  }
  .ubislider.vhqlocations {
    width: 704px;
  }
  .location-form {
    margin-top: 3rem;
  }
  .location-content__left .save-location button.savelocation {
    margin: 0 auto;
  }
  .faq-tabs .tabs label {
    width: 100%;
  }
  .faq-tabs .tabs nav {
    flex-direction: column;
  }
  .faqgeneral #tab_15:checked ~ nav [for="tab_15"]:after {
    width: 100%;
  }
  .faqgeneral #tab_16:checked ~ nav [for="tab_16"]:after {
    width: 100%;
  }
  .faqgeneral #tab_17:checked ~ nav [for="tab_17"]:after {
    width: 100%;
  }
  .faqgeneral #tab_18:checked ~ nav [for="tab_18"]:after {
    width: 100%;
  }
  .faqgeneral #tab_19:checked ~ nav [for="tab_19"]:after {
    width: 100%;
  }
  .faqgeneral #tab_20:checked ~ nav [for="tab_20"]:after {
    width: 100%;
  }
  .faqgeneral #tab_21:checked ~ nav [for="tab_21"]:after {
    width: 100%;
  }
  #tab_15 ~ nav [for="tab_15"]:before,
  #tab_16 ~ nav [for="tab_16"]:before,
  #tab_17 ~ nav [for="tab_17"]:before,
  #tab_18 ~ nav [for="tab_18"]:before,
  #tab_19 ~ nav [for="tab_19"]:before,
  #tab_20 ~ nav [for="tab_20"]:before,
  #tab_21 ~ nav [for="tab_21"]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 2px solid #d1d1d1;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .voa-banner {
    height: 300px;
    background-size: cover;
    background-position: center;
  }
  .voa-banner h1 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
  }
  .faq-banner {
    height: 300px;
    background-size: cover;
    background-position: center;
  }
  .faq-banner h1 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0;
  }

  #tab_1 ~ nav [for="tab_1"]:before,
  #tab_2 ~ nav [for="tab_2"]:before,
  #tab_3 ~ nav [for="tab_3"]:before,
  #tab_4 ~ nav [for="tab_4"]:before,
  #tab_5 ~ nav [for="tab_5"]:before,
  #tab_6 ~ nav [for="tab_6"]:before,
  #tab_7 ~ nav [for="tab_7"]:before,
  #tab_8 ~ nav [for="tab_8"]:before,
  #tab_9 ~ nav [for="tab_9"]:before,
  #tab_10 ~ nav [for="tab_10"]:before,
  #tab_11 ~ nav [for="tab_11"]:before,
  #tab_12 ~ nav [for="tab_12"]:before,
  #tab_15 ~ nav [for="tab_15"]:before,
  #tab_16 ~ nav [for="tab_16"]:before,
  #tab_17 ~ nav [for="tab_17"]:before,
  #tab_18 ~ nav [for="tab_18"]:before,
  #tab_19 ~ nav [for="tab_19"]:before,
  #tab_20 ~ nav [for="tab_20"]:before,
  #tab_21 ~ nav [for="tab_21"]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 2px solid #d1d1d1;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }
  .searchlocation #tab_1:checked ~ nav [for="tab_1"]:after {
    width: 100%;
  }
  .searchlocation #tab_2:checked ~ nav [for="tab_2"]:after {
    width: 100%;
  }
  .searchlocation #tab_3:checked ~ nav [for="tab_3"]:after {
    width: 100%;
  }
  .searchlocation #tab_4:checked ~ nav [for="tab_4"]:after {
    width: 100%;
  }
  .searchlocation #tab_5:checked ~ nav [for="tab_5"]:after {
    width: 100%;
  }
  .searchlocation #tab_6:checked ~ nav [for="tab_6"]:after {
    width: 100%;
  }
  .searchlocation #tab_7:checked ~ nav [for="tab_7"]:after {
    width: 100%;
  }
  #tab_8:checked ~ nav [for="tab_8"]:after {
    width: 100%;
  }
  #tab_9:checked ~ nav [for="tab_9"]:after {
    width: 100%;
  }
  #tab_10:checked ~ nav [for="tab_10"]:after {
    width: 100%;
  }
  #tab_11:checked ~ nav [for="tab_11"]:after {
    width: 100%;
  }
  #tab_12:checked ~ nav [for="tab_12"]:after {
    width: 100%;
  }
  .faqgeneral #tab_15:checked ~ nav [for="tab_15"]:after {
    width: 100%;
  }
  .faqgeneral #tab_16:checked ~ nav [for="tab_16"]:after {
    width: 100%;
  }
  .faqgeneral #tab_17:checked ~ nav [for="tab_17"]:after {
    width: 100%;
  }
  .faqgeneral #tab_18:checked ~ nav [for="tab_18"]:after {
    width: 100%;
  }
  .faqgeneral #tab_19:checked ~ nav [for="tab_19"]:after {
    width: 100%;
  }
  .faqgeneral #tab_20:checked ~ nav [for="tab_20"]:after {
    width: 100%;
  }
  .faqgeneral #tab_21:checked ~ nav [for="tab_21"]:after {
    width: 100%;
  }

  .tabs nav {
    flex-direction: column;
  }
  .tabs label {
    width: 100%;
  }
  .tabs label.ml3 {
    margin-left: 0;
  }
  .input-group {
    width: 100%;
    flex-direction: column;
  }
  .custom-select {
    width: 100%;
    border-bottom: 1px solid #bcd9e6;
    padding: 0.375rem 0rem 0.375rem 1rem;
  }
  .btn-outline-secondary {
    width: 100%;
  }
  .jquery-accordion-menu ul li a {
    white-space: normal;
    padding: 14px 44px 14px 22px;
  }

  /* CBD Address */
  .banner {
    height: 300px;
  }
  .sydney {
    background-attachment: initial;
  }
  .container {
    max-width: 100%;
    padding: 0 2rem;
  }
  .introtext {
    width: 100%;
    font-size: 0.9rem;
  }
  .offer {
    background-position: right top;
    background-size: auto;
  }
  .offer__boxes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .offer__boxes div {
    border-bottom: 1px solid #b5c1c6;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    min-height: auto;
    padding: 2rem 0;
  }
  .offer__boxes div.noborder-bottom {
    border-bottom: 1px solid #b5c1c6;
  }
  .offer__boxes div:last-child {
    border-bottom: none;
  }
  .description__content {
    align-items: flex-start;
    flex-direction: column;
  }
  .description__left,
  .description__right {
    width: 100%;
  }
  .description__right img {
    margin: 0 auto;
    display: block;
  }
  .location-preview-half {
    flex-direction: column;
    justify-content: center;
    margin: 3rem 0;
  }
  .location-preview-half__left img {
    width: 100%;
  }
  .location-preview-half__right {
    padding-left: 0;
    margin-top: 2rem;
  }
  .location-preview-half.switched .location-preview-half__left {
    order: 1;
  }
  .location-preview-half.switched .location-preview-half__right {
    order: 2;
    padding-right: 0;
  }
  .more-info__content {
    flex-direction: column;
    justify-content: center;
  }
  .more-info__left {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .more-info__right {
    padding-left: 0;
  }
  .more-info__left img,
  .more-info__right img {
    width: 100%;
  }
  .benefits__content {
    flex-direction: column;
    justify-content: center;
  }
  .formarrow {
    display: none;
  }
  .benefits__right {
    flex: 1;
    margin-left: 0;
    margin-top: 3rem;
  }
  .city-map {
    margin: 3rem auto;
    display: block;
    width: 100%;
  }
  .headline {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .banner h1 {
    font-size: 2.2rem;
    padding: 0 2rem;
    line-height: 1.2;
  }
  .banner h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 2rem 0 0 0;
    padding: 0 2rem;
  }
  .welcome {
    margin: 2rem 0;
  }
  .offer {
    padding: 2rem 0;
  }
  .description {
    margin: 2rem 0 0 0;
  }
  .explore {
    padding: 2rem 0 2rem 0;
  }
  .preview__title {
    font-size: 1.6rem;
  }
  figure {
    min-width: 49%;
    max-width: 49%;
    margin: 1px;
  }
  .grid {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Virtual Office Address */
  .voa-banner p {
    font-size: 0.9rem;
    width: 100%;
  }
  .voa-banner h3 {
    line-height: 1.4;
  }
  .searchlocation h4 {
    line-height: 1.6;
    font-size: 1rem;
  }
  .location-preview-full {
    justify-content: center;
    flex-direction: column;
  }
  .location-preview-full__left {
    margin: 0 0 2rem 0;
  }
  .location-preview-full__right {
    padding-left: 0;
    flex: 1;
  }
  .location-preview-full .preview__buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    padding-left: 0;
    align-items: flex-start;
    margin: 2rem 0 0 0;
  }
  .location-preview-full .preview__buttons button.details,
  .location-preview-full .preview__buttons button.enquire,
  .location-preview-full .preview__buttons button.savelocation {
    margin: 0 0 1rem 0;
    width: 100%;
  }
  .location-preview-full .preview__buttons button.savelocation {
    padding: 5px 0;
    border: 1px solid #9da7a8;
    border-radius: 40px;
  }
  .location-preview-full .preview__buttons button.savelocation:hover {
    background: #dde3e4;
    color: #000;
  }
  .grid.full-view figure {
    min-width: 49%;
    max-width: 49%;
    margin: 1px;
  }
  .grid {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .popular-item__body .preview__title {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 1rem;
  }
  .popular-item__body .preview__info ul {
    flex-direction: column;
  }
  .popular-item__body .preview__info ul li {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.83rem;
  }
  .popular-item__body .preview__address {
    text-align: left;
  }
  .popular-item__body .preview__facilities,
  .popular-item__buttons {
    flex-direction: column;
  }
  .popular-item__buttons button.details,
  .popular-item__buttons button.enquire {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .tabs_plans input:not(:placeholder-shown) + label {
    display: block;
    margin: 0 0 0.6rem 0;
    font-size: 0.9rem;
    text-align: center;
  }
  .tabs_plans {
    margin-top: 3rem;
  }
  .tabs_plans > ul {
    margin: 3rem 0 0 0;
  }
  .tabs_plans > ul,
  .tabs_plans > ul > li {
    height: 1200px;
  }
  .location-preview-full__right .preview__facilities {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .va-benefits ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }
  .va-benefit {
    margin-top: 2rem;
    width: 33%;
  }
  .banner-vr {
    padding: 2rem;
    font-size: 1.6rem;
  }
  figure h2 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .popular-items {
    flex-direction: column;
  }
  .popular-item {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .tab-content {
    flex-wrap: wrap;
  }
  .plan-box {
    width: 48%;
    margin-bottom: 2rem;
  }
  .plan-box .time {
    font-size: 1.2rem;
  }
  .plan-box .pricestyle {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .plan-box .pricestyle sup {
    font-size: 1.4rem;
  }
  .va-benefits__subtitle {
    width: 100%;
  }
  .va-benefits__title {
    line-height: 1.2;
  }
  .steps__content {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .step {
    width: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .step__img {
    position: relative;
    top: 0;
  }
  .step__title {
    margin-top: 1rem;
  }
  .banner-needtotalk {
    font-size: 1.6rem;
  }
  .banner-needtotalk .phone-number {
    font-size: 2rem;
  }
  .vr__left form {
    margin-bottom: 0;
  }
  .vr__model {
    width: 100%;
    text-align: center;
  }
  .vr__content {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .vr__left {
    width: 100%;
  }
  .vr__right {
    width: 100%;
    margin: 3rem 0 0 0;
  }

  /* Location Single */
  .cussidebar .location-content__left {
    width: 100%;
  }
  .cussidebar .location-content__right {
    width: 100%;
    margin-left: 0;
  }
  .location-content .container {
    flex-direction: column;
  }
  .ubislider-container {
    width: 434px;
    height: 288px;
  }
  .carousel {
    width: 434px;
    margin: 0 auto 2rem auto;
  }
  .ubislider.vhqlocations {
    width: 434px;
  }
  .location-form {
    margin-top: 3rem;
  }
  .location-banner__line {
    margin: 1rem 0;
  }
  .summary-top {
    flex-direction: column;
  }
  .location-price {
    line-height: 1.6;
  }
  .location-title {
    margin-bottom: 1rem;
  }
  .summary-facilities {
    margin-top: 2rem;
  }
  .location-content__left .save-location button.savelocation {
    margin: 0 auto;
  }
  .location-preview-full .preview__buttons a {
    width: 100%;
  }
  .preview__line {
    display: none;
  }
  .hiddenlocation {
    border-top: none;
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  /* CBD Address */
  .description__right img {
    width: 100%;
  }
  .preview__info ul {
    flex-direction: column;
  }
  .preview__info ul li {
    border: none;
    line-height: 1.6;
    padding: 0;
  }
  .preview__facilities {
    flex-direction: column;
    justify-content: flex-start;
  }
  .preview__facilities div li {
    margin-bottom: 0.8rem;
  }
  button.details,
  button.enquire {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .benefits form {
    padding: 2rem 1rem;
  }
  .benefits form h3 {
    font-weight: 400;
    font-size: 1.2rem;
  }

  /* Virtual Office Address */
  .voa-banner p {
    font-size: 0.82rem;
  }
  .voa-banner h3 {
    font-size: 1rem;
  }
  .searchlocation {
    padding: 3rem 0;
  }
  .searchlocation h4 {
    font-size: 0.9rem;
  }
  .info-text {
    font-size: 0.82rem;
    width: 100%;
  }
  p,
  .preview__address {
    font-size: 0.82rem;
  }
  .viewmore button {
    margin: 3rem auto 3rem auto;
  }
  .grid.full-view figure,
  figure {
    min-width: 100%;
    max-width: 100%;
  }
  .plan-box .includes p {
    padding: 0.4rem;
  }
  .plan-box .includes p.includes__title {
    padding-top: 1rem;
  }
  .plan-box .time {
    font-size: 1rem;
    padding: 0.6rem 0;
  }
  .va-benefits {
    margin-top: 2rem;
    padding: 2rem 0;
  }
  .va-benefits__title {
    line-height: 1.4;
    margin: 0 0 2rem 0;
    font-size: 1.6rem;
  }
  .va-benefit {
    margin-top: 1rem;
    width: 50%;
  }
  .va-benefit p {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
  .vr__left form {
    padding: 2rem;
  }
  .vr__left form h3 {
    font-size: 1.2rem;
  }
  .banner-vr {
    background-size: cover;
  }
  .plan-box button {
    font-size: 0.6rem;
  }
  .vr__model img {
    width: 100%;
  }
  .vr__two__title {
    font-size: 1.4rem;
  }

  /* Location Single */
  .location-banner {
    height: auto;
    padding: 2rem;
    text-align: center;
  }
  .location-banner h1 {
    line-height: 1.2;
    font-size: 1.8rem;
  }
  .ubislider-container {
    width: 260px;
    height: 170px;
  }
  .ubislider.vhqlocations {
    width: 260px;
  }
  .carousel {
    margin: 0 auto 2rem auto;
    width: 260px;
  }
  .ubislider .ubislider-inner li {
    width: 77px;
    height: 52px;
  }
  .summary-top {
    margin-top: 3rem;
  }
  .summary-facilities ul {
    flex-direction: column;
  }
  .summary-facilities li {
    margin-bottom: 0.6rem;
  }
  .facilities__content {
    flex-direction: column;
  }
  .facilities__content ul li {
    margin-bottom: 0.4rem;
  }
  .whats-nearby__content {
    flex-direction: column;
  }
  .whats-nearby__left {
    flex: 1;
    max-width: 100%;
  }
  .whats-nearby__right {
    flex: 1;
    max-width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .ubiModal .ubi-main-image,
  .ubiModal .ubi-arrows {
    height: calc(100% - 300px);
  }
  .ubiModal .ubi-main-image {
    margin-top: 40px;
  }
  .ubiModal .ubi-thumbs {
    padding: 0;
    height: auto;
  }
  .ubiModal .ubi-close {
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
  }
  .location-content__left .save-location button.savelocation {
    margin: 0 auto;
  }

  .savelocation_opt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 210px;
    margin: 0 auto 1rem auto;
  }
  button.savelocation {
    margin-bottom: 1rem;
  }
  .subscriptions__plans.subscriptions__three .subscriptions__plan {
    width: 100%;
    margin-bottom: 10px;
  }
  .addtocart {
    margin-bottom: 1rem;
  }
}
.field em.addlocation__icon {
  margin-left: 3px;
}
textarea[name="Addlocation"]:placeholder-shown + label .text_add_msg {
  font-size: 7px;
}
.location-content__right form {
  padding: 2rem 1.3rem;
}
.location-content__right form h3 {
  margin-left: 10px;
}
.sec-locations .title-lc {
  color: #ffa20f;
  font-weight: bold;
}
.list-locations li a {
  color: initial;
  font-weight: normal;
}
.list-locations li a {
  color: #00b6dd;
}
.list-locations li a:hover {
  color: #0ba5b6;
}
.list-locations li > span {
  font-weight: 700;
}

#cookieChoiceInfo {
  background-color: gray !important;
  padding: 20px 0 !important;
  color: rgb(255, 255, 255);
  font-size: 22px;
}
.location-content__right form[name="addform"] {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.addtocart {
  border-radius: 2rem;
  padding: 5px 10px;
  font-size: 0.8rem;
  margin-bottom: 10px;
  margin-top: 0;
}
.addtocart a {
  color: #fff;
}
/*YMS*/
.mt-md {
  margin-top: 20px !important;
}
.mb-md {
  margin-bottom: 20px !important;
}
.ml-md {
  margin-left: 20px !important;
}
.mr-md {
  margin-right: 20px !important;
}
.mt-sm {
  margin-top: 10px !important;
}
.mb-sm {
  margin-bottom: 10px !important;
}
.ml-sm {
  margin-left: 10px !important;
}
.mr-sm {
  margin-right: 10px !important;
}
.mt-lg {
  margin-top: 40px !important;
}
.mb-lg {
  margin-bottom: 40px !important;
}
.ml-lg {
  margin-left: 40px !important;
}
.mr-lg {
  margin-right: 40px !important;
}
.no-pd {
  padding: 0 !important;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
.no-pl {
  padding-left: 0 !important;
}
.no-pr {
  padding-right: 0 !important;
}
.no-mg {
  margin: 0 !important;
}
.no-mt {
  margin-top: 0 !important;
}
.no-mb {
  margin-bottom: 0 !important;
}
.title1bg {
  display: inline-block;
  padding: 20px;
  /*background: #877c82;*/
  text-transform: none;
  color: #fff;
}
.title2bg {
  display: inline-block;
  padding: 20px;
  /*background: #225877;
    margin-top: 20px;*/
  color: #fff;
}
.offer__boxes.box2col div {
  width: 50%;
  min-height: 226px;
}
.headline.text-left::before {
  margin: initial;
}
.banner-private-workspace {
  background: url(../images/location/bg-centre.jpg) no-repeat bottom center;
  height: 345px;
  background-size: cover;
}
.svo-banner-2 {
  background: url(../images/location/sov-banner2.png) no-repeat bottom center;
  height: 108px;
  background-size: cover;
}
.features-cas__boxes.features3col div {
  width: 25%;
  border-right: 1px solid #ddd;
  padding: 0.5rem;
}
.features-cas__boxes.features3col div:last-child {
  border: 0;
}
.svo .features-cas__boxes.features3col img {
  width: auto;
  height: 80px;
}
.svo .features-cas__boxes.features3col .wrap-img {
  display: inline-block;
  width: 100%;
  height: 100px;
}
.box-countries .ctrit {
  border-right: 1px solid #ccc;
  padding: 0;
}
.box-countries .ctrit:last-child {
  border: 0;
}
.box-countries .item-ctr {
  text-align: center;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
nav .ctrit label.item-ctr {
  text-transform: none;
}
.tabs nav .row {
  width: 100%;
}
.box-countries .item-ctr.ctr-bg-blue {
  background: #e8f9fb;
}
.box-countries #tab_1:checked ~ nav [for="tab_1"],
.box-countries #tab_2:checked ~ nav [for="tab_2"],
.box-countries #tab_3:checked ~ nav [for="tab_3"],
.box-countries #tab_4:checked ~ nav [for="tab_4"],
.box-countries #tab_5:checked ~ nav [for="tab_5"],
.box-countries #tab_6:checked ~ nav [for="tab_6"],
.box-countries #tab_7:checked ~ nav [for="tab_7"],
#tab_8:checked ~ nav [for="tab_8"],
#tab_9:checked ~ nav [for="tab_9"],
#tab_10:checked ~ nav [for="tab_10"],
.box-countries #tab_11:checked ~ nav [for="tab_11"],
.box-countries #tab_12:checked ~ nav [for="tab_12"],
.box-countries #tab_13:checked ~ nav [for="tab_13"],
.box-countries #tab_14:checked ~ nav [for="tab_14"],
.box-countries #tab_15:checked ~ nav [for="tab_15"],
.box-countries #tab_16:checked ~ nav [for="tab_16"],
.box-countries #tab_14:checked ~ nav [for="tab_17"],
.box-countries #tab_18:checked ~ nav [for="tab_18"],
.box-countries #tab_19:checked ~ nav [for="tab_19"],
.box-countries #tab_20:checked ~ nav [for="tab_20"],
.box-countries #tab_21:checked ~ nav [for="tab_21"] {
  background: #e8f9fb;
}
img.other-servicesimg {
  width: 100%;
}

.lc-ctry-it {
  padding: 10px;
  position: relative;
}
.lc-ctry-it img {
  width: 100%;
}
.lc-ctry-it .lcctry-info {
  position: absolute;
  top: 25%;
  text-align: center;
  padding: 20px;
}
.lc-ctry-it .lcctry-info .lc-wrap {
  padding: 20px;
  background: rgb(49 47 57 / 20%);
  color: #fff;
  min-width: 230px;
}
.svof.sum-facilities {
  margin-bottom: 0;
  margin-top: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
}
.fcit {
  display: flex;
  margin-bottom: 10px;
}
.fcit > img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.fcit > p {
  margin: 0;
  line-height: 1.2;
}
.summary-top .headline {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6 {
    width: 50%;
  }
  .voa-banner h2 {
    font-size: 1.5rem;
  }
  .features-cas__boxes.features3col div {
    width: 50%;
  }
  .features-cas__boxes.features3col div:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .col-xs-6 {
    width: 50%;
  }
  .offer__boxes.box2col div {
    width: 100%;
  }
  .voa-banner h1 {
    font-size: 1.5rem;
  }
  .voa-banner h2 {
    font-size: 1rem;
  }
  .features-cas__boxes.features3col div {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .ctrit {
    width: 50%;
  }
  .ctrit:nth-child(2n) {
    border: 0;
  }
  .subscriptions__plans {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .md-col2 .subscriptions__plan {
    width: 23%;
    margin: 0 1%;
  }
}

/* Temp for new design */
.location-content.nosidebar .container {
  flex-direction: column;
}
.location-content.nosidebar .carousel #imageSlider img {
  width: 100%;
}
ul.checklist {
  padding-left: 27px;
}
ul.checklist li {
  position: relative;
  margin-bottom: 10px;
}
ul.checklist li:before {
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\F00C";
  top: 50%;
  left: -25px;
  margin-top: -5px;
  font-size: 14px;
  line-height: 1;
  color: #ffa20f;
}

#imageSlider img {
  width: 100%;
}
.whats-nearby_content {
  overflow: hidden;
}
.whats-nearby_content iframe {
  margin-top: -36px;
}
