@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-Thin.eot');
  src: url('../fonts/Inter24pt-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-Thin.woff2') format('woff2'),
    url('../fonts/Inter24pt-Thin.woff') format('woff'),
    url('../fonts/Inter24pt-Thin.ttf') format('truetype'),
    url('../fonts/Inter24pt-Thin.svg#Inter24pt-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-ExtraLight.eot');
  src: url('../fonts/Inter24pt-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-ExtraLight.woff2') format('woff2'),
    url('../fonts/Inter24pt-ExtraLight.woff') format('woff'),
    url('../fonts/Inter24pt-ExtraLight.ttf') format('truetype'),
    url('../fonts/Inter24pt-ExtraLight.svg#Inter24pt-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-Light.eot');
  src: url('../fonts/Inter24pt-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-Light.woff2') format('woff2'),
    url('../fonts/Inter24pt-Light.woff') format('woff'),
    url('../fonts/Inter24pt-Light.ttf') format('truetype'),
    url('../fonts/Inter24pt-Light.svg#Inter24pt-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-Regular.eot');
  src: url('../fonts/Inter24pt-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-Regular.woff2') format('woff2'),
    url('../fonts/Inter24pt-Regular.woff') format('woff'),
    url('../fonts/Inter24pt-Regular.ttf') format('truetype'),
    url('../fonts/Inter24pt-Regular.svg#Inter24pt-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-Medium.eot');
  src: url('../fonts/Inter24pt-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-Medium.woff2') format('woff2'),
    url('../fonts/Inter24pt-Medium.woff') format('woff'),
    url('../fonts/Inter24pt-Medium.ttf') format('truetype'),
    url('../fonts/Inter24pt-Medium.svg#Inter24pt-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-SemiBold.eot');
  src: url('../fonts/Inter24pt-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter24pt-SemiBold.woff') format('woff'),
    url('../fonts/Inter24pt-SemiBold.ttf') format('truetype'),
    url('../fonts/Inter24pt-SemiBold.svg#Inter24pt-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-Bold.eot');
  src: url('../fonts/Inter24pt-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-Bold.woff2') format('woff2'),
    url('../fonts/Inter24pt-Bold.woff') format('woff'),
    url('../fonts/Inter24pt-Bold.ttf') format('truetype'),
    url('../fonts/Inter24pt-Bold.svg#Inter24pt-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-ExtraBold.eot');
  src: url('../fonts/Inter24pt-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-ExtraBold.woff2') format('woff2'),
    url('../fonts/Inter24pt-ExtraBold.woff') format('woff'),
    url('../fonts/Inter24pt-ExtraBold.ttf') format('truetype'),
    url('../fonts/Inter24pt-ExtraBold.svg#Inter24pt-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter24pt-Black.eot');
  src: url('../fonts/Inter24pt-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter24pt-Black.woff2') format('woff2'),
    url('../fonts/Inter24pt-Black.woff') format('woff'),
    url('../fonts/Inter24pt-Black.ttf') format('truetype'),
    url('../fonts/Inter24pt-Black.svg#Inter24pt-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*-----RESET-----*/

:root {
  --white: #fff;
  --theme-color: #011829;
  --olive-color: #A0BF40;
  --blue-color: #4DAEE4;
  --light-blue: #F7F9FB;
  --text-color: #616668;
}

.light-blue-bg {
  background-color: var(--light-blue);
}

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter";
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #b8babe;
  line-height: 26px;
  letter-spacing: 0.32px;
  background-color: var(--white);
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
  color: white;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

a {
  color: inherit;
  text-decoration: inherit;
  display: inline-block;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: "Inter";
  font-size: 1.125rem;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

ul {
  list-style: disc;
}

html {
  scroll-behavior: smooth;
}

/* ***********|| FORM CONTROL ||***********|| */
::-webkit-input-placeholder {
  background: transparent;
  color: var(--theme-color);
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
}

::-moz-placeholder {
  color: var(--theme-color);
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
}

:-ms-input-placeholder {
  color: var(--theme-color);
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
}

::-moz-selection {
  color: #fff;
  background: #1a1818;
}

::selection {
  color: #fff;
  background: #1a1818;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea,
.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ffffff;
  height: 45px;
  background: var(--white);
  color: var(--theme-color);
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  height: auto !important;
  min-height: 100px;
  overflow: hidden;
  margin: 0;
}

.form-group {
  margin-bottom: 20px;
  line-height: 0.8;
}

textarea.form-control {
  min-height: 140px;
}

.form-group.submit_button {
  margin-bottom: 0px;
}

.form-group>label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  font-family: "Inter";
  margin: 0 0 6px;
  display: block;
}

input[type="submit"].btnsubmit {
  background-color: var(--olive-color);
  color: var(--white);
  border-color: var(--olive-color);
}

input[type="submit"].btnsubmit:hover {
  background: var(--theme-color);
  border: 2px solid var(--olive-color);
  color: var(--olive-color);
}

.form-control:focus {
  border-color: var(--themecolor) !important;
}

#select-service option {
  color: var(--primary);
}

/* ********|| STRUCTURE || ******** */

.inpage {
  margin: 80px 0;
}

/*Small devices (landscape phones, 576px and up)*/

/*-----STRUCTURE-----*/

.container {
  max-width: 1364px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.md-container {
  max-width: 1720px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {

  .container,
  .incontainer,
  .container-sm {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {

  .container,
  .incontainer,
  .container-md,
  .container-sm {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {

  .container,
  .incontainer,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {

  .container,
  .incontainer,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1364px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1364px;
    margin: 0 auto;
  }
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.row::after,
.container::after,
.clearfix::after {
  clear: both;
}

.text-cnter {
  text-align: center;
}

/*-----HELPER-----*/

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

/* ********|| HELPER || ******** */

h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading-"] {
  font-family: "Inter";
  line-height: 1.14;
  color: var(--theme-color);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: 0px;
}

[class*="heading-"]>strong {
  font-weight: 500;
}

h1,
h2,
.heading-44 {
  font-size: clamp(1.75rem, 1.55rem + 1vw, 2.75rem);
  letter-spacing: 0;
}


.heading-34 {
  font-size: clamp(1.625rem, 1.525rem + 0.5vw, 2.125rem);
  line-height: 1.2;
  letter-spacing: 0;
}

h3,
.heading-30 {
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
  line-height: 1.3;
  text-transform: capitalize;
  text-align: left;
}

.heading-26 {
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  font-weight: 500;
  color: #616668;
}

.heading-24 {
  font-size: clamp(1.375rem, 1.35rem + 0.125vw, 1.5rem);
  font-weight: bold;
  color: #011829;
}

h4,
.heading-22 {
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  line-height: 1.2;
  letter-spacing: 0px;
}

h5 {
  font-size: clamp(1.1875rem, 1.1625rem + 0.125vw, 1.3125rem);
  line-height: 1.1;
  letter-spacing: 0;
}

h6 {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.sm-title {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  color: var(--blue-color);
  letter-spacing: 1.5px;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 0px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.breadcum-box {
  background-color: #131519;
}

/* ********|| SHORT INTRO ||******** */

/* ********|| TEXT AND BACKRGOUDN COLOR ||******** */

/* FLEX  */

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

/* ********|| PARAGRAPH || ******** */

p {
  font-family: "Inter";
  font-weight: 500;
  letter-spacing: 0px;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  line-height: 1.45;
  color: #616668;
  text-transform: none;
}

p>a {
  text-decoration: none;
  display: inline-block;
  /* text-decoration: underline; */
  color: var(--blue-color);
}

p>a:hover {
  text-decoration: underline;
  color: var(--blue-color);
  text-decoration: underline;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid var(--border-color);
  margin: 40px 0;
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

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

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

.text-right {
  text-align: right;
}

.text-white,
.white {
  color: var(--white);
}

.back-lightblue {
  background: #F7F9FB;
  padding: 100px 0;
}

/* ********|| CONTENT WRAPPER || ******** */

/* ********||SCROLL TOP || ******** */

.scrollTop {
  position: fixed;
  right: 0;
  bottom: 95px;
  border-radius: 100%;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: var(--white);
  background: var(--olive-color);
  text-align: center;
  font-size: 24px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.scrollTop>i {
  margin-bottom: 4px;
}

.scrollTop:hover {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

/* ********|| UL , OL  ||******** */

main ul {
  list-style: none;
}

main ul>li,
main ul.wp-block-list>li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  color: #4f4f56;
  letter-spacing: 0;
  font-family: "Inter";
  /* text-align: left; */
}

/* main ul:not([class]) > li,
main ul.wp-block-list > li {
  text-align: left;
} */
main ul>li:last-child {
  margin-bottom: 0;
}

main ul>li>strong,
main ul.wp-block-list>li>strong {
  font-weight: 600;
}

main ul>li:before,
main ul.wp-block-list>li:before {
  content: "";
  background: url(../images/circle-check-list.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

main ul li {
  margin-bottom: 5px;
}

main ul[class] li {
  padding-left: 0;
}

main ul[class] li:before {
  display: none;
}

/* ********|| CONDITION CSS FOR SPACE  || ******** */

.page-wrapper ul:not([class]):has(+ *),
.page-wrapper p:has(+ *),
.page-wrapper ol:has(+ *) {
  margin-bottom: 25px;
}

/* *******|| BUTTON ||******* */

[class*="btn-"],
input[type="submit"] {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 14px 21px;
  overflow: hidden;
  border: 1px solid var(--white);
  background: transparent;
  text-transform: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
  font-family: "Inter";
  column-gap: 6px;
  border-radius: 26px;
  cursor: pointer;
}

a[class*="btn-"][href*="tel:"]:hover>img {
  transform: translateX(-4px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

[class*="btn-"]>i {
  margin-right: 0px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  margin-top: -3px;
}

[class*="btn-"]:hover>i {
  transform: translateX(4px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.btn-theme {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.btn-theme:hover {
  background: var(--olive-color);
  border: 1px solid var(--olive-color);
}

.btn-primary {
  width: 158px;
  background-color: var(--olive-color);
  border: 1px solid var(--olive-color);
  color: #fff;
}

.btn-primary:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-white-border {
  background-color: transparent;
  border: 1px solid var(--white);
  color: #fff;
}

.btn-white-border:hover {
  border: 1px solid var(--olive-color);
  color: var(--olive-color);
}

/* ***********|| SLICK SLIDER ||************* */

.slick-arrow .slick-prev,
.slick-arrow .slick-next {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #D1E8F8;
  border-radius: 100%;
  z-index: 1;
}

.slick-arrow .slick-prev:hover,
.slick-arrow .slick-next:hover {
  background-color: var(--olive-color);
  border: 1px solid var(--olive-color);
}

.slick-arrow button.slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}

.slick-arrow button.slick-arrow::before {
  position: absolute;
  /* font-family: "FontAwesome";
  color: #505157;
  font-size: 12px;
  font-weight: normal; */
  top: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0px solid rgba(255, 255, 255, 1);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0;
}

.slick-arrow button.slick-prev::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  padding-right: 1px;
  background: transparent url(../images/slick-arrow-left.svg) no-repeat center;
  background-size: auto;
  opacity: 1 !important;
}

.slick-arrow button.slick-next::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0px;
  padding-right: 1px;
  background: transparent url(../images/slick-arrow-right.svg) no-repeat center;
  background-size: auto;
  opacity: 1 !important;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1;
}

/* ********| MARGIN AND PADDING | ******** */

.mt-0 {
  margin-top: 0;
}

.mb-100 {
  margin-bottom: 100px;
}

.py-100 {
  padding: 100px 0
}

.pb-100 {
  padding-bottom: 100px;
}

/* ********| thank you 0r error | ******** */

.thank_you_content {
  text-align: center;
}

.thank_you_content p {
  font-size: 18px;
}

.thank_you_content p a {
  font-weight: bold;
}

.thank_you_content p a:hover {
  color: var(--secondary);
}

.thank_you_content>img {
  margin: 0 auto;
}

/* ********| FORM COMMON | ******** */

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: relative;
  background: #fe0000;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.2px;
  padding: 5px 8px;
  line-height: 100%;
  top: 0px;
  left: 0;
  float: left;
}

/*FORM ERROR MASSSAGE*/

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #f5c812;
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 8px 15px 8px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-family: "Inter";
  font-weight: 500;
  color: #011829;
  font-size: 14px;
  position: relative;
}

.wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/material-error-outline.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #ffdfdf;
  border-color: #f54812;
}

.row>.form-group>label {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Inter";
  display: block;
  margin-bottom: 9px;
}

.row {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;
}

.form-group {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.width100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  text-align: center;
}

.width50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.wid33 {
  width: 33.33%;
  position: relative;
  margin: 0;
}

/* --------half-section -------------- */

.half-section {
  display: flex;
  justify-content: space-between;
}

.half-section .left-side,
.half-section .right-side {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin-bottom: 100px;
}

.half-section .right-side {
  padding-left: 90px;
}

.half-section.row-reverse .right-side {
  padding-right: 90px;
  padding-left: 0;
}

.row-reverse {
  flex-direction: row-reverse;
}

.half-section .left-side>ul:not([class]) {
  text-align: left;
}

.img-content-sec .half-section .right-side {
  width: calc(100% - 682px);
}

.img-content-sec .half-section .left-side {
  width: 682px;
}

/* --------half-section -------------- */

@keyframes pulse-animation {
  0% {
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  100% {
    height: calc(100% - 40px);
    top: calc(20px);
    left: calc(20px);
    bottom: calc(20px);
    right: calc(20px);
    width: calc(100% - 40px);
  }
}

@keyframes pulse-animation-sm {
  0% {
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  100% {
    height: calc(100% - 40px);
    top: calc(20px);
    left: calc(20px);
    bottom: calc(20px);
    right: calc(20px);
    width: calc(100% - 40px);
  }
}

/* -----------------------inner banner section start----------------------- */
.inner_banner_sec {
  position: relative;
  z-index: 0;
}

.inner_banner_sec::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.86;
}

.inner_banner_wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.inner_banner_sec.areas-large-banner .inner_banner_wrapper {
  min-height: 600px;
  top: -50px;
}

.inner_banner_wrapper .inner-banner-lft .heading-44 {
  color: var(--theme-color);
  z-index: 1;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0;
  font-weight: bold;
}

.inner_banner_sec img.bgimg {
  object-fit: cover;
  height: 100%;
  /* background: transparent 0% 0% no-repeat padding-box;
  opacity: 0.14; */
}

/* .inner_banner_sec img.drops-img {
  position: absolute;
  right: 190px;
  bottom: 55px;
  z-index: 1;
} */

.inner_banner_sec.innerbanner-shape {
  position: relative;
}

.inner_banner_sec.innerbanner-shape::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 981px;
  height: 300px;
  background: url(../images/inner-banner-shape.png) no-repeat;
  background-size: contain;
}

.inner_banner_wrapper button.btntransparent {
  margin: 0px 2px 10px;
}

.inner_banner_wrapper a.button {
  border: 1px solid #fff;
}

.inner_banner_wrapper .btnlist {
  margin-top: 25px;
}

.inner_banner_wrapper .inner-banner-lft {
  width: 50%;
}

.inner_banner_wrapper .inner-banner-rht {
  width: 50%;
}

.inner-banner-rht .img-wrap {
  position: relative;
  display: inline-block;
}

.inner-banner-rht .img-wrap img {
  display: inline-block;
}

.inner-banner-rht .img-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 55px;
  width: 61px;
  height: 102px;
  background: url(../images/drops-img.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}

/*  */
.areaspg .inner_banner_wrapper .heading-44 {
  margin-top: 10px;
}

/* -----------------------inner banner section end----------------------- */

/* search form start */
/* search form */
/* areas form style */
/* form */
.search_bar {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.search_bar .suburb-search-form {
  max-width: 407px;
  height: 46px;
  width: 100%;
  position: relative;
}

.search_bar .suburb-search-form input {
  position: relative;
  height: 46px;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  margin: 0;
  padding: 18px 70px 18px 20px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.28px;
  color: #000;
  border: 1px solid #D1E8F8;
}

.search_bar .suburb-search-form input::placeholder {
  color: #011829;
  letter-spacing: 0px;
  line-height: 26px;
  opacity: 0.5;
}

.search_bar .suburb-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--olive-color) !important;
  ;
  border: 0;
  color: #fff;
  height: 46px;
  width: unset;
  min-width: 61px;
  border-radius: 23px;
  box-shadow: none;
  font-weight: bold;
  padding: 13px 18px;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 1px solid var(--olive-color);
}

.search_bar .suburb-search-form button:hover {
  background-color: #fff !important;
  color: var(--olive-color) !important;
  border-color: var(--olive-color) !important;
}

.search_bar .suburb-search-form button:hover:after {
  filter: brightness(0) saturate(100%) invert(79%) sepia(12%) saturate(1922%) hue-rotate(30deg) brightness(89%) contrast(89%);
}

.search_bar .suburb-search-form button>img {
  margin-right: 10px;
}

.suburb-search-form .ui-autocomplete {
  max-height: 220px;
  overflow-x: hidden
}

.suburb-search-form ul {
  z-index: 9
}

.suburb-search-form .ui-autocomplete li .ui-menu-item-wrapper {
  font-size: 16px
}

.suburb-search-form .ui-autocomplete li .ui-state-active {
  font-weight: 600;
  color: #fff;
  background: var(--primary);
  border: none
}

.suburb-search-form .ui-autocomplete {
  position: absolute;
  background: #f5f5f5;
  margin: 0
}

.suburb-search-form .ui-autocomplete li {
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  cursor: pointer
}

.suburb-search-form .ui-autocomplete li.ui-state-focus {
  background: #f8f8f8
}

.suburb-search-form .ui-autocomplete li img {
  float: left;
  height: 50px;
  margin: 5px 10px
}

.suburb-search-form .ui-autocomplete li .ui-menu-item-wrapper {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.suburb-search-form .ui-autocomplete li .ui-state-active {
  font-weight: 500;
  color: #fff;
  background: #03aeef;
  border: none
}

.suburb-search-form .ui-autocomplete li span {
  line-height: 1.75em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block
}

.suburb-search-form button {
  position: relative;
}

.suburb-search-form button::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/search-area-icon.svg) no-repeat;
  background-size: contain;
}

/* search form end */

/* suburb serach popup model start */
#suburb-search-popup-content .heading-30 {
  color: #fff !important;
  padding-left: 10px;
}

.html5-image div#html5lightbox-div0 {
  padding: 20px !important;
}

#suburb-search-popup-content .getintouch-wrap {
  display: block;
}

#html5-lightbox-box .html5-elem-box {
  background: #011829 !important;
  border-radius: 22px;
}

.html5-elem-box .html5-elem-wrap {
  height: auto !important;
  background: #011829 !important;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  height: 40px;
}


/* get a free quote form start */
#getquote-form .heading-30 {
  color: #fff !important;
  text-align: center;
  margin-bottom: 0;
}

#getquote-form p {
  color: #fff !important;
  text-align: center;
  margin-bottom: 20px;
}

.wpcf7-form-control {
  background: #fff;
  color: var(--theme-color);
}

.wpcf7-form-control:hover {
  background: #fff;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.wpcf7-form.invalid .form-group {
  margin-bottom: 10px;
}

#html5-lightbox-box:has(#getquote-form) {
  max-width: 600px !important;
}

.html5-elem-box:has(#getquote-form) {
  max-width: 600px !important;
}

#getquote-form {
  max-width: 600px;
}

.html5-image:has(#getquote-form) {
  max-width: 600px;
}

/* testimonial popup form start */
.fancybox-content:has(.review-box-wrapper) {
  background: var(--theme-color);
  border-radius: 20px;
}

.review-box-wrapper {
  max-width: 500px !important;
  padding: 0px 20px 0 0 !important;
  background: var(--theme-color);
  height: 300px;
  overflow-y: auto;
}

.review-box-wrapper .author-nm {
  color: #fff;
}

.review-box-wrapper p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.review-box-wrapper .heading-wrap>.img-wrap {
  background: #fff;
}

.review-box-wrapper .heading-wrap>.img-wrap>img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7467%) hue-rotate(141deg) brightness(100%) contrast(99%);
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
  opacity: 1;
}

/* -----------------------inner banner section end----------------------- */

/* -----------------------breadcrumb section start----------------------- */
ul.woo_breadcums {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  margin-left: 0;
}

ul.woo_breadcums li {
  position: relative;
  list-style: none;
  color: var(--theme-color);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  font-weight: normal;
  padding-left: 0;
}

ul.woo_breadcums li span {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--body-font-family);
  padding: 0;
  color: var(--theme-color);
  letter-spacing: 0.28px;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 30px 0 0;
  display: inline-block;
  color: var(--theme-color);
  font-weight: normal;
  letter-spacing: 0.28px;
  font-family: var(--body-font-family);
  text-decoration: none;
}

ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "-";
  top: -2px;
  right: -20px;
  width: 9px;
  height: 10px;
  font-family: FontAwesome;
  font-size: 20px;
  color: var(--theme-color);
}

ul.woo_breadcums li a:hover {
  text-decoration: underline;
  color: var(--theme-color);
}

/* ----------------------- breadcrumb section end ----------------------- */

.form-wrap {
  display: inline-block;
  background: transparent linear-gradient(227deg, #ff9844 0%, #2e28be 47%, #fa502a 100%) 0% 0% no-repeat padding-box;
  padding: 30px;
  border-radius: 20px;
}

.form-wrap .heading-24 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: math-auto;
}

.form-wrap input[type="text"],
.form-wrap input[type="submit"],
.form-wrap input[type="email"],
.form-wrap textarea,
.form-wrap .form-control {
  height: 50px;
}

.form-wrap .row {
  width: calc(100% + 10px);
  margin: 0 -5px;
}

.form-wrap .width50,
.form-wrap .width100 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.form-wrap .form-group {
  margin-bottom: 10px;
}

.form-wrap textarea.form-control {
  min-height: 64px;
}

/*  */
.sec-art {
  position: relative;
}

.sec-art::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 89px;
  background-image: url("../images/sec-art.png");
  background-repeat: repeat;
}

/* ----------------common-css-------------------------- */
.btnlist {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.bg-dark {
  background-color: #c8e9f8;
  padding-top: 90px;
}

.img-wrap {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.img-wrap img {
  object-fit: cover;
}

.divider {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.slick-initialized .slick-slide {
  line-height: 0.8;
}

/* --------------------common-css--------------------- */


/*--------------------------common content section start--------------------------- */
.hm-item {
  width: 682px;
  align-content: flex-start;
}

.hm-item>img {
  border-radius: 20px;
}

.hm-content {
  width: calc(100% - 682px);
  padding-left: 110px;
  padding-right: 0;
  margin: auto;
}

.common-content-sec .btnbar {
  justify-content: flex-start;
}

/* row-reverse start*/
.row-reverse .hm-content {
  padding-right: 120px;
  padding-left: 0;
}

.common-content-sec .container:not(:last-of-type) {
  margin-bottom: 80px;
}

/*row-reverse end */

/* common content section ul li start*/
.common-content-sec ul {
  margin-bottom: 0px;
  margin-top: 8px;
}

.common-content-sec ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  list-style-type: none;
  position: relative;
  padding-left: 33px;
  margin-bottom: 20px !important;
  color: #616668;
}

.common-content-sec ul li strong {
  color: var(--theme-color);
  font-weight: bold;
}

.common-content-sec ul li:last-of-type {
  margin-bottom: 0;
}

.common-content-sec ul li .heading-18 {
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
  font-family: var(--body-font-family);
}

.common-content-sec ul li:before {
  content: '';
  position: absolute;
  background: url(../images/circle-check-list.svg) no-repeat;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 3px;
}

/* common content section ul li start*/

/* common content section ol li start*/
.common-content-sec ol {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 30px;
}

.common-content-sec ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px !important;
  color: #616668;
  letter-spacing: 0;
  font-family: "Inter";
}

.common-content-sec ol li strong {
  color: var(--theme-color);
  font-weight: bold;
}

.common-content-sec ol li:last-of-type {
  margin-bottom: 0;
}

.common-content-sec ol li::marker {
  color: var(--theme-color);
  font-weight: bold;
}

/* common content section ol li start*/


/* ol li start*/
ol {
  margin-bottom: 0px;
  margin-top: 15px;
  margin-left: 30px;
}

ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px !important;
  color: #616668;
  letter-spacing: 0;
  font-family: "Inter";
}

ol li strong {
  color: var(--theme-color);
  font-weight: bold;
}

ol li:last-of-type {
  margin-bottom: 0;
}

ol li::marker {
  color: var(--theme-color);
  font-weight: bold;
}

/* il li end */


/* back img start*/
section.common-content-sec.back-lightblue {
  position: relative;
  overflow: hidden;
}

section.common-content-sec.back-lightblue:after {
  content: '';
  position: absolute;
  bottom: -65px;
  right: -415px;
  background: url(../images/why-choose-bg.webp), no-repeat;
  width: 1189px;
  height: 608px;
  z-index: 0;
}

section.common-content-sec.back-lightblue .hm-item {
  z-index: 1;
}

/* back img end */

/*--------------------------common content section start--------------------------- */

/* -------------------- About Section ------------------ */
.about-sec {
  margin-top: 100px;
}

.about-sec .half-section .left-side .img-wrap>img {
  border-radius: 20px;
}


/* -------------------- Our Service Section -------------------- */
.our-services-sec {
  margin: 100px 0;
}

/*--------------------------quality section start--------------------------- */
/* .qualities-box {
  background: var(--theme-color);
  padding: 35px 88px;
  border-radius: 16px;
} */

.qualities-des {
  padding-left: 20px;
}

.qualities-des strong {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.32px;
}

.quality-card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0 35px 0;
}

.quality-card-box span {
  min-width: 47px;
}

ul.qualities-box-list {
  display: flex;
  flex-wrap: wrap;
  background: var(--theme-color);
  padding: 35px 0;
  border-radius: 16px;
}

ul.qualities-box-list li {
  flex: 1;
  justify-content: center;
}

ul.qualities-box-list li:not(:last-of-type) {
  border-right: 2px dotted var(--blue-color);
}

.qualities-box-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding: 0 85px !important;
}

.qualities-box-list li::before {
  display: none;
}

/*--------------------------quality section end--------------------------- */

/* ------------------------- USP SECTION ------------------------ */
.feature-usp {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 50px;
}

.feature-usp li {
  width: calc(25% - 25px);
  padding: 0;
  margin-bottom: 0;
}

.feature-usp li .usp-block {
  background: #fff;
  border: 1px solid #D1E8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 134px;
  border-radius: 10px;
}

.feature-usp li .usp-block p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.28px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: black;
}

/* ---- About Us USP Section --- */
.about-sec .feature-usp {
  gap: 30px;
}

.about-sec .feature-usp li {
  width: calc(33.33% - 30px);
}

.about-sec .feature-usp li .usp-block {
  min-height: 152px;
}

/* ---------------------- Get in touch form CTA -------------------- */
.getintouchCTA {
  margin-top: 5px;
}

.getintouch-wrap {
  padding: 42px 48px;
  border-radius: 16px;
  background: var(--theme-color);
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.getintouch-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 3px solid var(--blue-color);
  border-radius: 16px;
  transform: translate(-6px, -6px);
  z-index: -1;
}

.getintouch-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 3px dotted var(--blue-color);
  border-radius: 16px;
  transform: translate(11px, 11px);
  z-index: -1;
}

.getintouch-title .heading-30,
.subtitle {
  color: var(--white);
  margin-bottom: 0;
}

.getintouch-wrap {
  & .getintouch-title {
    width: 295px;
  }

  & .getintouch-form {
    width: calc(100% - 295px);
    position: relative;
    z-index: 1;

    & .hm-contact .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px;
      width: calc(100% + 10px);

    }

    & .form-group {
      width: 20%;
      margin-bottom: 0;
      padding-left: 5px;
      padding-right: 5px;

      textarea {
        min-height: 45px;
        height: 45px !important;
      }
    }
  }
}

/* --------------------- Home Page CTA Section --------------------- */
.hm-cta-sec {
  background: var(--theme-color);
  position: relative;
  z-index: 0;

  & .btnlist {
    & .btn-primary {
      width: auto;
    }
  }
}

.hm-cta-sec .half-section {
  position: relative;

  & .left-side {
    padding: 60px 0 70px 0;
    margin-bottom: 0;

    & .heading-44 {
      color: var(--white);
      text-wrap-style: balance;
      line-height: 1.3;
    }

    p {
      font-size: 16px;
      color: #fff !important;

      a {
        font-weight: 600;
        text-decoration: underline;
        color: var(--white);
      }
    }

    .btnlist {
      margin-top: 30px;

      & .btn-primary {
        color: var(--theme-color);
      }
    }
  }

  & .right-side {
    margin-bottom: 0;
  }
}

.hm-cta-sec .half-section .right-side {
  position: static;
  margin-left: 50px;
}

.hm-cta-sec .half-section .right-side>.img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}

/*  */
.hm-cta-sec .btn-primary:hover {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.hm-cta-sec .btn-white-border:hover {
  background-color: var(--olive-color);
  border: 1px solid var(--olive-color);
  color: var(--theme-color);
}

/* ------------------TESTIMONIAL CSS---------------------- */
.testimonials_left {
  width: 471px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.testimonial_slider_wrapper {
  width: calc(100% - 471px);
  padding-left: 20px;
}

.customer_list.slick-initialized {
  margin: 0 -15px;
  margin-right: calc(-50vw + (100% - 35px) / 1.7);
}

.customer_list.slick-initialized .slick-slide {
  margin: 0 15px;
}

.testimonial-box {
  background: #fff;
  position: relative;
  padding: 60px 50px;
  border: 1px solid #A0BF40;
  border-radius: 20px;
}

.heading-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.testimonial-box p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #616668;
  line-height: 22px;
  margin-bottom: 20px;
}

.customer_list .slick-current.slick-active .testimonial-box p {
  color: var(--theme-color);
}

.heading-wrap>.img-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  height: 60px;
  width: 60px;
  min-width: 60px;
  background: #000000;
  border-radius: 100%;
}

.rate_wrap {
  display: inline-flex;
  align-items: center;
}

.customer_list .slick-next,
.customer_list .slick-prev {
  top: unset;
  bottom: 0;
}

.customer_list .slick-prev {
  left: -480px;
}

.customer_list .slick-next {
  right: unset;
  left: -420px;
}

.customer_list .slick-initialized .slick-slide {
  line-height: normal;
}


/* -------------------- Scrolling Text -------------------- */
.scrollingtextsec {
  margin: 100px 0;
  display: inline-block;
  width: 100%;
  margin: 100px 0;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.txtscrollslider button {
  display: none !important;
}

.rotateflip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.txtscrollslider {
  width: calc(100% + 100px);
  margin: -60px 0 0 -50px;
  background: var(--theme-color);
  -webkit-transform: scaleX(1) rotate(3deg);
  transform: scaleX(1) rotate(3deg);
}

.txtscrollslide {
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  font-weight: 700;
  color: var(--white);
  margin: 16px 0;
  position: relative;
  text-transform: capitalize;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-width: max-content;
}


.txtscrollslider .txtscrollslide {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.txtscrollslide img {
  position: relative;
  right: -20px;
}

/* -------------------- Scrolling Text -------------------- */


/*--------------------------area we serve section start--------------------------- */

.area-we-serve-content ul.areas-sec-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  margin-bottom: 30px;
  align-items: flex-start;
  justify-content: flex-start;
}

.area-we-serve .heading-40 {
  margin-bottom: 30px;
}

.area-item.areas-sec-img {
  width: 682px;
}

.area-we-serve-content {
  width: calc(100% - 682px);
  padding-left: 135px;
}

.area-we-serve-content ul.areas-sec-list li {
  position: relative;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  width: calc(50% - 30px);
  font-size: 16px;
  /* line-height: 1.5; */
  margin-bottom: 12px;
}

.area-we-serve-content ul.areas-sec-list li:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/map-area-icon.svg) left top no-repeat;
  width: 10px;
  height: 15px;
  left: 0;
  top: 5px;
  border-radius: 0;
}

.area-we-serve-content ul.areas-sec-list li a {
  color: #616668;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 22px;
}

.area-we-serve-content ul.areas-sec-list li a:hover {
  color: var(--olive-color);
}

.area-we-serve-content ul.areas-sec-list li:hover:before {
  filter: brightness(0) saturate(100%) invert(75%) sepia(8%) saturate(2673%) hue-rotate(34deg) brightness(91%) contrast(94%);
}

.area-we-serve-content ul.areas-sec-list li.active,
.area-we-serve-content ul.areas-sec-list li:hover>a {
  color: var(--olive-color);
}

.area-we-serve-content ul.areas-sec-list li.active {
  color: var(--olive-color);
}

.area-we-serve-content ul.areas-sec-list li.active:before {
  filter: brightness(0) saturate(100%) invert(75%) sepia(8%) saturate(2673%) hue-rotate(34deg) brightness(91%) contrast(94%);
  top: 2px;
}

.areas-sec-map {
  position: relative;
  overflow: hidden;
}

.areas-sec-map iframe {
  border-radius: 20px;
}

/* area full width */
.area-we-serve.full-area-serve .area-item.areas-sec-img {
  width: 100%;
}

.area-we-serve.full-area-serve .area-we-serve-content {
  width: 100%;
  padding-left: 0;
  padding-top: 45px;
}

.area-we-serve.full-area-serve ul.areas-sec-list:not(:last-of-type) {
  margin-bottom: 47px;
}

.area-we-serve.full-area-serve ul.areas-sec-list li {
  width: 25%;
}

.area-we-serve.full-area-serve .heading-44 {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 67px;
}

/*--------------------------area we serve section start--------------------------- */

/* ----------------Why-Choose-Sec ----------------- */
.why-choose-sec {
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.why-choose-sec .half-section {
  align-items: center;
}

.why-choose-sec::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../images/why-choose-bg.png'), no-repeat;
  width: 1189px;
  height: 608px;
  z-index: -1;
}

.why-choose-sec .half-section .left-side {
  width: 670px;
  margin-bottom: 0;

  & .img-wrap img {
    display: inline-block;
  }

  & .heading-44 {
    text-wrap-style: balance;
  }
}

.why-choose-sec .half-section .right-side {
  width: calc(100% - 670px);
  margin-bottom: 0;
}

ul.why-choose-list {
  display: inline-block;
  list-style: none;
  /* height: 630px;
  overflow-x: clip;
  overflow-y: auto; */
}

ul.why-choose-list li {
  padding: 0;
  margin-bottom: 36px;
  position: relative;
}

ul.why-choose-list li:not(:last-child) {
  padding-bottom: 30px;
}

ul.why-choose-list li::before {
  display: none;
}

ul.why-choose-list li:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 103px);
  height: 1px;
  background: #D1E8F8;
}

.why-choose-box {
  display: flex;
  gap: 28px;
}

.why-choose-box>.img-wrap {
  min-width: 75px;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: var(--blue-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.why-choose-list>li:not(:nth-child(2)) .why-choose-box>.img-wrap img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(77deg) brightness(104%) contrast(101%);
}

.why-choose-wrap .heading-22 {
  margin-bottom: 14px;
}

.why-choose-wrap p {
  font-size: 16px;
  line-height: 1.4;
}

.why-choose-sec .half-section .left-side>.img-wrap::before {
  content: "";
  position: absolute;
  height: 153px;
  width: 91px;
  top: 82px;
  left: 0;
  background: transparent url(../images/drops-img.svg) left no-repeat;
  background-size: contain;
  z-index: 1;
  transform: scaleX(-1);
}

/* why choose for checkbox image start*/
.why-choose-sec .why-choose-list>li.checkbox-img:not(:nth-child(2)) .why-choose-box>.img-wrap img {
  filter: none;
}

.why-choose-sec li.checkbox-img .why-choose-box>.img-wrap {
  min-width: 40px;
  width: 40px;
  height: 40px;
}

.why-choose-sec ul.why-choose-list li.checkbox-img:not(:last-child):after {
  width: calc(100% - 68px);
}

/* scroll */
.why-choose-sec .half-section .right-side {
  max-height: 630px;
  overflow-y: auto;
  padding-right: 20px;
  padding-left: 70px;
}

.why-choose-sec ::-webkit-scrollbar {
  width: 3px;
}

.why-choose-sec ::-webkit-scrollbar-track {
  background-color: var(--blue-color);
  -webkit-border-radius: 2px;
  border-radius: 10px;
}

.why-choose-sec ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: var(--blue-color);
}


/* --------------------- After Before Gallery Section ----------------------- */
.gallery-sec {
  max-width: 100%;
  overflow: unset;
}

.gallery-wrapper {
  margin-top: 30px;
}

.gallery_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  grid-row-gap: 30px;
}

.more {
  display: none;
}

.gallery-wrapper .resp-tabs-container .resp-tab-content ul li {
  width: 33.33%;
  padding: 0 15px;
}

.twentytwenty-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

/*  */
.gallery-sec .slick-prev,
.gallery-sec .slick-next {
  top: -90px;
}

.gallery-sec .slick-next {
  right: 20px;
}

.gallery-sec .slick-prev {
  left: unset;
  right: 80px !important;
}

.gallery-sec .slick-prev:hover,
.gallery-sec .slick-next:hover {
  border: 1px solid #A0BF40;
  background: #A0BF40;
}

.gallery-sec .slick-prev:hover:after,
.gallery-sec .slick-next:hover:after {
  /* filter: brightness(0) saturate(100%) invert(61%) sepia(63%) saturate(413%) hue-rotate(159deg) brightness(90%) contrast(99%); */
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(239deg) brightness(111%) contrast(99%);
  opacity: 1;
}

/*  */
.suburbpg .gallery-sec .container>.mb-100 {
  margin-bottom: 0;
}

/*  */
.gallery-sec .slick-next,
.gallery-sec .slick-prev {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  border: 1px solid var(--blue-color);
}

.gallery-sec .slick-prev:before,
.gallery-sec .slick-next:before {
  display: none;
}

.gallery-sec .slick-prev:after,
.gallery-sec .slick-next:after {
  opacity: 1;
}

.gallery-sec .slick-prev:after,
.gallery-sec .slick-next:after {
  content: '';
  position: absolute;
  background: url(../images/slider-arrow-right.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  background-size: 100%;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
  transform: rotate(180deg);
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); */
}

.gallery-sec .slick-prev:after {
  transform: rotate(0deg);
  margin: -7px 0 0 -7px;
}


/*  */
.gallery-sec .heading-44 {
  margin-bottom: 40px;
}

/* ----------------------- Our Cleaning Process ----------------------- */

.cleaning-process-sec .container {
  padding: 0;
}

.cleaning-process-sec {
  position: relative;
}

.cleaning-process-sec::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(95px, 70px);
  background: url(../images/cleaning-process-bg.svg), no-repeat;
  height: 100%;
  width: calc(100% - 160px);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
}



.cleaning-process-wrap {
  margin-top: 50px;
}

.cleaning-js {
  margin: 0 -15px;
}

.cleaing-listing-items {
  display: flex;
}

.cleaing-listing-items li {
  padding: 0 15px !important;
  width: 25%;
  margin-bottom: 0 !important;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.cleaing-listing-items li:hover {
  transform: translateY(-18px);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;

  & .cleaning-items {
    background-color: #011829;
    border-color: #011829;
  }

  & .cleaning-img img {
    filter: invert(0) brightness(10);
  }

  & .cleaning-content .heading-22 {
    color: var(--white)
  }

  p {
    color: var(--white);
  }
}

.cleaing-listing-items li .cleaning-items {
  border: 1px solid var(--olive-color);
  background-color: var(--white);
  border-radius: 20px;
  padding: 33px 40px 50px 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cleaning-content .heading-22 {
  margin-bottom: 17px;
}

.cleaning-content p {
  font: normal normal 500 16px/22px Inter;
  letter-spacing: 0px;
  color: #616668;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  height: 90px;
}

.cleaing-listing-items li .cleaning-items .cleaning-img {
  margin-bottom: 35px;
}

.cleaing-listing-items li .cleaning-items .cleaning-img img {
  margin: auto;
}

/*  */
.servicedetailpg .cleaning-process-sec,
.suburbpg .cleaning-process-sec {
  margin-bottom: 165px;
  padding: 0;
}

.servicedetailpg .cleaning-process-sec::before,
.suburbpg .cleaning-process-sec::before {
  transform: translate(95px, 170px);
}

/* -------------------- Our Services Section ------------------- */
.service-listing-sec .intro-title .heading-44 {
  margin-bottom: 50px;
}

/* ----------------------- FAQ SECTION ---------------------- */
.faq-sec {
  padding: 100px 0;
  overflow: hidden;
}

.faq-wrap {
  max-width: 1020px;
  margin: auto;
  margin-top: 30px;
}

.faq-right-design,
.faq-left-design {
  position: relative;
}

.faq-right-design::before {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0;
  transform: translate(50px, 45px);
  height: 700px;
  width: 700px;
  background: url(../images/faq-right-design.svg), no-repeat;
  background-size: contain;
  filter: blur(50px);
  z-index: -1;
}

.faq-left-design::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-150px, 60px);
  height: 843px;
  width: 845px;
  background: url('../images/faq-left-design.svg'), no-repeat;
  background-size: contain;
  filter: blur(50px);
  z-index: -1;
}

/* ---------------- thanks-error-page -------------------------- */
main .half-section .right-side>ul>li:not(:last-child) {
  margin-bottom: 15px;
}

.img-content-sec.thanns-error-sec .half-section.row-reverse .right-side>ul>li>a {
  text-decoration: underline;
}

.img-content-sec.thanns-error-sec .half-section .left-side>.img-wrap::after {
  display: none;
}

.img-content-sec.thanns-error-sec .half-section .left-side::before {
  display: none;
}

.img-content-sec.thanns-error-sec .half-section .left-side>.img-wrap {
  margin: auto;
}

/* ---------------- thanks-error-page -------------------------- */

.heading-24+ul:not([class]) {
  margin-top: 30px;
}


/* side contact button start */
.custom-sb {
  position: fixed;
  right: 0;
  background-color: var(--white);
  padding: 0px;
  transition: transform 0.3s ease;
  bottom: 0px;
  opacity: 0;
  max-width: 350px;
  box-shadow: 1px 3px 3px 1px rgb(16 40 33 / 28%);
  z-index: 99;
  transform: translateX(100%);
}

.custom-sb.sb-active {
  transform: translateX(0%);
  opacity: 1;
}

.custom-sb .heading-32 {
  font-size: 30px;
  color: var(--theme-color);
  line-height: 1.2;
  margin-bottom: 0;
}

.custom-sb a {
  padding: 0 0 0 30px;
  position: relative;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.custom-sb .sb-close {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #fff;
  cursor: pointer;
  background-color: #011829;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fdfdfd;
  border-radius: 100%;
  padding: 5px;
}

.sb-close:before {
  position: absolute;
  content: "X";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.sb-toggle-button {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 0%;
  border-radius: 8px 8px 0 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  outline: none;
  background-color: var(--olive-color);
  border: 1px solid var(--olive-color);
  color: #fff;
  border-color: var(--olive-color);
  padding: 13px 30px;
  border-radius: 26px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
}

button.sb-toggle-button i {
  margin-left: 10px;
  font-size: 18px;
}

button.sb-toggle-button:hover {
  border-color: #011829;
  background: #011829;
  color: #fff;
}

.custom-sb ul li a {
  color: #000000;
  text-decoration: none !important;
}

/*  */
.sb-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
}

.sb-content {
  padding: 0 30px 30px 30px;
}

.sb-content p {
  margin-bottom: 0;
  font-family: "Inter";
  font-weight: 500;
  letter-spacing: 0px;
  color: #616668;
  text-transform: none;
  font-size: 16px;
  line-height: 1.6;
}

.sb-btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 25px;
}

.sb-content .btn-primary {
  padding: 10px 5px;
  white-space: nowrap;
  border-radius: 2px;
  font-weight: normal;
}

.btn-primary.sb-call {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  max-width: 80px;
  width: 100%;
}

.btn-primary.sb-call:hover {
  background: var(--olive-color);
  border-color: var(--olive-color);
}

.btn-primary.sb-mail {
  background: var(--olive-color);
  border-color: var(--olive-color);
  color: #fff;
  max-width: 80px;
  width: 100%;
}

.btn-primary.sb-mail:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

a.btn-primary.sb-rv {
  background: #fff;
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-primary.sb-rv:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

/* side contact button end */


/* -------------------------- || FOOTER STYLE START || -------------------------- */
.footer-info-wrap a:hover {
  color: var(--olive-color);
  text-decoration: underline;
}

.footer-bg {
  background-color: var(--theme-color);
  padding: 72px 0 55px 0;
}

.footer-bg .ft-contact-block {
  width: 340px;
  text-align: center;
  padding: 0px 0px 60px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-logo {
  max-width: 248px;
  margin-bottom: 95px;
}

.footer-bottom p {
  font-size: 14px;
  color: #8E8E8E;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.footer-bottom p>a {
  margin-left: 2px;
}

.tab_hide {
  display: none;
}

.ft-border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
  margin-top: 50px;
}

.ft-connect-links a {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--olive-color);
}

.ft-connect-links a:hover {
  background: var(--olive-color);
}

.ft-connect-links a i {
  color: var(--olive-color);
}

.ft-connect-links a:hover i {
  color: var(--white);
}

.ft-sevice-links {
  width: calc(100% - 340px);
  border-left: 1px solid rgba(255, 255, 255, 10%);
}

.ft-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
}

.two-col-list {
  column-count: 2;
}

.footer-links {
  margin-bottom: 0;
}

.footer-links>li {
  line-height: 1.2;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 22px;
  position: relative;
}

.footer-links>li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background-color: transparent;
  border: 2px solid var(--olive-color);
  height: 9px;
  width: 9px;
  border-radius: 100%;
}

.footer-links>li:not(:last-of-type) {
  margin-bottom: 8px;
}

.footer-links>li a {
  font-size: 14px;
  color: #BBBBBB;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-links>li p {
  font-size: 14px;
  color: #BBBBBB;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-links>li.active a {
  text-decoration: underline;
  color: var(--olive-color);
}

.footer-links>li:hover a:hover {
  text-decoration: underline;
  color: var(--olive-color);
}

.ft-connect-links {
  display: block;
  align-items: center;
  margin-top: 22px;
}

.ft-connect-links .ft-title {
  margin-bottom: 0;
  margin-right: 0;
  margin-bottom: 15px;
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
}

.ft-connect-links a:not(:last-of-type) {
  margin-right: 5px;
}

.footer-bottom {
  background-color: var(--theme-color);
  padding: 30px 0 43px;
  position: relative;

  &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    max-width: 1340px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
  }
}


.footer-menu-wrapper {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding-bottom: 60px;
  padding-left: 51px;
  display: flex;
  justify-content: space-between;
}

.ft-sevice-links .ft-right-block {
  padding-left: 51px;
  padding-top: 45px;
}

.footer-menu-wrapper .heading-24 {
  color: var(--white);
  margin-bottom: 5px;
}

.footer-menu-top-right p {
  color: #8E8E8E;
  font-size: 16px;
}

.footer-menu-top-left {
  width: 370px;
}

.footer-menu-top-right {
  width: calc(100% - 370px);
}

.footer-menu-top-left .btnlist {
  justify-content: flex-end;
  gap: 10px;
}

.footer-menu-top-left .btnlist .btn-white-border {
  width: 158px;
}

.footer-menu-top-left .btnlist .btn-primary {
  width: auto
}

.footer-menu-top-left .btnlist .btn-primary:hover {
  border-color: var(--white);
}

.ft-links.contact-details-list li {
  margin-bottom: 28px;
  list-style-type: none;
}

.footer-info-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-info-wrap .img-wrap {
  height: 25px;
  width: 25px;
  min-width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ft-heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 5px;
  text-align: left;
  color: var(--white);
}

.ft-text,
a.ft-text {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
}

/* -------------------------- || FOOTER STYLE END || -------------------------- */
@media screen and (min-width: 1920px) {
  .cleaning-process-sec::before {
    display: none;
  }

  .testimonial_section {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
  }
}

/* *************** || START MEDIA QUERY || *************** */

@media (min-width: 992px) {
  .sticky {
    position: sticky !important;
    top: 100px;
    align-self: flex-start;
  }
}

@media (min-width: 1921px) {
  ul.js_hmbanner .slick-slide>div>li>img {
    width: 100%;
    max-width: 2500px;
    margin: auto;
    background: black;
  }

  .inner-banner .banner_bg {
    margin: auto;
  }

  .bannerimgvid>.img-wrap>img,
  .bannerimgvid>.img-wrap {
    width: 100%;
  }

  .btn-theme {
    min-width: 203px;
  }
}

@media (max-width: 1900px) {

  /* -------------------- Scrolling Text -------------------- */
  .txtscrollslide:before {
    right: 10%;
  }
}

@media (max-width: 1800px) {

  /* ----------------------- Our Cleaning Process ----------------------- */
  .cleaning-process-sec::before {
    transform: translate(80px, 25px);
  }

  /* ------------------TESTIMONIAL CSS---------------------- */
  .testimonials_left {
    width: 420px;
  }

  .testimonial_slider_wrapper {
    width: calc(100% - 420px);
  }

  .customer_list .slick-next,
  .customer_list .slick-prev {
    top: 50%;
  }

  .customer_list .slick-prev {
    left: -9px;
  }

  .customer_list .slick-next {
    right: 190px;
    left: unset;
  }

}

@media (max-width: 1599.98px) {

  /* -------------------- common-spacing start ------------------ */
  .inner_banner_info {
    padding: 110px 40px 0;
  }

  .mb-100 {
    margin-bottom: 80px;
  }

  .py-100 {
    padding: 80px 0;
  }

  .pb-100 {
    padding-bottom: 80px;
  }

  .about-sec {
    margin: 80px 0;
  }

  /* --------------------- common-spacing end ----------------- */

  .why-choose-sec {
    padding: 80px 0 0;
  }

  /* ------------------TESTIMONIAL CSS---------------------- */
  .testimonials_left {
    width: 380px;
  }

  .testimonial_slider_wrapper {
    width: calc(100% - 380px);
  }

  .testimonial-box {
    padding: 35px 35px;
  }

  .customer_list .slick-next {
    right: 170px;
  }

  /* ----------------------- FAQ SECTION ---------------------- */
  .faq-sec {
    padding: 80px 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 1439.98px) {

  /* ------------------------ common-spacing ------------------------- */
  .mb-100 {
    margin-bottom: 60px;
  }

  .py-100 {
    padding: 60px 0;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .about-sec {
    margin: 60px 0;
  }

  /* ----------------------- common-spacing ------------------------- */

  /* ------------------------ common section --------------------------- */
  .img-content-sec .half-section .left-side::before,
  .why-choose-sec .half-section .left-side::before {
    height: 50px;
    width: 50px;
    top: 40px;
    left: -15px;
  }

  .half-section .right-side {
    padding-left: 50px;
  }

  .half-section.row-reverse .right-side {
    padding-right: 50px;
    padding-left: 0;
  }

  /* ------------------------- common section ------------------------ */

  /* ----------------------- Inner Banner Section -------------------- */

  .inner_banner_sec.innerbanner-shape::after {
    background-size: 80%;
    background-position: right bottom;
  }

  .inner_banner_wrapper .inner-banner-lft {
    width: 40%;
  }

  .inner_banner_wrapper .inner-banner-rht {
    width: 60%;
  }

  /* -------------- Slick Slider ------------ */
  .slick-arrow .slick-prev,
  .slick-arrow .slick-next {
    height: 40px;
    width: 40px;
  }

  /* ------------------- Why Choose Use Section ------------------ */
  .why-choose-sec {
    padding: 60px 0 0;
  }

  .img-content-sec .half-section .left-side {
    width: calc(50% - 20px);
    margin-bottom: 60px;
    line-height: 0.8;
    padding: 0;
  }

  .img-content-sec .half-section .right-side {
    width: calc(50% - 20px);
    margin-bottom: 60px;
    line-height: 0.8;
    padding: 0;
    margin-right: 0px;
  }

  .img-content-sec .half-section.row-reverse .right-side {
    margin-left: 0px;
  }

  .img-content-sec .half-section.row-reverse .left-side::before {
    right: -15px;
  }

  .why-choose-sec .half-section .left-side {
    width: 45%;
  }

  .why-choose-sec .half-section .right-side {
    width: 55%;
    padding-right: 0px;
  }

  .why-choose-box>.img-wrap {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }

  .why-choose-list>li .why-choose-box>.img-wrap img {
    width: 35px;
    height: 35px;
    object-fit: contain;
  }


  .contact-form-sec {
    padding: 60px 0 100px;
    margin-bottom: 60px;
  }

  .areas-list-sec .half-section .left-side,
  .areas-list-sec .half-section .right-side {
    margin-bottom: 40px;
  }

  .about-us-tab-content .half-section .left-side,
  .about-us-tab-content .half-section .right-side {
    width: calc(50% - 20px);
    margin: 0 0 40px 0;
    max-width: 100%;
  }

  .about-us-sec {
    padding: 60px 0 106px;
  }

  /* ------------------TESTIMONIAL CSS---------------------- */
  .customer_list .slick-prev {
    left: -4px;
  }

  .testimonial-box {
    padding: 30px 30px;
  }

  .testimonial-box .heading-wrap {
    gap: 15px;
  }

  .testimonial-box .heading-wrap>.img-wrap {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }

  .testimonials_left {
    width: 325px;
  }

  .testimonial_slider_wrapper {
    width: calc(100% - 325px);
  }

  /* ----------------------- FAQ SECTION ---------------------- */
  .faq-sec {
    padding: 60px 0;
    overflow: hidden;
  }

  /* ------------------------- USP SECTION ------------------------ */
  .feature-usp {
    margin-top: 30px;
    gap: 15px;
  }

  .feature-usp li {
    width: calc(25% - 15px);
  }

  ul.feature-list.slick-initialized {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  ul.feature-list.slick-initialized li {
    padding: 0 10px 0;
  }

  /* ----------------------- About Section ---------------------- */
  .about-sec .feature-usp {
    gap: 20px;

    li {
      width: calc(33.33% - 14px);
    }
  }

  /* ----------------------- Our Cleaning Process ----------------------- */
  .cleaing-listing-items li .cleaning-items {
    min-height: auto;
  }

  .cleaing-listing-items li .cleaning-items .cleaning-img {
    margin-bottom: 25px;
  }

  .cleaning-process-wrap {
    margin-top: 30px;
  }

  /* --------------------- Home Page CTA Section --------------------- */
  .hm-cta-sec .half-section .right-side>.img-wrap {
    max-width: 600px;
  }

  /* ---------------------- Get in touch form CTA -------------------- */
  .getintouch-wrap {
    padding: 40px 32px;

    & .getintouch-title {
      width: 255px;
    }

    & .getintouch-form {
      width: calc(100% - 255px);

      & .hm-contact .row {
        row-gap: 10px;

        & .form-group {
          width: 33.33%;
        }
      }
    }
  }


  /* common content start */
  .hm-item {
    width: 550px;
  }

  .hm-content {
    width: calc(100% - 550px);
    padding-left: 40px;
  }

  .row-reverse .hm-content {
    padding-right: 40px;
    padding-left: 0;
  }


  /* area we serve section start */
  .area-we-serve.full-area-serve ul.areas-sec-list li {
    width: 33.33%;
  }

  .area-we-serve.full-area-serve ul.areas-sec-list:not(:last-of-type) {
    margin-bottom: 25px;
  }

  /* area we serve suburb */
  .area-we-serve-content {
    width: calc(100% - 600px);
    padding-left: 60px;
  }

  .area-item.areas-sec-img {
    width: 600px;
  }

  /* -----------------|| Footer ||------------------- */
  .footer-bg {
    padding: 40px 0 40px 0;
  }

  .footer-bg .ft-contact-block,
  .ft-sevice-links {
    width: 100%;
  }

  .footer-bg .ft-contact-block {
    justify-content: space-between;
    padding: 0 0 30px 0;
  }

  .contact-details-list {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .ft-links.contact-details-list li {
    margin-bottom: 0;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-menu-wrapper,
  .ft-sevice-links .ft-right-block {
    padding-left: 0;
  }

  .ft-sevice-links {
    border-top: 1px solid rgba(255, 255, 255, 10%);
    border-left: 0;
    padding-top: 30px;
  }

  .footer-menu-wrapper {
    padding-bottom: 30px;
  }

  .ft-sevice-links .ft-right-block {
    padding-top: 30px;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  /*  */
  .gallery-sec .slick-prev,
  .gallery-sec .slick-next {
    top: -65px;
    width: 30px;
    height: 30px;
  }

  .gallery-sec .slick-next {
    right: 30px;
  }

  .qualities-box-list li {
    padding: 0 !important;
  }

  /*  */
  .servicedetailpg .cleaning-process-sec,
  .suburbpg .cleaning-process-sec {
    margin-bottom: 60px;
  }

  .servicedetailpg .cleaning-process-sec::before,
  .suburbpg .cleaning-process-sec::before {
    transform: translate(80px, 60px);
  }

  /*  */
  .cleaing-listing-items li:hover {
    transform: none;
  }

  /*  */
  .gallery-sec .testimonials_left {
    width: 100%;
  }
}

@media screen and (max-width: 1199.98px) {

  /* **** */
  .mb-100 {
    margin-bottom: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  /* ----------------------- Inner Banner Section -------------------- */
  .inner_banner_wrapper {
    min-height: 280px;
  }

  .inner_banner_sec.innerbanner-shape::after {
    background-size: 70%;
  }


  /* common-spacing */
  .py-100 {
    padding: 40px 0;
  }

  .about-sec {
    margin: 40px 0;
  }

  .about-sec:has(+ .scrollingtextsec) {
    margin-bottom: 0;
  }

  .contact-form-sec {
    margin-bottom: 30px;
  }

  ul.areas-we-serve-list {
    gap: 24px;
    row-gap: 0;
  }

  main ul.areas-we-serve-list li::after {
    right: 7px;
  }

  .about-us-sec {
    padding: 60px 0 80px;
    margin-bottom: 50px;
  }

  /* ------------------- Why Choose Use Section ------------------ */
  .why-choose-box {
    gap: 15px;
  }

  .why-choose-wrap .heading-22 {
    margin-bottom: 8px;
  }

  ul.why-choose-list li:not(:last-child) {
    padding-bottom: 15px;
  }

  ul.why-choose-list li:not(:last-child):after {
    width: calc(100% - 75px);
  }

  /* ----------------------- Our Cleaning Process ----------------------- */
  .cleaing-listing-items li .cleaning-items {
    padding: 20px;
  }

  .cleaing-listing-items li .cleaning-items .cleaning-img {
    margin-bottom: 15px;
  }

  .cleaning-content .heading-22 {
    margin-bottom: 10px;
  }

  .cleaing-listing-items li .cleaning-items .cleaning-img img {
    height: 42px;
    width: 42px;
    object-fit: contain;
  }

  .cleaning-process-sec::before {
    transform: translate(80px, 10px);
    width: calc(100% - 110px);
  }

  .cleaning-process-wrap {
    margin-top: 20px;
  }

  /* ----------------------- FAQ SECTION ---------------------- */
  .faq-sec {
    padding: 40px 0;
    overflow: hidden;
  }

  /* --------------------- Home Page CTA Section --------------------- */
  .hm-cta-sec .half-section {
    z-index: 0;

    & .left-side {
      width: 70%;
    }

    & .right-side {
      width: 30%;

      &>.img-wrap {
        right: -85px;
        opacity: 0.2;
        z-index: -1;
      }
    }
  }


  .why-choose-sec {
    padding: 40px 0 0;
  }

  /* -------------------- Our Services Section ------------------- */
  .service-listing-sec .intro-title .heading-44 {
    margin-bottom: 30px;
  }

  /* ----------------------- quality box section start ----------------------- */
  .qualities-box {
    padding: 20px 0px;
  }

  .quality-card-box span img {
    max-width: 50px;
  }

  /* ------------------------ footer-css -------------------- */
  .footer-mdl-left {
    width: 35%;
  }

  .footer-mdl-right {
    width: calc(65%);
  }

  /* --------------------- footer-css --------------------- */

  /* ----------------------- blogs-lising ----------------------- */
  .blogs-tab .resp-tabs-list li {
    min-width: fit-content;
  }

  .blogs-tab ul.resp-tabs-list {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: clip;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  /* ---------------------- blogs-lising ----------------------- */
  .back-lightblue {
    padding: 60px 0;
  }

  /* -------------------- area we serve suburb -------------------------- */
  .area-we-serve-content ul.areas-sec-list li {
    width: 100%;
  }

  /*  */
  .gallery-sec .slick-prev,
  .gallery-sec .slick-next {
    top: -60px;
    width: 30px;
    height: 30px;
  }

  /*  */
  .servicedetailpg .cleaning-process-sec,
  .suburbpg .cleaning-process-sec {
    margin-bottom: 40px;
    padding: 0;
  }

  .servicedetailpg .cleaning-process-sec::before,
  .suburbpg .cleaning-process-sec::before {
    transform: translate(80px, 70px);
  }

  /* ------------------ Scrollable text Fixes ------------------ */
  .txtscrollslide img {
    right: 0px;
  }

  .scrollingtextsec {
    margin-bottom: 80px;
  }

  .txtscrollslider li {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 991.98px) {

  /* -------------------- Margin & Padding ------------------ */
  .mb-100 {
    margin-bottom: 30px;
  }

  .pb-100 {
    padding-bottom: 30px;
  }

  /* ----------------------- Inner Banner Section -------------------- */
  .inner_banner_wrapper .inner-banner-lft,
  .inner_banner_wrapper .inner-banner-rht {
    width: 100%;
  }

  .inner_banner_wrapper .inner-banner-lft {
    z-index: 1;
  }

  .inner_banner_wrapper .inner-banner-rht {
    z-index: 0;
  }

  .inner_banner_wrapper .inner-banner-lft .heading-44,
  ul.woo_breadcums {
    text-align: center;
  }

  .inner_banner_sec.innerbanner-shape::after {
    display: none;
  }

  .inner-banner-rht {
    position: absolute;
    bottom: 0;
    opacity: 0.6;
    z-index: -1;
  }

  .inner_banner_wrapper {
    align-items: center;

    & .inner-banner-lft .heading-44 {
      color: #fff;
    }

    & ul.woo_breadcums li span {
      color: #fff;
    }
  }

  .inner_banner_wrapper ul.woo_breadcums li a {
    color: #fff;

    &:after {
      color: #fff;
    }
  }

  .inner_banner_sec {
    position: relative;

    &:before {
      z-index: 1;
      background: #000000 0% 0% no-repeat padding-box;
      opacity: 0.58;
    }
  }

  .search_bar {
    justify-content: center;
  }

  /* common-spacing */
  .py-100 {
    padding: 30px 0;
  }

  .about-sec {
    margin: 30px 0;
  }

  /* ---------------------- commons -------------------- */
  .img-content-sec .half-section {
    flex-wrap: wrap;
  }

  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    max-width: 100%;
  }

  .img-content-sec .half-section .left-side {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .half-section .right-side {
    margin-left: 0px;
  }

  .half-section.row-reverse .right-side {
    margin-right: 0px;
    margin-left: 0;
  }

  /* commons */

  .inside-info {
    padding: 20px 20px 0 0;
  }

  .inside-info>p {
    font-size: 16px;
  }

  /* ------------------------- USP SECTION ------------------------ */
  .feature-usp {
    margin-top: 30px;
    gap: 15px;
  }

  /* -------------------- About Section ------------------ */
  .about-sec {
    & .feature-usp {
      gap: 20px;
      justify-content: center;

      li {
        width: calc(33.33% - 14px);

        & .usp-block {
          min-height: 135px;
        }
      }
    }
  }

  /* ----------------- Inner Banner common content start ----------------- */
  .hm-item {
    width: 100%;
  }

  .hm-content {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }

  .row-reverse .hm-content {
    padding-right: 0px;
    padding-left: 0;
  }

  /* ------------------- quality box section start ------------------------ */
  .qualities-box {
    padding: 30px 0px;
  }

  .quality-card-box span img {
    max-width: 40px;
  }

  .qualities-des {
    padding-left: 5px;
  }

  .quality-card-box {
    padding: 20px 0 20px 0;
  }

  .qualities-des strong {
    font-size: 14px;
  }

  /* ----------------------- Our Cleaning Process ----------------------- */
  .cleaning-process-sec::before {
    transform: translate(45px, 30px);
    width: calc(100% - 70px);
  }

  .cleaning-js {
    margin: 0 -7.5px;
  }

  .cleaing-listing-items li {
    padding: 0 7.5px !important;
  }

  /* --------------------- Home Page CTA Section --------------------- */
  .hm-cta-sec .half-section {
    flex-wrap: wrap;

    & .left-side {
      width: 100%;
    }

    & .right-side {
      width: 100%;

      &>.img-wrap {
        right: 0;
        max-width: 520px;
      }
    }
  }

  /* ---------------------- Get in touch form CTA -------------------- */
  .getintouch-wrap {
    padding: 35px;
    row-gap: 15px;

    & .getintouch-title {
      width: 100%;

      .heading-30,
      .subtitle {
        text-align: center;
      }
    }

    & .getintouch-form {
      width: 100%;

      & .hm-contact .row {
        row-gap: 15px;
        justify-content: center;

        & .form-group {
          width: 50%;
        }
      }
    }
  }


  /* ------------------TESTIMONIAL CSS---------------------- */
  .testimonial_card_wrapper {
    row-gap: 30px;
  }

  .testimonials_left {
    width: 100%;
    text-align: center;

    & .heading-44 {
      margin-bottom: 10px;
    }

    & .img-wrap {
      margin: auto;
    }
  }

  .testimonial_slider_wrapper {
    width: 100%;
    padding-left: 0;
  }

  .customer_list.slick-initialized {
    margin: 0 -10px;
    margin-right: calc(-50vw + (100% - 35px) / 3.7);
    margin-bottom: 60px;
  }

  .customer_list.slick-initialized .slick-slide {
    margin: 0 10px;
  }

  .customer_list .slick-next,
  .customer_list .slick-prev {
    top: unset;
    bottom: -85px;
  }

  .customer_list .slick-prev {
    left: calc(35% - 45px);
  }

  .customer_list .slick-next {
    right: calc(65% - 45px);
  }



  /* --------------------------- area we serve section start --------------------------- */
  .area-we-serve.full-area-serve ul.areas-sec-list li {
    width: 50%;
  }

  .area-we-serve.full-area-serve .heading-44 {
    margin-bottom: 40px;
  }


  /* area we serve suburb */
  .area-we-serve-content ul.areas-sec-list li {
    width: 50%;
  }

  .area-we-serve-content {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }

  .area-item.areas-sec-img {
    width: 100%;
  }

  /* ----------------------- Why Choose Us Section ----------------------- */

  .why-choose-sec {
    padding: 30px 0 0;
  }

  .why-choose-sec .half-section {
    flex-wrap: wrap;
  }

  .why-choose-sec .half-section .left-side {
    width: 100%;
    padding: 0;
    max-width: fit-content;
    margin: 0 auto 40px;
    text-align: center;
  }

  .why-choose-sec .half-section .right-side {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    max-height: 100%;
    overflow-y: unset;
  }

  .why-choose-sec::after {
    bottom: unset;
    top: 0;
    transform: translate(-120px, 150px);
  }

  /* -------------------------Why Choose Us Section End ------------------------ */

  main ul.areas-we-serve-list>li>a,
  main ul.areas-we-serve-list>li {
    min-width: calc(25% - 0.5px);
    font-size: 16px;
  }

  ul.areas-we-serve-list {
    gap: 0px;
    row-gap: 0;
  }

  .inner-banner.form-content .half-section {
    gap: 25px;
  }

  .inner-banner.form-content .half-section .left-side,
  .inner-banner.form-content .half-section .right-side {
    width: 100%;
    max-width: 100%;
  }

  .inner-banner.form-content .inner_banner_info {
    padding: 110px 40px 78px;
  }

  .about-us-tab-content .half-section .left-side,
  .about-us-tab-content .half-section .right-side {
    width: calc(100%);
    margin: 0 0 40px 0;
    max-width: 100%;
  }

  .about-us-tab-content .half-section {
    flex-wrap: wrap;
  }

  .inner-banner+.img-content-sec {
    margin-top: 40px;
  }

  /* -------------------- Scrolling Text -------------------- */
  .scrollingtextsec {
    margin: 60px 0 60px 0;
  }

  .txtscrollslide {
    font-size: 16px;
    margin: 10px 0;
  }

  /* -------------------- FAQ SECTION --------------------- */
  .faq-wrap {
    margin-top: 20px;
  }

  /* ---------------- || FOOTER || ------------------- */
  .footer-logo {
    max-width: 180px;
  }

  .footer-menu-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer-menu-top-right,
  .footer-menu-top-left {
    width: 100%;
    text-align: center;
  }

  .footer-menu-top-left .btnlist {
    justify-content: center;
    gap: 10px;
  }

  .ft-right-block .flex-container {
    row-gap: 20px;
  }

  /*  */
  .back-lightblue {
    padding: 40px 0;
  }

  .gallery-sec .slick-prev,
  .gallery-sec .slick-next {
    top: unset;
    bottom: -60px;
    width: 30px;
    height: 30px;
    z-index: 1;
  }

  .gallery-sec .slick-prev {
    left: calc(50% - 40px);
    right: unset !important;
  }

  .gallery-sec .slick-next {
    right: calc(50% - 40px) !important;
    left: unset;
  }

  .gallery-sec .resp-tab-content {
    padding: 10px 0 0 !important;
  }

  .service_text {
    padding: 7px 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  /*  */
  .servicedetailpg .cleaning-process-sec,
  .suburbpg .cleaning-process-sec {
    margin-bottom: 30px;
    padding: 0;
  }

  .servicedetailpg .cleaning-process-sec::before,
  .suburbpg .cleaning-process-sec::before {
    transform: translate(45px, 30px);
  }

  /*  */
  .inner-banner-rht .img-wrap img {
    display: none;
  }

  .inner-banner-rht .img-wrap::after {
    display: none;
  }

  .inner_banner_sec img.bgimg {
    object-position: 20%;
  }
}

@media screen and (max-width: 767.98px) {

  /* **** */

  /* common-spacing */
  .heading_wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }

  main ul.areas-we-serve-list>li>a,
  main ul.areas-we-serve-list>li {
    min-width: calc(33.33%);
  }

  main ul.areas-we-serve-list li::after {
    display: none;
  }

  main ul.areas-we-serve-list {
    position: relative;
  }

  main ul.areas-we-serve-list::after,
  main ul.areas-we-serve-list::before {
    position: absolute;
    content: "";
    right: calc(33.33% + 10px);
    top: 0px;
    background: transparent;
    height: calc(100%);
    width: 0px;
    border-right: 1px solid #ece1d7;
  }

  main ul.areas-we-serve-list::before {
    right: calc(66.66% + 10px);
  }

  .about-us-sec {
    padding: 40px 0 59px;
    margin-bottom: 30px;
  }

  .about-us-tab .resp-tab-content {
    padding: 25px 0 0;
  }

  .img-wrap.ft-logo {
    max-width: 160px;
  }

  .contact-form-sec {
    padding: 60px 0 70px;
  }

  /* ------------------------- USP SECTION ------------------------ */
  .feature-usp li .usp-block {
    padding: 0 10px;
  }

  /* ----------------------- Why Choose Us Section ----------------------- */
  ul.why-choose-list li {
    margin-bottom: 26px;
  }

  ul.why-choose-list li:not(:last-child) {
    padding-bottom: 20px;
  }

  .why-choose-box {
    gap: 20px;
  }

  .why-choose-wrap .heading-22 {
    margin-bottom: 8px;
  }

  .why-choose-box>.img-wrap {
    width: 60px;
    height: 60px;
    min-width: 60px;

    img {
      width: 32px;
      height: 32px;
      object-fit: contain;
    }
  }

  ul.why-choose-list li:not(:last-child):after {
    width: calc(100% - 80px);
  }

  /* ------------------TESTIMONIAL CSS---------------------- */
  .customer_list .slick-prev {
    left: calc(33% - 45px);
  }

  .customer_list .slick-next {
    right: calc(67% - 45px);
  }

  /* -----------------|| Footer ||------------------- */
  .footer-bg {
    padding: 30px 0 30px 0;
  }

  .footer-bg .ft-contact-block {
    justify-content: center;
    padding: 0 0 20px 0;
    row-gap: 15px;
  }

  .contact-details-list {
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer-info-wrap {
    gap: 5px;
  }

  .ft-sevice-links,
  .ft-sevice-links .ft-right-block {
    padding-top: 20px;
  }

  .footer-menu-wrapper {
    padding-bottom: 20px;
  }

  .footer-bottom p {
    display: inline-block;
  }

  /* quality box section start */
  ul.qualities-box-list {
    justify-content: center;
  }

  ul.qualities-box-list li {
    flex: unset;
    justify-content: center;
    width: 50%;
  }

  .full-area-serve .area-we-serve-content ul.areas-sec-list li a {
    font-size: 14px;
  }

  /*  */
  .gallery-sec {
    padding-bottom: 30px;
  }

  .gallery-sec .slick-prev,
  .gallery-sec .slick-next {
    top: unset;
    width: 30px;
    height: 30px;
    bottom: -60px;
    z-index: 1;
  }

  /* -------------------- Scrolling Text -------------------- */
  .scrollingtextsec {
    margin: 60px 0 40px 0;
  }
}

@media (max-width: 575.98px) {

  .mb-100 {
    margin-bottom: 30px;
  }

  /* common-spacing */
  .img-content-sec .half-section .left-side,
  .img-content-sec .half-section .right-side {
    margin-bottom: 40px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading-"] {
    margin-bottom: 15px;
  }

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

  [class*="btn-"] {
    letter-spacing: 0.28px;
    font-size: 14px;
  }

  p {
    font-size: 16px;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }

  .page-wrapper ul:not([class]):has(+ *),
  .page-wrapper p:has(+ *),
  .page-wrapper ol:has(+ *) {
    margin-bottom: 15px;
  }

  .areas-list-sec .half-section .left-side,
  .areas-list-sec .half-section .right-side {
    margin-bottom: 30px;
  }

  .contact-form-sec::after {
    background-size: contain;
  }

  /* common-spacing */
  .inner-banner.form-content .inner_banner_info {
    padding: 110px 0px 78px;
  }

  .inner-banner.form-content .half-section .right-side .form-wrap {
    padding: 15px;
  }

  main ul.areas-we-serve-list>li>a,
  main ul.areas-we-serve-list>li {
    min-width: 50%;
  }

  main ul.areas-we-serve-list::after {
    display: none;
  }

  main ul.areas-we-serve-list::before {
    right: calc(50% + 10px);
  }

  .about-us-tab ul.resp-tabs-list {
    justify-content: flex-start;
  }

  .description>strong {
    font-weight: bold;
    font-size: 18px;
  }

  .about-us-sec {
    padding: 30px 0 47px;
  }

  .resp-tabs-list li {
    font-size: 14px;
    padding: 12px 17px;
    text-align: center;
  }

  div#blogs-tab {
    position: relative;
    z-index: 1;
  }

  /* -------------------- Scrolling Text -------------------- */
  .scrollingtextsec {
    margin: 50px 0 30px 0 !important;
  }

  /* ------------------------- USP SECTION ------------------------ */
  .feature-usp {
    margin-top: 35px;
    gap: 10px;
    justify-content: center;

    li {
      width: calc(50% - 10px);


      & .usp-block {
        padding: 0 10px;
        flex-direction: unset;
        flex-wrap: nowrap;
        min-height: 60px;
        gap: 10px;
        justify-content: flex-start;

        img {
          height: 30px;
          width: 30px;
          object-fit: contain;
        }

        p {
          font-size: 12px;
          margin-top: 0;
          text-align: left;
        }
      }
    }
  }

  /* ----------------------- Why Choose Us Section ----------------------- */
  .why-choose-box>.img-wrap {
    min-width: 55px;
    width: 55px;
    height: 55px;
  }

  .why-choose-box {
    gap: 15px;
  }

  .why-choose-sec .half-section .left-side>.img-wrap::before {
    width: 75px;
    height: 100px;
  }


  /* ----------------------- Our Cleaning Process ----------------------- */
  .cleaning-process-sec .container {
    padding: 0 15px;
  }

  .cleaning-process-sec::before {
    /* transform: translate(-20px, 32px);
    width: 100%; */
    display: none;
  }

  .cleaing-listing-items li .cleaning-items .cleaning-img img {
    height: 35px;
    width: 35px;
  }

  /* -------------------- About Section ------------------ */
  .about-sec {
    & .feature-usp {
      gap: 10px;

      li {
        width: calc(50% - 25px);

        & .usp-block {
          min-height: 55px;
        }
      }
    }
  }

  /* quality box section start */
  ul.qualities-box-list {
    justify-content: center;
  }

  ul.qualities-box-list li {
    flex: unset;
    justify-content: flex-start;
    width: 100%;
  }

  ul.qualities-box-list li:not(:last-of-type) {
    border-bottom: 2px dotted var(--blue-color);
  }

  .qualities-des strong br {
    display: none;
  }

  /* ------------------TESTIMONIAL CSS---------------------- */
  .customer_list .slick-prev {
    left: calc(50% - 45px);
  }

  .customer_list .slick-next {
    right: calc(50% - 45px);
  }

  .customer_list.slick-initialized {
    margin: 0;
    margin-bottom: 60px;
  }

  .testimonial-box {
    padding: 20px;
  }

  /* ---------------------- Get in touch form CTA -------------------- */
  .getintouch-wrap {
    padding: 35px;

    & .getintouch-form {
      width: 100%;

      & .hm-contact .row {
        row-gap: 15px;
        justify-content: center;

        & .form-group {
          width: 100%;
        }
      }
    }
  }

  /* --------------------- Home Page CTA Section --------------------- */
  .hm-cta-sec .half-section {
    & .left-side {
      padding: 30px 0 30px 0;
      z-index: 1;
    }
  }

  .hm-cta-sec .half-section {
    & .left-side {
      p {
        color: #fff !important;
      }
    }
  }

  /* -----------------|| Footer ||------------------- */

  .ft-right-block>.flex-container {
    flex-direction: column;
  }

  .ft-right-block>.flex-container::after {
    display: none;
  }

  .footer-links {
    display: none;
  }

  .ft-sevice-links [class*="ft-col-"] .ft-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px;
    cursor: pointer;
  }

  .ft-sevice-links [class*="ft-col-"] .ft-title::after {
    content: "\f107 ";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: -2px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
  }

  .ft-sevice-links {
    padding-bottom: 0;
  }

  .footer-links>li {
    margin-bottom: 20px;
  }

  .contact-details-list {
    gap: 5px;
  }

  .width50 {
    width: 100%;
  }

  /* ------------------------ Footer ------------------------ */

  ul.feature-list {
    border-bottom: 1px solid #e6e6e682;
  }

  .member-details-sec.img-content-sec .img-wrap {
    gap: 10px;
  }

  .inner-banner::after {
    background-size: contain;
  }

  .inner_banner_info {
    min-height: 350px;
  }

  .contact-form-sec {
    padding: 40px 0 40px;
  }

  .contact-form-sec::after {
    bottom: -1px;
  }

  /* area we serve */
  .area-we-serve.full-area-serve ul.areas-sec-list li {
    width: 100%;
  }

  .area-we-serve.full-area-serve .area-we-serve-content {
    padding-top: 25px;
  }

  .area-we-serve.full-area-serve ul.areas-sec-list:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .area-we-serve.full-area-serve .heading-44 {
    margin-bottom: 30px;
  }


  /* area we serve suburb */
  .area-we-serve-content ul.areas-sec-list li {
    width: 100%;
  }

  .area-we-serve-content ul.areas-sec-list {
    margin-bottom: 0;
  }

  ul.qualities-box-list {
    padding: 15px 60px;

  }

  ul.qualities-box-list li:not(:last-of-type) {
    border-right: 0;
  }

  /*  */
  .back-lightblue {
    padding: 30px 0;
  }

  .servicedetailpg .cleaning-process-sec::before,
  .suburbpg .cleaning-process-sec::before {
    display: none;
  }

  /*  */
  .ft-right-block .flex-container {
    row-gap: 0px;
  }

  .ft-connect-links {
    margin-top: 0px;
  }

  /*  */
  .why-choose-sec .half-section .left-side .img-wrap {
    margin-top: 22px;
  }

  /*  */
  .review-box-wrapper .heading-wrap>.img-wrap {
    height: 45px;
    width: 45px;
    min-width: 45px;

  }

  /*  */
  .hm-cta-sec .half-section .left-side p {
    color: #fff !important;
  }

  .feature-usp li {
    width: calc(50% - 5px);
    width: 100%;
  }

  .ol_hmbanner .feature-usp li {
    width: 100%;
  }

  .ol_hmbanner .feature-usp {
    margin-top: 40px;
    gap: 15px;
  }
  
  .feature-usp li .usp-block {
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 60px;
    padding: 0 10px;
    gap: 10px;
    justify-content: flex-start;
  }

  .feature-usp li .usp-block img {
    height: 30px;
    width: 30px;
    object-fit: contain;
  }

  .feature-usp li .usp-block p {
    font-size: 12px;
    margin-top: 0;
    text-align: left;
  }

  .ol_hmbanner .feature-usp li .usp-block p {
    font-size: 14px;
  }

  /*  */
  .about-sec .feature-usp li {
    width: calc(50% - 10px);
  }

  .about-sec .feature-usp li .usp-block {
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 60px;
    padding: 0 10px;
    gap: 10px;
    justify-content: flex-start;
  }

  .about-sec .feature-usp li .usp-block img {
    height: 30px;
    width: 30px;
    object-fit: contain;
  }

  .about-sec .feature-usp li .usp-block p {
    font-size: 12px;
    margin-top: 0;
    text-align: left;
  }
  .about-sec .feature-usp li{
    padding: 0;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width:375px) {
  .feature-usp {
    & li {
      & .usp-block {
        img {
          height: 24px;
          width: 24px;
        }
      }
    }
  }

  .about-sec {
    & .feature-usp {
      & li {
        & .usp-block {
          padding: 0 6px;
        }
      }
    }
  }

  .footer-bottom p {
    max-width: 225px;
    margin: auto;
  }

  /* -------------------- Scrolling Text -------------------- */
  .scrollingtextsec {
    margin: 50px 0 20px 0 !important;
  }

  .feature-usp li .usp-block img {
    height: 24px;
    width: 24px;
    object-fit: contain;
  }
  .about-sec .feature-usp li{
    padding: 0;
    margin-bottom: 0;
  }
  .about-sec .feature-usp li .usp-block img {
    height: 24px;
    width: 24px;
    object-fit: contain;
  }
}