:root {
  --pm-orange: #eb8037;
  --accessible-components--dark-grey: #9b9b9b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #d37230;
  text-decoration: underline;
}

.navbar-logo-left {
  z-index: 11;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-brand.w--current {
  line-height: 40px;
}

.nav-menu-wrapper {
  padding-right: 50px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb8037;
  border: 2px #eb8037;
  margin-left: 15px;
  margin-right: 0;
  padding: 15px 15px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #e57224;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.call-button {
  color: #eb8037;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #eb8037;
  width: 180px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.button-primary.call-button:hover {
  background-color: #fef5f5;
}

.button-primary.booking {
  color: #fff;
  background-color: #eb7f36;
  margin-top: 50px;
  font-size: 14px;
  position: static;
}

.button-primary.booknow {
  float: left;
  border: 2px solid var(--pm-orange);
  background-color: var(--pm-orange);
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  width: 180px;
  height: 50px;
  margin-left: 0;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.body {
  color: #000;
  border: 0 solid #0000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block {
  text-align: center;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.text-block-2 {
  text-align: right;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section {
  background-image: url('../images/627dc7bf15c9e449020802c9_Teleconsult-p-130x130q80.png');
  background-position: 50%;
  background-size: cover;
}

.hero-class-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0c0c0cb5;
  background-image: linear-gradient(#00000040, #00000040), url('../images/main.png');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 40vw;
  margin-top: 130px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -64px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.heading {
  color: var(--pm-orange);
  -webkit-text-stroke-color: #e36a17;
  margin-bottom: 40px;
  font-family: Archivo Black, sans-serif;
}

.section-3 {
  background-color: #1d1a1a;
  border: 1px solid #1d1a1a;
  font-size: 14px;
  font-weight: 700;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer-nav {
  color: #fff;
}

.container-3 {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link {
  color: #eb8037;
  text-align: center;
  min-width: auto;
  text-decoration: none;
}

.flexbox-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.cell {
  flex-flow: column wrap;
  flex: 1;
  place-content: space-around;
  align-items: baseline;
  display: flex;
}

.container-4 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.footer-link {
  color: #e36a17;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link.footer-contact {
  font-size: 19px;
}

.div-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.link-block.social-link {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
}

.social-text {
  color: #fff;
  border: 0 #1d1a1a;
  padding-top: 10px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: 400;
}

.heading-2 {
  color: snow;
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
}

.text-span {
  color: #f8f8f8;
  font-size: 19px;
  text-decoration: none;
}

.div-block-2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.div-block-3-grid {
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
  display: flex;
}

.text-block-5 {
  color: #aaa;
  margin-top: 27px;
  margin-bottom: 27px;
  font-size: 17px;
}

.image-4, .image-5, .image-6 {
  max-width: 50%;
}

.html-embed {
  margin-top: 10px;
}

.footer-copyright {
  color: #919191;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.image-7 {
  margin-bottom: 10px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.heading-3, .link-2 {
  text-align: center;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.star--rating {
  text-align: center;
}

.text-block-6 {
  font-size: 13px;
  font-weight: 700;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-service-feedback {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.reviews-summary-outer {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-24 {
  text-align: center;
  width: 25%;
  text-decoration: none;
}

.star {
  width: 20px;
  height: 20px;
}

.review-header-smaller {
  color: #000;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.heading-4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.footer-copyright-2 {
  color: #919191;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.footer-links {
  justify-content: space-around;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.container-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.sm-text.sm-text-light {
  color: #fff;
}

.bold-text-2 {
  font-size: 18px;
  font-weight: 700;
}

.sectiondarkish {
  color: #919191;
  background-color: #161616;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-contact {
  color: #f7f7f7;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: block;
}

.sm-icon-link {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.footer-about {
  color: #f7f7f7;
  text-align: center;
  padding-top: 20px;
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.footer-socials {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.link-3, .link-4 {
  color: #e36a17;
  text-decoration: none;
}

.link-5 {
  color: #aaa8a8;
  font-size: 15px;
  font-weight: 700;
}

.text-block-7 {
  font-size: 18px;
}

.text-block-8 {
  font-size: 18px;
  line-height: 22px;
}

.div-block-25 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.footer-call {
  color: #e36a17;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.link-7 {
  color: #e36a17;
  text-decoration: none;
}

.footer-fax {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.html-embed-2 {
  color: #fff;
  text-decoration: none;
}

.html-embed-3 {
  text-align: center;
  font-size: 18px;
}

.sectionhero {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-18 {
  display: flex;
}

.column-34 {
  background-image: url('../images/Lg-iStock-1181559884.jpg');
  background-position: 0%;
  background-size: cover;
}

.div-block-20 {
  padding: 40px;
}

.btn-ul-arrow {
  color: #eb8037;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #e36a17;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.section-reviews {
  background-image: url('../images/639a5e8d9b8d1330f4da8233_1160842111_1920.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.hp-reviews-outer {
  background-color: #00000040;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hp-reviews-container {
  text-align: center;
}

.button-link-arrow {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-26 {
  justify-content: space-between;
  display: flex;
}

.reviews-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 270px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.heading-5 {
  color: #595959;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}

.heading-6 {
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  font-family: Archivo Black, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.paragraph {
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
}

.heading-7 {
  color: #fff;
  text-transform: uppercase;
  font-family: Archivo Black, sans-serif;
}

.div-block-27 {
  margin-top: 30px;
}

.btn-ul-arrow-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.review-date {
  font-size: 16px;
}

.image-8 {
  color: #000;
  margin-top: 3px;
}

.html-embed-4 {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #eb8037;
  padding-top: 8px;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.html-embed-4-copy {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-top: 0;
  text-decoration: none;
}

.review-text {
  color: #1b1b1b;
  font-size: 22px;
}

.review-p {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.footer-copyright-3 {
  color: #919191;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.div-block-29 {
  display: none;
}

.bold-text-3 {
  font-weight: 700;
}

.column-36 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sectiondarkish-2 {
  color: #919191;
  background-color: #161616;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-contact-2 {
  color: #f7f7f7;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.terms-and-privacy {
  color: #bdbfc2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.sm-icon-link-2 {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.footer-about-2 {
  color: #f7f7f7;
  text-align: center;
  padding-top: 20px;
}

.footer-socials-2 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.text-block-9 {
  font-style: italic;
}

.text-block-10 {
  padding-top: 20px;
  font-size: 18px;
}

.image-9 {
  line-height: 40px;
}

.text-block-11 {
  color: var(--pm-orange);
  -webkit-text-stroke-color: #eb8037;
  max-width: 280px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 30px;
}

.link-8 {
  color: #000;
  padding-top: 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text-4 {
  justify-content: center;
  display: flex;
}

.bold-text-5 {
  color: #595959;
  text-align: center;
  font-weight: 400;
}

.heading-8 {
  text-align: center;
  font-size: 28px;
}

.rich-text-block {
  text-align: justify;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.container-13 {
  padding-bottom: 20px;
}

.benefits-sectoion {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pmlogo {
  max-width: 100%;
  height: 81px;
}

.text-span-5 {
  color: var(--pm-orange);
  font-weight: 700;
}

.link-9 {
  text-decoration: none;
}

.rich-text-block-2 {
  font-size: 16px;
  line-height: 24px;
}

.div-block-31 {
  justify-content: center;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.div-block-31.reduce-padding {
  margin-top: 20px;
}

.div-block-32 {
  margin-top: 10px;
  padding-left: 40px;
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.desktop-book-button {
  flex-flow: column;
  display: flex;
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb8037;
  border: 2px solid #eb8037;
  margin-left: 15px;
  margin-right: 0;
  padding: 15px 15px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy:hover {
  color: #fff;
  background-color: #e57224;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.button-primary-copy.call-button {
  color: var(--pm-orange);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  width: 180px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.button-primary-copy.call-button:hover {
  background-color: #fef5f5;
}

.button-primary-copy.booking {
  color: #fff;
  background-color: #eb7f36;
  margin-top: 50px;
  font-size: 14px;
  position: static;
}

.button-primary-copy.booknow {
  text-align: center;
  border-top-width: 1px;
  width: 180px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.image-10 {
  height: 75px;
}

.rich-text-block-8 {
  color: #f7f7f7;
  text-align: left;
  margin-top: 0;
}

.australia-wide-nsw {
  background-image: url('../images/nsw12.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-vic {
  background-image: url('../images/vic_1.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.booking-box {
  z-index: 0;
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 50px 50px;
  display: flex;
  position: sticky;
  top: 0;
}

.australia-wide-map-wa {
  background-image: url('../images/aus-wa.png');
  background-position: 185%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-map-tas {
  background-image: url('../images/aus-tas.png');
  background-position: 185%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-tas {
  background-image: url('../images/tas_1.png');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-map-act {
  background-image: url('../images/aus-act_1.png');
  background-position: 185%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-nt {
  background-image: url('../images/nt.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.booking-button {
  justify-content: center;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.booking-button.reduce-padding {
  margin-top: 0;
  display: none;
}

.text-block-12 {
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
}

.australia-wide-sa {
  background-image: url('../images/sa.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-act {
  background-image: url('../images/act_1.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-wa {
  background-image: url('../images/wa.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-map-sa {
  background-image: url('../images/aus-sa.png');
  background-position: 185%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.container-24 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.australia-wide-map-nt {
  background-image: url('../images/aus-nt_1.png');
  background-position: 185%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.state-name {
  text-align: right;
  justify-content: flex-end;
  line-height: 25px;
  display: flex;
}

.state-name.sa {
  margin-right: -16px;
}

.state-name.tas {
  margin-right: -10px;
  padding-right: 0;
}

.state-name.qld {
  text-align: right;
}

.state-names {
  color: #e36a17;
  text-align: right;
  padding-top: 130px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 700;
}

.australia-wide-qld {
  background-image: url('../images/qld.png');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  height: 400px;
}

.heading-11 {
  color: #e36a17;
  text-align: left;
}

.australia-wide-map {
  background-image: url('../images/aus-nsw_1.png');
  background-position: 185%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.link-10 {
  font-weight: 600;
}

.heading-12 {
  margin-top: 40px;
}

.div-block-33 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.australia-wide-map-vic {
  background-image: url('../images/aus-vic.png');
  background-position: 185%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.column-37 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.australia-wide-map-qld {
  background-image: url('../images/aus-qld_1.png');
  background-position: 185%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.columns-19 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-38 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.circle-svg {
  padding-left: 10px;
  padding-right: 10px;
}

.live-slots-count-text {
  color: var(--pm-orange);
  font-size: 20px;
  font-weight: 500;
}

.live-slots {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.aus-wide-state-heading {
  z-index: 1;
  background-color: #fff;
  padding-top: 20px;
  position: fixed;
  inset: 130px 0% auto;
}

.container-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Archivo Black, sans-serif;
  font-size: 25px;
}

.bold-text-7 {
  color: #db6e26;
}

.div-block-34 {
  color: var(--pm-orange);
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.link-11 {
  color: var(--pm-orange);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.link-11.w--current {
  font-weight: 700;
  text-decoration: underline;
}

.australia-wide-map-act-2 {
  background-image: url('../images/aus-act.png');
  background-position: -100px;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-act-2 {
  background-image: url('../images/act.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.state-name-2 {
  text-align: right;
  justify-content: flex-end;
  font-size: 32px;
  line-height: 25px;
  display: flex;
}

.book-dual-button-text {
  background-color: #e36a17;
}

.div-block-35 {
  display: inline-block;
}

.state-wide-paragraph {
  color: #f7f7f7;
  text-align: left;
  margin-top: 0;
}

.call-dual-button-text {
  color: #e36a17;
  background-color: #fff;
}

.call-dual-button-text:hover {
  background-color: #ffe5e5;
}

.state-names-2 {
  color: #e36a17;
  text-align: right;
  padding-top: 130px;
  padding-right: 60px;
  font-size: 28px;
  font-weight: 700;
}

.state-names-2.act, .state-names-2.wa {
  padding-right: 30px;
}

.state-names-2.qld {
  padding-right: 10px;
  font-size: 32px;
}

.state-names-2.nt, .state-names-2.sa {
  padding-right: 30px;
}

.heading-14 {
  color: #e36a17;
  text-align: left;
}

.booking-box-2 {
  z-index: 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
}

.text-block-13 {
  color: #e36a17;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.container-26 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-top: 255px;
  display: flex;
}

.australia-wide-services-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 400px;
  display: flex;
}

.paragraph-left-state {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.bookcall-dual-button {
  text-transform: uppercase;
  border: 2px solid #e36a17;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
}

.australia-wide-map-2 {
  background-image: url('../images/australia.png');
  background-position: 0%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.column-39 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.australia-wide-telehealth-landing {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-20 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-40 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.state-name-3 {
  text-align: right;
  justify-content: flex-end;
  font-size: 32px;
  line-height: 25px;
  display: flex;
}

.state-name-3.qld {
  text-align: right;
  font-size: 32px;
}

.div-block-37 {
  display: inline-block;
}

.heading-15 {
  color: #e36a17;
  text-align: left;
}

.australia-wide-map-nsw {
  background-image: url('../images/aus-nsw.png');
  background-position: -100px;
  background-size: cover;
  width: auto;
  height: 400px;
}

.text-block-14 {
  color: #e36a17;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.container-27 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-top: 253px;
  display: flex;
}

.div-block-38 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-41 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.australia-wide-nsw-2 {
  background-image: url('../images/nsw12.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.columns-21 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-42 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.div-block-39 {
  display: inline-block;
}

.heading-16 {
  color: #e36a17;
  text-align: left;
}

.text-block-15 {
  color: #e36a17;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.container-28 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  padding-top: 260px;
  display: flex;
}

.australia-wide-map-vic-2 {
  background-image: url('../images/aus-vic.png');
  background-position: -100px;
  background-size: cover;
  width: auto;
  height: 400px;
}

.div-block-40 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-43 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.columns-22 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.australia-wide-vic-2 {
  background-image: url('../images/vic.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.column-44 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.australia-wide-wa-2 {
  background-image: url('../images/wa.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.div-block-41 {
  display: inline-block;
}

.heading-17 {
  color: #e36a17;
  text-align: left;
}

.text-block-16 {
  color: #e36a17;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.container-29 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  padding-top: 260px;
  display: flex;
}

.australia-wide-map-wa-2 {
  background-image: url('../images/aus-wa.png');
  background-position: -100px;
  background-size: cover;
  width: auto;
  height: 400px;
}

.div-block-42 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-45 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.columns-23 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-46 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.div-block-43 {
  display: inline-block;
}

.heading-18 {
  color: #e36a17;
  text-align: left;
}

.text-block-17 {
  color: #e36a17;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.container-30 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-top: 260px;
  display: flex;
}

.div-block-44 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-47 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.australia-wide-map-tas-2 {
  background-image: url('../images/aus-tas.png');
  background-position: -100px;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-tas-2 {
  background-image: url('../images/tas.png');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  height: 400px;
}

.columns-24 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-48 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.container-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-19 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-45 {
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  padding-bottom: 20px;
  display: flex;
}

.link-12 {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.link-12.w--current {
  font-weight: 700;
  text-decoration: underline;
}

.div-block-46 {
  display: inline-block;
}

.heading-20 {
  color: #e36a17;
  text-align: left;
}

.text-block-18 {
  color: #e36a17;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.australia-wide-qld-2 {
  background-image: url('../images/qld.png');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  height: 400px;
}

.container-32 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  padding-top: 260px;
  display: flex;
}

.australia-wide-map-qld-2 {
  background-image: url('../images/aus-qld.png');
  background-position: -100px;
  background-size: cover;
  width: auto;
  height: 400px;
}

.div-block-47 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-49 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.columns-25 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-50 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.australia-wide-nt-2 {
  background-image: url('../images/nt_1.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.div-block-48 {
  display: inline-block;
}

.heading-21 {
  color: #e36a17;
  text-align: left;
}

.text-block-19 {
  color: #e36a17;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.container-33 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  padding-top: 260px;
  display: flex;
}

.div-block-49 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.australia-wide-map-nt-2 {
  background-image: url('../images/aus-nt.png');
  background-position: -100px;
  background-size: cover;
  width: auto;
  height: 400px;
}

.column-51 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.columns-26 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-52 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.div-block-50 {
  display: inline-block;
}

.heading-22 {
  color: #e36a17;
  text-align: left;
}

.text-block-20 {
  color: #e36a17;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.container-34 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  padding-top: 260px;
  display: flex;
}

.australia-wide-map-sa-2 {
  background-image: url('../images/aus-sa.png');
  background-position: -100px;
  background-size: cover;
  width: auto;
  height: 400px;
}

.australia-wide-sa-2 {
  background-image: url('../images/sa.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.div-block-51 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-53 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.columns-27 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-54 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.div-block-52 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.text-block-21 {
  text-transform: uppercase;
}

.link-block-2 {
  color: #000;
}

.section-6 {
  visibility: hidden;
  display: none;
}

.div-block-3-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
  display: flex;
}

.div-block-53 {
  margin-top: -20px;
}

.live-slots-link-block {
  text-decoration: none;
}

.three-article-boxes {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px 0;
  display: flex;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  background-color: #e3843f;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 50px;
  padding: 10px 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.box-images {
  max-width: 375px;
}

.section-8 {
  background-image: url('../images/Picture1.jpg');
  background-position: 50% 13%;
  background-size: cover;
  width: 100%;
  max-width: 940px;
  height: 300px;
  margin: 40px auto;
}

.div-block-54 {
  display: flex;
}

.section-9 {
  padding-bottom: 0;
}

.section-8-copy {
  background-image: url('../images/box2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 940px;
  height: 300px;
  margin: 40px auto;
}

.section-10 {
  padding-bottom: 20px;
}

.article-3-title-image {
  background-image: url('../images/article-3.jpg');
  background-position: 50% 58%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  max-width: 940px;
  height: 300px;
  margin: 40px auto;
}

.div-boxes {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}

.articles-paragraph {
  font-size: 16px;
  text-decoration: none;
}

.heading-image-section {
  background-image: url('../images/box2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 940px;
  height: 300px;
  margin: 40px auto;
}

.heading-image-section2 {
  background-image: url('../images/box1.jpg');
  background-position: 50% 45%;
  background-size: cover;
  width: 100%;
  max-width: 940px;
  height: 300px;
  margin: 40px auto;
}

.heading-image-section3 {
  background-image: url('../images/pexels-3758759.jpg');
  background-position: 50% 81%;
  background-size: cover;
  width: 100%;
  max-width: 940px;
  height: 300px;
  margin: 40px auto;
}

.link-block-3, .link-13, .bold-text-9, .link-14, .link-15 {
  text-decoration: none;
}

.list {
  font-weight: 600;
  list-style-type: decimal;
}

.list-item, .list-item-2, .list-item-3 {
  font-weight: 400;
}

.link-16, .link-17, .link-18, .link-19 {
  text-decoration: none;
}

.div-block-55 {
  display: inline-block;
}

.div-block-56 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  display: inline-flex;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible, .fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: block;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible, .fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.pm-explainer-video-embed {
  height: 640px;
  max-height: 100vh;
  position: relative;
}

.btn-ul-arrow-orange {
  border-bottom: 1px solid var(--pm-orange);
  color: var(--pm-orange);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.html-embed-4-orange {
  border-bottom: 1px solid var(--pm-orange);
  color: #000;
  text-align: left;
  padding-top: 0;
}

.div-block-57 {
  margin-left: 0;
}

.video-cta-text {
  color: var(--accessible-components--dark-grey);
  text-align: center;
  background-color: #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
  position: relative;
}

.container-35 {
  padding-left: 10px;
  padding-right: 10px;
}

.link-20 {
  text-decoration: none;
}

.container-36 {
  padding-left: 10px;
  padding-right: 10px;
}

.booknow-text-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-58 {
  display: flex;
}

.div-block-59 {
  margin-top: -18px;
  display: none;
}

.div-block-57-copy {
  color: #fff;
  margin-top: -30px;
  margin-left: 0;
  padding-top: 5px;
}

.div-block-60 {
  background-color: #c36a2d;
}

.btn-ul-arrow-orange-copy {
  border-bottom: 1px solid var(--pm-orange);
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.code-embed {
  color: #fff;
}

.html-embed-4-copy-copy {
  color: #000;
  text-align: left;
  background-color: #c36a2d;
  border-bottom: 1px #fff;
  padding-top: 0;
  text-decoration: none;
}

.hero-class-main-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0c0c0cb5;
  background-image: linear-gradient(#00000040, #00000040), url('../images/main.png');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 40vw;
  margin-top: 165px;
  display: flex;
}

.div-block-61 {
  padding: 40px 20px 20px;
}

.paragraph-3 {
  padding: 10px 10px 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-23 {
  font-size: 24px;
  font-weight: 700;
}

.link-21, .link-22 {
  color: var(--pm-orange);
}

.div-block-3-flex-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 14px;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-rating-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.link-23 {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.link-23-copy {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
}

.section-11 {
  margin-top: 130px;
}

.heading-23 {
  color: var(--pm-orange);
  text-align: center;
}

.google-review-link-copy {
  color: var(--pm-orange);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px #00b8bc;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.container-37 {
  flex-flow: column;
  display: flex;
}

.text-block-24 {
  text-align: center;
  padding: 40px 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 25px;
}

.code-embed-2 {
  margin-top: 40px;
}

.reviews-container {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-36 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  display: flex;
}

.review-detail {
  border-bottom: 1px solid #ecedef;
  padding-bottom: 10px;
  padding-left: 0;
}

.web-dual-box {
  display: none;
}

.div-block-70 {
  border: 0 #db6e26;
  border-radius: 0;
  max-width: 299px;
}

.div-block-71 {
  border: 0 #db6e26;
  display: inline-block;
}

.bookcall-dual-button-home {
  text-transform: uppercase;
  border: 2px solid #e36a17;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  display: inline-flex;
}

@media screen and (min-width: 1280px) {
  body {
    font-family: Montserrat, sans-serif;
  }

  .container-3 {
    text-align: center;
  }

  .flexbox-horizontal {
    font-weight: 400;
  }

  .cell {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
  }

  .container-4 {
    max-width: 1280px;
  }

  .footer-link {
    color: #e36a17;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .facebook {
    border-radius: 9px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 25px;
    display: inline-block;
  }

  .link-block {
    margin-left: 33px;
    margin-right: 33px;
  }

  .link-block.social-link {
    text-decoration: none;
  }

  .image, .image-2, .image-3 {
    background-color: #fff;
    border-radius: 20px;
  }

  .social-text {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-offset: 0px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    outline: 3px #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    display: block;
    position: static;
    overflow: visible;
    box-shadow: 1px 1px 3px #000;
  }

  .text-block-4 {
    color: #fff;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
  }

  .heading-2 {
    color: #fff;
    margin-top: 10px;
  }

  .bold-text {
    font-size: 21px;
  }

  .text-span {
    color: #fff;
    text-decoration: none;
  }

  .div-block-2 {
    text-align: center;
    margin-top: 47px;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-3-grid {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .sm-text.sm-text-light {
    text-decoration: none;
  }

  .text-block-11 {
    max-width: none;
  }

  .australia-wide-nsw, .australia-wide-vic {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .booking-box {
    z-index: 0;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .australia-wide-map-wa, .australia-wide-map-tas {
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .australia-wide-tas {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .australia-wide-map-act {
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .australia-wide-nt, .australia-wide-sa, .australia-wide-act, .australia-wide-wa {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .australia-wide-map-sa, .australia-wide-map-nt {
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .state-names {
    padding-right: 50px;
  }

  .australia-wide-qld {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .australia-wide-map, .australia-wide-map-vic, .australia-wide-map-qld {
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .columns-19 {
    position: static;
    overflow: hidden;
  }

  .aus-wide-state-heading {
    top: 115px;
  }

  .australia-wide-map-act-2 {
    height: 400px;
    display: block;
  }

  .australia-wide-act-2 {
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .state-name-2 {
    line-height: 30px;
  }

  .state-names-2.act {
    justify-content: flex-end;
    align-items: center;
    padding-top: 100px;
    line-height: 30px;
    display: flex;
  }

  .booking-box-2 {
    z-index: 0;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .australia-wide-services-box {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .australia-wide-map-2 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .australia-wide-telehealth-landing, .columns-20 {
    position: static;
    overflow: hidden;
  }

  .state-name-3 {
    line-height: 30px;
  }

  .australia-wide-map-nsw {
    height: 400px;
    display: block;
  }

  .australia-wide-nsw-2 {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .columns-21 {
    position: static;
    overflow: hidden;
  }

  .australia-wide-map-vic-2 {
    height: 400px;
    display: block;
  }

  .columns-22 {
    position: static;
    overflow: hidden;
  }

  .australia-wide-vic-2, .australia-wide-wa-2 {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .australia-wide-map-wa-2 {
    height: 400px;
    display: block;
  }

  .columns-23 {
    position: static;
    overflow: hidden;
  }

  .australia-wide-map-tas-2 {
    height: 400px;
    display: block;
  }

  .australia-wide-tas-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 400px;
  }

  .columns-24 {
    position: static;
    overflow: hidden;
  }

  .australia-wide-qld-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 400px;
  }

  .australia-wide-map-qld-2 {
    height: 400px;
    display: block;
  }

  .columns-25 {
    position: static;
    overflow: hidden;
  }

  .australia-wide-nt-2 {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .australia-wide-map-nt-2 {
    height: 400px;
    display: block;
  }

  .columns-26 {
    position: static;
    overflow: hidden;
  }

  .australia-wide-map-sa-2 {
    height: 400px;
    display: block;
  }

  .australia-wide-sa-2 {
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .columns-27 {
    position: static;
    overflow: hidden;
  }

  .body-3 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-3-flex {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .fs_modal-2_close-icon {
    width: 1rem;
    height: 1rem;
    font-size: 16px;
  }

  .fs_modal-2_popup {
    display: none;
  }

  .video-cta-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3-flex-copy {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .button-primary.booking {
    font-size: 18px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .footer-link {
    font-size: 16px;
  }

  .container-11 {
    padding-right: 0;
  }

  .footer-contact, .footer-socials {
    font-size: 18px;
  }

  .div-block-26 {
    align-items: flex-start;
  }

  .heading-6 {
    text-transform: uppercase;
    font-size: 30px;
  }

  .div-block-27 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: block;
  }

  .button-primary-copy.booking {
    font-size: 18px;
  }

  .australia-wide-nsw, .australia-wide-vic {
    background-size: cover;
    height: 500px;
  }

  .australia-wide-map-wa, .australia-wide-map-tas {
    background-position: 50%;
    background-size: contain;
    height: 500px;
  }

  .australia-wide-tas {
    background-size: cover;
    height: 500px;
  }

  .australia-wide-map-act {
    background-position: 50%;
    background-size: contain;
    height: 500px;
  }

  .australia-wide-nt, .australia-wide-sa, .australia-wide-act, .australia-wide-wa {
    background-size: cover;
    height: 500px;
  }

  .australia-wide-map-sa, .australia-wide-map-nt {
    background-position: 50%;
    background-size: contain;
    height: 500px;
  }

  .state-names {
    padding-right: 40px;
  }

  .australia-wide-qld {
    background-size: cover;
    height: 500px;
  }

  .australia-wide-map, .australia-wide-map-vic, .australia-wide-map-qld {
    background-position: 50%;
    background-size: contain;
    height: 500px;
  }

  .australia-wide-map-act-2 {
    background-position: -140px;
    justify-content: flex-end;
    align-items: stretch;
    height: 600px;
    display: flex;
  }

  .australia-wide-act-2 {
    background-position: 50%;
    background-size: cover;
    height: 600px;
  }

  .state-name-2 {
    align-items: center;
    line-height: 30px;
    display: block;
  }

  .state-names-2 {
    justify-content: flex-end;
    padding-right: 60px;
    display: flex;
  }

  .state-names-2.act {
    padding-right: 60px;
    display: block;
  }

  .state-names-2.wa {
    padding-right: 30px;
  }

  .state-names-2.qld {
    justify-content: flex-end;
    padding-right: 30px;
    display: flex;
  }

  .state-names-2.nt {
    justify-content: flex-end;
    padding-right: 60px;
    display: flex;
  }

  .state-names-2.sa {
    padding-right: 60px;
  }

  .australia-wide-services-box {
    background-size: cover;
    height: 500px;
  }

  .australia-wide-map-2 {
    background-position: 50%;
    background-size: contain;
    height: 500px;
  }

  .state-name-3 {
    align-items: center;
    line-height: 30px;
    display: block;
  }

  .australia-wide-map-nsw {
    background-position: -135px;
    justify-content: flex-end;
    height: 600px;
    display: flex;
  }

  .australia-wide-nsw-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 600px;
  }

  .australia-wide-map-vic-2 {
    height: 500px;
  }

  .australia-wide-vic-2 {
    background-size: cover;
    height: 500px;
  }

  .australia-wide-wa-2 {
    background-position: 0 0;
    background-size: cover;
    height: 600px;
  }

  .australia-wide-map-wa-2, .australia-wide-map-tas-2 {
    height: 600px;
  }

  .australia-wide-tas-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 600px;
  }

  .australia-wide-qld-2 {
    background-position: 0 0;
    background-size: cover;
    height: 600px;
  }

  .australia-wide-map-qld-2 {
    height: 600px;
  }

  .australia-wide-nt-2 {
    background-size: cover;
    height: 600px;
  }

  .australia-wide-map-nt-2 {
    background-position: -125px;
    height: 600px;
  }

  .australia-wide-map-sa-2 {
    background-position: 140%;
    height: 600px;
  }

  .australia-wide-sa-2 {
    background-size: cover;
    height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .australia-wide-map-wa, .australia-wide-map-tas, .australia-wide-map-act, .australia-wide-map-sa, .australia-wide-map-nt {
    background-position: 50%;
    background-size: auto 510px;
  }

  .state-name {
    text-align: left;
  }

  .state-names {
    text-align: center;
    padding-right: 60px;
    line-height: 30px;
  }

  .australia-wide-map, .australia-wide-map-vic, .australia-wide-map-qld {
    background-position: 50%;
    background-size: auto 510px;
  }

  .australia-wide-map-act-2 {
    background-position: 50%;
    background-size: 1000px;
  }

  .australia-wide-act-2 {
    background-position: 50%;
  }

  .state-name-2 {
    text-align: left;
  }

  .state-names-2 {
    text-align: center;
    padding-right: 60px;
    line-height: 30px;
  }

  .state-names-2.act {
    padding-right: 20px;
  }

  .state-names-2.nt {
    padding-right: 40px;
  }

  .australia-wide-map-2 {
    background-position: 50%;
    background-size: auto 510px;
  }

  .state-name-3 {
    text-align: left;
  }

  .australia-wide-map-nsw {
    background-position: 50%;
    background-size: 1000px;
    height: 600px;
  }

  .australia-wide-nsw-2 {
    height: 600px;
  }

  .australia-wide-map-vic-2 {
    background-position: 50%;
    background-size: 1000px;
    height: 600px;
  }

  .australia-wide-vic-2 {
    background-position: 50% 0;
    height: 600px;
  }

  .australia-wide-map-wa-2, .australia-wide-map-tas-2, .australia-wide-map-qld-2, .australia-wide-map-nt-2 {
    background-position: 50%;
    background-size: 1000px;
  }

  .australia-wide-map-sa-2 {
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    padding-right: 0;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary.call-button {
    width: 180px;
  }

  .button-primary.booknow {
    width: 180px;
    font-size: 14px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block-2 {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-class-main {
    height: 80vh;
    margin-top: 0;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .text-block-3 {
    text-align: center;
  }

  .heading {
    text-align: center;
    font-size: 36px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-link.footer-contact {
    font-size: 19px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .div-block-3-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: baseline stretch;
    display: grid;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .image-7 {
    margin-bottom: 0;
  }

  .star {
    width: 25px;
    height: 25px;
  }

  .review-header-smaller {
    font-size: 17px;
    font-weight: 600;
  }

  .footer-copyright-2 {
    text-decoration: none;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: end;
    display: grid;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .footer-about, .footer-socials, .text-block-7 {
    font-size: 18px;
  }

  .html-embed-3 {
    text-align: center;
  }

  .column-34 {
    background-position: 0 0;
  }

  .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-block {
    max-width: 230px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-5 {
    text-align: center;
    font-size: 23px;
  }

  .heading-6 {
    text-align: center;
    font-size: 19px;
  }

  .paragraph {
    text-align: justify;
    font-size: 14px;
  }

  .review-text {
    line-height: 30px;
  }

  .sm-icon-link-2 {
    margin-right: 16px;
  }

  .div-block-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rich-text-block {
    text-align: left;
    font-size: 14px;
  }

  .benefits-sectoion {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-2 {
    text-align: left;
    font-size: 14px;
  }

  .div-block-31.reduce-padding {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-primary-copy.call-button {
    border-width: 2px;
    height: 50px;
    line-height: 20px;
  }

  .australia-wide-nsw, .australia-wide-vic {
    background-position: 50%;
    background-size: auto;
    height: 350px;
  }

  .australia-wide-map-wa, .australia-wide-map-tas {
    background-position: 95%;
    height: 350px;
  }

  .australia-wide-tas {
    background-position: 50%;
    background-size: auto;
    height: 350px;
  }

  .australia-wide-map-act {
    background-position: 95%;
    height: 350px;
  }

  .australia-wide-nt {
    background-position: 50%;
    background-size: auto;
    height: 350px;
  }

  .booking-button.reduce-padding {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .australia-wide-sa, .australia-wide-act, .australia-wide-wa {
    background-position: 50%;
    background-size: auto;
    height: 350px;
  }

  .australia-wide-map-sa, .australia-wide-map-nt {
    background-position: 95%;
    height: 350px;
  }

  .state-name {
    padding-right: 0;
    font-size: 23px;
    line-height: 22px;
  }

  .state-names {
    padding-right: 0;
  }

  .australia-wide-qld {
    background-position: 50%;
    background-size: auto;
    height: 350px;
  }

  .australia-wide-map, .australia-wide-map-vic, .australia-wide-map-qld {
    background-position: 95%;
    height: 350px;
  }

  .aus-wide-state-heading {
    text-align: center;
    top: 140px;
  }

  .australia-wide-map-act-2 {
    background-position: -70px;
    height: 300px;
  }

  .australia-wide-act-2 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .state-name-2 {
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .state-names-2, .state-names-2.act {
    padding-top: 100px;
    padding-right: 20px;
  }

  .state-names-2.wa {
    padding-right: 20px;
  }

  .state-names-2.qld {
    padding-right: 10px;
  }

  .state-names-2.nt {
    padding-top: 100px;
    padding-right: 20px;
  }

  .container-26 {
    margin-top: 300px;
  }

  .australia-wide-services-box {
    background-position: 50%;
    background-size: auto;
    height: 350px;
  }

  .bookcall-dual-button {
    font-size: 15px;
  }

  .australia-wide-map-2 {
    background-position: 95%;
    height: 350px;
  }

  .state-name-3 {
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .state-name-3.qld {
    font-size: 18px;
  }

  .australia-wide-map-nsw {
    background-position: -70px;
    height: 300px;
  }

  .australia-wide-nsw-2 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-map-vic-2 {
    background-position: -70px;
    height: 300px;
  }

  .australia-wide-vic-2, .australia-wide-wa-2 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-map-wa-2, .australia-wide-map-tas-2 {
    background-position: -70px;
    height: 300px;
  }

  .australia-wide-tas-2, .australia-wide-qld-2 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-map-qld-2 {
    background-position: -70px;
    height: 300px;
  }

  .australia-wide-nt-2 {
    background-image: url('../images/nt_1.png');
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-map-nt-2 {
    background-position: -70px;
    background-size: cover;
    height: 300px;
  }

  .container-34 {
    padding-top: 315px;
  }

  .australia-wide-map-sa-2 {
    background-position: 95%;
    height: 350px;
  }

  .australia-wide-sa-2 {
    background-position: 50%;
    background-size: auto;
    height: 350px;
  }

  .section-6 {
    display: none;
  }

  .div-block-3-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    place-items: baseline stretch;
  }

  .div-block-53 {
    margin-bottom: 0;
  }

  .three-article-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .section-8, .section-8-copy, .article-3-title-image, .heading-image-section, .heading-image-section2, .heading-image-section3 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-16, .link-17, .link-18, .link-19 {
    text-decoration: none;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

  .pm-explainer-video-embed {
    height: 564px;
  }

  .video-cta-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-class-main-copy {
    height: 80vh;
    margin-top: 0;
  }

  .div-block-3-flex-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    place-items: baseline stretch;
  }

  .text-block-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .web-dual-box {
    display: none;
  }

  .bookcall-dual-button-home {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .hero-class-main {
    height: 70vh;
    margin-top: 0;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .text-block-3 {
    text-align: center;
  }

  .heading {
    text-align: center;
    margin-top: 0;
  }

  .div-block-3-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .reviews-summary-outer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: center baseline;
  }

  .div-block-24 {
    width: 45%;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 65px;
    margin-right: 65px;
    padding-left: 75px;
    padding-right: 75px;
    display: grid;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-18 {
    flex-direction: column-reverse;
  }

  .column-34 {
    min-height: 300px;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-link-arrow {
    margin-top: 20px;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .reviews-block {
    border-bottom: 1px solid #0003;
    width: 600px;
    max-width: none;
  }

  .column-36 {
    text-align: center;
    justify-content: center;
  }

  .terms-and-privacy.w--current {
    text-align: center;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .link-8.w--current {
    font-size: 14px;
  }

  .image-10 {
    width: auto;
  }

  .australia-wide-map-wa, .australia-wide-map-tas, .australia-wide-map-act, .australia-wide-map-sa, .australia-wide-map-nt {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 500px;
  }

  .state-name {
    padding-right: 40px;
    font-size: 30px;
    line-height: 30px;
  }

  .state-names {
    padding-top: 177px;
    padding-right: 0;
  }

  .australia-wide-map, .australia-wide-map-vic {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 500px;
  }

  .column-37 {
    padding-left: 0;
  }

  .australia-wide-map-qld {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 500px;
  }

  .column-38 {
    padding-right: 0;
  }

  .live-slots-count-text.slots-text-mobile {
    font-size: 14px;
  }

  .live-slots {
    display: none;
  }

  .live-slots.live-slots-mobile {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .aus-wide-state-heading {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .link-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .australia-wide-map-act-2 {
    background-position: -115px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 450px;
  }

  .state-name-2 {
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .state-names-2 {
    padding-top: 100px;
    padding-right: 20px;
  }

  .state-names-2.act {
    padding-top: 55px;
    padding-right: 20px;
  }

  .state-names-2.wa {
    padding-top: 100px;
    padding-right: 20px;
  }

  .state-names-2.qld, .state-names-2.sa {
    padding-right: 20px;
  }

  .container-26 {
    margin-top: 380px;
  }

  .australia-wide-map-2 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 500px;
  }

  .column-39 {
    padding-left: 0;
  }

  .column-40 {
    padding-right: 0;
  }

  .state-name-3 {
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .state-name-3.nsw {
    padding-right: 0;
  }

  .australia-wide-map-nsw {
    background-position: -115px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 450px;
  }

  .container-27 {
    margin-top: 310px;
  }

  .column-41 {
    padding-left: 0;
  }

  .column-42 {
    padding-right: 0;
  }

  .australia-wide-map-vic-2 {
    background-position: -115px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 450px;
  }

  .column-43 {
    padding-left: 0;
  }

  .column-44 {
    padding-right: 0;
  }

  .australia-wide-map-wa-2 {
    background-position: -115px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 450px;
  }

  .column-45 {
    padding-left: 0;
  }

  .column-46 {
    padding-right: 0;
  }

  .column-47 {
    padding-left: 0;
  }

  .australia-wide-map-tas-2 {
    background-position: -115px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 450px;
  }

  .column-48 {
    padding-right: 0;
  }

  .link-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-32 {
    padding-top: 310px;
  }

  .australia-wide-map-qld-2 {
    background-position: -115px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 450px;
  }

  .column-49 {
    padding-left: 0;
  }

  .column-50 {
    padding-right: 0;
  }

  .container-33 {
    padding-top: 315px;
  }

  .australia-wide-map-nt-2 {
    background-position: -115px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 450px;
  }

  .column-51 {
    padding-left: 0;
  }

  .column-52 {
    padding-right: 0;
  }

  .container-34 {
    padding-top: 315px;
  }

  .australia-wide-map-sa-2 {
    background-position: -70px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 450px;
  }

  .column-53 {
    padding-left: 0;
  }

  .column-54 {
    padding-right: 0;
  }

  .div-block-52 {
    display: none;
  }

  .section-6 {
    display: block;
  }

  .div-block-3-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .articles-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-image-section3 {
    margin-left: 0;
    margin-right: 0;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pm-explainer-video-embed {
    height: 440px;
  }

  .video-cta-text {
    margin-top: 0;
  }

  .booknow-text-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-class-main-copy {
    height: 70vh;
    margin-top: 0;
  }

  .div-block-3-flex-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .google-review-link-copy, .text-block-24 {
    font-size: 1rem;
  }

  .web-dual-box {
    margin-bottom: 10px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    line-height: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 0 0 0 10px;
  }

  .container {
    justify-content: space-between;
    max-width: none;
  }

  .navbar-brand {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    text-align: center;
    align-items: flex-start;
  }

  .nav-menu-two {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-margin-top-10 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button-primary {
    margin-left: 0;
  }

  .button-primary.call-button {
    width: 175px;
    margin-top: 0;
    margin-left: 0;
    line-height: 16px;
  }

  .button-primary.booking {
    margin-top: 20px;
    font-size: 10px;
  }

  .button-primary.booknow {
    width: 175px;
  }

  .hero-class-main {
    background-image: linear-gradient(#00000045, #00000045), url('../images/main.png');
    background-position: 0 0, 66%;
    height: 80vh;
    margin-top: 0;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .flexbox-horizontal {
    flex-direction: column;
  }

  .footer-link {
    font-size: 14px;
  }

  .text-span {
    display: block;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-span-2 {
    color: #fff;
  }

  .text-span-3 {
    text-shadow: 1px 1px 6px #000;
    text-decoration: none;
  }

  .html-embed {
    cursor: none;
  }

  .footer-copyright {
    text-align: center;
    cursor: none;
    font-size: 15px;
    font-weight: 400;
  }

  .section-service-feedback {
    margin-bottom: 60px;
  }

  .reviews-summary-outer {
    flex-direction: column;
  }

  .div-block-24 {
    width: 100%;
  }

  .heading-4 {
    font-size: 20px;
  }

  .footer-copyright-2 {
    font-size: 14px;
  }

  .footer-links {
    align-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 29px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-2, .footer-socials, .text-block-7 {
    font-size: 14px;
  }

  .text-block-8 {
    padding-right: 0;
    font-size: 14px;
  }

  .div-block-25 {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .footer-call {
    color: #e36a17;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    text-decoration: none;
  }

  .link-7 {
    color: #e36a17;
    text-decoration: none;
  }

  .footer-fax {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    text-decoration: none;
  }

  .html-embed-2 {
    font-size: 14px;
    text-decoration: none;
  }

  .html-embed-3 {
    font-size: 14px;
  }

  .column-34 {
    display: none;
  }

  .div-block-20 {
    padding: 10px 0;
  }

  .reviews-block {
    width: 300px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .heading-6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  .paragraph {
    text-align: justify;
    font-size: 14px;
  }

  .container-12 {
    margin-top: 190px;
  }

  .text-block-11 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
  }

  .link-8.w--current {
    font-size: 12px;
  }

  .div-block-30 {
    padding-right: 5px;
  }

  .bold-text-5 {
    font-size: 25px;
  }

  .rich-text-block {
    text-align: left;
    padding-left: 0;
    line-height: 24px;
  }

  .container-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pmlogo {
    max-width: none;
  }

  .rich-text-block-2 {
    font-size: 14px;
  }

  .div-block-31 {
    margin-top: 0;
    padding-top: 10px;
  }

  .div-block-32 {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .button-primary-copy {
    margin-left: 0;
  }

  .button-primary-copy.call-button {
    width: 175px;
    margin-top: 0;
    margin-left: 0;
  }

  .button-primary-copy.booking {
    margin-top: 20px;
    font-size: 10px;
  }

  .image-10 {
    height: 60px;
    padding-left: 0;
    padding-right: 5px;
  }

  .australia-wide-nsw, .australia-wide-vic {
    background-position: 50% 0;
    height: 350px;
  }

  .booking-box {
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .australia-wide-map-wa, .australia-wide-map-tas {
    background-position: 100%;
    background-size: auto 290px;
    height: 300px;
  }

  .australia-wide-tas {
    background-position: 50% 0;
    height: 350px;
  }

  .australia-wide-map-act {
    background-position: 100%;
    background-size: auto 290px;
    height: 300px;
  }

  .australia-wide-nt {
    background-position: 50% 0;
    height: 350px;
  }

  .booking-button {
    margin-top: 0;
    padding-top: 10px;
  }

  .australia-wide-sa, .australia-wide-act, .australia-wide-wa {
    background-position: 50% 0;
    height: 350px;
  }

  .australia-wide-map-sa, .australia-wide-map-nt {
    background-position: 100%;
    background-size: auto 290px;
    height: 300px;
  }

  .state-name {
    margin-right: 0;
    padding-right: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .state-names {
    padding-top: 105px;
  }

  .australia-wide-qld {
    background-position: 50% 0;
    height: 350px;
  }

  .australia-wide-map {
    background-position: 100%;
    background-size: auto 290px;
    height: 300px;
  }

  .bold-text-6 {
    padding-left: 0;
  }

  .heading-12 {
    font-size: 30px;
  }

  .australia-wide-map-vic, .australia-wide-map-qld {
    background-position: 100%;
    background-size: auto 290px;
    height: 300px;
  }

  .aus-wide-state-heading {
    margin-top: 0;
    top: 80px;
  }

  .container-25 {
    flex-flow: column;
    margin-top: 20px;
  }

  .heading-13 {
    text-align: center;
    font-size: 25px;
  }

  .bold-text-7 {
    text-align: center;
    padding-left: 0;
  }

  .link-11 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .australia-wide-map-act-2 {
    background-position: -70px;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-act-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .state-name-2 {
    margin-right: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .state-wide-paragraph {
    text-align: left;
  }

  .state-names-2 {
    padding-top: 105px;
    padding-right: 20px;
  }

  .state-names-2.act, .state-names-2.wa {
    padding-right: 10px;
  }

  .state-names-2.qld {
    padding-right: 5px;
  }

  .state-names-2.nt, .state-names-2.sa {
    padding-right: 10px;
  }

  .heading-14 {
    margin-bottom: 20px;
  }

  .booking-box-2 {
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .australia-wide-services-box {
    background-position: 50% 0;
    height: 350px;
  }

  .australia-wide-map-2 {
    background-position: 100%;
    background-size: auto 290px;
    height: 300px;
  }

  .state-name-3 {
    margin-right: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .state-name-3.qld {
    font-size: 17px;
  }

  .state-name-3.sa {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-15 {
    margin-bottom: 20px;
  }

  .australia-wide-map-nsw {
    background-position: -70px;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-nsw-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .heading-16 {
    margin-bottom: 20px;
  }

  .australia-wide-map-vic-2 {
    background-position: -70px;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-vic-2, .australia-wide-wa-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .heading-17 {
    margin-bottom: 20px;
  }

  .australia-wide-map-wa-2 {
    background-position: -70px;
    background-size: auto 290px;
    height: 300px;
  }

  .heading-18 {
    margin-bottom: 20px;
  }

  .australia-wide-map-tas-2 {
    background-position: -70px;
    background-size: auto 290px;
    height: 300px;
  }

  .australia-wide-tas-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .heading-19 {
    font-size: 30px;
  }

  .bold-text-8 {
    padding-left: 0;
  }

  .link-12 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .heading-20 {
    margin-bottom: 20px;
  }

  .australia-wide-qld-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .australia-wide-map-qld-2 {
    background-position: -75px;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-nt-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .heading-21 {
    margin-bottom: 20px;
  }

  .australia-wide-map-nt-2 {
    background-position: -75px;
    background-size: cover;
    height: 300px;
  }

  .heading-22 {
    margin-bottom: 20px;
  }

  .container-34 {
    padding-top: 350px;
  }

  .australia-wide-map-sa-2 {
    background-position: -75px;
    background-size: cover;
    height: 300px;
  }

  .australia-wide-sa-2 {
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .div-block-53 {
    margin-top: 0;
  }

  .text-block-22 {
    width: 280px;
  }

  .box-images {
    max-width: 280px;
    height: 200px;
  }

  .div-boxes {
    margin-left: 0;
    margin-right: 0;
  }

  .articles-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-image-section {
    background-position: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pm-explainer-video-embed {
    height: 400px;
  }

  .div-block-58 {
    display: flex;
  }

  .hero-class-main-copy {
    background-image: linear-gradient(#00000045, #00000045), url('../images/main.png');
    background-position: 0 0, 66%;
    height: 80vh;
    margin-top: 0;
  }

  .div-block-69 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-24 {
    font-size: 1rem;
  }
}


