.footer-top {
  background: var(--footBackground) none repeat scroll 0 0;
  border-bottom: 1px solid #5b5b5b;
  padding: 55px 0;
}
.footerTopMess {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--footLine);
  margin-bottom: 30px;
  padding: 36px 0;
}
.footerTopMess img {
  width: 150px;
  height: 60px;
  object-fit: contain;
}
.footer-top-area {
  background: var(--footBackground) none repeat scroll 0 0;
  padding: 10px 0 40px;
}
.footer-widget {
}
.footer-widget .footerWidgetLine {
  width: 56px;
  height: 2px;
  background-color: var(--footLine);
  margin-bottom: 15px;
}
.footer-widget .footerWidgetTitle {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 15px;
}
ul.footer-menu {
}
ul.footer-menu a h5,
ul.footer-menu a li {
  color: var(--footBackgroundText);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}
ul.footer-menu a:last-child h5,
ul.footer-menu a:last-child li {
  padding-bottom: 0;
  border: 0;
}
ul.footer-menu a h5:hover,
ul.footer-menu a li:hover {
  color: var(--commonHover);
}
.footer-widget img {
  width: 150px;
  height: 60px;
  object-fit: cover;
}
.footer-widget p {
  color: var(--footBackgroundText);
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 22px;
}
.widget-icon {
  display: flex;
  flex-wrap: wrap;
}
.widget-icon a {
  color: var(--footBackgroundText);
  display: inline-block;
  font-size: 14px;
  margin-right: 0px;
  position: relative;
  /* text-align: center; */
  flex: 0 0 33.33%;
  line-height: 20px;
  margin-bottom: 10px;
}
.widget-icon a i {
  font-size: 14px;
  margin-right: 8px;
  color: var(--footIcon);
}
.widget-icon a:hover {
  color: var(--commonHover);
}
.footer-bottom-area {
  background: var(--footBackground);
}
.footer-company-info {
  font-size: 14px;
  color: var(--footBackgroundText);
  line-height: 24px;
  margin-bottom: 20px;
  display: flex;
}
.footer-company-info a {
  color: var(--footBackgroundText);
  display: flex;
}
.footer-company-info a:hover {
  color: var(--commonHover);
}
.footer-company-info i {
  font-size: 14px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: var(--footIcon);
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerInput {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}
.footerInput input {
  width: 90%;
  height: 40px;
  border: none;
  padding-left: 10px;
}
.footerInput .footerInputBtn {
  padding: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 0;
  background: var(--footIcon);
}
.footerBottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--footLine);
  font-size: 14px;
  color: var(--footBackgroundTitle);
  text-align: center;
  padding: 27px 0;
}
.footerButton {
  background-color: aquamarine;
}
.inquiryButton {
  background: var(--footIcon) none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 80px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.inquiryButton i {
  font-size: 20px;
}
.messenger {
  background: #0073ff none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 130px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.whatsapp {
  background: #00bf3c none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 180px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.whatsapp i {
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
.messenger i {
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 1199px) {
  .widget-icon a {
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .xspd0 {
    padding: 0;
  }
  .footerBottom {
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0;
  }
  .footerBottom .copyright_info {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footerBottom .widget-icon {
    flex: 0 0 100%;
    width: 100%;
    padding: 20px 0;
  }
  .footerInput {
    width: 95%;
  }
  .footerInput .footerInputBtn {
    padding: 0;
  }
  .footer-top {
    padding: 30px 0 10px;
  }
  .footer-top-area {
    padding: 30px 0;
  }
  .footer-company-info {
    margin-bottom: 10px;
  }
  .footer-company-info i {
    margin-bottom: 10px;
  }
  ul.footer-contact li:last-child {
    margin: 0;
    padding: 0;
  }
  .footer-top-area .col-lg-3 {
    margin-bottom: 30px;
  }
  .footer-top-area .col-lg-3:last-child {
    margin-bottom: 0px;
  }
  .footer-bottom-area {
    text-align: center;
  }
}
