html{
	scroll-behavior:smooth;
  min-width: 800px;
}
body {
  background: #FFFFFF;
  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 4px;
}
header .container-fluid ul li a {
  color: #000000;
  text-decoration: none;
  background: #e4e4e4;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
}
.main {
  display: flex;
  min-height: calc(100vh - 300px);
  position:relative;
  background: #006ea7;
  margin: 10px;
  border-radius: 14px;
}
.main .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;
  z-index: 1;
}
.main figure {
  position:relative;
  width: 460px;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaeaea;
  border-radius: 50%;
  box-shadow: 0 0 40px 0px #00000040;
}
.main figure:after {
  content:"";
  position: absolute;
  background: #f4f4f4;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 24px;
  right: 24px;
}
.main figure:before {
  content:"";
  position: absolute;
  background: #f4f4f4;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  bottom: 20px;
  left: 20px;
}
.main figure img.header-img{
  height: 250px;
}
.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: 42px;
  line-height: 56px;
  margin: 00px auto 0px;
  padding: 0;
  color: #ffffff;
}
.explain p {
  font-size: 28px;
  line-height: 40px;
  margin: 0px auto;
  color: #ffffff;
}
.section-content {
  max-width: 1045px;
  margin: 40px auto 100px;
  display: flex;
  justify-content: space-around;
  padding: 100px 0px;
  height: 400px;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 10px 10px 80px 80px;
  position: relative;
  z-index: 0;
}
.section-content:after {
  content:"";
  position: absolute;
  background: #59b9ee73;
  width: 400px;
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border-radius: 10px 0 400px 80px;
}
.section-content .texts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  line-height: 28px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 100px;
  height: fit-content;
  position: relative;
  border-radius: 10px 10px 80px 10px;
  box-shadow: 0 0 40px 0px #00000040;
}
.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;
  margin-bottom: 0;
}
.section-content figure{
	display:flex;
	align-items:center;
	position: relative;
	z-index: 1;
}
.contact{
  text-align: center;
  font-size: 18px;
  margin: 120px;
  line-height: 28px;
  color: #5e5e5e;
}
.contact a{
  font-size: 20px;
  color: #000;
}
.inner-banner {
  justify-content: center;
  align-items: center;
  display: flex;
  max-height: 190px;
  flex-direction: column;
  padding: 60px 0;
  min-height: 72px;
  background: #006ea7;
  margin: 10px;
  border-radius: 14px;
}
.inner-banner h1 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  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-top.title, .indent-full.title{
  border-top: 1px solid #e3e3e3;
  padding-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;
  background: #006ea7;
  margin: 10px;
  box-sizing: border-box;
  border-radius: 14px;
  position: sticky;
  bottom: 10px;
  box-shadow: 0 0 10px 0px #00000040;
}
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 {
  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;
}