.footer-main-container {
  background-color: #0351C7;
}

.footer-title-row {
  padding-top: 60px;
  padding-bottom: 30px;
}

.lbl-footer-address {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

.lbl-footer-content a {
  color: #ffffff;
  text-decoration: none;
}

.lbl-footer-description a {
  color: #ffffff;
  text-decoration: none;
}
.lbl-footer-description a:hover {
  color: #ffffff;
  text-decoration: none;
}
.lbl-footer-address-center {
  padding-left: 18%;
}

.lbl-footer-content-link {
  padding-left: 20%;
}

.footer-logo-title img {
  padding-top: 7px;
}

.thard-section {
  /* background-color: var(--light-grey); */
  padding-bottom: 44px;
}

hr.footer-hr {
  background-color: rgba(255, 255, 255, 0.64);
}

.footer-bottom-row {
  text-align: center;
  padding-bottom: 18px;
  padding-top: 6px;
}
.lbl-footer-copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-outer {
  background-image: url("./images/footer_section.png");
  background-repeat: no-repeat;
  background-size: 100% 60%;
}

@media (max-width: 1440px) {
  .thard-section {
    padding-bottom: 85px;
  }
}

@media (max-width: 1024px) {
  .lbl-footer-address-center {
    padding-left: 10%;
  }

  .lbl-footer-content-link {
    padding-left: 10%;
  }
}

@media (max-width: 990px) {
  .lbl-footer-description a {
    font-size: 14px;
    margin-bottom: 33px;
  }
  .lbl-footer-address-center {
    padding-left: 0%;
  }

  .lbl-footer-content-link {
    padding-left: 0%;
  }

  .footer-title-row {
    text-align: center;
    margin-bottom: 15px;
  }

  .lbl-footer-address {
    font-size: 14px;
    margin-bottom: 33px;
  }

  .lbl-footer-copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .footer-title-row {
    max-width: 100%;
    margin: auto;
  }
  .lbl-footer-content {
    margin-bottom: 15px;
  }
  .footer-title-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-logo {
    flex-direction: row !important;
    margin-bottom: 20px;
  }
  .footer-left-container {
    margin-bottom: 40px;
  }
  .contact-block-container {
    display: none;
  }
}