footer.footer-sec {
  background-color: #231F20;
  width: 100%;
  overflow: hidden;
}

.ft-column-one {
  min-width: 448px;
  border-right: 1px solid #2f2f2f;

  &>* {
    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: 144px;
}

.ft-column-three {

  /* width: 22%; */
  &>.footer-links {
    column-count: 2;
    column-gap: 0px;
    width: 337px;
  }
}

.ft-column-four {
  /* width: 23%; */
  padding-left: 60px;
  flex-grow: 1;
  border-left: 1px solid rgb(255 255 255 / 10%);
}

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

.social-links {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  gap: 15px;
}

.social-links a {
  width: 52px;
  height: 52px;
  /* border-radius: 100%; */
  /* border: solid 1px transparent; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  background-color: transparent;
  min-width: 52px;
  border: 1px solid transparent;

  &:hover {
    border-color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
}

.social-links a:hover {
  border-color: white;
}

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

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


}

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: 17px;
  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: 80px 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: 20px;
  color: #FFDA00;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: 'Barlow';
  line-height: 1;
}

.footer-links li a,
.ftbottom-links a,
.ftbottom-links {
  color: #FFFFFF;
  font-size: 18px;
  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);
}

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

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

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

  &>.img-wrap {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    line-height: 0;
  }

  &>p {
    font-weight: normal;
    letter-spacing: 0;
    color: #FFFFFF;
  }
}

.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;
}

.links-wrap {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ABBCBC;
  font-size: 14px;
  font-weight: normal;

  & a {
    color: #ABBCBC;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

.social-links a:not(:last-child) {
  margin-right: 10px;
}

.ft-get-info li address {
  max-width: 300px;
  font-style: normal;
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 500;
}

.social-links a:hover {
  color: #ffeb3b;
}

/* slide  */

.copyright p span {
  color: #fff;
}

.copyright p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.2;
  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: #1E1A1B;
  position: relative;

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

  & .left {
    display: inline-flex;
    align-items: center;
    /* clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0); */
    gap: 100px;
    padding-right: 55px;
    padding-block: 15px;
    /* background-color: rgb(255 255 255 / 90%); */
    position: relative;

    & .heading-42 {
      color: #fff;
      margin-bottom: 0;
      flex-grow: 1;
      text-align: center;
      font-weight: 600;
    }

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

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

    &::after {
      content: '';
      width: 0;
      height: calc(100% - 50px);
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(50% + 12px);
      border-right: 1px solid rgba(112, 112, 112, 0.2);
      margin: auto;
    }
  }

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

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

  &:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    left: -274px;
    background: rgb(233 233 233);
    z-index: 0;
    clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
  }
}

/* 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 {
  display: none;
  max-width: 919px;
  border-radius: 15px;
  cursor: auto;
  padding: 0;
  background: #fff;
  height: auto;
  font-family: var(--sitefonts);
}

#suburb-missing-popup {
  padding: 0;
  border-radius: 15px;
}

#free-quote-suburb {
  max-width: 919px;
  border-radius: 15px;
  cursor: auto;
  padding: 0;
  background: #fff;
  height: auto;
  font-family: var(--sitefonts);
  margin: auto;
  width: 100%;
}

#free-quote,
#free-quote-suburb {
  & .pop-up-left {
    background: #231f20;
  }

  & .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);
  }

  & .badge-wrap img {
    max-width: 150px;
  }

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

  & .popup-body .pop-up-left {
    width: 415px;
    padding: 70px 50px 45px 50px;
  }

  & .popup-body .pop-up-right {
    width: calc(100% - 415px);
    padding: 70px 50px 45px 50px;
  }

  & textarea.form-control {
    margin-bottom: 20px;
  }

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

  & .popup-body .pop-up-right p {
    font-size: 14px;
    margin-top: 10px;
  }

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

  & .pop-up-right .head p {
    font-size: 14px;
    line-height: 1.4;
    font-family: var(--sitefonts);
  }

  & .popup-body .pop-up-left p {
    color: white;
    text-align: center;
  }

  & .pop-up-right .heading-30 {
    margin-bottom: 15px;
  }

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

  & input[type="submit"] {
    color: #fff;

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

}

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

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

.form-box .row .form-group.width50>span {
  display: inline-block;
  /* top: 12px; */
  z-index: 2;
  /* position: absolute; */
  /* margin-left: 17px; */
  /* left: 23px; */
  width: 100%;
}

.form-box>.row>.form-group.width100>span {
  display: inline-block;
  /* top: 14px; */
  z-index: 2;
  /* position: absolute; */
  /* margin-left: 17px; */
  /* left: 23px; */
  width: 100%;
}

/* pop-up-get-a-quote */
/* .scrollTop {
    position: fixed;
    right: 15px;
    bottom: 80px;
    opacity: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    color: var(--white);
    box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
    padding: 0;
    background: var(--themecolor) !important;
    border: 1px solid var(--themecolor);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.scrollTop:hover { 
  background: var(--black) !important;
  color: var(--white) !important;
} */
@media (max-width: 1599.98px) {

  .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: 266px;
      }
    }

    & .right {
      min-width: 360px;
    }
  }

  .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;
  }
}

@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,
  #free-quote-suburb {
    & .popup-body .pop-up-left {
      width: 50%;
      padding: 50px 40px 45px 40px;
    }

    & .popup-body .pop-up-right {
      width: 50%;
      padding: 50px 40px 45px 40px;
    }
  }

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

}

@media (max-width: 991.98px) {



  ul.ft-get-info {
    flex-direction: column;
  }

  .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: 20px;
      padding-right: 30px;
      padding-block: 7px;
      align-items: center;

      /* 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;
  }

  ul.ft-get-info {
    column-count: 2;
    flex-direction: row;
    display: block;
  }

  .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,
  #free-quote-suburb {
    & .popup-body .pop-up-left {
      width: 50%;
      padding: 50px 20px 45px 20px;
    }

    & .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;
  }
}

@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,
  #free-quote-suburb {
    .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,
  #free-quote-suburb {
    & .popup-body .pop-up-left {
      width: 50%;
      padding: 50px 20px 45px 20px;
      display: none;
    }

    & .popup-body .pop-up-right {
      width: 100%;
      padding: 50px 20px 45px 20px;
    }
  }

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

}

@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: 20px;
  }

  .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: 16px;
    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;
    }
  }

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

  .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;
  }

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

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

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

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

  /* .ft-column-one {
            margin-bottom: 30px !important;
        } */

  .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: flex-start;
    }

  }

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

  #free-quote,
  #free-quote-suburb {
    & .popup-body .pop-up-right {
      padding: 30px;
    }

    & .popup-body .pop-up-left {
      display: none;
    }

  }

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


}