.footerLogoRaw {
  padding: 35px 0 35px 0;
}

.footerNavHeading {
  font-size: 17px;
  font-weight: 700;
  color: #c7fff9;
  font-family: Nunito, sans-serif;
}

.navFooterWriting ul {
  list-style-type: none;
  padding: 0;
}

.navFooterWriting ul li {
  font-size: 14px;
  font-weight: 400;
  font-family: Nunito;
  line-height: 30px;
}

.navFooterWriting ul li a {
  line-height: 10px;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.navFooterWriting ul li a.active {
  color: #255752;
}

div.section8 {
  padding: 20px;
}

.navFooterWriting ul li a:hover {
  text-decoration: none;
  color: #255752;
  transition: 0.3s ease-in-out;
}

.disclaimerPara {
  font-family: Nunito, sans-serif;
  color: #fff;
}

footer .termsAndCon {
  color: #255752;
  font-size: 10px;
}

footer .termsAndCon a {
  color: #255752;
  margin: 0 10px;
  font-weight: 500;
  font-size: 10px;
  transition: 0.3s ease-in-out;
}

footer .termsAndCon a:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.rowOfTextNdBtn {
  display: flex;
}

.rowOfTextNdBtn input {
  background: #fff;
  border: none;
  border-radius: 10px 0 0 10px;
  padding: 27.5px;
  color: #656565;
}

.rowOfTextNdBtn button::placeholder {
  color: #656565;
}

.rowOfTextNdBtn button {
  padding: 15.5px;
  border: none;
  border-radius: 0 10px 10px 0;
}

.breakerForCopy {
  height: 1px;
  background-color: #fff;
}

.copyRights {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.copyRightsPara a {
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}

.copyRightsPara a:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}

footer .withBest {
  margin-top: 25px;
  font-size: 18px;
  padding-right: 40px;
  font-weight: 500;
  margin-bottom: 59px;
}

.someDown {
  padding-top: 20px;
}

.btnGreen {
  background: #255752;
  color: #fff;
  font-family: Nunito, sans-serif;
}

.stayInTouch {
  font-size: 17px;
  font-weight: 700;
  color: #255752;
}

.fab {
  font-size: 25px;
  width: 40px;
  background-color: #255752;
  color: #010624;
  height: 40px;
  border-radius: 50%;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  margin: 15px 2px;
}

.fa-facebook-f {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.fa-facebook-f:hover {
  background: #3b5998;
  transition: 0.5s ease-in-out;
  color: #fff;
}

.fa-twitter {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.fa-twitter:hover {
  background: #55acee;
  transition: 0.5s ease-in-out;
  color: #fff;
}

.fa-instagram {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.fa-instagram:hover {
  background: #125688;
  transition: 0.5s ease-in-out;
  color: #ff4d4d;
}

.fa-linkedin-in:hover {
  background: #55acee;
  transition: 0.5s ease-in-out;
  color: #fff;
}

.border-right {
  border-right: 1px solid #f5f5f5 !important;
}

.socialImg {
  margin: 0 auto;
  text-align: center;
}

.socialImg img {
  display: block;
  margin: 20px auto;
}

footer {
  padding: 40px 0;
  /* background-image: url(../img/footer.jpg); */
  background: #000;
}

@media (max-width: 767px) {
  footer {
    padding: 10px 0;
    background: 0 0;
    background-color: #020621;
  }

  .sayHelloForm .border-right {
    border-right: none !important;
  }
}

section.sec_pt.sec_pb {
  padding: 10rem 0 3rem;
}