body {
  font-family: 'Roboto', sans-serif;
}
.c-container {
  max-width: 1060px;
  margin: 0 auto;
}
.logo {
  max-width: 370px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.percent {
  text-align: center;
}
.heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0px 45px 0px;
  color: #002850;
  font-family: 'Poppins', sans-serif;
}
.sub-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0px 45px 0px;
  color: #002850;
  font-family: 'Poppins', sans-serif;
}
.mid-section {
  background-color: #ececec;
}
.answer {
  display: block;
  margin: 0px auto 20px auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1b4651;
  text-decoration: none;
  padding: 12px;
}
.s-imgs {
  display: block;
  margin: 0 auto;
}
.seals {
  display: block;
  margin: 50px auto 20px auto;
  max-width: 450px;
  width: 100%;
  padding: 0px 20px;
}
.s-agent {
  color: #525353;
  font-size: 14px;
  text-align: center;
  margin: 15px 0px 25px 0px;
}
.support {
  margin: 50px 0px;
}
.font-14 {
  font-size: 14px;
}
.font-g {
  color: #5b5959;
}
.spacer {
  height: 150px;
}
.above-footer {
  background-color: #1b4651;
  padding: 50px 15px;
  color: #fff;
}
.above-footer h2 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}
.above-footer p {
  font-size: 18px;
}
.above-footer ul {
  border-left: 8px solid #fff;
  margin-top: 40px;
}
.above-footer li {
  list-style-type: none;
  display: block;
  margin-top: 15px;
}
.footer {
  background-color: #05182a;
  color: #fff;
}
.footer-links a {
  color: #fff;
}
/* animated bar */
.css-yu4j4a {
  font-weight: 500;
  text-align: center;
}
.css-yu4j4a .lp-progressbar-react__value {
  color: rgba(76, 81, 93, 1);
}
.css-yu4j4a .lp-progressbar-react__bar {
  background: rgba(76, 81, 93, 1);
}
.css-yu4j4a .bar-completed {
  background: rgb(68, 197, 144);
  width: 20%;
}
.css-yu4j4a .lp-progressbar-react__bar {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  position: relative;
}
.css-yu4j4a .lp-progressbar-react__bar .bar-completed {
  height: inherit;
  border-radius: 6px;
  position: absolute;
  overflow: hidden;
}
.css-yu4j4a .lp-progressbar-react__bar .is-animating {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  -webkit-animation: animation-uhzp3a 2.5s linear infinite;
  animation: animation-uhzp3a 2.5s linear infinite;
  height: inherit;
  width: 100%;
  position: absolute;
}
.css-yu4j4a .lp-progressbar-react__value {
  font-weight: 500;
  width: 100%;
  margin: 0 0 12px;
  font-size: 0.875rem;
}
@-webkit-keyframes animation-uhzp3a {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes animation-uhzp3a {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.user-img {
  max-width: 150px;
  width: 100%;
  border-radius: 50%;
  display: block;
  margin: 30px auto 10px auto;
}
.user-comment {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #333333;
}
.user-name {
  font-size: 16px;
  color: #565656;
  font-family: 'Poppins', sans-serif;
}
.helped {
  font-size: 46px;
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 50px 0px 30px 0px;
}
@media screen and (max-width:768px) {
  .helped {
    font-size: 32px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 50px 0px 30px 0px;
  }
  .user-comment {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #333333;
  }
}