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

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

.tn-footer-second {
  width: 100%;
  background: #ffffff;
  color: rgba(60, 60, 60, 0.48);
}

.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;
}

@media (min-width: 1200px) {
  .tn-footer-right {
    padding-left: 3rem;
  }

  .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: 34%;
  position: relative;
}

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

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

.btn-footer-phone {
  background: #ffffff;
  border: 0.125rem solid #e21e20;
  font-weight: 700;
  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: 700;
}

.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;
    font-size: 0.815rem;
    font-weight: 400;
  }

  .logo-footer-box {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .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: 1.625rem;
    padding-bottom: 2rem;
  }

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

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

  .tn-footer-second {
    height: 2rem;
    font-size: 0.625rem;
    font-weight: 400;
  }

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

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

  .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;
  }
}
