footer.footer-sec {
  background-color: #1A232B;
  width: 100%;
  overflow: hidden;
  border-top: 4px solid #F4B223;
}

.ft-column-one {
  min-width: 220px;

  &>* {
    max-width: 315px;
  }

  & .heading-34 {
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
  }

  & p {
    font-weight: normal;
  }
}

.open-time {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #ABBCBC;
}

.ft-column-two {
  /* width: 20%; */
  min-width: 250px;
}

.ft-column-three {

  /* width: 22%; */
  &>.footer-links {
    width: 160px;
  }
}

.ft-column-four {
  padding-left: 0;
  width: 242px;
}

.footer-links-wrap {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 180px;
  gap: 170px;
}

.abn-no {
  display: inline-block;
  width: 100%;
  padding: 15px 40px;
  /* text-align: center; */
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  border: 1px solid #707070;
  margin-top: 25px;
}

.strong {
  font-weight: 700;
  margin-bottom: 20px;
}

.copyright {
  text-align: center;
  padding: 8px 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  background: #fff;
}

footer {
  position: relative;
  background: transparent;
  background-size: auto;
  display: inline-block;
  width: 100%;
  /* margin-top: 100px; */
}

.footer-links li strong {
  font-weight: 400;
  font-size: 16px;
}

.footer-links li {
  margin-bottom: 10px;
  line-height: 0;
}

.footertitletop {
  font-size: 14px;
  color: var(--themecolor);
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 7px;
  display: block;
}

.footer-link-wrapper {
  padding: 60px 0;
  width: 100%;
  margin-bottom: 0;
  flex-wrap: nowrap;
  /* border-bottom: 1px solid #2f2f2f; */
}

.footer-link-wrapper p {
  margin-bottom: 0;
  color: white;
}


footer.footer-visible {
  position: relative;
}

.footer-center {
  padding: 0 130px 0 80px;
  flex: 1;
}

.footer-title,
.ft-title {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: 'Boldonse';
  line-height: 1.45;
}

.footer-links li a,
.ftbottom-links a,
.ftbottom-links {
  color: #C8C8C8;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.2;
}

.ftbottom-links a:hover,
.footer-links li a:hover,
.footer-links li.active>a,
.ft-get-info li a:hover {
  color: var(--themecolor) !important;
}

.ftbottom-links a:not(:last-of-type) {
  margin-right: 10px;
}

.ftbottom-links a:not(:first-of-type) {
  padding-left: 10px;
}

.title {
  font-size: 16px;
  line-height: 1.5;
  color: #C8C8C8;
  font-weight: 500 !important;
}

.contacts {
  display: inline-flex;
  align-items: center;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #C8C8C8 !important;
  font-weight: 500 !important;
  gap: 2px;

  &>a {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #C8C8C8 !important;
    display: inline-block !important;
    font-weight: 500 !important;
  }
}

.ft-get-info li {
  position: relative;
  padding-left: 0px;

  &>a,
  &>p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #C8C8C8 !important;
    display: inline-block !important;
    font-weight: 500 !important;
  }
}

.ft-get-info li a:hover {
  color: var(--themecolor);
}

.ft-get-info li a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.45;
  display: block;
}

ul.ft-navbar {
  display: inline-flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 0;

  &>li {
    margin-bottom: 0;

    &>a {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      line-height: 1.4;
      text-decoration: none;
    }
    &.active {
      &>a { color: var(--themecolor);}
    }
  }
}

/* slide  */

.copyright p span {
  color: #1A232B;
}

.copyright p {
  color: #1A232B;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footer-cta {
  display: block;
  width: 100%;
  margin-top: -90px;
}

.footer-top .btnlist {
  gap: 10px;

}

.footer-top {
  display: inline-flex;
  width: 100%;
  padding: 0;
  background: #172027;
  position: relative;

  & .flex-container {
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }

  & .left {
    display: inline-flex;
    align-items: center;
    gap: 0;
    position: relative;

    & .area_wrap {
      display: inline-flex;
      gap: 5px;
      flex-direction: column;
      padding-top: 15px;

      &>span {
        font-size: 14px;
        font-weight: 600;
        color: #7F8084;

        &:after {
          display: none;
        }
      }
    }

    & .img-wrap.ft-logo {
      padding-block: 35px 15px;
      padding-inline: 0 17px;
      margin-right: 22px;
      border-right: 1px solid rgb(56 71 84 / 33%);
    }

    & .social-links {
      column-gap: 10px;
      max-width: 136px;

      &>a {
        height: 52px;
        width: 52px;
      }
    }
  }

  & .right {
    display: inline-flex;
    align-items: center;
    gap: 15px;

    & .btnlist .btn-theme:hover {
      background-color: #000;
    }
  }
}

/* pop-up-get-a-quote */

/*  for ccs Model option - 2  */
.fancybox-close-small {
  min-height: unset;
  border-radius: 100% !important;
  top: 10px;
  right: 10px;
}

#free-quote,#product-enquiry{
  display: none;
  max-width: 919px;
  border-radius: 15px;
  cursor: auto;
  padding: 0;
  background: #fff;
  height: auto;
  font-family: var(--sitefonts);
}
#suburb-missing-popup {
   max-width: 919px;
  border-radius: 15px;
  cursor: auto;
  padding: 0;
  background: #fff;
  height: auto;
  font-family: var(--sitefonts);
}

#free-quote .pop-up-left, #product-enquiry .pop-up-left, #suburb-search-popup-content .pop-up-left {
  /* background: transparent linear-gradient(328deg, #001357 0%, #0034f3 100%) 0% 0% no-repeat padding-box; */
  background: var(--blue);
}

#free-quote .pop-up-left .heading-26,#product-enquiry .pop-up-left .heading-26,#suburb-search-popup-content .pop-up-left .heading-26 {
  color: white;
  margin-bottom: 30px;
  display: inline-block;
}

.modalmodaldlist li {
  padding-left: 25px;
}

.modaldlist {
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}

.modaldlist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  list-style-type: none;
  line-height: 20px;
  color: white;
  font-size: 16px;
}

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

.modaldlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  object-fit: initial;
  background-image: url(../images/icon/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}

.award-box .award-icon img {
  border-radius: 50%;
}

.award-box .award-icon {
  display: inline-block;
}

.award-box {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 25px;
}

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

#free-quote .popup-body .pop-up-left, 
#product-enquiry .popup-body .pop-up-left,
#suburb-search-popup-content .popup-body .pop-up-left{
  width: 415px;
  padding: 70px 50px 45px 50px;
}

#free-quote .popup-body .pop-up-right, 
#product-enquiry .popup-body .pop-up-right, 
#suburb-search-popup-content .popup-body .pop-up-right{
  width: calc(100% - 415px);
  padding: 70px 50px 45px 50px;
}

/* #free-quote textarea.form-control,#product-enquiry .popup-body .pop-up-left, #suburb-search-popup-content .popup-body .pop-up-left {
  margin-bottom: 20px;
} */

.color-title {
  color: var(--themecolor);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#free-quote .popup-body .pop-up-left p,#product-enquiry .popup-body .pop-up-left p,#suburb-search-popup-content .popup-body .pop-up-left p {
  color: white;
}

#free-quote .pop-up-right .head,#product-enquiry .pop-up-right .head,#suburb-search-popup-content .pop-up-right .head {
  margin-bottom: 20px;
}

#free-quote .pop-up-right .head p,#product-enquiry .pop-up-right .head p,#suburb-search-popup-content .pop-up-right .head p  {
  font-size: 14px;
  line-height: 1.4;
  font-family: var(--sitefonts);
}

#free-quote .pop-up-right .heading-30, #product-enquiry .pop-up-right .heading-30,#suburb-search-popup-content .pop-up-right .heading-30{
  margin-bottom: 15px;
}

.form-box .row .form-group.width50>span:not(.wpcf7-form-control-wrap) {
  display: inline-block;
  top: 12px;
  z-index: 2;
  position: absolute;
  /* margin-left: 17px; */
  left: 23px;
}

.form-box>.row>.form-group.width100>span:not(.wpcf7-form-control-wrap) {
  display: inline-block;
  top: 14px;
  z-index: 2;
  position: absolute;
  /* margin-left: 17px; */
  left: 23px;
}

#free-quote .form-control,
#free-quote input[type="text"],
#free-quote input[type="email"],
#free-quote select,
#free-quote textarea,
#free-quote input[type="number"],
#free-quote input[type="tel"],
#free-quote input[type="file"] {
  border: 1px solid lightgray;
  min-height: 48px;
  padding: 13px 16px 14px 16px;
}

#product-enquiry .form-control,
#product-enquiry input[type="text"],
#product-enquiry input[type="email"],
#product-enquiry select,
#product-enquiry  textarea,
#product-enquiry input[type="number"],
#product-enquiry input[type="tel"],
#product-enquiry input[type="file"] {
  border: 1px solid lightgray;
  min-height: 48px;
  padding: 13px 16px 14px 16px;
}

#suburb-search-popup-content .form-control,
#suburb-search-popup-content input[type="text"],
#suburb-search-popup-content input[type="email"],
#suburb-search-popup-content select,
#suburb-search-popup-content  textarea,
#suburb-search-popup-content input[type="number"],
#suburb-search-popup-content input[type="tel"],
#suburb-search-popup-content input[type="file"] {
  border: 1px solid lightgray;
  min-height: 48px;
  padding: 13px 16px 14px 16px;
}

#free-quote input[type="submit"] {
  color: #fff;

  &:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: transparent;
  }
}

#product-enquiry input[type="submit"] {
  color: #fff;

  &:hover {
    border-color: transparent;
  }
}

#suburb-search-popup-content input[type="submit"] {
  color: #fff;

  &:hover {
    border-color: transparent;
  }
}

@media (max-width: 1599.98px) {


  .ft-column-two {}

  .footer-link-wrapper {
    padding: 40px 0;
  }

  .footer-top {
    &:after {
      left: -200px;
    }
  }

  .footer-links-wrap {
    padding-left: 60px;
    gap: 50px;
  }
}

@media (max-width: 1439.98px) {


  .footer-top {
    &::after {
      display: none;
    }

    & .left {

      /* clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
      background-color: rgb(255 255 255 / 90%); */
      &>.img-wrap {
        /* min-width: 150px; */
      }
    }

    .right {
      min-width: 175px;
    }
  }

  .footer-top .btnlist {
    &>a.button {
      padding-inline: 15px;
    }
  }

  .ft-column-one {
    min-width: 275px;
    padding-right: 20px;
  }

  .footer-links-wrap {
    padding-left: 55px;
    gap: 25px;
  }

  .ft-column-four {
    padding-left: 25px;
  }

  .abn-no {
    width: 217px;
  }
}

@media (max-width: 1199.98px) {

  .footer-links-wrap {
    padding-left: 0px;
    flex-wrap: wrap;
  }

  .footer-links-wrap {
    padding-left: 30px;
    justify-content: flex-start;
    column-gap: 50px;
  }

  .ft-column-four {
    padding-left: 25px;
    padding-left: 0;
    border: 0px;
  }

  .footer-top {
    & .left {
      &>img {
        display: none;
      }

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

  /* --------------#free-quote----------------- */
  #free-quote .popup-body .pop-up-left , #product-enquiry .popup-body .pop-up-left, #suburb-search-popup-content .popup-body .pop-up-left{ 
    width: 50%;
    padding: 50px 40px 45px 40px;
  }

  #free-quote .popup-body .pop-up-right, #product-enquiry .popup-body .pop-up-right, #suburb-search-popup-content .popup-body .pop-up-right {
    width: 50%;
    padding: 50px 40px 45px 40px;
  }

  /* --------------#free-quote----------------- */


  .footer-top {
    .flex-container {
      flex-wrap: wrap;

      & ul.ft-navbar {
        width: 100%;
        order: 3;
        padding: 20px 0;
        border-top: 1px solid #212c36;
      }
    }
  }

  .footer-link-wrapper {
    flex-wrap: wrap;

    .ft-column-one {
      min-width: 100%;
      padding-right: 20px;
      border-bottom: 1px solid #333c44;
      margin-bottom: 30px;

      .footer-title {
        width: 100%;
        max-width: 100%;
      }

      & ul.ft-get-info {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;

        & li {
          width: 33.33%;
        }
      }
    }
  }

  .ft-column-four {
    .img-wrap img {
      width: 200px;
    }
  }

  .abn-no {
    width: 200px;
    padding: 15px 20px;
    text-align: center !important;
  }


  .footer-links-wrap {
    padding-left: 0;
    column-gap: 0;

    .ft-column-two,
    .ft-column-three,
    .ft-column-four {
      width: 33.33%;
    }
  }

}

@media (max-width: 991.98px) {


    

  .footer-cta {
    margin-top: 0;
  }

  .footer-link-wrapper {
    padding: 30px 0 20px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-top {
    /* padding: 30px 0; */
    flex-wrap: wrap;
    gap: 10px;

    & .left {
      /* max-width: 100%; */
      gap: 10px;
      padding-right: 0;
      align-items: center;
      /* width: 100%; */

      /* width: 100%; */
      &>.img-wrap {
        min-width: 160px;
        width: 160px;
      }

      /* flex-direction: row-reverse; */
      & .heading-42 {
        text-align: left;
      }
    }

    & .right {
      gap: 7px;
    }

    & .btnlist {
      gap: 10px;
    }
  }

  .social-links {
    gap: 10px;
  }

  .ft-get-info li {
    margin-bottom: 15px;
    break-inside: avoid;
  }

  .footer-link-wrapper {
    & .ft-column-one {
        & ul.ft-get-info {
          /* flex-direction: column; */
          /* column-count: 2; */
          /* flex-direction: row; */
          /* display: block; */
          flex-wrap: wrap;
          & li {
              width: 50%;
          }
        }
    }
  }
  .footer-title,
  .ft-title {
    margin-bottom: 20px;
  }

  .ft-column-one {
    min-width: 100%;
    padding-right: 0;
    width: 100%;
    border: 0;

    &>a.img-wrap {
      width: 277px;
      max-width: 100%;
    }

    &>* {
      max-width: 100%;
    }
  }

  .copyright {
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .ft-column-two {
    padding-left: 0;
  }

  .footer-links-wrap {
    flex-wrap: wrap;
    padding-left: 0px;
    gap: 15px;
    column-gap: 50px;
  }

  .ft-column-one {
    & .heading-34 {
      margin-bottom: 10px;
    }
  }

  /* --------------#free-quote----------------- */
  #free-quote .popup-body .pop-up-left, #product-enquiry .popup-body .pop-up-left,#suburb-search-popup-content .popup-body .pop-up-left {
    width: 50%;
    padding: 50px 20px 45px 20px;
  }

  #free-quote .popup-body .pop-up-right,#product-enquiry .popup-body .pop-up-right, #suburb-search-popup-content  .popup-body .pop-up-right{
    width: 50%;
    padding: 50px 20px 45px 20px;
  }

  /* --------------#free-quote----------------- */
  .copyright p {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
  }

  .copyright {
    padding: 10px 0;
  }

  .footer-top {
    .left {
      .img-wrap.ft-logo {
        padding-block: 15px 15px;
      }
    }

    & .flex-container {
      & ul.ft-navbar {
        flex-wrap: wrap;
      }
    }
  }

  .footer-links-wrap {
    gap: 0;
    column-gap: 15px;

    .ft-column-two,
    .ft-column-three,
    .ft-column-four {
      width: calc(33.33% - 10px) !important;
      min-width: calc(33.33% - 10px)
    }

    .ft-column-four {
      .img-wrap {
        width: 200px;
      }

      .abn-no {
        width: auto;
        padding: 15px 32px;
      }
    }
  }

}

@media (max-width: 767.98px) {

  .footer-top {
    & .btnlist {
      gap: 10px;

      & .phone-link {
        & .wrapper {
          font-size: 16px;

          &>span {
            font-size: 12px;
          }
        }
      }
    }
  }

  .ft-column-one {
    width: 100%;
    min-width: 0;
    padding-inline-end: 0;
    border: 0;

    &>a.img-wrap {
      padding-bottom: 15px;
      margin-bottom: 15px;
      width: 100%;
    }
  }

  .ft-column-two {
    width: 100%;
  }

  .footer-links-wrap {
    padding-inline-start: 0;
    width: 100%;
  }

  /* pop-up-gee-a-Quote */
  .popup-wrap {
    column-gap: 10px;
    flex-direction: column;
    row-gap: 30px;
  }

  #free-quote .popup-body .pop-up-right,#product-enquiry .popup-body .pop-up-right, #suburb-search-popup-content .popup-body .pop-up-right{
    padding: 40px;
  }

  .footer-top {
    padding-bottom: 15px;

    & .left {
      &>.img-wrap {
        /* margin: 0 auto 20px; */
      }
    }

    & .right {
      min-width: unset;
      flex-wrap: wrap;
      gap: 10px;
    }
  }

  .ft-get-info li a {
    font-size: 16px;
  }

  .ft-column-three {
    &>.footer-links {
      width: 100%;
    }
  }

  .footer-link-wrapper {
    padding: 20px 0 20px;
  }

  /* --------------#free-quote----------------- */

  #free-quote .popup-body .pop-up-left,#product-enquiry .popup-body .pop-up-left,#suburb-search-popup-content .popup-body .pop-up-left{
    width: 50%;
    padding: 50px 20px 45px 20px;
    display: none;
  }

  #free-quote .popup-body .pop-up-right,#product-enquiry .popup-body .pop-up-right,#suburb-search-popup-content .popup-body .pop-up-right{
    width: 100%;
    padding: 50px 20px 45px 20px;
  }

  /* --------------#free-quote----------------- */
  .footer-link-wrapper {
    & .ft-column-one {
      & ul.ft-get-info {
        flex-wrap: wrap;

        & li {
          width: 100%;
        }
      }
    }
  }

  .footer-title,
  .ft-title {
    font-size: 14px;
  }

  .footer-links-wrap {
    flex-wrap: wrap;

    .ft-column-two,
    .ft-column-three {
      width: 50% !important;
    }

    .ft-column-four {
      width: 100% !important;
      margin-top: 30px;
      border-top: 1px solid #333c44;
      padding-top: 30px;
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap;
      align-items: center;

      .footer-title {
        width: 100%;
      }

      .abn-no {
        margin: 0;
      }
    }
  }
	    .footer-links-wrap {
        & .ft-column-four {
            .img-wrap {
                width: 140px;
            }
			.onesurv-image {
    a > img {
		margin-top:0;
				}}
        }
    }
}

@media (max-width: 575.98px) {

  .footer-links,
  .footer-links~.social-links,
  .footer-title+.ft-get-info {
    display: none;
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 0;
  }

  .footer-links li:last-child {
    margin-bottom: 0;
  }

  .footer-link-wrapper [class*="ft-column-"] {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 20px;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-wrapper [class*="ft-column-"] .footer-title {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.2;

    &::after {
      content: "";
      position: absolute;
      height: 14px;
      width: 14px;
      top: 5px;
      right: 0;
      display: inline-flex;
      align-items: center;
      margin: 0 0 0px;
      background: url(../images/icon/plus.svg) no-repeat center;
      cursor: pointer;
      filter: brightness(0) invert(1);

    }
  }

  .footer-link-wrapper [class*="ft-column-"] .footer-title.showhide::after {
    background: url(../images/icon/minus.svg) no-repeat center;
    filter: grayscale(1) brightness(0) invert(1);
  }

  .footer-title.showhide+.footer-links,
  .footer-links.showhide~.social-links,
  .footer-title.showhide+.ft-get-info {
    display: block;
  }

  .ft-get-info {
    margin-bottom: 20px;
  }

  .footer-link-wrapper {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .footer-link-wrapper {
    padding: 20px 0 0;
    gap: 11px;
  }

  .footertitletop {
    font-size: 16px;
    font-weight: 700;
  }

  .ft-get-info li {
    margin-bottom: 0;
    margin-bottom: 10px;
  }

  .ft-get-info li label {
    font-size: 14px;
    line-height: 24px;
  }

  .ft-get-info li address {
    max-width: 100%;
    font-size: 14px;
  }

  .ft-get-info li a {
    font-size: 16px;
  }

  .ft-get-info {
    font-size: 14px;
    margin-bottom: 0;
  }

  .footer-links-wrap {
    gap: 10px;
  }

  .footer-links li a,
  .ftbottom-links a,
  .ftbottom-links {
    color: #ffffff;
    font-size: 16px;
  }

  ul.ft-get-info {
    margin-bottom: 10px;
    flex-wrap: wrap;
    display: inline-flex;
    gap: 20px;
    column-count: 1;
    margin-bottom: 0;
  }

  .ft-column-five {
    margin-bottom: 0 !important;
  }

  .ft-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
  }

  .footer-top .btnlist {
    gap: 15px;

    &>a.button {
      min-width: unset;
      font-size: 14px;
    }
  }

  .copyright p {
    font-size: 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .experties-list.card {
    min-width: 130px;
  }

  .carousel {
    column-gap: 30px;
  }

  .group {
    column-gap: 40px;
  }

  .footer-cta {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-top {
    & .right {
      min-width: auto;
    }
  }

  .footer-top {
    & .left {
      align-items: center;
    }

  }

  /* --------------#free-quote----------------- */
  #free-quote.fancybox-content, #product-enquiry.fancybox-content ,#suburb-search-popup-content.fancybox-content {
    width: 95%;
  }

  #free-quote .popup-body .pop-up-right,#product-enquiry .popup-body .pop-up-right,#suburb-search-popup-content .popup-body .pop-up-right {
    padding: 30px;
  }

  #free-quote .popup-body .pop-up-left,#product-enquiry .popup-body .pop-up-left, #suburb-search-popup-content .popup-body .pop-up-left {
    display: none;
  }

  /* --------------#free-quote----------------- */

  .footer-links-wrap {

    .ft-column-two,
    .ft-column-three {
      width: 100% !important;
    }
  }

  .footer-links-wrap {
    .ft-column-four {
      .footer-title {
        width: 100%;
        margin: 0 0 15px 0;

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

  .footer-link-wrapper {
    .ft-column-one {
      .footer-title {
        &:after {
          display: none !important;
        }
      }
    }
  }

  .footer-title,
  .ft-title {
    margin-bottom: 0;
  }

  .footer-links-wrap {
    .ft-column-four {
      margin-top: 0;
      border-top: 0px solid #333c44;
      padding-top: 0;
		.abn-no {
                margin: 0 0 20px 0;
                width: 100%;
                order: 1;
            }
		.img-wrap {order:2;width: calc(50% - 10px);}
    }
  }
}