  .footer {
    background-color: #232323;
    padding: 60px 0 0 0;
  }

  .footer-logo {
    min-width: 143.3px;
    min-height: 39.5px;
    max-width: 150px;
  }

  .footer-logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .footer-address,
  .footer-contact {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.25;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
  }

  .footer-address {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer-contact {
    margin-top: 5px;
  }

  .footer .footer-sub-title {
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 200;
  }

  .footer .footer-link-div li a {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.25;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }

  .footer .footer-link-div li {
    margin-bottom: 10px;
  }

  .footer .footer-link-div li a:hover {
    color: #e5403e;
  }

  .footer-social-icons {
    text-align: left;
  }

  .footer-social-icons a {
    color: #ccc;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
  }

  .footer-social-icons a:first-child{
    margin-left: -5px;
  }

  .footer-social-icons a:hover {
    color: #e5403e;
  }

  .footer-divider {
    border-top: 1px solid #444;
    margin-top: 30px !important;
    width: 90%;
    margin: auto;
  }

  .copyright-div {
    padding: 30px 0;
  }

  .copyright-div a {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
  }

  .copyright-div a:hover {
    color: #e5403e;
  }

  .footer-center-align {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  @media (max-width: 767.98px) {
    .footer {
      padding: 40px 0 0 0;
    }

    .footer-logo {
      width: 101px;
      height: 28px;
      max-width: 130px;
      margin: auto;
      margin-bottom: 32px;
    }

    .footer-center-align {
      align-items: center;
    }

    .footer-address {
      margin-top: 10px;
    }

    .footer-address,
    .footer-contact {
      font-size: 16px;
      font-weight: 100;
      line-height: 1.25;
      text-align: center;
      display: none;
    }

    .footer-div {
      display: flex;
      text-align: center;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 18px;
    }

    .footer .footer-sub-title {
      font-size: 16px;
      margin-top: 0px;
      margin-bottom: 5px;
    }

    .footer-link-div {
      margin: 0;
    }

    .footer .footer-link-div li {
      text-align: center;
      margin-bottom: 0px;
    }

    .footer .footer-link-div li a {
      font-size: 14px;
      font-weight: 100;
      line-height: 1.25;
    }

    .footer-social-icons {
      text-align: center;
    }

    .footer-divider {
      border-top: 1px solid #444;
      margin-top: 0px !important;
      width: 90%;
      margin: auto;
    }

    .copyright-div {
      padding: 20px 0;

    }

    .copyright-div a {
      font-size: 12px;
      line-height: 1.28;
      text-align: center;
    }

    .copyright-div .col-md-4 {
      margin-top: 10px;
    }
  }