/* ---common-css---- */
.heading-60 {
  font-size: 60px;
  margin-bottom: 20px;
  font-family: "Bebas Neue";
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0;
  color: #fff;
}

.mb-90 {
  margin: 0 0 90px;
}

.theme-badge-img {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

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

.inner-banner-wrapper.flex-container {
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  min-height: 398px;
  flex-direction: column;
  justify-content: center;
}

.inner-banner-wrapper.flex-container>.woo_breadcums {
  width: 100%;
  text-align: left;
}

.inner-banner:before {
  background: linear-gradient(90deg,
      rgba(21, 21, 21, 0.7) 0%,
      rgba(18, 18, 21, 0.49) 40%,
      rgba(1, 3, 19, 0.09) 62%);
}

.img-content-sec {
  display: inline-block;
  width: 100%;
  line-height: 0.9;

  & .flex-container {
    justify-content: space-between;

    & .left-img-side {
      width: 643px;
    }

    & .right-content-side {
      width: calc(100% - 643px);
      max-width: 650px;

      &>ul {
        margin-bottom: 25px;
      }
    }
  }

  & .flex-container+.flex-container {
    margin-top: 80px;
  }
}

.img-content-sec.bgdark {
  padding: 100px 0;
  background-color: #f9f8fa;
}

.right-content-side .heading-30 {
  line-height: 1.2;
}

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

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

.img-wrap .rotate-badge {
  top: 36px;
  right: 43px;
  left: unset;
}

.service-details-page .img-wrap .rotate-badge {
  top: unset;
  bottom: 23px;
  left: 21px;
  right: unset;
}

.why-choose-vl-list {
  display: inline-block;
  width: 100%;
  line-height: 0.8;
}

.info-box {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;

  & .img-wrap {
    min-width: 64px;
    display: inline-flex;
    justify-content: flex-start;
    margin-top: 5px;
  }
}

.info-box:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
}

.why-choose-conatent-wrap {
  display: inline-block;
  width: 100%;

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

  &>P {
    line-height: 1.55;
  }
}

/* -----------------------------------trusted-certified-compliant-sec------------------------------------- */
.trusted-certified-compliant-sec {
  display: inline-block;
  width: 100%;
  line-height: 0.9;
  text-align: center;
  padding-bottom: 0;
  border-bottom: 0;
  max-width: 100%;
  overflow: hidden;

  & .container>p {
    text-align: center;
    margin-bottom: 60px;
  }

  & .container>.heading-24 {
    margin-bottom: 10px;
    font-weight: 600;
    list-style: 1.25;
  }
}

.divider:has(+ .industry-specific) {
  margin-bottom: 70px;
}

.trusted-certified-compliant-slider {
  width: calc(100% + 40px);
  margin: 0 -20px;

  .slide-box {
    padding: 0 20px;

    & .img-wrap {
      min-height: 156px;
      display: inline-flex;
      align-items: center;
      width: 100%;
      justify-content: center;
    }
  }

  &:not(.slick-initialized) {
    display: inline-flex;

    &>.slide-box {
      flex: 1;
    }

    &>.slide-box:not(:nth-child(-n + 7)) {
      display: none;
    }
  }
}

.business-page .trusted-certified-compliant-slider {
  width: 100%;
  margin-inline: 0;
}

.divider {
  display: inline-block;
  width: 100%;
  line-height: 0;

  & .container {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* -----------------------------------trusted-certified-compliant-sec------------------------------------- */

/* -----------------------------------contanct-cta-sec------------------------------------- */
.contanct-cta-sec {
  display: inline-block;
  width: 100%;
}

.contanct-cta {
  padding: 90px 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 1;
  align-items: center;
}

.contanct-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(232deg, #4eaae0 0%, #0d1e54 100%) 0% 0% no-repeat padding-box;
  opacity: 0.94;
  z-index: -1;
}

.contanct-cta-left {
  width: 50%;
}

.contanct-cta-details {
  width: 50%;
  margin: 0 auto;
  padding: 0 90px 0 100px;
  color: #fff;
  border-left: 1px solid rgb(255 255 255 / 10%);
}

.contanct-cta-details .btnlist {
  justify-content: center;
}

.smtitle {
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 0;
}

.contanct-cta-details {
  & .heading-40 {
    color: #fff;
    font-weight: 600;
  }
}

.contanct-cta-details.home_tf_cta {
  text-align: center;
}

.contanct-cta-details.home_tf_cta {
  & .img-wrap {
    max-width: 100px;
    margin-bottom: 10px;
  }
}

.contanct-wrapper {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;

  & .contanct-list {
    width: calc(100% - 164px);
    max-width: 225px;
  }

  &>.img-wrap {
    width: 164px;
  }
}

.contact-box {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;

  & .img-wrap {
    display: inline-flex;
    min-width: 17px;
    justify-content: flex-start;
    filter: brightness(0) invert(1);
    margin-top: 2px;
  }
}

.contanct-headings {
  display: inline-flex;
  flex-direction: column;
}

.contanct-text {
  display: inline-block;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 4px;
}

.contanct-list .contact-box:not(:last-child) {
  margin-bottom: 26px;
}

.contact-links {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.55;
}

a.contact-links:hover {
  color: var(--themecolor);
  text-decoration: underline;
}

/* -----------------------------------contanct-cta-sec------------------------------------- */

/* -----------------------------------whs-ems-safety-system-sec------------------------------------- */
.whs-ems-safety-system-sec {
  display: inline-block;
  width: 100%;
  position: relative;

  & .heading-40 {
    text-align: center;
    margin-bottom: 34px;
    font-weight: 600;
  }
}

.safety-system-list {
  display: inline-flex;
  width: 100%;
  gap: 26px;
}

.safety-system-box {
  flex: 1;
  padding: 55px 60px 47px 35px;
  background: #f9f8fa;
  border: 1px solid #ececec;
  overflow: hidden;

  & .img-wrap {
    margin-bottom: 30px;
  }

  & .heading-20 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    color: #313131;
    position: relative;

    &::after {
      content: "";
      position: absolute;
      height: 0;
      width: 20px;
      border: 2px solid #313131;
      left: -35px;
      top: 10px;
    }
  }
}

/* -----------------------------------whs-ems-safety-system-sec------------------------------------- */

/* -----------------------------------our-certificates------------------------------------- */
.our-certificates {
  display: inline-block;
  width: 100%;
  background: #f9f8fa;
  padding: 90px 0 100px;

  & .heading-40 {
    text-align: center;
    margin-bottom: 30px;
  }
}

.our-certificates-list {
  display: flex;
  gap: 26px;
}

.our-certificates-list .img-wrap {
  flex: 1;
  padding: 22px;
  background: #ffffff;
}

/* -----------------------------------our-certificates------------------------------------- */

/* -----------------------------------our-work-procedure-sec------------------------------------- */

.our-work-procedure-sec {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  padding: 100px 0;
  background-color: #f9f8fa;
}

.our-work-procedure-sec .heading-40 {
  margin-bottom: 30px;
  text-align: center;
}

.work-procedure-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  & .slide-box {
    padding: 0;
    width: calc(80% - 20px);
    margin: auto;
  }
}

.work-procedure-box {
  display: inline-block;
  line-height: 0.8;
  padding: 47px 60px 46px 36px;
  background-color: #ffffff;
  border: 1px solid #ececec;
  overflow: hidden;

  & .img-wrap {
    min-height: 50px;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  & .heading-20 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    color: #313131;
    position: relative;
    margin-bottom: 10px;

    &::after {
      content: "";
      position: absolute;
      height: 0;
      width: 20px;
      border: 2px solid #313131;
      left: -35px;
      top: 10px;
    }
  }
}

/* -----------------------------------our-work-procedure-sec------------------------------------- */

/* -----------------------------------mobile-patrols-lower-security-costs-sec------------------------------------- */
.mobile-patrols-lower-security-costs-sec {
  display: inline-flex;
  width: 100%;
  background: #f9f8fa;
  padding: 100px 0;
}

.head-wrap {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;

  & .heading-30 {
    margin-bottom: 10px;
    line-height: 1;
  }
}

.heading_wrap {
  width: calc(100% - 450px);
}

.mobile-patrols-lower-list {
  display: flex;
  justify-content: space-between;
  gap: 100px;

  & .slide-box {
    width: calc(25% - 75px);
    position: relative;

    &:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      right: -37.5px;
      width: 0;
      border-left: 1px solid rgba(112, 112, 112, 0.2);
    }
  }
}

.mobile-patrols-lower-box {
  & .img-wrap {
    min-height: 57px;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 15px;
  }

  & .heading-20,
  & h3 {
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

/* -----------------------------------mobile-patrols-lower-security-costs-sec------------------------------------- */

/* -----------------------------------key-benefits-our-mobile-patrol-service------------------------------------- */
.key-benefits-our-mobile-patrol-service {
  display: inline-block;
  width: 100%;
  background: transparent linear-gradient(225deg,
      rgba(78, 170, 224, 0.94) 0%,
      rgba(13, 30, 84, 0.94) 100%) 0% 0% no-repeat padding-box;
  padding: 100px 0;

  & .flex-container {
    justify-content: space-between;

    & .img-side {
      width: 643px;

      & .heading-30,
      h2 {
        color: #fff;
        line-height: 1.2;
        letter-spacing: 0;
        font-weight: 600;
      }

      &>p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 45px;
      }
    }
  }
}

.mobile-patrol-services {
  width: calc(100% - 643px);
  max-width: 650px;
}

.mobile-patrol-service-list {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
}

.mobile-patrol-service-box {
  display: inline-flex;
  width: 100%;
  gap: 44px;
  align-items: flex-start;

  & .img-wrap {
    min-width: 51px;
    display: inline-flex;
  }
}

.mobile-patrol-service-info {
  display: inline-block;
  list-style: 0.8;
}

.mobile-patrol-service-info .heading-16,
.mobile-patrol-service-info h3 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 16px;
}

.mobile-patrol-service-info::after {
  display: none;
}

.mobile-patrol-service-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}

.mobile-patrol-service-box:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.our-mobile-patrol-work-steps {
  display: inline-block;
  width: 100%;
  line-height: 0.8;
}

.step-box {
  display: inline-flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 44px;
}

.step-box:last-child {
  margin-bottom: 0;
}

.step-count {
  display: inline-flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.35;
  background: #f9f8fa;
  border-radius: 100%;
  min-width: 80px;
  padding: 17px;
  color: #272c6b;
}

.step-box-details .heading-16 {
  font-size: 16px;
  font-weight: bold;
  color: #313131;
  letter-spacing: 0;
  margin: 0 0 14px;
  line-height: 1.55;
}

.step-box-details .heading-16:after {
  display: none;
}

.our-mobile-patrol-work-steps {
  position: relative;

  &::after {
    content: "";
    position: absolute;
    height: calc(100% - 80px);
    width: 0;
    left: 40px;
    top: 80px;
    border-right: 1px dashed #e1e1e1;
    z-index: -1;
  }
}

/* -----------------------------------key-benefits-our-mobile-patrol-service------------------------------------- */

/* -----------------------------------industries-we-serve-sec------------------------------------- */

.industries-we-serve-sec {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}

.industries-we-serve-sec {

  & .heading-40,
  h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  & .container>p {
    margin: 0 0 50px;
    line-height: 1.55;
    text-align: center;
  }
}

.industries-we-serve-slider {
  width: calc(100% + 30px);
  margin: 0 -15px;

  & .slide-box {
    padding: 0 15px;
  }

  &:not(.slick-initialized) {
    display: inline-flex;

    & .slide-box {
      flex: 1;

      &:not(:nth-child(-n + 4)) {
        display: none;
      }
    }
  }
}

.industries-we-serve-slider .slick-prev {
  top: 116px;
  left: -64px;
}

.industries-we-serve-slider .slick-next {
  top: 116px;
  right: -64px;
}

.industries-box {
  display: inline-flex;
  flex-direction: column;
  width: 100%;

  & .img-wrap {
    margin: 0 0 25px;
  }

  & .industries-title {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #272c6b;
    padding-left: 30px;
    line-height: 1.2;
    margin-bottom: 16px;
    position: relative;

    webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;

    &::after {
      content: "";
      position: absolute;
      height: 13px;
      width: 13px;
      background: transparent url(../images/industry-arrow.svg) no-repeat;
      background-size: contain;
      left: 0;
      top: 5px;
    }
  }

  &>P {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(39, 44, 107, 0.2);
    /* overflow-y: auto;*/
    height: 135px;
    padding-left: 26px;
    padding-right: 4px;
  }
}

/* -----------------------------------industries-we-serve-sec------------------------------------- */

/* -----------------------------------mobile-patrol-security------------------------------------- */

.why-choose-mobile-patrol-security-services-sec {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 90px 0 100px;
}

.why-choose-mobile-patrol-security-services-sec::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(139deg, #4eaae0 0%, #0d1e54 100%) 0% 0% no-repeat padding-box;
  opacity: 0.94;
  z-index: -1;
}

.why-choose-mobile-patrol-security-services-sec .flex-container {
  justify-content: space-between;
}

.mobile-patrol-security-details {
  width: calc(100% - 643px);
  max-width: 626px;
}

.mobile-patrol-security-details .heading-40,
.mobile-patrol-security-details h2 {
  color: #fff;
  margin-bottom: 15px;
}

.mobile-patrol-security-details p {
  color: #fff;
  margin-bottom: 25px;
}

.mobile-patrol-security-list-wrap {
  width: 643px;
  max-width: 643px;
  overflow: hidden;
  display: inline-block;
}

.mobile-patrol-security-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0px 00px;
  justify-content: space-between;
  width: calc(100% + 140px);
  margin: 0 -70px;
}

.mobile-patrol-security-box {
  /* width: calc(50%); */
  width: 100%;
  padding: 0 70px;
  display: inline-flex;
  /* width: 100%; */
  flex-direction: column;
  /* padding-top: 28px; */
  padding-top: 0;

  & .img-wrap {
    min-height: 58px;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
}

.mobile-patrol-security-box .heading-18,
.mobile-patrol-security-box>h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.mobile-patrol-security-box p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 00;
  line-height: 1.55;
  color: #fff;
}

.mobile-patrol-security-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

/* .mobile-patrol-security-box:not(even) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-patrol-security-box:not(:nth-child(-n + 2)) {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0px;
}

.mobile-patrol-security-box:nth-child(-n + 2) {
  padding-top: 0;
} */

.areas-list-sec {
  display: inline-block;
  width: 100%;
}

.areas-list-sec .heading-24 {
  margin-bottom: 20px;
}

.areas-list-sec>.container>.heading-40 {
  text-align: center;
  margin-bottom: 5px;
}

.map-wrap {
  width: 100%;
  margin-bottom: 60px;

  & iframe {
    width: 100%;
    max-width: 100%;
    min-height: 500px;
  }
}

.areas-list-inner {
  display: inline-block;
  width: 100%;
  column-count: 4;
}

.areas-list-inner>li {
  margin-bottom: 15px;
  padding-left: 20px;

  &::before {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    left: 0;
    top: 2px;
    background: transparent url(../images/location.svg) no-repeat center;
    background-size: contain;
  }
}

.areas-list-inner>li,
.areas-list-inner>li>a {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.2;
  position: relative;

  & strong {
    font-weight: bold;
    line-height: 1;
  }
}

.areas-list-inner>li>a:hover {
  color: var(--themecolor);
}

/* -----------------------------------mobile-patrol-security------------------------------------- */

/* areas-benner     */
.suburb-search-form .ui-autocomplete {
  border: 0px;
}

.inner-banner-wrapper .heading-40 {
  color: #fff;
  font-family: "Bebas Neue";
  font-weight: normal;
}

.suburb-search {
  width: 100%;
}

.suburb-search-form {
  max-width: 100%;
  position: relative;
  max-height: 50px;
  /* overflow: hidden; */
  border-radius: 0px;
  width: 414px;
  margin-bottom: 0px;
  height: 50px;
}

.suburb-search-form input {
  max-width: 100%;
  border-radius: 0;
  margin: auto;
  min-height: 50px;
  width: 100%;
  border: none;
  padding: 15px 78px 15px 19px;
  font-size: 16px;
  border-radius: 0px;
  font-weight: 500;
  color: #313131;
}

.suburb-search-form>button {
  border: 0px solid transparent;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 0 0px;
  min-height: 50px !important;
  overflow: hidden;
  width: 70px;
  border-radius: 0px;
  background: var(--themecolor);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;

  &:hover {
    background: #000;
  }
}

#suburb-missing-popup {
  padding: 0;
  background: transparent;
}

#suburb-search-popup-content {
  max-width: 1065px;
  border-radius: 15px;
  cursor: auto;
  height: auto;

  & .popup-body {
    background: #fff;
    overflow: hidden;
  }
}

.suburb-search-form>button>img {
  filter: brightness(0) invert(1);
}

.areas-page .areas-list-inner:not(:last-child),
.area-details-page .areas-list-inner:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
}

/* areas-benner     */

/* ------------.slick-dotted -------------*/
/* .slick-dotted { 
    padding-bottom: 40px;
} */
.slick-dots {
  bottom: -25px;
}

.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
  width: 14px;
  height: 14px;
}

.slick-dots li::before {
  display: none;
}

.slick-slider .slick-dots li button {
  padding: 0px;
}

.slick-slider .slick-dots li button:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  background: #ffffff;
  opacity: 1;
  border: 2px solid #313131;
  border-radius: 100%;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before,
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 0.2;
}

.slick-slider .slick-dots li.slick-active button:before {
  background-color: #313131;
  border: 1px solid #313131;
  opacity: 1;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
  background-color: #313131;
  border: 1px solid #313131;
  opacity: 1;
}

/* ------------.slick-dotted -------------*/

/* get a quote pop-up */
.orange-bg {
  background: transparent linear-gradient(134deg, #ff9e0d 0%, #f65d30 100%) 0% 0% no-repeat padding-box;
}

.lightblue-bg {
  background: transparent linear-gradient(134deg, #a4b3ff 0%, #3758f9 100%) 0% 0% no-repeat padding-box;
}

.popup-body {
  display: flex;
  border-radius: 10px !important;
  flex-direction: row-reverse;
}

#free-quote {
  display: none;
  max-width: 1065px;
  border-radius: 15px;
  cursor: auto;
  height: auto;
}

#free-quote.fancybox-content {
  padding: 0;
}

#free-quote .fancybox-button {
  padding: 10px;
  width: 28px;
  height: 28px;
  background: #c3c3c3;
  padding: 5px;
  border-radius: 50%;
  min-height: 28px;
  margin: 23px 20px;
}

.pop-up-left {
  width: 507px;
  background: var(--secondary);
  padding: 100px 0 100px 68px;
}

.pop-up-left .heading-30 {
  color: #fff;
}

.pop-up-right {
  width: calc(100% - 507px);
  padding: 80px 68px 80px 68px;
}

.pop-up-right .head {
  margin-bottom: 30px;
}

.drive-list span {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.drive-list {
  display: inline-flex;
  column-gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 32px;
  border-bottom: solid 1px #70707033;
}

.drive-des .heading-20 {
  font-weight: 500;
  color: #fff;
}

.drive-des p {
  color: #fff;
}

.title {
  margin-bottom: 30px;
  padding-right: 68px;

  & .heading-30 {
    line-height: 1.25;
  }
}

.experties-list {
  display: inline-block;
}

.experties-list p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  line-height: 0;
  margin-bottom: 0;
}

.experties-list p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
}

.experties {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  margin-right: 56px;
  padding-right: 10px;
  padding-bottom: 15px;
  position: relative;
  white-space: nowrap;
  text-transform: none;
  font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  font-weight: 100;
  flex-shrink: 0;
  /* width: max-content; */
  display: flex;
  align-items: center;
  /* transform: translateX(0); */
  animation: a-text-scroll-1 25.5s linear infinite;
  /* overflow: hidden; */
  font-family: "Inter";
}

.experties-box {
  position: relative;
  overflow: hidden;
}

.experties-box:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: transparent url(../images/shadow.png) no-repeat center;
  width: 148px;
  height: 69px;
  background-size: contain;
  bottom: 0;
  margin: auto;
}

.experties-list {
  display: inline-block;
  margin-right: 19px;
  padding: 10px 43px;
  background: white;
  border-radius: 50px;
  border: solid 1px #d1e0e5;
  align-items: center;
  line-height: 0;
}

/* input feild */

.head .heading-30 {
  line-height: 1.1;
  font-family: "Inter";
}

.drive-list:last-child {
  margin-bottom: 0;
  border: none;
  /*padding-bottom: 0;
    border-top: solid 1px white;
    padding-top: 30px; */
}

.drive-content {
  margin-bottom: 30px;
  padding: 0 68px 0 0;
}

#free-quote .contact-form-box {
  display: inline-block;
  padding: 0;
  background: transparent;
}

.fancybox-close-small {
  min-width: auto;
}

@keyframes a-text-scroll-1 {
  0% {
    transform: translate3d(calc(0% + 0px), 0, 0);
  }

  100% {
    transform: translate3d(calc(-100% + 100px), 0, 0);
  }
}

.form-group.submit {
  margin-bottom: 0;
}

#free-quote .fancybox-close-small {
  top: 20px;
  right: 20px;
}

.suburb_col_wrap {
  width: 31.33%;

  & .areas-list-inner {
    column-count: 1;
  }
}

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

.fbform_bg {
  background: transparent linear-gradient(202deg,
      rgba(78, 170, 224, 0.94) 0%,
      rgba(13, 30, 84, 0.94) 100%) 0% 0% no-repeat padding-box;
  padding: 65px 75px 70px;
  margin: 0 auto;

  & .heading-40,
  .cf7_rpmsg p,
  .cf7_rpmsg p a {
    color: #ffffff;
  }
}

.form-box.fbfrm_bg .row {
  float: none;
}

/* get a quote pop-up */

@media (max-width: 1900px) {}

@media (max-width: 1800px) {}

@media (max-width: 1600px) {
  .our-work-procedure-sec {
    padding: 80px 0;
  }
}

@media (max-width: 1439.98px) {
  .mb-90 {
    margin: 0 0 60px;
  }

  .img-content-sec {
    & .flex-container {
      & .left-img-side {
        width: calc(50% - 20px);
      }

      & .right-content-side {
        width: calc(50% - 20px);
        max-width: 650px;
      }
    }
  }

  .our-certificates {
    padding: 60px 0 60px;
  }

  .contanct-cta {
    padding: 60px 0;
  }

  .contanct-cta-details {
    padding: 0 50px 0 50px;
  }

  .work-procedure-box {
    padding: 30px 30px 30px 30px;
  }

  .industries-we-serve-slider .slick-prev {
    left: -5px;
    z-index: 1;
    background: #fff;
  }

  .industries-we-serve-slider .slick-next {
    right: -5px;
    z-index: 1;
    background: #fff;
  }

  .mobile-patrols-lower-security-costs-sec {
    padding: 60px 0;
  }

  .key-benefits-our-mobile-patrol-service {
    & .flex-container {
      & .img-side {
        width: calc(50% - 20px);
      }
    }
  }

  .mobile-patrol-services {
    width: calc(50% - 20px);
    max-width: 650px;
  }

  .industries-we-serve-slider {
    width: calc(100% + 10px);
    margin: 0 -5px;

    & .slide-box {
      padding: 0 5px;
    }
  }

  .mobile-patrol-security-details,
  .mobile-patrol-security-list-wrap {
    width: calc(50% - 20px);
    max-width: 100%;
  }

  .mobile-patrol-security-list {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }

  .mobile-patrol-security-box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-sec .half-section .right-side .testimonial_selider .slick-arrow {
    margin-top: 20px;
  }
}

@media (max-width: 1199.98px) {
  .mb-90 {
    margin: 0 0 40px;
  }

  .testimonial_selider {
    margin-bottom: 50px !important;
  }

  .testimonial-sec .half-section .right-side .testimonial_selider .slick-prev {
    left: calc(50% - 40px);
  }

  .testimonial-sec .half-section .right-side .testimonial_selider .slick-next {
    right: calc(50% - 40px);
    left: unset;
  }

  .testimonial-sec .half-section .right-side .testimonial_selider.slick-arrow button.slick-next::before {
    left: auto;
    right: auto;
  }


  .contanct-cta-details {
    padding: 0 25px 0 25px;
  }

  .contanct-cta {
    padding: 40px 0;
  }

  .fbform_bg {
    padding: 50px;
  }

  .safety-system-box {
    padding: 35px 25px 35px 25px;
  }

  .our-certificates-list {
    display: flex;
    gap: 15px;
  }

  .our-certificates-list .img-wrap {
    padding: 15px;
  }

  .our-work-procedure-sec {
    padding: 40px 0;
  }

  .mobile-patrols-lower-list {
    gap: 40px;

    & .slide-box {
      width: calc(25% - 30px);
      position: relative;

      &:not(:last-child)::after {
        right: -14.5px;
      }
    }
  }

  .key-benefits-our-mobile-patrol-service {
    padding: 60px 0;
  }

  .mobile-patrol-security-list {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .mobile-patrol-security-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .why-choose-mobile-patrol-security-services-sec {
    padding: 60px 0;
  }

  #suburb-search-popup-content {
    & .popup-body {
      max-width: 95vw;
    }
  }

  .heading_wrap {
    width: 100%;
  }

  .img-content-sec .flex-container+.flex-container {
    margin-top: 50px;
  }

  .suburb_col_wrap {
    width: 48.33%;
  }

  .suburb_col_wrap:last-of-type {
    width: 100%;
    column-count: 2;
  }

  .footer_license {
    flex: 1;
    padding-left: 30px;
    display: block;
    margin-top: 0;
  }

  ul.ft-links.ft_license {
    column-count: 2;
  }

  .suburb_section .areas-page .areas-list-inner:not(:last-child),
  .suburb_section .area-details-page .areas-list-inner:not(:last-child) {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 40px;
  }

  .testimonial-sec .half-section .right-side .testimonial_selider .slick-arrow {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .img-content-sec {
    & .flex-container {
      flex-wrap: wrap;
      gap: 25px;

      & .left-img-side {
        width: calc(100%);
      }

      & .right-content-side {
        width: calc(100%);
        max-width: 100%;
      }
    }
  }

  .fbform_bg {
    padding: 30px;
  }

  .contanct-cta {
    flex-wrap: wrap;
    gap: 25px;
  }

  .contanct-cta-left {
    width: 100%;
  }

  .contanct-cta-details {
    width: 100%;
  }

  .safety-system-list {
    flex-wrap: wrap;
  }

  .work-procedure-list {
    width: 100%;
    margin: 0;
    gap: 15px;
    flex-wrap: wrap;

    & .slide-box {
      padding: 0 0px;
      width: 100%;
    }
  }

  .mobile-patrols-lower-security-costs-sec {
    padding: 40px 0;
  }

  .mobile-patrols-lower-list {
    flex-wrap: wrap;

    & .slide-box {
      width: calc(50% - 20px);
      position: relative;

      &:nth-child(even)::after {
        display: none;
      }
    }
  }

  .key-benefits-our-mobile-patrol-service {
    padding: 30px 0;

    & .flex-container {
      flex-wrap: wrap;
      gap: 25px;

      & .img-side {
        width: calc(100%);

        &>p {
          margin-bottom: 20px;
        }
      }
    }
  }

  .mobile-patrol-services {
    width: calc(100%);
    max-width: 100%;
  }

  .step-box {
    gap: 20px;
    margin-bottom: 25px;
  }

  .step-box-details .heading-16 {
    margin: 0 0 5px;
  }

  .industries-box {
    & .industries-title {
      margin-bottom: 14px;
      font-size: 18px;
      padding-left: 20px;
    }
  }

  .industries-box {
    &>P {
      padding-left: 20px;
    }
  }

  .industries-we-serve-slider {
    padding-bottom: 60px;
  }

  .industries-we-serve-slider .slick-next {
    top: calc(100% - 22px);
    right: calc(50% - 50px);
  }

  .industries-we-serve-slider .slick-prev {
    top: calc(100% - 22px);
    left: calc(50% - 50px);
  }

  .industries-we-serve-sec {
    & .container>p {
      margin: 0 0 15px;
    }
  }

  .why-choose-mobile-patrol-security-services-sec .flex-container {
    flex-wrap: wrap;
    gap: 25px;
  }

  .why-choose-mobile-patrol-security-services-sec {
    padding: 40px 0;
  }

  .mobile-patrol-security-details,
  .mobile-patrol-security-list-wrap {
    width: calc(100%);
    max-width: 100%;
  }

  .map-wrap {
    margin-bottom: 40px;
  }

  .areas-list-inner {
    column-count: 3;
  }

  .areas-page .areas-list-inner:not(:last-child),
  .area-details-page .areas-list-inner:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }

  .img-content-sec.bgdark {
    padding: 60px 0;
  }

  .popup-body {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .pop-up-left {
    display: none;
  }

  .pop-up-right {
    width: 100%;
    padding: 60px 30px 60px 30px;
  }

  .inner-banner-wrapper.flex-container {
    min-height: 250px;
  }

  .img-content-sec .flex-container+.flex-container {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .fbform_bg {
    padding: 20px;
  }

  .trusted-certified-compliant-sec {
    & .container>p {
      text-align: center;
      margin-bottom: 25px;
    }
  }

  .info-box {
    gap: 25px;
  }

  .info-box:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    grid-area: 20px;
  }

  .safety-system-list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .safety-system-box {
    width: calc(50% - 10px);
    flex: auto;
  }

  .our-certificates {
    padding: 30px 0 30px;
  }

  .our-certificates-list {
    flex-wrap: wrap;
    gap: 10px;
  }

  .our-certificates-list .img-wrap {
    width: calc(50% - 5px);
    flex: none;
  }

  ul.woo_breadcums li span {
    margin-right: 0;
  }

  ul.woo_breadcums li a {
    margin: 0px 20px 0 0;
  }

  ul.woo_breadcums li span,
  ul.woo_breadcums li a {
    font-size: 14px;
  }

  ul.woo_breadcums li a:after {
    right: -15px;
  }

  .theme-badge-img {
    max-width: 25%;
  }

  .areas-list-inner {
    column-count: 2;
  }

  .pop-up-right {
    width: 100%;
    padding: 30px 25px 30px 25px;
  }

  /*  */
  .mobile-patrol-service-info p {
    line-height: 25px;
  }

  .suburb_col_wrap {
    width: 100%;
  }

  .suburb_col_wrap:last-of-type {
    column-count: 1;
  }
}

@media (max-width: 575.98px) {
  .heading-60 {
    font-size: 36px;
  }

  .img-content-sec.bgdark {
    padding: 40px 0;
  }

  .safety-system-box {
    width: calc(100%);
    flex: auto;
    padding: 27px 15px 20px 25px;

    & .img-wrap {
      margin-bottom: 10px;
    }
  }

  .footer_license {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    flex: 0 100%;
  }

  .footer-mdl-left {
    margin-bottom: 0;
  }

  .our-certificates-list .img-wrap {
    width: calc(100%);
    flex: none;
    max-width: 412px;
    margin: auto;
  }

  .our-certificates {
    & .heading-40 {
      margin-bottom: 20px;
    }
  }

  .whs-ems-safety-system-sec {
    & .heading-40 {
      margin-bottom: 20px;
    }
  }

  .contanct-wrapper {
    flex-wrap: wrap;

    & .contanct-list {
      width: 100%;
      max-width: 100%;
      column-gap: 20px;
      margin-bottom: 00px;
    }
  }

  .contanct-list .contact-box {
    width: 100%;
  }

  .contanct-list .contact-box:not(:last-child) {
    margin-bottom: 20px;
  }

  .contanct-cta {
    /* gap: 0; */
    padding: 30px 0;
  }

  .hmtf_title2 {
    margin-bottom: 20px !important;
    font-size: 18px !important;
  }

  .mobile-patrols-lower-security-costs-sec {
    padding: 30px 0;
  }

  .mobile-patrols-lower-list {
    gap: 20px;

    & .slide-box {
      width: calc(100%);
      position: relative;

      &::after {
        display: none !important;
      }
    }
  }

  .mobile-patrols-lower-box {

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

    & .img-wrap {
      margin-bottom: 8px;
    }
  }

  .head-wrap {
    margin-bottom: 20px;
  }

  .mobile-patrol-service-box {
    gap: 10px;
  }

  .mobile-patrol-service-box:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .step-count {
    height: 50px;
    width: 50px;
    font-size: 12px;
    min-width: 50px;
    padding: 10px;
  }

  .our-mobile-patrol-work-steps {
    &::after {
      content: "";
      position: absolute;
      height: calc(100% - 50px);
      width: 0;
      left: 25px;
      top: 50px;
    }
  }

  .step-box {
    gap: 15px;
    margin-bottom: 15px;
  }

  .mobile-patrol-security-list {
    width: 100%;
    margin: 0;
  }

  .mobile-patrol-security-box {
    width: 100%;
    border-right: 0 !important;
  }

  .mobile-patrol-security-box:not(:nth-child(-n + 2)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 26px;
  }

  .mobile-patrol-security-box:not(:nth-child(-n + 1)) {
    padding-bottom: inherit;
    border-bottom: 0;
    margin-bottom: 32px;
  }

  .areas-list-inner {
    column-count: 1;
  }

  .industries-we-serve-slider {
    padding: 0 20vw 50px 0;

    & .slick-list {
      overflow: visible;
    }
  }

  .areas-page .areas-list-inner:not(:last-child),
  .area-details-page .areas-list-inner:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  /* .trusted-certified-compliant-sec  {
        padding-bottom: 40px;
        border-bottom: 1px solid #ECECEC;
    } */
  /* .trusted-certified-compliant-sec  + .divider { 
        display: none;
    } */

  .inner-banner-wrapper.flex-container {
    min-height: 190px;
  }

  .trusted-certified-compliant-slider {
    width: calc(100% + 16px);
    padding-bottom: 10px;
    margin: 0 -8px;

    .slide-box {
      padding: 0 8px;

      & .img-wrap {
        min-height: 120px;
      }
    }
  }

  .img-wrap .rotate-badge {
    top: 15px;
    right: 15px;
    left: unset;
    max-width: 100px;
    height: 100px;
  }

  .rotate-badge>img.center-logo {
    position: absolute;
    max-width: 40px;
    width: 40px;
  }

  .info-box {
    gap: 15px;

    & .img-wrap {
      min-width: 40px;
      margin-top: 5px;
      width: 40px;
    }
  }

  .industries-we-serve-slider .slick-prev {
    left: calc(50% - 40px);
  }

  .industries-we-serve-slider .slick-next {
    right: calc(50% - 40px);
  }

  .contanct-wrapper>.img-wrap {
    display: none;
  }

  ul.ft-links.ft_license {
    column-count: 1;
  }
}