body,
fcd6d6 h1,
h2,
p,
figure,
ul {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  min-width: 752px;
  color: #2b2b2b;
}

a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
nav {
  box-shadow: 0px 3px 6px #00000017;
  padding: 10px 0px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.steps b {
  font-size: 16px;
}
.red {
  color: #dc0000;
}
.blue {
  color: #60afff;
}
nav .container-flp {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
nav .logo img {
  width: 40px;
  margin-right: 6px;
  margin-left: 20px;
}
nav .logo a {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
}
nav .container-flp .download_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #646464;
  text-decoration: none;
  font-size: 14px;
}

nav .container-flp .download_btn img {
  margin-right: 10px;
}

.container-main {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 40px;
}

.first_sec {
  display: flex;
  justify-content: space-between;
}

.first_sec .arrow_forward{
  padding: 0px;
  text-align:center;
}

.first_sec .arrow_forward img {
  margin-top: 14px;
  animation: 4s animate infinite linear;
  /* transform: rotate(-90deg); */
}

.left_heading {
  width: 370px;
  margin-left: 24px;
}

.left_heading .download_btn {
  width: 300px;
  height: 55px;
  background: #64a80e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  font-size: 20px;
  text-decoration: none;
  border-radius: 10px;
}

.left_heading small {
  font-size: 13px;
  padding-top: 12px;
  display: block;
  color: grey;
}

.support_txt {
  margin-top: 50px;
}
.col-up {
  display: flex;
  justify-content: center;
}

.support_txt .col {
  width: 23%;
  text-align: center;
  padding: 12px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.support_txt .col p {
  line-height: 19px;
  padding-top: 14px;
  font-size: 14px;
}

.step_section {
  flex: 1;
  margin-top:20px;
}

.step_section .steps ul li {
  list-style: none;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  margin: 3px 0;
}

footer {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #b7b7b7;
}

footer div {
  padding: 20px 0;
}

footer a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  margin: 20px;
}
.description {
  font-size: 14px;
}
.overview {
  font-size: 20px;
}
.sub-header {
  text-align: center;
  background: #addbec;
  color: black;
  padding: 50px 0;
  margin-bottom: 40px;
}
.sub-header h1 {
  margin-bottom: 5px;
}

.text {
  line-height: 26px;
  font-size: 14px;
}
.text .middle {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.text p {
  margin-bottom: 10px;
}
.text p strong:nth-of-type(1) {
  margin-top: 20px;
  display: inline-block;
}

.text h1 {
  font-size: 20px;
  margin-bottom: 5px;
  color: black;
}
.text h2 {
  font-size: 15px;
}

@keyframes animate {
  0% {
    margin-left: 00px;
    margin-right: 10px;
  }
  30% {
    margin-left: 10px;
    margin-right: 0px;
  }
  80% {
    margin-left: 10px;
    margin-right: 0px;
  }
  95% {
    margin-left: 00px;
    margin-right: 10px;
  }
  100% {
    margin-left: 00px;
    margin-right: 10px;
  }
}

a.arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  font-weight: bold;
  margin: 26px auto 0;
  line-height: 38px;
  animation: 2s upDown infinite linear;
  position: relative;
}
.graphic-img {
  width: 400px;
  height: 200px;
}
@keyframes upDown {
  0% {
    top: 0px;
    margin-bottom: 10px;
  }
  30% {
    top: 10px;
    margin-bottom:0px;
  }
  80% {
    top: 10px;
    margin-bottom:0px
  }
  100% {
    top: 0px;
    margin-bottom:10px;
  }
}

/* Feature section */
.features {
  font-size: 14px;
}
.feature-img {
  width: auto;
  height: 180px;
  padding-top: 40px;
}
.features .feature {
  padding: 30px;
  background-color: #addbec;
  /* color: #fff; */
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.features .feature:nth-child(even) {
  background: #fff;
}
.features .feature > div {
  /* max-width: 400px; */
}
.feature .download_btn {
  background: #136583;
  padding: 14px 50px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
}

/* Contact Section */

.contact-section {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #addbec;
  margin-top: 30px;
}

.contact-section h3 {
  font-size: 18px;
  font-weight: bolder;
}
.contact-us {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-section p {
  font-size: 15px;
  font-weight: 550;
  margin-bottom: 5px;
}

.contact-section a {
  font-size: 14px;
  text-decoration: underline;
}

.about-section{
  min-height:calc(100vh - 440px);
}

.about-section p{
  margin-bottom:20px;
  line-height: 24px;
}

.btn-flex {
  display: flex;
  gap: 10px;
}