.footer .footer-top {
  background: var(--footer-Bg);
  padding: 40px 0 30px;
  border-top: 1px solid #dedede;
}

.footer .footer-top h4 {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--black);
  bottom: 0;
  left: 0;
}

.footer .footer-top .footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .footer-top .footer-links ul li {
  line-height: 24px;
}

.footer .footer-top .footer-links ul a {
  color: #222;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer .footer-top .footer-links ul a:hover {
  color: var(--second-bg-color);
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-newsletter,
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-newsletter p {
  color: #222;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.footer .footer-top .footer-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .footer-top .footer-info ul li {
  color: #222;
  display: flex;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 6px;
}

.footer .footer-top .footer-info ul li a {
  color: #222;
}

.footer .footer-top .footer-info ul li a:hover {
  color: var(--second-bg-color);
}

.footer .footer-top .footer-info ul li i {
  font-size: 16px;
  width: 20px;
  margin-right: 5px;
  margin-top: 3px;
}

.footer .footer-newsletter form .newsletterform {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 15px #0000000f;
  text-align: left;
  border: 1px solid #dedede;
}

.footer .footer-newsletter form .newsletterform input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% + 0px);
}

.footer .footer-newsletter form .newsletterform button {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 14px;
  padding: 0 20px;
  background: var(--tts-buttton-bg);
  color: var(--tts-buttton-txt);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 15px #0000001a;
}

.footer .footer-newsletter form .newsletterform button:hover {
  background: var(--tts-buttton-bg1);
  color: var(--white);
}

.bottom-footer-text {
  background: var(--footer-Bg);
}

.bottom-footer-text .bottom__content {
  border-top: 1px solid #dedede;
}

.bottom-footer-text .rights__content {
  color: #222;
  margin-bottom: 0;
}

.bottom-footer-text .bottom__content .social a {
  font-size: 18px;
  display: inline-block;
  color: #222;
  line-height: 1;
  padding: 8px 0;
  margin-left: 10px;
  transition: 0.3s;
}

.bottom-footer-text .bottom__content .social a:hover {
  color: var(--black);
}

.bottom-footer-text .copyright {
  color: #222;
  margin-bottom: 0;
}

.footer-widgets {
  padding: 70px 0 50px;
}

.footer-bottom-nav-list.row h4 {
  font-size: 1rem;
}

.footer-bottom-nav ul {
  list-style: none;
  margin-bottom: 5px;
  margin-bottom: 0;
  padding: 0;
}

.footer-bottom-nav ul li {
  display: inline-block;
  margin-bottom: 5px;
}

.footer-bottom-nav ul.listInlinecoma li:not(:last-child) {
  margin-right: 5px;
}

.footer-bottom-nav ul.listInlinecoma li a {
  color: #333;
}

.footer-bottom-nav ul.listInlinecoma li:not(:last-child):after {
  content: ",";
  position: relative;
  color: #333;
}

.footer-bottom-nav ul.listInlinecoma li a:hover {
  color: var(--tts-buttton-bg);
}


.bottom-footer-text .bottom__content .paymethod img {
  height: 35px;
  margin-right: 10px;
}