footer {
  width: 100%;
  height: 300px;
  background-color: #f6f8ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 150px;
  flex-wrap: wrap;
}

.rightWithLogo {
  width: 300px;
  height: auto;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footerLogo {
  height: 50px;
}

.rights {
  width: 100%;
  font-size: 14px;
  color: #23364d;
  margin-top: 10px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
}

.rights > img {
  width: 18px;
}

.sendMessage {
  font-size: 18px;
  color: #23364d;
  margin-top: 10px;
  width: 170px;
  height: 40px;
  border-radius: 5px;
  background-color: rgb(223, 233, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 5%;
}

.linksForContactCCSE {
  width: 300px;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactIconContainer {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contactIconContainer > img {
  height: 35px;
}

@media (max-width: 700px) {
  footer {
    height: 340px;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
  }

  .rightWithLogo {
    width: 90%;
    height: 70px;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .linksForContactCCSE {
    width: 90%;
    height: 50px;
    margin-left: 5%;
  }

  .contactIconContainer > img {
    height: 40px;
  }
}

@media (max-width: 400px) {
  .rightWithLogo {
    width: 94%;
    height: 70px;
    margin-left: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .linksForContactCCSE {
    width: 94%;
    height: 50px;
    margin-left: 3%;
  }

  .contactIconContainer > img {
    height: 40px;
  }
}

.downloadPdfAboutCCSE {
  width: 90%;
  height: 50px;
  margin-left: 5%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.downloadPdfAboutCCSE > p {
  color: #23364d;
  text-align: center;
  font-size: 15px;
}

.downloadPdfAboutCCSE > p > a {
  color: blue !important;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .downloadPdfAboutCCSE > p > a {
    color: #1049a0;
  }
}
.downloadPdfAboutCCSE > p > a > img {
  width: 20px;
}
@media (max-width: 700px) {
  .downloadPdfAboutCCSE {
    width: 90%;
    margin-left: 5%;
  }

  .downloadPdfAboutCCSE {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .downloadPdfAboutCCSE {
    width: 94%;
    margin-left: 3%;
  }

  .downloadPdfAboutCCSE {
    font-size: 14px;
  }
}

.seeContactInfo {
  width: 90%;
  height: 40px;
  background-color: 3px;
  border-radius: 0px 3px 3px 0px;
  border-left: 3px blue solid;
  margin-left: 5%;
  background-color: #fff;
  margin-top: 0;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 600px) {
  .seeContactInfo {
    border-left: 3px #1049a0 solid;
  }
}
.methodIcon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.methodIcon > img {
  width: 35px;
  margin-bottom: 3px;
}

.methodScript {
  height: 40px;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #23364d !important;
  -webkit-text-fill-color: #23364d !important;
  user-select: all;
  white-space: nowrap;
  overflow: scroll;
  text-overflow: ellipsis;
  padding-left: 15px;
  font-size: 18px;
}

.seeOnBrowser {
  width: 100px;
  height: 40px;
  position: absolute;
  right: 0%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: blue;
  padding-right: 10px;
}

@media (max-width: 600px) {
  .seeOnBrowser {
    color: #1049a0;
  }
}

@media (max-width: 700px) {
  .seeContactInfo {
    width: 90%;
    margin-left: 5%;
  }

  .methodScript {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .seeContactInfo {
    width: 94%;
    margin-left: 3%;
  }
}

.madeBy {
  width: 90%;
  height: 60px;
  padding: 10px;
  margin-left: 5%;
  border-radius: 7px;
  background: linear-gradient(135deg, rgb(223, 233, 255) 30%, rgba(255, 255, 255, 0.3));
  color: #23364d !important;
  -webkit-text-fill-color: #23364d !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 400px) {
  .madeBy {
    width: 94%;
    margin-left: 3%;
  }
}
.linkedin > img {
  width: 35px;
  height: auto;
}
