body {
  background: #fff;
  color: #4c4c4c;
  font-family: muli, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:hover,
a,
a:focus,
a:hover {
  transition: all 0.4s ease;
}


h1 {
  color: #777;
  font-weight: 300;
}

a {
  color: #1D9BF0;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #0A63BC;
  text-decoration: underline;
  outline: 0;
}

* {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.container {
  width: 720px;
}

#top-section {
  padding: 50px 0 0;
}

#top-section h1 {
  color: #000;
  display: block;
  margin-top: 0;
  font-size: 42px;
  font-weight: 800;
  font-family: muli, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

#top-section p {
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  color: #4c4c4c;
  margin: auto auto 5px;
  text-align: left;
  line-height: 34px;
  padding: 0px;
  display: inline-block;
  width: 100%;
  font-family: muli, sans-serif;
}

.content-block {
  margin-top: 20px;
  margin-bottom: 50px;
}

.content-block p {
  color: #4c4c4c;
  font-family: muli, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  border: none;
}

.button_download {
  background: #00cc83;
  border: 2px solid #00cc83;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 4px;
  float: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  transition: all 0.4s ease;
  margin-right: 0;
  margin-top: 10px;
}

.button_download:hover {
  background: #09bd7d !important;
  transition: all 0.4s ease;
  border: 2px solid #09bd7d;
  color: #fff;
  text-decoration: none;
}

.content-block p.bnt-bottom-text {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.content-block h2 {
  text-align: left;
  font-family: muli, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 0;
  margin-bottom: 4px;
  margin-top: 38px;

}

.content-block h3 {
  text-align: left;
  font-family: muli, sans-serif;
  color: #4c4c4c;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 0;
  margin-bottom: 6px;
  margin-top: 15px;

}

.question-ans-box {
  margin-bottom: 30px;
}



.content-block ul li {
  list-style: none;
  padding-bottom: 0px;
  color: #4c4c4c;
  font-family: muli, sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  line-height: normal;
}

.content-block ul {
  padding-left: 0px;
}

.content-block ul li i {
  margin-top: 6px;
  margin-right: 3px;
  margin-bottom: 4px;
  font-size: 17px;
  color: #00cc83;
}