html{
	scroll-behavior:smooth;
}

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: block;
  background: #0497d9;
  min-height: calc(100vh - 70px);
  overflow: hidden;
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.main figure {
  position:relative;
}
.main figure img{
  height: 360px;
}

.logo img{
  height: 56px;
}
.down-arrow{position: absolute;bottom:20px;left: 47.5%;cursor:pointer;z-index:11;border: 2px solid #fff;padding: 16px 14px 8px 15px;border-radius: 50%;}
.full-width {
  width: 100%;
  height: 698px;
}

.explain h1 {
  font-size: 40px;
  line-height: 56px;
  margin: 34px auto 10px;
  padding: 0;
  color: #ffffff;
}

.explain p {
  font-size: 26px;
  line-height: 40px;
  margin: 0 auto 10px;
  padding: 0;
  color: #fff;
}
.section-content {
  max-width: 1045px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 100px 0px;
  height: calc(100vh - 80px);
  box-sizing: border-box;
}
.section-content .texts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 440px;
  line-height: 24px;
}
.section-content .texts .subtitle {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  text-align: left;
}
.section-content .texts p {
  text-align: left;
  font-size: 17px;
}
.section-content figure{
	display:flex;
	align-items:center;
}
.inner-banner {
  	background: #0497d9;
  	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;
}
.content a{
  color:#0497d9;
}
.explain {
  max-width: 500px;
  margin: -60px auto 0;
}


footer {
  color: #000;
  font-family: Lato;
  font-size: 14px;
  height: 70px;
  width: 100%;
  background: #b4b4b4;
}
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: #000;
}

.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;
}

.thanku-section {
  padding: 60px 0px;
  min-height: calc(100vh - 262px);
  display: flex;
  position:relative;
  background: #0497d9;
}
.thanku-section .thanku {
  max-width: 768px;
  width: 100%;
  min-height: 400px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  background: #fff;
}
.thanku-section .thanku a {
  padding: 15px 60px;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  background-color: #05d909;
  color: #fff;
  text-decoration: none;
}

.section-contact{
  min-height: 400px;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-contact .texts a{
  font-size: 24px;
  color: #0497d9;
  text-decoration: none;
}
.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;
}



@media screen and (max-width:767px){
	.content, header .container-fluid, footer .container-fluid {
		padding: 00px 10px;
		flex-wrap: wrap;
	}
	.section-content{
		flex-wrap: wrap;
		padding: 40px 0;
		height: auto;
	}
	.logo{
		width: 42px;
		overflow: hidden;
	}
	.logo img{
		max-width:none;
	}
}