html{
	scroll-behavior:smooth;
  min-width: 800px;
}

body {
  background: #FFFFFF;
  text-align: center;
  font-family: Lato;
  margin: 0;
}
ul{
	padding:0;
	margin:0;
}

img{
	max-width:100%;
}
header {
  display: flex;
  margin: auto;
  align-items: center;
  height: 70px;
  z-index: 20;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 6px #0000001c;
  position: sticky;
  top: 0;
}
header .container-fluid {
  max-width: 1186px;
  padding: 0 60px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: auto;
  box-sizing: border-box;
}
header .container-fluid ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header .container-fluid ul li {
  list-style: none;
  padding: 0px 15px;
}
header .container-fluid ul li a {
  color: #000000;
  text-decoration: none;
}
.main {
  display: flex;
  background: #0cbf29;
  min-height: calc(100vh - 70px);
  overflow: hidden;
  position:relative;
  flex-direction: column;
  justify-content: center;
}
.main figure {
  position:relative;
  margin: 0 auto;
}
.main figure img.header-img{
  height: 250px;
}

.logo img{
}
.down-arrow{position: absolute;bottom:20px;left: 47.5%;cursor:pointer;z-index:11;border: 1px solid;padding: 16px 14px 8px 15px;border-radius: 50%;}
.full-width {
  width: 100%;
  height: 698px;
}

.explain h1 {
  font-size: 50px;
  line-height: 56px;
  margin: 40px auto 10px;
  padding: 0;
  color: #ffffff;
}

.explain p {
  font-size: 32px;
  line-height: 40px;
  margin: 10px auto;
  color: #000000;
}
.section-content {
  max-width: 1045px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 100px 0px;
  height: 100vh;
  box-sizing: border-box;
}
.section-content .texts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 460px;
  line-height: 28px;
}
.section-content .texts .subtitle {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.section-content .texts p {
  text-align: left;
  font-size: 20px;
}
.section-content figure{
	display:flex;
	align-items:center;
}
.inner-banner {
  	background: #0cbf29;
  	justify-content: center;
  	align-items: center;
  	display: flex;
  	max-height: 190px;
  	flex-direction: column;
  	padding: 60px 0;
  	min-height: 72px;
}
.inner-banner h1 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  /* padding: 75px 0px; */
  margin: 0;
}
.main-content {
  width: 1177px;
  margin: auto;
  text-align: left;
  line-height: 30px;
}
.content {
  background-color: #FFFFFF;
  max-width: 1186px;
  padding: 30px 60px;
  text-align: left;
  box-sizing: border-box;
  z-index: 1;
  margin: 0 auto;
}
.explaination {
  font: normal normal normal 14px/19px Lato;
  letter-spacing: 0px;
  color: #000000;
  line-height: 25px;
  margin: 0;
}
.title {
  font: normal normal bold 16px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}
.date {
  font: normal normal normal 14px/36px Lato;
  margin: 0px 53px 0px;
  color: #FFFFFF;
}
.indent-top {
  margin-top: 45px;
}
.indent-bottom {
  margin-bottom: 45px;
}
.indent-full {
  margin-top: 45px;
  margin-bottom: 6px;
}
.bullets {
  margin-top: 5px;
  margin-bottom: 5px;
}
.link-dark, .link-light {
  color: #000;
}
footer {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  height: 70px;
  width: 100%;
  background: #000000;
}
footer .container-fluid {
  display: flex;
  justify-content: space-between;
  max-width: 1186px;
  margin: auto;
  align-items: center;
  padding: 0px 60px;
  height: 70px;
  box-sizing: border-box;
}
.footer-content-right {
    display: flex;
    justify-content: end;
    position: relative;
}
.footer-content-right div {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.footer-content-right a:nth-of-type(2){
	margin:0 10px;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}

.uninstall{
  min-height: calc(100vh - 332px);
}
.uninstall .step_section {
    display: block;
}
.step_section .steps ul li {
    list-style: none;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    margin: 3px 0;
	font-weight:300;
}
.uninstall ul li img {
    margin: 20px 0 30px;
    max-width: 100%;
    border: 1px solid;
}
.uninstall h4{
  font-size: 20px;
}
.uninstall li{
  list-style: none;
  margin-bottom: 12px;
}
