.mainFooter {
  position: relative;
  z-index: 10;
}

.footerImgDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footerImgDiv .firstImgDiv {
  text-align: center;
}

.footerImgDiv .secondImgDiv {
  width: 90px;
  margin: 0px 37px;
  text-align: center;
}

.footerImgDiv .thirdImgDiv {
  text-align: center;
  margin: 0px 20px;
}

.footerImgDiv .fourthImgDiv {
  width: 160px;
  text-align: center;
  cursor: pointer;
}

.footerImgDiv .fifthImgDiv {
  text-align: center;
  cursor: pointer;
}

.footerImgDiv .sixthImgDiv {
  margin-left: 10px;
  text-align: center;
}

.footerImgDiv .seventhImgDiv {
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}

.footerContent {
  position: relative;
  margin-top: 1px;
  z-index: 10;
}

.footerShowAll {
  color: white;
}
.footerShowAll:hover {
  color: #02b7f0 !important;
  text-decoration: underline;
}

.footerAddress {
  color: white !important;
}

.footer-copyright {
  background-color: #054157 !important;
}

.footerCopyRightLink {
  color: #61b6e6;
}

.linkedinIcon {
  color: #ffffff;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .footerImgDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
