/* Global CSS start here */
:root {
  --primary: #fcb900;
  --secondary: #74bb21;
  --black: #000000;
  --white: #ffffff;
  --btn-primary-text: #10194b;
  --font-montserrat: "Montserrat", sans-serif;
  --font-inter: "Inter", sans-serif;
}
body {
  font-family: var(--font-inter);
  font-optical-sizing: auto;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-montserrat);
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  font-size: 75px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
p {
  font-size: 16px;
}
.btn.btn-primary {
  border-radius: 49.194px;
  background: #fcb900;
  box-shadow: 0 3.28px 24.597px 0 rgba(255, 105, 0, 0.45),
    0 -3.28px 12.299px 0 rgba(255, 105, 0, 0.58) inset,
    0 3.28px 6.559px 0 rgba(255, 105, 0, 0.53) inset;
  padding: 14.5px 44px;
  color: var(--btn-primary-text);
  font-size: 18.038px;
  font-style: normal;
  font-weight: 900;
  line-height: 128%; /* 23.089px */
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: none;
  transition: all 0.5s ease-in-out;
}
.btn.btn-primary:hover {
  box-shadow: none;
  transition: 0.5s all ease-in-out;
  transform: scale(1.03);
}
/* Global CSS end here */

/* Header start here */

.page-header .navbar-brand img {
  max-width: 141px;
  width: 100%;
  height: auto;
}
.page-header .star-rating {
  padding: 6px 13px 6px 13px;
  border-radius: 60px;
  border: 1px solid #d9d9d9;
  background: linear-gradient(90deg, #fff 0%, #f8f8f8 100%);
  gap: 9px;
  height: 40px;
}
.page-header .star-rating .google-icon img {
  width: 100%;
  height: 20px;
  max-width: 20px;
}
.page-header .star-rating .star-img {
  margin-right: 5px;
}
.page-header .star-rating .star-img img {
  width: 100%;
  max-width: 15px;
  height: 15px;
}
.page-header .star-rating h6 {
  color: var(--secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-family: var(--font-inter);
}
.page-header .star-rating h6 a {
  color: var(--secondary);
}
.page-header .star-rating .rating-border {
  color: var(--secondary);
}
.page-header .star-rating p {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}
.page-header .navbar {
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14),
    0 24px 80px 0 rgba(22, 30, 49, 0.22);
  padding: 9px 12px 9px 36px;
  max-width: 1280px;
  margin: auto;
  top: 30px;
}
.page-header .btn-phone-number {
  border-radius: 60px;
  background: linear-gradient(90deg, #486d1c 0%, #74c406 137.88%);
  max-height: 68px;
  text-align: left;
}
.page-header .btn-phone-number .phone-icon img {
  max-width: 80px;
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.phone-icon {
  margin-left: -36px;
}
.page-header .btn-phone-content {
  display: flex;
  flex-direction: column;
}
.page-header .btn-phone-number {
  text-decoration: none;
}
.page-header .btn-phone-content .no-call-charges {
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 20.48px */
}
.page-header .btn-phone-content .phone-number {
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 35.84px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-header .navbar-nav {
  flex: 1;
}
/* Header end here */

/* Banner start here */
.banner {
    background: url(https://fasttrackjunkremovals.com.au/wp-content/uploads/junk-banner-img.jpg) no-repeat center center;
    background-size: 100% auto;
    padding: 200px 0;
    background-position: center -100px;
}
.banner .banner-caption {
  padding: 116px 0 0;
}
.banner .banner-caption h1 {
  color: var(--white);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%; /* 66.6px */
  margin-bottom: 40px;
}
.banner .banner-caption .banner-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  gap: 14px;
}
.banner .banner-caption .banner-list ul li {
  border-radius: 60px;
  background: var(--white);
  gap: 8px;
  padding: 10px 15px 10px 10px;
  backdrop-filter: blur(15px);
  color: var(--black);
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 64%; /* 10.24px */
  display: flex;
  align-items: center;
}
.banner .banner-list ul .check-icon img {
  width: 18px;
  height: 18px;
}
.banner .banner-caption p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  margin-bottom: 40px;
}
/* Banner start here */

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-height: 76px;
  object-fit: contain;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.trusted-by {
  padding: 90px 0;
}
.trusted-by h6 {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 64%; /* 10.24px */
  text-transform: uppercase;
  margin-bottom: 40px;
}
.trusted-by img {
  filter: grayscale(100%);
  opacity: 0.4;
}
.feature {
  margin-bottom: 110px;
  position: relative;
}
.feature .feature-inner-container {
  border-radius: 197px;
  background: #141d2e;
  padding: 63px 20px;
}
.feature .feature-widget .feature-widget-icon {
  margin-bottom: 20px;
}
.feature .feature-widget .feature-widget-icon img {
  max-width: 47px;
  height: 49px;
  object-fit: contain;
  width: 100%;
}
.feature .feature-widget h6 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%; /* 23.22px */
}
.fast-track-truck {
  position: absolute;
  right: -257px;
  bottom: -147px;
}
.feature .container {
  position: relative;
}
.fast-track-truck img {
  max-width: 60%;
}
.fast-friendly-junk-removal {
  background: url(../images/fast-friendly-bg.png) no-repeat center 150px;
  background-size: 45%;
  padding-bottom: 102px;
}
.fast-friendly-junk-removal h2 {
  color: var(--black);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%; /* 66.6px */
  margin-top: 44px;
  margin-bottom: 66px;
}
.fast-friendly-junk-removal .star-rating {
  gap: 9px;
}
.fast-friendly-junk-removal .star-rating .google-icon img {
  width: 24px;
  height: 24px;
}
.fast-friendly-junk-removal .star-rating .star-icon img {
  width: 11px;
  height: 11px;
}
.fast-friendly-junk-removal .star-rating p {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}
.fast-friendly-junk-removal .reviews .reviews-img {
  margin-right: 12px;
}
.fast-friendly-junk-removal .reviews .reviews-img img {
  max-width: 109px;
  width: 100%;
}
.fast-friendly-junk-removal .fast-friendly-border {
  color: #bcbcbc;
}
.fast-friendly-rating {
  gap: 16px;
}
.fast-friendly-junk-removal .review-text {
  color: var(--secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.fast-friendly-junk-removal .rating-card {
  border-radius: 18.182px;
  border: 0.909px solid rgba(184, 184, 184, 0.38);
  background: var(--white);
  box-shadow: 0 0 4.545px 0 rgba(0, 0, 0, 0.02),
    0 21.818px 43.636px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  padding: 54.545px 21.818px 21.818px 21.818px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12.727px;
  flex-shrink: 0;
  position: relative;
  transition: 0.5s all ease-in-out;
}
.fast-friendly-junk-removal .rating-card:hover {
  transform: scale(1.05);
}
.fast-friendly-junk-removal .rating-card .comma-icon img {
  max-width: 40px;
  width: 100%;
}
.fast-friendly-junk-removal .rating-card .comma-icon {
  position: absolute;
  right: 19px;
  top: 19px;
}
.fast-friendly-junk-removal .rating-card .star-icon {
  gap: 3px;
}
.fast-friendly-junk-removal .rating-card .star-img img {
  width: 21px;
  height: 21px;
}
.fast-friendly-junk-removal .rating-card p {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 168%; /* 26.88px */
}
.fast-friendly-junk-removal .rating-card-border {
  opacity: 0.14;
  height: 1px;
  background: #10194b;
}
.fast-friendly-junk-removal .rating-card h6 {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  margin-bottom: 0;
}
.fast-friendly-junk-removal .rating-card-footer-content {
  gap: 5px;
}
.fast-friendly-junk-removal .rating-card-footer-content img {
  width: 17.273px;
  height: 17.273px;
}
.fast-friendly-junk-removal .rating-card-google-icon img {
  width: 21.818px;
  height: 21.818px;
}
.fast-friendly-junk-removal .col-lg-4.col-md-4.col-sm-6.col-12 {
  padding: 0 24px;
}
.fast-friendly-junk-removal .row {
  gap: 66px 0;
}
.junk-taking-space {
  margin-bottom: 100px;
}
.junk-taking-space h2 {
  color: var(--black);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%; /* 66.6px */
  margin-bottom: 40px;
}
.junk-taking-space p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%; /* 26.88px */
  opacity: 0.68;
  margin-bottom: 40px;
}
.junk-taking-space .junk-space-widget-img img {
  border-radius: 17px;
}
.junk-taking-container {
  max-width: 900px;
  width: 100%;
}
.junk-taking-space .junk-space-widget-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.junk-taking-space .junk-space-widget-content ul li {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 8px;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 64%; /* 10.24px */
}
.junk-taking-space .junk-space-widget-content ul li .close-icon img {
  width: 18px;
  height: 18px;
}
.why-choose-us {
  background: url(../images/why-choose-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0 100px 0;
}
.why-choose-us h6 {
  color: var(--secondary);
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 64%; /* 10.24px */
  text-transform: uppercase;
  margin-bottom: 30px;
}
.why-choose-us h2 {
  color: var(--white);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%; /* 66.6px */
  margin-bottom: 100px;
}
.why-choose-us .why-choose-us-widget {
  border-radius: 18.182px;
  /* border: 0.909px solid #4b9d04; */
  background: linear-gradient(180deg, #406e19 -11.49%, #0e1c02 100%);
  box-shadow: 0 0 4.545px 0 rgba(0, 0, 0, 0.02),
    0 21.818px 43.636px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 35px;
  padding: 79px 51px 36px;
  height: 100%;
}
.why-choose-us .why-choose-us-widget .why-choose-us-icon {
  display: flex;
  width: 88px;
  height: 88px;
  padding: 17px 16.281px 16px 16.719px;
  justify-content: center;
  align-items: center;
  border-radius: 72.727px;
  border: 4px solid #74bb21;
  background: var(--secondary);
  margin-top: -124px;
}
.why-choose-us .why-choose-us-widget .why-choose-us-icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.why-choose-us .why-choose-us-widget h5 {
  color: var(--white);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 30.8px */
}
.why-choose-us .row {
  gap: 70px 0;
  margin-bottom: 70px;
}
.why-choose-us .why-choose-us-rating {
  display: flex;
  flex-direction: column;
}
/* .why-choose-us .why-choose-us-rating .star-rating {
  margin-top: 50px;
} */
.why-choose-us .star-rating {
  padding: 6px 13px 6px 13px;
  border-radius: 60px;
  gap: 9px;
  height: 40px;
}
.why-choose-us .star-rating .google-icon img {
  width: 100%;
  height: 20px;
  max-width: 20px;
}
.why-choose-us.star-rating .star-img {
  margin-right: 5px;
}
.why-choose-us .star-rating .star-img img {
  width: 100%;
  max-width: 15px;
  height: 15px;
}
.why-choose-us .star-rating h6 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-family: var(--font-inter);
}
.why-choose-us .star-rating h6 a {
  color: var(--secondary);
}
.why-choose-us .star-rating .rating-border {
  color: var(--secondary);
}
.why-choose-us .star-rating p {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}

.common-faq-removal-service {
  padding: 84px 0 0;
  background: url(../images/faq-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.faq {
  position: relative;
}
.faq:after {
  content: "";
  width: 100%;
  height: 232px;
  background: url(../images/faq-border-bg.png) no-repeat center center;
  position: absolute;
  bottom: -140px;
  left: 0;
  background-size: 120% 100%;
}
.common-faq-removal-service h6 {
  color: var(--secondary);
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 64%; /* 10.24px */
  text-transform: uppercase;
  margin-bottom: 26px;
}
.common-faq-removal-service h3 {
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%; /* 42.18px */
  margin-bottom: 42px;
}
.common-faq-removal-service p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 27.2px */
  margin-bottom: 35px;
}
.common-faq-removal-service .accordion-item {
  border: 1px solid #f0f1f5;
  background: url(../images/faq-item-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  margin-bottom: 8px;
}
.common-faq-removal-service .accordion-button {
  color: var(--black);
  font-family: var(--font-inter);
  padding: 20px 20px 20px 49px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  border-radius: 18px;
  background: #f7f9fe;
}
.common-faq-removal-service .accordion-button:focus {
  box-shadow: none;
}
.common-faq-removal-service .accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: none;
  background: none;
}
.common-faq-removal-service .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.common-faq-removal-service
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.common-faq-removal-service .accordion-body {
  padding: 0 106px 16px 49px;
}
.common-faq-removal-service .accordion-body p {
  color: #000;
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.faq-accordion {
  max-width: 972px;
  position: relative;
  z-index: 1;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-open-icon.png);
  transform: rotate(-180deg);
}
.accordion .accordion-button::after {
  background-image: url(../images/accordion-close-icon.png);
  width: 48px;
  height: 48px;
  background-size: 100%;
}
.removal-across-brisbane {
  background: url(../images/removal-across-brisbane.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
  border-radius: 36px;
  background: #141d2e;
  box-shadow: 0 4px 30px 0 rgba(72, 61, 61, 0.45), 0 -4px 15px 0 #508611 inset,
    0 4px 8px 0 #acff4b inset;
  margin-top: 90px;
}
.removal-across-brisbane h3 {
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%; /* 38.85px */
  margin-bottom: 36px;
}
.removal-across-brisbane-img {
    margin-top: -62px;
}
.removal-across-brisbane .removal-across-brisbane-img img {
  max-width: 519px;
  width: 100%;
  height: 748px;
}
.removal-across-brisbane ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  gap: 14px;
}
.removal-across-brisbane ul li {
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  gap: 8px;
  padding: 10px 15px 10px 10px;
  backdrop-filter: blur(15px);
  color: var(--white);
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 64%; /* 10.24px */
  display: flex;
  align-items: center;
}
.removal-across-brisbane ul .check-icon img {
  width: 18px;
  height: 18px;
}
.removal-across-brisbane .why-choose-us-rating {
  display: flex;
  flex-direction: column;
}
.removal-across-brisbane .why-choose-us-rating .star-rating {
  margin-top: 50px;
}
.removal-across-brisbane .star-rating {
  padding: 6px 13px 6px 13px;
  border-radius: 60px;
  gap: 9px;
  height: 40px;
}
.removal-across-brisbane .star-rating .google-icon img {
  width: 100%;
  height: 20px;
  max-width: 20px;
}
.removal-across-brisbane .star-rating .star-img {
  margin-right: 5px;
}
.removal-across-brisbane .star-rating .star-img img {
  width: 100%;
  max-width: 15px;
  height: 15px;
}
.removal-across-brisbane .star-rating h6 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-family: var(--font-inter);
}
.removal-across-brisbane .star-rating h6 a {
  color: var(--secondary);
}
.removal-across-brisbane .star-rating .rating-border {
  color: var(--secondary);
}
.removal-across-brisbane .star-rating p {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}
.removal-across-brisbane .col-lg-7.col-md-7.col-sm-6.col-12.d-flex {
  position: relative;
}
.removal-across-brisbane-rating {
  position: absolute;
  right: 99px;
  bottom: -70px;
}
.three-easy-steps {
  background: url(../images/why-choose-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 118px 0 47px 0;
}
.three-easy-steps h2 {
  color: var(--white);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%;
  margin-bottom: 130px;
}
.three-easy-steps .three-easy-steps-widget {
  border-radius: 18.182px;
  /* border: 0.909px solid #4b9d04; */
  background: linear-gradient(180deg, #406e19 0%, #0e1c02 100%);
  box-shadow: 0 0 4.545px 0 rgba(0, 0, 0, 0.02),
    0 21.818px 43.636px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  transition: 0.5s all ease-in-out;
}
.three-easy-steps .three-easy-steps-widget:hover {
  transform: scale(1.03);
}
.three-easy-steps .three-easy-steps-widget-img {
  margin-top: -60px;
  margin-bottom: 15px;
}
.three-easy-steps .three-easy-steps-widget-img img {
  border-radius: 10px;
}
.three-easy-steps .three-easy-steps-widget h6 {
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 30.8px */
  margin-bottom: 10px;
}
.three-easy-steps .three-easy-steps-widget p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  opacity: 0.68;
  margin-bottom: 20px;
}
.three-easy-steps .three-easy-steps-widget .btn.btn-secondary.btn-step {
  border-radius: 72.727px;
  border: 4px solid #74bb21;
  background: #1c3804;
  display: inline-flex;
  padding: 13px 38px 11px 38px;
  align-items: center;
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 64%; /* 11.52px */
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.three-easy-steps .three-easy-steps-widget .btn.btn-secondary.btn-step:hover {
  background: #74bb21;
  transform: scale(1.03);
}

.three-easy-steps .why-choose-us-rating {
  display: flex;
  flex-direction: column;
}
.three-easy-steps .why-choose-us-rating .star-rating {
  margin-top: 23px;
}
.three-easy-steps .star-rating {
  padding: 6px 13px 6px 13px;
  border-radius: 60px;
  gap: 9px;
  height: 40px;
}
.three-easy-steps .star-rating .google-icon img {
  width: 100%;
  height: 20px;
  max-width: 20px;
}
.three-easy-steps .star-rating .star-img {
  margin-right: 5px;
}
.three-easy-steps .star-rating .star-img img {
  width: 100%;
  max-width: 15px;
  height: 15px;
}
.three-easy-steps .star-rating h6 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-family: var(--font-inter);
}
.three-easy-steps .star-rating h6 a {
  color: var(--secondary);
}
.three-easy-steps .star-rating .rating-border {
  color: var(--secondary);
}
.three-easy-steps .star-rating p {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}
.btn-steps-container {
  margin: 86px 0 0;
}
.services {
  padding: 84px 0 120px;
  position: relative;
}
.services h6 {
  color: var(--secondary);
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 64%; /* 10.24px */
  text-transform: uppercase;
  margin-bottom: 26px;
}
.services h2 {
  color: var(--black);
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%; /* 42.18px */
  margin-bottom: 50px;
}
.services-widget {
  position: relative;
  transition: 0.5s all ease-in-out;
}
.services-widget:hover {
  transform: scale(1.03);
}
.services-widget .services-widget-img img {
  border-radius: 18px;
}
.services-widget .services-widget-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.services-widget .services-widget-content h5 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 146%; /* 32.12px */
  margin-bottom: 0;
}
.services .row {
  gap: 27px 0;
}
.services .col-lg-4.col-md-4.col-sm-4.col-6:nth-child(4) {
  margin-top: -54px;
}
.services .col-lg-4.col-md-4.col-sm-4.col-6:nth-child(6) {
  margin-top: -54px;
}
.services:after {
  content: "";
  max-width: 969px;
  width: 100%;
  height: 969px;
  position: absolute;
  right: 0;
  top: 10%;
  background: url(../images/service-circle.png) no-repeat right center;
  background-size: contain;
  z-index: -1;
}
.removal-across-team {
  padding: 114px 0 0;
  background: url(../images/removal-team-bg.png) no-repeat top center;
  background-size: cover;
}
.removal-across-team .removal-across-team-inner {
  border-radius: 91px;
  background: var(--white);
  box-shadow: 0 4px 149.9px 0 rgba(0, 0, 0, 0.25);
  padding: 0 0 0 80px;
  max-width: 1083px;
  margin: auto;
}
.removal-across-team h2 {
  color: var(--black);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 111%; /* 44.4px */
  margin-bottom: 28px;
}
.removal-across-team-img {
  margin-right: -70px;
}
.removal-across-team ul {
  list-style: none;
  padding: 0;
  margin-bottom: 26px;
  gap: 14px;
  flex-direction: column;
}
.removal-across-team ul li {
  gap: 8px;
  color: var(--black);
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 64%; /* 10.24px */
  display: flex;
  align-items: center;
}
.removal-across-team ul .check-icon img {
  width: 18px;
  height: 18px;
}
.removal-across-team .why-choose-us-rating {
  display: flex;
  flex-direction: column;
}
.removal-across-team .why-choose-us-rating .star-rating {
  margin-top: 50px;
}
.removal-across-team .star-rating {
  padding: 6px 13px 6px 13px;
  border-radius: 60px;
  gap: 9px;
  height: 40px;
}
.removal-across-team .star-rating .google-icon img {
  width: 100%;
  height: 20px;
  max-width: 20px;
}
.removal-across-team .star-rating .star-img {
  margin-right: 5px;
}
.removal-across-team .star-rating .star-img img {
  width: 100%;
  max-width: 15px;
  height: 15px;
}
.removal-across-team .star-rating h6 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-family: var(--font-inter);
}
.removal-across-team .star-rating h6 a {
  color: var(--secondary);
}
.removal-across-team .star-rating .rating-border {
  color: var(--secondary);
}
.removal-across-team .star-rating p {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}
.removal-across-team-img img {
  width: 706px;
  height: 506px;
  object-fit: contain;
}

/* Footer start here */

.page-footer {
  padding: 30px 0 50px;
}
.page-footer .footer-logo img {
  max-width: 193px;
  width: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.client-inner-logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 45px;
}

.client-inner-logo-block img {
  max-width: 140px;
  height: auto;
  margin: 0px auto;
}
.common-faq-removal-service .accordion-body p:empty {
  display: none;
}
.junk-space-widget-content {
  padding-left: 20px;
}
#faqAccordion {
  max-width: 972px;
  position: relative;
  z-index: 1;
  margin: auto;
}
.client-we-worked-slider.overflow-hidden {
  max-width: 1134px;
  width: 100%;
  margin: auto;
}
.offcanvas-header {
  justify-content: flex-end;
}
.check-mobile {
  display: none;
}
.star-rating.mobile-star-rating {
  display: none !important;
}

/* Contact from CSS start here */
.contact-form-info .form-control {
  border-radius: 6px;
  border: 1px solid rgba(229, 229, 229, 0.24);
  background: #fff;
  backdrop-filter: blur(30px);
  height: 55px;
  padding: 20px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%; /* 23.46px */
}
.contact-form-info .form-control:focus {
  box-shadow: none;
}
.contact-form-info input[type=number]::-webkit-inner-spin-button, 
.contact-form-info input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.contact-form-info {
  padding-right: 113px;
  position: relative;
}
.contact-form-info p {
  margin-bottom: 0;
}
.contact-form-info .col-lg-12.col-md-12.col-sm-12.col-12 {
  padding: 0 5px;
}
textarea.form-control {
  height: 140px !important;
  resize: none;
}
.removal-across-brisbane-widget {
  margin: 80px 0;
}
.contact-form-info .col-lg-6.col-md-6.col-sm-6.col-6 {
  padding: 0 5px;
}
.contact-form-info .row {
  gap: 10px 0;
  margin: 0 -10px;
}
.contact-form-info .btn.btn-primary {
  margin-top: 15px;
}
.contact-form-info form div {
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 15px 0;
}
.cta-sticky {
  display: none;
}
.mobile-layout.add-cta-sticky .cta-sticky {
  display: none;
}
.mobile-phone-number {
	color: var(--black);
    font-family: var(--font-montserrat);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    flex:1;
    text-align:right;
    flex-direction: column;
    display: flex;
}
.mobile-phone-number:focus {
color: var(--black);
}
.navbar-toggler.mobile-phone-number .phone-number-text {
    text-decoration: underline;
}
.start-rating-hidden {
display:none !important;
}
.festive-offer {
    border-radius: 100px;
    background: rgba(252, 185, 0, 0.22);
    padding: 10px 10px 10px 30px;
    margin-right: auto;
    margin-left: auto;
}
.festive-offer h6 {
    color: #C71414;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 111%;
    margin-bottom: 0;
    font-family: var(--font-montserrat);
}
.festive-offer h6 span {
    color: #000;
    font-weight: normal;
}
.festive-offer-code
 {
    border-radius: 100px;
    border: 2px solid #FFF;
    background: linear-gradient(0deg, #C71414 0%, #C71414 100%), #FFF;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 111%;
    margin-bottom: 0;
    font-family: var(--font-montserrat);
    margin-left: 25px;
}
@media screen and (max-width: 1366px) {
  .fast-track-truck {
    position: absolute;
    right: 0;
    bottom: -147px;
    text-align: right;
  }
  .banner {
    padding: 100px 0;
    background-position: center 0px;
}
}