/* @import url("css/lib/animsition.min.css"); */
/* @import url("css/lib/bootstrap-grid.min.css"); */
/* @import url("css/lib/magnific-popup.css");*/
/* @import url("css/lib/owl.carousel.css"); */

/* :root {
  --spacer-section: clamp(3rem, -7rem + 16vw, 5rem);
  --transition: 0.3s ease;
  --element-spacer: 1rem;
  --color-primary: #36abe3;
  --color-surface: rgb(54, 171, 227, 0.1);
  --color-border: rgba(54, 172, 227, 0.1);
  --border-width: 2px;
} */

.the_total_sunday {
  display: none !important;
}

table#sum_tab td {
  font-weight: 100;
  font-size: 12px;
}
table#sum_tab {
  color: #000;
}

table#sum_tab tr {
  font-size: 13px;
}

.gfield_visibility_hidden {
  display: none !important;
}

@keyframes blink {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.blue-font {
  color: #36abe3;
}

.blue-font span {
  color: #36abe3;
}

.white-font span {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

*:focus,
a:focus {
  outline: 0;
}

a[href^="mailto"] {
  word-break: break-all;
}

.underline-link {
  text-decoration: underline;
}

.underline-link:hover {
  text-decoration: none;
}

.inherit-link {
  color: inherit;
}

/* .clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "";
  display: block;
  clear: both;
} */

.menu-btn {
  cursor: pointer;
  z-index: 50;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 46px;
  width: 46px;
  line-height: 1;
  background: #36abe3;
  border-radius: 4px;
  z-index: 99999;
}

.menu-btn span {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 20px;
  margin-top: -1px;
  margin-left: -10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.menu-btn span:first-child {
  margin-top: -7px;
}

.menu-btn span:last-child {
  margin-top: 5px;
}

.menu-btn.is-active span {
  opacity: 0;
}

.menu-btn.is-active span:first-child,
.menu-btn.is-active span:last-child {
  opacity: 1;
  margin-top: -1px;
}

.menu-btn.is-active span:last-child {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn.is-active span:first-child {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 76px;
  height: 100%;
  padding: 27px 15px !important;
  background: #36abe3;
  max-width: 500px;
  width: auto;
  z-index: 101;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
}

.site-menu.is-active {
  transform: translateX(0);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 100;
  opacity: 0.1;
  display: none;
}

/* .sub-menu > li.sub-menu-btn {
  padding-top: 1.5rem;
}

.sub-menu > li.sub-menu-btn > a,
.btn {
  display: inline-block;
  line-height: 1;
  padding: 1em 1.25em;
  background: #00ff00;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #292626;
  letter-spacing: inherit;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
}

.sub-menu > li.sub-menu-btn > a:hover,
.btn:hover {
  text-decoration: none;
  background: #04df04;
} */

/* .btn-large {
  font-size: 1em;
  padding: 1.25em 2.5em;
} */

button,
input,
select,
textarea {
  font-family: inherit;
}

input,
select,
textarea {
  margin: 0;
  width: 100%;
  margin: 0;
  padding: 1.25em 1.25em;
  color: inherit;
  line-height: inherit;
  font-size: 0.875em;
  border-radius: 4px;
  background: #fff;
  border: 2px solid rgba(54, 171, 227, 0.2);
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

textarea {
  height: auto;
  padding: 15px 25px;
  resize: vertical;
}

input[type="submit"] {
  width: auto;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
  background: rgba(54, 171, 227, 0.05);
}

::-webkit-input-placeholder {
  color: #292626;
  opacity: 0.5;
}
::-moz-placeholder {
  color: #292626;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: #292626;
  opacity: 0.5;
}
:-moz-placeholder {
  color: #292626;
  opacity: 0.5;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.site-header {
  position: absolute;
  top: var(--wp-admin--admin-bar--height, 0);
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 999;
  letter-spacing: 0;
}

.site-header .logo {
  display: block;
  position: relative;
  width: 120px;
}

.site-header .logo img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.site-header .logo .state2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.site-header a:not(.btn) {
  color: #fff;
}

.nav {
  list-style: none;
  padding: 0;
}

.nav li {
  margin-bottom: 28px;
  position: relative;
}

.nav li a {
  font-weight: bold;
  font-size: 1.15em;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  position: relative;
}

.nav li a:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #fff;
  opacity: 0.2;
  transition: width 0.3s ease;
}

.nav li a:hover {
  text-decoration: none;
}

.nav li.current_page_parent > a:after,
.nav li.current-menu-item > a:after,
.nav li a:hover:after {
  width: 100%;
}

/* .sub-menu {
  padding: 20px 20px;
  list-style: none;
  font-size: 0.7em;
  margin: 10px 0 0 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.sub-menu .sub-menu {
  font-size: 1em;
  margin-top: 1.5rem;
}

.sub-menu li {
  margin: 2em 0;
}

.sub-menu li:first-child {
  margin-top: 0;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu li a {
  color: rgba(255, 255, 255, 0.5);
  padding: 1em 0;
} */

/* .sub-menu, */
/* .sub-menu-toggle {
  display: none;
}

.menu-item-has-children > .sub-menu-toggle {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS45OTYgNDkxLjk5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjk5NiA0OTEuOTk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ4NC4xMzIsMTI0Ljk4NmwtMTYuMTE2LTE2LjIyOGMtNS4wNzItNS4wNjgtMTEuODItNy44Ni0xOS4wMzItNy44NmMtNy4yMDgsMC0xMy45NjQsMi43OTItMTkuMDM2LDcuODZsLTE4My44NCwxODMuODQ4ICAgIEw2Mi4wNTYsMTA4LjU1NGMtNS4wNjQtNS4wNjgtMTEuODItNy44NTYtMTkuMDI4LTcuODU2cy0xMy45NjgsMi43ODgtMTkuMDM2LDcuODU2bC0xNi4xMiwxNi4xMjggICAgYy0xMC40OTYsMTAuNDg4LTEwLjQ5NiwyNy41NzIsMCwzOC4wNmwyMTkuMTM2LDIxOS45MjRjNS4wNjQsNS4wNjQsMTEuODEyLDguNjMyLDE5LjA4NCw4LjYzMmgwLjA4NCAgICBjNy4yMTIsMCwxMy45Ni0zLjU3MiwxOS4wMjQtOC42MzJsMjE4LjkzMi0yMTkuMzI4YzUuMDcyLTUuMDY0LDcuODU2LTEyLjAxNiw3Ljg2NC0xOS4yMjQgICAgQzQ5MS45OTYsMTM2LjkwMiw0ODkuMjA0LDEzMC4wNDYsNDg0LjEzMiwxMjQuOTg2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.sub-menu-toggle.is-active {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu-item-2307 > .sub-menu > li > a {
  position: relative;
  padding-left: 4em;
  max-width: calc(100% - 40px);
}

.menu-item-2307 > .sub-menu > li > a:before {
  content: "";
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  left: 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.menu-item-2307 .sub-menu li a:hover:before,
.menu-item-2307 .sub-menu > li.current-menu-item > a:before {
  opacity: 0.75;
}

.menu-item a[href="#"] {
  pointer-events: none;
  cursor: default;
}

.menu-item-2307 > .sub-menu > li.reg-clean > a:before {
  background-image: url(../../img/service-icons/reg-clean.png);
}

.menu-item-2307 > .sub-menu > li.office-clean > a:before {
  background-image: url(../../img/service-icons/office.png);
}

.menu-item-2307 > .sub-menu > li.event-clean > a:before {
  background-image: url(../../img/service-icons/event.png);
}

.menu-item-2307 > .sub-menu > li.sanitising-clean > a:before {
  background-image: url(../../img/service-icons/sanitising.png);
} */

/* 
.menu-item-2307 .sub-menu > li.reg-clean > a:before {
  background-image: url(../../img/service-icons/reg-clean.png);
}

.menu-item-2307 .sub-menu > li.eol-clean > a:before {
  background-image: url(../../img/service-icons/eol-clean.png);
}

.menu-item-2307 .sub-menu > li.office-clean > a:before {
  background-image: url(../../img/service-icons/office.png);
}

.menu-item-2307 .sub-menu > li.event-clean a:before {
  background-image: url(../../img/service-icons/event.png);
}

.menu-item-2307 .sub-menu > li.em-clean a:before {
  background-image: url(../../img/service-icons/em-clean.png);
}

.menu-item-2307 .sub-menu > li.strata-clean a:before {
  background-image: url(../../img/service-icons/strata.png);
}

.menu-item-2307 .sub-menu > li.party-clean a:before {
  background-image: url(../../img/service-icons/party.png);
}

.menu-item-2307 .sub-menu > li.carpet-clean a:before {
  background-image: url(../../img/service-icons/vacuum.png);
}


.menu-item-2307 .sub-menu > li.uph-clean a:before {
  background-image: url(../../img/service-icons/uph.png);
}


.menu-item-2307 .sub-menu > li.contruct-clean a:before {
  background-image: url(../../img/service-icons/construct.png);
}

.menu-item-2307 .sub-menu > li.airbnb-clean a:before {
  background-image: url(../../img/service-icons/airbnb.png);
}

.menu-item-2307 .sub-menu > li.spring-clean a:before {
  background-image: url(../../img/service-icons/spring.png);
}

.menu-item-2307 .sub-menu > li.bar-clean a:before {
  background-image: url(../../img/service-icons/bar.png);
}

.menu-item-2307 .sub-menu > li.pressure-clean a:before {
  background-image: url(../../img/service-icons/pressure.png);
}

.menu-item-2307 .sub-menu > li.window-clean a:before {
  background-image: url(../../img/service-icons/window.png);
}

.menu-item-2307 .sub-menu > li.sanitising-clean a:before {
  background-image: url(../../img/service-icons/sanitising.png);
}

.menu-item-2307 .sub-menu > li.data-center a:before {
  background-image: url(../../img/service-icons/data-cent.png);
}


.menu-item-2307 .sub-menu > li.solar-panel a:before {
  background-image: url(../../img/service-icons/solar-panel.svg);
}


.menu-item-2307 .sub-menu > li.gutter a:before {
  background-image: url(../../img/service-icons/gutter.svg);
} */

.phone-cta {
  display: inline-block;
  margin-bottom: 70px;
}

.phone-cta .icon img {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.video-bg {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: block;
}

.site-section {
  position: relative;
}

.section-bg-wrap,
.section-overlay,
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-bg {
  overflow: hidden;
}

.site-section .section-content {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-bg video,
.section-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.width-limiter {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.width-limiter-large {
  max-width: 700px;
}

.play-video-btn {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  color: #fff;
}

.play-video-btn:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../../img/svg/play-video.svg) no-repeat center center;
  vertical-align: middle;
  background-size: 4em;
  margin-right: 0.5em;
}

.height-100 {
  min-height: 100vh;
}

.height-50 {
  min-height: 50vh;
}

.height-75 {
  min-height: 75vh;
}

.hero .section-content {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero .width-limiter {
  margin: 0;
}

.hero .container > :last-child {
  margin-bottom: 0;
}

.ratio-1-1 {
  position: relative;
  display: block;
}

.ratio-1-1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.hover-box {
  display: block;
  overflow: hidden;
}

.hover-box .section-bg {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.hover-box:hover .section-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.section-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem;
  font-size: 0.65em;
}

.section-overlay-content > * {
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  display: inline-block;
  border-radius: 0.2em;
  padding: 0.2em 0.5em;
  font-size: 1.6em;
}

@media (min-width: 1200px) {
  .section-overlay-content > * {
    font-size: 2em;
  }
}

.custom-space-row {
  margin-left: -5px;
  margin-right: -5px;
}

.custom-space-row .row-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

a:hover h4,
a:hover h6 {
  text-decoration: underline;
}

.space-m-t {
  margin-top: 3rem;
}

.space-m-b {
  margin-bottom: 3rem;
}

.space-p-t {
  padding-top: 3rem;
}

.space-p-b {
  padding-bottom: 3rem;
}

.carousel-wrap {
  padding: 2rem;
  background: rgb(54, 171, 227, 0.8);
  backdrop-filter: blur(5px);
  max-width: 650px;
}

.carousel-wrap h6 {
  color: inherit;
}

.owl-dots,
.owl-nav {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  line-height: 1;
  display: inline-block;
  width: 3em;
  height: 3em;
  border: 2px solid #292626;
  border-radius: 100%;
  background-image: url(../../img/svg/arrow-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.owl-nav .owl-prev {
  transform: rotate(-180deg);
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.25;
}

.owl-next {
  transform: translateX(200%);
}

.owl-dots {
  counter-reset: slides-num;
  position: relative;
  width: 6rem;
  padding-left: 3rem;
  font-weight: bold;
  font-size: 0.75em;
  transform: translateX(-50%);
}

.owl-dot.active:before {
  content: counter(slides-num, decimal-leading-zero) "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

.owl-dot.active:before,
.owl-dots:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.owl-dots:after {
  content: "";
  content: counter(slides-num, decimal-leading-zero);
  display: inline-block;
}

.owl-dots:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  background: #292626;
  margin: -1px 0 0 -0.5rem;
}

.light-theme .owl-dots {
  color: #fff;
}

.light-theme .owl-dots:before {
  background: #fff;
}

.light-theme .owl-nav .owl-prev,
.light-theme .owl-nav .owl-next {
  border-color: #fff;
  background-image: url(../../img/svg/arrow-white.svg);
}

.gallery-widget .owl-item {
  margin-bottom: 30px;
}

.testimonials-widget h4 {
  font-weight: normal;
  margin-top: 6rem;
}

.logos-row {
  text-align: center;
}

.logos-row img {
  max-width: 150px;
  width: 65%;
  margin: 20px 0;
}

.insta-row {
  text-align: center;
}

.insta-row img {
  /* max-width: 159px; */
  width: 100%;
  margin: 10px 0;
}

.site-footer {
  background: #36abe3;
  color: rgba(255, 255, 255, 0.5);
  padding: 3rem 0 6rem;
}

.site-footer a {
  color: #fff;
}

.footer-logo {
  max-width: 170px;
  display: block;
  margin-bottom: 3rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer ul li {
  margin-bottom: 1.4rem;
}

.site-footer ul li a {
  position: relative;
}

.site-footer ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  min-width: 2.5rem;
  min-height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-footer .spacer {
  height: 3rem;
}

.site-box {
  padding: 0;
  background: rgb(228, 245, 251);
  margin-bottom: 1rem;
  border-radius: 4px;
}

.site-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
}

.site-box ul li {
  padding: 1px 0;
  font-size: 0.9em;
}

.site-box ul li a {
  color: inherit;
}

.site-box ul li.current-menu-item a {
  color: rgba(41, 38, 38, 1);
  font-weight: bold;
}

form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*fade in animation start*/

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*fade in animation end*/

.row-item-space .item {
  margin-bottom: 50px;
}

table {
  font-size: 0.875em;
  width: 100%;
  border-collapse: collapse;
}

.container .table-wrap {
  margin-left: -20px;
  margin-right: -20px;
}

.table-wrap {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

td,
th {
  padding: 10px 5px;
  text-align: center;
}

td:first-child,
th:first-child {
  text-align: left;
}

tbody tr:hover {
  background: rgba(54, 171, 227, 0.3);
}

.comparison-table h2 {
  font-size: 1.2em;
  line-height: 1;
}
/* 
.comparison-table .btn,
.comparison-table h2 small {
  font-size: 0.65em;
} */

thead,
tbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

tbody tr:hover,
tr td:nth-child(even),
tr th:nth-child(even) {
  background: rgba(54, 171, 227, 0.2);
}

tr th,
tr td {
  background: rgba(54, 171, 227, 0.1);
}

tr td:first-child,
tr th:first-child {
  background: none;
  min-width: 160px;
}

thead tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}

thead tr {
  vertical-align: middle;
}

tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 5px;
}

.ui-datepicker-calendar tr td:first-child,
.ui-datepicker-calendar tr th:first-child {
  background: rgba(54, 171, 227, 0.1);
  text-align: center;
  min-width: auto;
}

.ui-datepicker-calendar a {
  display: block;
}

.ui-datepicker-calendar a.ui-state-active {
  color: #fff;
  background-color: var(--color-primary);
}

.ui-datepicker-title {
  overflow: hidden;
}

.ui-datepicker-header {
  padding: 10px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  padding: 0.5em 0.75em;
  float: left;
  width: calc(50% - 5px);
}

.ui-datepicker-month {
  margin-right: 10px;
}

.ui-corner-all {
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  font-size: 0.75em;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

/* blockquote {
  font-style: italic;
  margin-bottom: 40px;
}

blockquote cite {
  font-style: normal;
  font-weight: bold;
  color: #36abe3;
} */

.gform-loader {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 4px solid;
  border-color: rgb(54, 171, 227, 0.2);
  border-right-color: #36abe3;
  animation: custom-gform-loader 1s infinite linear;
}
@keyframes custom-gform-loader {
  to {
    transform: rotate(1turn);
  }
}

#gform_wrapper_6 .gform_confirmation_wrapper {
  padding: 10px;
  text-align: center;
  background-color: green;
  margin-bottom: 21px;
}

#gform_wrapper_6 .validation_error {
  padding: 10px;
  text-align: center;
  background-color: #ff4747;
  margin-bottom: 21px;
}

#gform_wrapper_6 .validation_message {
  color: #ff4747;
  font-weight: bold;
}

.gfield_checkbox li {
  position: relative;
  padding-left: 30px;
}
.gfield_checkbox li label:after {
  content: "";
  background: #fff;
  border: 2px solid rgba(54, 171, 227, 0.2);
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: 0;
}
.gfield_checkbox li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid #36abe3;
  border-width: 0 2px 2px 0;
  left: 9px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

.gfield_checkbox li label {
  border: none;
}

.inline-fields {
  overflow: hidden;
}

.inline-fields .name_first,
.inline-fields .name_last {
  float: left;
  width: calc(50% - 10px);
}

.inline-fields .name_first {
  margin-right: 20px;
}

.instruction {
  display: none !important;
}

.ginput_container.ginput_container_number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ginput_container_number input {
  order: 2;
  margin: 0 5px;
  text-align: center;
  flex: 1 1 auto;
  width: 5%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ginput_container_number .inc_button {
  background: #36abe3;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 100%;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.inc.inc_button {
  order: 3;
}

.dec.inc_button {
  order: 1;
}

.tool-tip {
  position: relative;
  display: block;
}

.tool-tip-tile a {
  font-size: 12px;
}

.tool-tip-tile a {
  display: block;
}

.tool-tip-content {
  display: none;
  position: absolute;
  top: 30px;
  left: -40px;
  right: -40px;
  background-color: #f1eeee;
  font-size: 11px;
  font-weight: normal;
  padding: 10px;
  line-height: 14px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.tool-tip p.tool-tip-tile {
  font-size: 11px;
  text-decoration: underline;
  margin-top: -10px;
  color: #36abe3;
}

.tool-tip p.tool-tip-tile:hover {
  text-decoration: none;
  cursor: help;
}

.tool-tip p.tool-tip-tile:hover + .tool-tip-content {
  display: block !important;
}

.extras img {
  padding: 25px;
  /* opacity: .2; */
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.extras .col-6:hover img {
  opacity: 0.8;
}

.extras h5 {
  font-size: 0.875em;
}

.the_total_field input {
  max-width: 200px;
}

/*
.page-id-41 h5#sum_total {
    display: none;
}*/

.hide_label label {
  display: none;
}

div#ui-datepicker-div {
  z-index: 3;
  background: #fff;
  border: 2px solid rgba(54, 171, 227, 0.2);
  border-radius: 4px;
  width: 280px;
}

/* Gravity Forms*/

.mint_form_wrapper h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.mint_form_wrapper p {
  font-size: 0.85em;
}

.mint_form_wrapper select,
.mint_form_wrapper input {
  padding: 0.5em 1em;
  background: #e4f5fb;
}

.mint_form_wrapper .ginput_complex > span {
  display: block;
}

.mint_form_wrapper .ginput_complex > span > label {
  margin-top: 0.75em;
  display: block;
}

.mint_form_wrapper .button,
.mint_form_wrapper input[type="submit"] {
  display: inline-block;
  line-height: 1;
  padding: 1em 1.25em;
  background: #00ff00;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #292626;
  letter-spacing: inherit;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
  width: auto;
}

/* .mint_form_wrapper .gform_next_button,
.mint_form_wrapper input[type="submit"] {
  float: right;
} */

.mint_form_wrapper .gform_next_button:hover,
.mint_form_wrapper input[type="submit"]:hover {
  text-decoration: none;
  background: #04df04;
}

.mint_form_wrapper .ginput_container_date input.datepicker {
  max-width: 200px;
  margin-right: 5px;
}

.mint_form_wrapper .ginput_container_date span {
  display: none;
}

.mint_form_wrapper .gform_previous_button {
  float: left;
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #00ff00;
  -moz-box-shadow: inset 0px 0px 0px 2px #00ff00;
  box-shadow: inset 0px 0px 0px 2px #00ff00;
}

.mint_form_wrapper .gform_previous_button:hover {
  background: #00ff00;
}

.mint_form_wrapper > label {
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 5px 0;
}

.mint_form_wrapper .the_checkbox > label {
  display: none;
}

.mint_form_wrapper .the_number .gfield_description,
.mint_form_wrapper .the_checkbox .gfield_description {
  display: block;
  font-size: 0.7em;
  margin-bottom: 0.25em;
  opacity: 0.6;
  padding: 10px 0;
}

.the_number {
  text-align: center;
}

.mint_form_wrapper .the_number label {
  font-size: 0.85em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.mint_form_wrapper .gsection {
  height: 2px;
  margin: 1em 0;
  background-color: rgba(166, 222, 242, 0.6);
  clear: both;
}

.mint_form_wrapper ul.gfield_radio {
  display: block;
  margin: 0;
}

.mint_form_wrapper ul.gfield_radio label {
  padding: 0.75em 0.2em;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}

.mint_form_wrapper ul.gfield_radio li {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  float: left;
}

.mint_form_wrapper textarea {
  height: 100px;
}

.mint_form_wrapper .gfield_calculation {
  margin: 20px 0;
  background-color: rgba(166, 222, 242, 0.5);
  padding: 1.25rem;
  border-radius: 4px;
}

.mint_form_wrapper .gfield_calculation .ginput_container {
  min-width: 5em;
}

.mint_form_wrapper .gfield_calculation .gfield_description {
  clear: both;
}

.mint_form_wrapper .gfield_calculation label {
  width: auto;
  float: left;
  font-size: 1.25em;
  margin: 0px;
  line-height: 1.25;
  font-weight: normal;
}

.mint_form_wrapper .gfield_calculation input {
  padding: 0px;
  border: none;
  background: transparent;
  font-size: 1.25em;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 0 2px;
}

.other_choice ul li:last-child {
  width: 100% !important;
}

.gf_progressbar_wrapper {
  margin-bottom: 2em;
  padding: 1.25rem;
  background: #e4f5fb;
  border-radius: 4px;
}

.gf_progressbar {
  background: #c1e6f6;
  border-radius: inherit;
}

.gf_progressbar_percentage {
  background: #36abe3;
  color: #fff;
  border-radius: inherit;
  padding: 5px;
  font-size: 0.75em;
  font-weight: bold;
}

.mint_form_wrapper .gform_page_footer {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.mint_form_wrapper .address_zip input {
  max-width: 200px;
}

.mint_form_wrapper .validation_error {
  text-align: center;
  margin-bottom: 21px;
}

.mint_form_wrapper .validation_error,
.validation_message {
  color: #ff4747;
  font-weight: bold;
}

.mint_form_wrapper .validation_error,
.gfield_error {
  border-radius: 4px;
  padding: 10px 15px;
  border: 2px solid #ff4747;
  background: rgba(255, 71, 71, 0.05);
}

.mint_form_wrapper .ginput_container_radio {
  display: inline-block;
  width: 100%;
}

.the_radio .gfield_radio label {
  border: 2px solid #555;
  display: block;
  border-radius: 4px;
}

.the_radio .gfield_radio input:checked + label {
  border-color: #14adde;
  color: #14adde;
  background: #e4f5fb;
}

.gfield_label {
  font-weight: bold;
}

.gform_fields > li.gfield {
  margin-bottom: 1.5em;
}

.gfield_radio li input[type="radio"],
.gfield_checkbox li input[type="checkbox"] {
  display: none;
}

.gfield_label,
.gfield_description {
  display: block;
  line-height: 1.5em;
}

.gfield_description {
  font-size: 0.875em;
  margin-bottom: 0.25em;
}

.field_icon:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  width: 50px;
}

.field_icon_fireplace:before {
  background-image: url(../../img/form-icons/fireplace.png);
}

.field_icon_living_room:before {
  background-image: url(../../img/form-icons/living-room.png);
}

.field_icon_toilet:before {
  background-image: url(../../img/form-icons/toilet.svg);
}

.field_icon_rumpus_room:before {
  background-image: url(../../img/form-icons/rumpus-room.png);
}

.field_icon_study:before {
  background-image: url(../../img/form-icons/study.png);
}

.field_icon_bins:before {
  background-image: url(../../img/form-icons/bins.png);
}

.field_icon_bed_making:before {
  background-image: url(../../img/form-icons/bed-making.png);
}

.field_icon_balcony:before {
  background-image: url(../../img/form-icons/balcony.png);
}

.field_icon_folded_clothes:before {
  background-image: url(../../img/form-icons/folding-clothes.png);
}

.field_icon_ironing:before {
  background-image: url(../../img/form-icons/ironing.png);
}

.field_icon_dish_washing:before {
  background-image: url(../../img/form-icons/dish-washing.png);
}

.field_icon_fridge:before {
  background-image: url(../../img/form-icons/fridge.png);
}

.field_icon_laundry:before {
  background-image: url(../../img/form-icons/laundry.png);
}

.field_icon_pets:before {
  background-image: url(../../img/form-icons/pets.png);
}

.field_icon_skirting_borads:before {
  background-image: url(../../img/form-icons/skirting-boards.png);
}

.field_icon_dish_washing_hand:before {
  background-image: url(../../img/form-icons/dish-washing-hand.png);
}

.field_icon_oven_cleaning:before {
  background-image: url(../../img/form-icons/oven-cleaning.png);
}

.field_icon_double_oven_cleaning:before {
  background-image: url(../../img/form-icons/double-oven.png);
}

.field_icon_grill_cleaning:before {
  background-image: url(../../img/form-icons/grill.png);
}

.field_icon_rangehood:before {
  background-image: url(../../img/form-icons/rangehood.png);
}

.field_icon_spot_walls:before {
  background-image: url(../../img/form-icons/spot-wall-cleaning.png);
}

.field_icon_winows_inside:before {
  background-image: url(../../img/form-icons/window-inside.png);
}

.field_icon_winows_external:before {
  background-image: url(../../img/form-icons/window-external.png);
}

.field_icon_skirting_boards:before {
  background-image: url(../../img/form-icons/skirting-boards.png);
}

.field_icon_window_sills:before {
  background-image: url(../../img/form-icons/window-sills.png);
}

.field_icon_wipe_marks_doors:before {
  background-image: url(../../img/form-icons/wipe-marks-doors.png);
}

.field_icon_remove_external_cobwebs:before {
  background-image: url(../../img/form-icons/cob-webs.png);
}

.field_icon_remove_internal_cobwebs:before {
  background-image: url(../../img/form-icons/cob-webs.png);
}

.field_icon_clean_power_points:before {
  background-image: url(../../img/form-icons/power-points.png);
}

.field_icon_clean_light_switches:before {
  background-image: url(../../img/form-icons/light-switches.png);
}

.field_icon_clean_door_handles:before {
  background-image: url(../../img/form-icons/door-handle.png);
}

.field_icon_ac:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/air-conditioner.png);
}

.field_icon_bed:before {
  background-image: url(../../img/form-icons/bed-making.png);
}

.field_icon_bath:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/bathtub.png);
}

.field_icon_garage:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/garage-cleaning.png);
}

.field_icon_driveway:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/driveway.png);
}

.field_icon_porch:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Porch.png);
}

.field_icon_carport:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/car-port.png);
}

.field_icon_pathways:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/pathway.png);
}

.field_icon_balconies:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Balcony-outdoor-area-cleaning.png);
}

.field_icon_backyard:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/back-yard.png);
}

.field_icon_hallway:before {
  background-image: url(../../img/form-icons/hallway.png);
}

.field_icon_dining:before {
  background-image: url(../../img/form-icons/dining.png);
}

.field_icon_staircase:before {
  background-image: url(../../img/form-icons/staircase.png);
}

.field_icon_rugs:before {
  background-image: url(../../img/form-icons/rugs.png);
}

.field_icon_landing:before {
  background-image: url(../../img/form-icons/landing.png);
}

.field_icon_robes:before {
  background-image: url(../../img/form-icons/robes.png);
}

.gform_wrapper h6 {
  font-size: 1em;
  text-decoration: none;
}

.ginput_recaptcha {
  margin-bottom: 35px;
}

.mint_form_wrapper .terms-conditions .gfield_label {
  margin-bottom: 9px;
}

/* .mint_form_wrapper .terms-conditions .gfield_description {
  font-size: 10px;
  margin-bottom: 19px;
}
*/

.mint_form_wrapper .terms-conditions .gfield_description p {
  font-size: 1em;
}

.mint_form_wrapper .payment-terms h3 {
  font-size: 1em;
}

.mint_form_wrapper .payment-terms p {
  font-size: 10px;
}

.mint_form_wrapper .the_number,
.mint_form_wrapper .the_checkbox {
  width: 49%;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
  padding: 0 5px;
}

.mint_form_wrapper .the_checkbox_full_width {
  width: 100% !important;
}

.the_checkbox.the_checkbox_horizontal {
  width: 100% !important;
}

.the_checkbox.the_checkbox_horizontal ul li {
  font-size: 0.85em;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding-left: 0px;
}

.the_checkbox.the_checkbox_horizontal ul li:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  width: 50px;
}

.the_checkbox.the_checkbox_row {
  width: 100% !important;
}

.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li {
  width: 49%;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
  padding: 0 5px;
}

@media only screen and (min-width: 1200px) {
  .the_checkbox.the_checkbox_row.the_checkbox_pressure ul li {
    width: 33%;
  }
}

.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li {
  padding-left: 30px;
  padding-top: 57px;
  margin-bottom: 23px;
}

.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li label:before {
  top: 60px;
}

.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li label:after {
  top: 55px;
}

/* Garage */
.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li:nth-child(1):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/garage-cleaning-1.png);
}

/* Driveway */
.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li:nth-child(2):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Single-storey-wall-wiping.png);
}

/* Car Port */
.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li:nth-child(3):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Single-storey-wall-wiping.png);
}

/* Pathway */
.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li:nth-child(4):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Single-storey-wall-wiping.png);
}

/* Balcony */
.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li:nth-child(5):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Balcony-outdoor-area-cleaning.png);
}

/* Backyard */
.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li:nth-child(6):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Single-storey-wall-wiping.png);
}

/* Porch */
.the_checkbox.the_checkbox_row.the_checkbox_pressure ul li:nth-child(7):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Single-storey-wall-wiping.png);
}

.the_checkbox_remove_external_cobwebs ul li label {
  padding-left: 42px;
  padding-bottom: 10px;
  position: absolute;
  top: 14px;
  margin-left: 10px;
}

.the_checkbox_wiping_walls ul li label,
.the_checkbox_window_external ul li label {
  padding-left: 42px;
  padding-bottom: 10px;
  position: absolute;
  top: 14px;
}

.the_checkbox_wiping_walls ul li label:after,
.the_checkbox_window_external ul li label:after {
  left: 10px;
  top: auto;
  bottom: 10px;
}

.the_checkbox_wiping_walls ul li label:before,
.the_checkbox_window_external ul li label:before {
  left: 18px;
  top: auto;
  bottom: 18px;
}

.checkbox_icon {
  left: 18px;
  top: auto;
  bottom: 18px;
}

.checkbox_icon ul li label {
  padding-left: 42px;
  padding-bottom: 10px;
  position: absolute;
  top: 14px;
}

.checkbox_icon ul li label:after {
  left: 10px;
  top: auto;
  bottom: 10px;
}

.checkbox_icon ul li label:before {
  left: 18px;
  top: auto;
  bottom: 18px;
}

.the_checkbox_remove_external_cobwebs ul li:before {
  background-image: url(../../img/form-icons/cob-webs.png);
}

.the_checkbox_wiping_walls ul li:nth-child(1):before,
.the_checkbox_window_external ul li:nth-child(1):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Single-storey-wall-wiping.png);
}

.the_checkbox_wiping_walls ul li:nth-child(2):before,
.the_checkbox_window_external ul li:nth-child(2):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/double-storey-wall-wiping.png);
}
.the_checkbox_wiping_walls ul li:nth-child(3):before,
.the_checkbox_window_external ul li:nth-child(3):before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/triple-storey-wall-wiping.png);
}

.the_checkbox_carpet ul li:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Carpet-Cleaning.png);
}

.the_checkbox_blinds ul li:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/blinds-cleaning.png);
}

.the_checkbox_curtains ul li:before {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Curtain-cleaning-1.png);
}

.heading_icon label {
  padding-bottom: 10px;
}

.heading_icon > label:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  width: 50px;
}

.heading_icon_leather > label:after {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Leather-upholstery-arm-chair.png);
}

.heading_icon_fabric > label:after {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Fabric-Upholstery-Cleaning-couch.png);
}

.heading_icon_curtain > label:after {
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Curtain-cleaning-1.png);
}

div.heading_icon_balcony {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  width: 50px;
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/Balcony-outdoor-area-cleaning.png);
}

div.heading_icon_garage {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  width: 50px;
  background-image: url(https://mintcleaning.com.au/wp-content/uploads/2020/04/garage-cleaning.png);
}

.hear-about-us_wrapper li input[type="radio"] {
  display: inline-block;
  margin-right: 20px;
}

.hear-about-us_wrapper li input#input_9_1_other {
  padding: 0px;
  width: 200px;
}

ul.page-numbers {
  text-align: center;
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  list-style: none;
  border-top: 2px solid rgba(54, 172, 227, 0.1);
}

ul.page-numbers li {
  display: inline-block;
}

ul.page-numbers li .page-numbers {
  display: inline-block;
  font-weight: bold;
  margin: 0.25em 0.2em;
  font-size: 0.875em;
  border-radius: 4px;
  background-color: rgba(54, 172, 227, 0.1);
  padding: 0.35em 0.875em;
}

ul.page-numbers li .page-numbers:hover {
  background-color: rgba(54, 172, 227, 0.25);
  text-decoration: none;
}

ul.page-numbers li .page-numbers.current {
  background: #36abe3;
  color: #fff;
}

.blog-post:not(:last-child) {
  margin-bottom: 50px;
}

.blog-post__img {
  margin-bottom: 20px;
}

.blog-post__time,
.blog-post__title {
  margin: 0 0 5px;
}

.blog-post__title a {
  color: inherit;
}

.blog-post__time {
  font-weight: bold;
  font-size: 0.875em;
}

.blog-post__categories {
  padding: 0;
  margin: 0 0 1rem;
}

.blog-post__categories li {
  display: inline-block;
  margin: 0 5px 3px 0;
}

.blog-post__categories li:not(:last-child):after {
  content: ", ";
}

/*
=====================================================================
min-width:768
=====================================================================
*/
@media only screen and (min-width: 768px) {
  .section-overlay-content {
    padding: 2rem;
    font-size: 0.75em;
  }

  .sticky-box {
    position: sticky;
    top: calc(var(--header-height) + var(--wp-admin--admin-bar--height, 0px) + var(--element-spacer));
  }

  table {
    table-layout: fixed;
  }
  .comparison-table h2 {
    font-size: 1.75em;
  }
  .container .table-wrap {
    margin-left: -0;
    margin-right: 0;
  }

  .mint_form_wrapper .the_number {
    padding: 0 20px;
  }

  .mint_form_wrapper .the_checkbox {
    padding-right: 20px;
  }
  .services-list {
    overflow: hidden;
  }

  .services-list li {
    float: left;
    width: 50%;
  }

  .services-list li:nth-child(even) {
    padding-left: 15px;
  }
}

/*
=====================================================================
min-width:1200
=====================================================================
*/
@media only screen and (min-width: 1200px) {
  .mint_form_wrapper .the_number,
  .mint_form_wrapper .the_checkbox {
    width: 33%;
  }
}

h6.summary-title {
  font-size: 1em;
  text-decoration: none;
}

h6.summary-title span {
  margin-left: 4px;
  float: right;
  line-height: 18px;
}

h6.summary-title span a {
  color: #292626;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: lowercase;
  text-decoration: underline;
}

h6.summary-title span a:hover {
  text-decoration: none;
}

/* Bootstap 5 column */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.3%;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.qet-a-quote-icons img {
  padding: 20px;
}

.qet-a-quote-icons p {
  font-size: 14px;
  line-height: 14px;
  font-weight: bolder;
}

.mint_form_wrapper .the_number_narrow .gfield_description {
  padding: 0px;
}

/*
.page-id-41 h5#sum_total {
  display: none !important;
}
*/
/* .sub-menu li a {
  font-size: 1em !important;
} */
.gform_ajax_spinner {
  float: right;
  margin: 10px;
  height: 25px;
  width: 25px;
}

#sum_total {
  text-align: center;
  padding-bottom: 15px;
}

.link-boxes {
  gap: 1em;
}

.link-boxes--white-bg > a {
  background: #fff;
  padding: 4px;
  border-radius: 4px;
}

.input_7_138,
.input_7_139,
.input_7_148,
.input_7_150,
.input_7_154,
.input_7_155,
.input_7_156,
.input_7_157,
.input_7_161,
.input_7_162,
.input_7_163,
.input_7_164,
.input_7_168,
.input_7_169,
.input_7_170,
.input_7_171,
.input_7_176,
.input_7_177,
.input_7_178,
.input_7_179,
.input_7_184,
.input_7_185,
.input_7_186,
.input_7_187,
.input_7_191,
.input_7_192,
.input_7_193,
.input_7_194 {
  padding-left: 10px !important;
}

.input_7_138:after,
.input_7_139:after,
.input_7_148:after,
.input_7_150:after,
.input_7_154:after,
.input_7_155:after,
.input_7_156:after,
.input_7_157:after,
.input_7_168:after,
.input_7_169:after,
.input_7_170:after,
.input_7_171:after,
.input_7_161:after,
.input_7_162:after,
.input_7_163:after,
.input_7_164:after,
.input_7_176:after,
.input_7_177:after,
.input_7_178:after,
.input_7_179:after,
.input_7_184:after,
.input_7_185:after,
.input_7_186:after,
.input_7_187:after,
.input_7_191:after,
.input_7_192:after,
.input_7_193:after,
.input_7_194:after {
  content: "\33A1";
}

/*Likes Animation Start*/

.likes-animation {
  --icon-size: 2rem;
  --icon-x-shift: 0.3rem;
  --icon-x-shift-negative: calc(var(--icon-x-shift) * -1);
  --canvas-width: 11rem;
  --canvas-height: 6rem;
  --canvas-y-path: calc((var(--canvas-height) - var(--icon-size)) * -1);
  position: relative;
  height: var(--canvas-height);
  width: var(--canvas-width);
  color: #36abe3;
}
.likes-animation svg {
  width: auto;
  height: var(--icon-size);
  position: absolute;
  bottom: 0;
  animation: likeFloat 2s infinite linear;
  opacity: 0;
}
.likes-animation svg:nth-child(1) {
  left: 0;
}
.likes-animation svg:nth-child(2) {
  left: 50%;
  margin-left: calc(var(--icon-size) / 2 * -1);
  animation-delay: 0.75s;
}
.likes-animation svg:nth-child(3) {
  right: 0;
  animation-delay: 1.25s;
}
@keyframes likeFloat {
  0% {
    transform: translate(var(--icon-x-shift) 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translate(var(--icon-x-shift-negative), calc(var(--canvas-y-path) * 0.5));
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--icon-x-shift), var(--canvas-y-path));
    opacity: 0;
  }
}
/*Likes Animation End*/

.min-height-full {
  min-height: 100vh;
}

.min-height-lg {
  min-height: clamp(500px, 25.51rem + 24.49vw, 800px);
}

.min-height-md {
  min-height: clamp(400px, 21.173rem + 16.327vw, 600px);
}

.min-height-sm {
  min-height: clamp(200px, 8.673rem + 16.327vw, 400px);
}

.content-block {
  position: relative;
  display: flex;
}
.content-block__container {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.curtain {
  background-color: rgba(0, 0, 0, 0.3);
}

#summary_list {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .mint_form_wrapper ul.gfield_radio li {
    width: 33.3333%;
  }
}

.mint_form_wrapper .the_number,
.mint_form_wrapper .the_checkbox {
  width: 49%;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
  padding: 0 5px;
}

@media only screen and (min-width: 1200px) {
  .mint_form_wrapper .the_number,
  .mint_form_wrapper .the_checkbox {
    width: 33%;
  }
}
