footer {
  padding: 50px 0 0;
  position: relative;
  background-color: #2e2f30;
  overflow: hidden;
}

footer .banner-social {
  left: unset;
  right: 0;
  bottom: 0;
  margin: 0 40px 114px 0;
}

.ft-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 135px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ft-top-wrap .btnlist {
  flex: 1;
  justify-content: flex-end;
}

footer .container {
  position: relative;
  z-index: 2;
}

.ft-links-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

.get-in-touch-side {
  width: 568px;
  color: #fff;
}

.ft-title {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: none;
  color: #fff;
  width: 100%;
}

.contact-details {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.contact-details:last-of-type {
  margin-bottom: 0;
}

.contact-wrap {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.ft-links-wrap .contact-wrap {
  padding-left: 23px;
}

.ft-links-wrap .contact-wrap img {
  position: absolute;
  left: 0;
  top: 5px;
  max-width: 12px;
  filter: brightness(0) invert(10);
}

.opening-hours {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;

  & span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 1.4;
    color: #bfbfbf;
  }
}

.contact-wrap:last-child {
  margin-bottom: 0;
}

.cols-wrap {
  display: inline-flex;
  width: calc(100% - 568px);
  padding-left: 165px;
  border-left: 1px solid rgb(255 255 255 / 10%);
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-1.quick-links-mobile {
  width: 100%;
}

.ft-text {
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  color: #cecfd1;
  flex-direction: column;
  width: 100%;
}

a.ft-text:hover {
  color: #fff;
  /* text-decoration: underline; */
}

[class*="ft-col-"]+[class*="ft-col-"] {
  padding-top: 15px;
}

.ft-links li {
  margin-bottom: 0;
}

.ft-links li:not(:last-of-type) {
  margin-bottom: 13px;
}

.ft-links li .timing,
.ft-links li>a {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  color: #cecfd1;
  text-decoration: none;
}

.ft-links li>a:hover,
.ft-links li.active>a {
  color: #fff;
  text-decoration: underline;
}

.ft-bottom-wrap {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #4d4d4d;
  width: 100%;
  background: #fff;
  padding: 15px 0;
}

.ft-bottom-wrap>p,
.ft-bottom-wrap>p>span {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  color: #4d4d4d;
  display: inline-block;
}

ul.ft-links {
  margin-bottom: 0;
}

.bottom-sticky,
.quick-links-mobile {
  display: none;
}

@media (max-width: 1800px) {
  .get-in-touch-side {
    width: 490px;
  }

  .cols-wrap {
    width: calc(100% - 490px);
    padding-left: 60px;
    padding-right: 50px;
  }
}

@media (max-width: 1599.98px) {

  .ft-top-wrap {
    gap: 50px;
  }
}

@media (max-width: 1440px) {

  .get-in-touch-side {
    width: 380px;
  }

  .cols-wrap {
    width: calc(100% - 380px);
    padding-left: 40px;
    padding-right: 30px;
  }

  .ft-log {
    min-width: 142px;
  }

  .ft-top-wrap .btnlist {
    min-width: 380px;
  }

  .ft-top-wrap {
    gap: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }

  .ft-links-wrap {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199.98px) {
  .ft-top-wrap .btnlist {
    min-width: 215px;
    gap: 10px;
  }

  .pop-up-left {
    width: 50%;
    padding: 60px 0 60px 30px;
  }

  .pop-up-right {
    width: 50%;
    padding: 60px 30px 60px 30px;
  }

  .get-in-touch-side {
    width: 300px;
  }

  .cols-wrap {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .ft-top-wrap {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .ft-top-wrap .btnlist {
    justify-content: flex-start;
  }

  .ft-links-wrap {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .get-in-touch-side {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-wrap {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }

  .popup-body {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .pop-up-left {
    width: 100%;
    padding: 60px 0 60px 30px;
    display: none;
  }

  .pop-up-right {
    width: 100%;
    padding: 60px 30px 60px 30px;
  }

  .cols-wrap {
    width: 100%;
    padding: 0;
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-top: 20px;
    row-gap: 20px;
  }

  .contact-details {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {

  .pop-up-right {
    width: 100%;
    padding: 30px 30px 30px 30px;
  }

  .ft-top-wrap {
    justify-content: center;
  }

  .ft-top-wrap .btnlist {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  footer {
    border-radius: 0;
    padding: 30px 0 0;
  }

  footer .container {
    padding: 0;
  }

  footer .container>div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ft-top-wrap {
    gap: 00;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border: 0;
    row-gap: 15px;
  }

  .ft-log {
    width: 200px;
    margin: 0 0 0px;
  }

  .ft-top-wrap .btnlist {
    min-width: fit-content;
    justify-content: center;
    gap: 15px;
  }

  .contact-wrap {
    margin-bottom: 15px;
    width: 100%;
  }

  .get-in-touch-side {
    margin-bottom: 30px;
  }

  .ft-links-wrap {
    margin-bottom: 10px;
  }

  .ft-title {
    font-size: 18px;
  }

  .ft-title+ul {
    display: none;
  }

  [class*="ft-col-"] {
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  [class*="ft-col-"]:has(+ .showhide) {
    padding-bottom: 20px;
  }

  [class*="ft-col-"]:has(.ft-title.showhide) .ft-links {
    margin-bottom: 20px;
  }

  .col-1 {
    display: inline-block;
    width: 100%;
  }

  [class*="ft-col-"] .ft-title,
  .quick-links-mobile .ft-title {
    position: relative;
    width: 100%;
    padding: 0 20px 0 0;
  }

  [class*="ft-col-"] .ft-title::after,
  .quick-links-mobile .ft-title::after {
    content: "";
    position: absolute;
    background: url(../images/icon/plus.svg) no-repeat 0 0;
    left: inherit;
    right: 0;
    width: 15px;
    height: 15px;
    bottom: inherit;
    top: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    background-position: center !important;
    filter: brightness(0) invert(1);
  }

  .ft-title.showhide::after {
    background-image: url(../images/icon/minus.svg);
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }

  [class*="ft-col-"]+[class*="ft-col-"] {
    padding-top: 0px;
  }

  .ft-title.showhide+ul {
    display: block;
  }

  .ft-bottom-wrap {
    padding: 10px 0;
  }

  #free-quote .form-group.width100.submit {
    margin-top: 15px;
  }

  #free-quote .form-control,
  #free-quote input[type="text"],
  #free-quote input[type="email"],
  #free-quote select,
  #free-quote input[type="number"],
  #free-quote input[type="tel"],
  #free-quote input[type="file"] {
    margin-bottom: 15px;
  }

  .head .heading-30,
  .head p,
  .pop-up-right .head {
    margin-bottom: 10px;
  }

  .head p {
    font-size: 14px;
    line-height: 1.35;
  }

  #free-quote {
    width: 90%;
  }

  .pop-up-right {
    width: 100%;
    padding: 30px 20px 30px;
  }

  .bottom-sticky {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;

    & .btnlist {
      width: 100%;
      gap: 0;

      & a {
        flex: 1;
        min-height: 56px;
        padding: 10px 5px;
        border-radius: 0 !important;
        min-width: auto;
      }

      & .btn-border,
      .btn-border:hover {
        background: #000 !important;
        color: #fff !important;
        border-color: transparent;

        & img {
          filter: brightness(0) invert(1) !important;
        }
      }
    }
  }

  .bottom-sticky .btnlist>.btn-theme:hover {
    background: transparent linear-gradient(105deg, #eb2c32 0%, #761619 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
  }

  .ft-bottom-wrap>p,
  .ft-bottom-wrap>p>span {
    line-height: 1.35;
  }
}