footer {
  width: 100%;
  background: #ffffff;
}

.tn-footer-first {
  width: 100%;
  background: #ec1c24;
  color: #ffffff;
}

.tn-footer-second {
  width: 100%;
  background: #ffffff;
  font-size: 0.875rem;
  color: #919191;
}

.tn-footer-left {
  padding-right: 2rem;
}

.tn-footer-right {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tn-footer-col {
  padding-right: 1rem;
}

.tn-footer-link {
  display: flex;
  align-items: center;
}

.tn-footer-link:not(:last-child)::after {
  content: "";
  width: 1.5px;
  height: 1rem;
  margin: 0 0.5rem;
  background-color: #a8141a;
}

@media (min-width: 1200px) {
  .tn-footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .tn-footer-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }
}

.logo-footer {
  width: 100%;
  padding-top: 20%;
  position: relative;
}

.tn-footer-address {
  padding-top: 1rem;
  color: #ffffff;
}

.tn-footer-phone {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.btn-footer-phone {
  background: #ffffff;
  /* border: 0.125rem solid #e21e20; */
  border: none;
  font-weight: 600;
  color: #000000 !important;
}

.tn-footer-social {
  display: flex;
  align-items: center;
}

.tn-footer-social {
  padding-top: 0.5rem;
}

.tn-footer-social-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.tn-footer-title {
  font-weight: 600;
}

.tn-footer-subtitle {
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 1025px) {
  .tn-footer-first {
    padding-top: 3.25rem;
    padding-bottom: 3.375rem;
  }

  .tn-footer-second {
    height: 3.25rem;
  }

  /* .logo-footer-box {
    width: 16rem;
  } */

  .tn-footer-address {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .btn-footer-phone {
    font-size: 1rem;
  }

  .tn-footer-social-title {
    font-size: 0.875rem;
  }

  .tn-footer-title {
    font-size: 0.875rem;
  }

  .tn-footer-subtitle {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .tn-footer-social-btn {
    margin-right: 0.625rem;
  }

  .tn-footer-left {
    width: 20rem;
  }

  .tn-footer-right {
    width: 100%;
    max-width: calc(100% - 20rem);
  }
}

@media (min-width: 1900px) {
  .tn-footer-second {
    height: 3.25rem;
    font-size: 1rem;
  }

  .tn-footer-address {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .btn-footer-phone {
    font-size: 1rem;
  }

  .tn-footer-social-title {
    font-size: 1rem;
  }

  .tn-footer-title {
    font-size: 1rem;
  }

  .tn-footer-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tn-footer-left {
    width: 20.375rem;
  }

  .tn-footer-right {
    width: 100%;
    max-width: calc(100% - 20.375rem);
  }
}

@media (max-width: 1024px) {
  .tn-footer-first {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .tn-footer-left {
    width: 100%;
    padding-right: 0;
  }

  .logo-footer-box {
    max-width: 19.5rem;
  }

  .tn-footer-second {
    padding: 0.875rem 0;
  }

  .tn-footer-address {
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .tn-footer-phone {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .btn-footer-phone {
    font-size: 1rem;
  }

  .tn-footer-social-title {
    font-size: 0.875rem;
  }

  .tn-footer-social-btn {
    margin-right: 0.5rem;
  }

  .tn-footer-subtitle {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
