.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
  display: inline-block;
}

.single-footer-widget p {
  max-width: 355px;
  font-size: 17px;
  font-weight: 500;
}

.single-footer-widget h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: var(--whiteColor);
  margin-bottom: 25px;
}

.single-footer-widget .import-link li {
  margin-bottom: 15px;
}

.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .import-link li a {
  text-decoration: none;
  line-height: 16px;
  font-family: var(--paragraphFontFamily);
}

.copy-right-content {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.copy-right-content p {
  line-height: 1;
  font-size: 17px;
}

.copy-right-content p span {
  color: var(--mainColor);
  font-weight: 500;
}

.copy-right-content p a {
  color: var(--mainColor);
  font-weight: 500;
  text-decoration: none;
}

#backtotop {
  position: fixed;
  top: 88%;
  right: 30px;
  margin: auto;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  transform: translateY(-50%);
  z-index: 11;
  transition: var(--transition);
}

@media only screen and (max-width: 767px) {
  .single-footer-widget h3 {
    margin-bottom: 20px;
  }

  .single-footer-widget p {
    font-size: 15px;
    max-width: 100%;
  }

  .copy-right-content p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-footer-widget h3 {
    margin-bottom: 20px;
  }

  .single-footer-widget p {
    font-size: 15px;
    max-width: 100%;
  }

  .copy-right-content p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-footer-widget h3 {
    margin-bottom: 20px;
  }

  .single-footer-widget p {
    font-size: 15px;
  }

  .single-footer-widget .import-link li a {
    font-size: 14px;
  }

  .copy-right-content p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=footer.css.map */
