* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  scroll-behavior: smooth;
  font-family: "poppinsregular";
  min-width: 1000px;
}
@font-face {
  font-family: "poppinsregular";
  src: url(https://d2gep42imdtb6j.cloudfront.net/Templates/Css/poppins-regular.woff2) format("woff2"), url(https://d2gep42imdtb6j.cloudfront.net/Templates/Css/poppins-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppinsbold";
  src: url(https://d2gep42imdtb6j.cloudfront.net/Templates/Css/poppins-bold.woff2) format("woff2"), url(https://d2gep42imdtb6j.cloudfront.net/Templates/Css/poppins-bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
body,
p {
  color: #000;
  font-size: 16px;
}
p {
  line-height: 26px;
  color: #666;
}
li {
  list-style: none;
}
h2 {
  font-size: 30px;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
  line-height: 42px;
  font-family: "poppinsbold";
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
  line-height: 26px;
}
h2 span {
  border-bottom: 13px solid #ffdb32;
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}
a {
  color: #6d81da;
}
.col-3 {
  width: 30%;
}
.col-4 {
  width: 40%;
}
.col-6 {
  width: 50%;
}
.col-8 {
  width: 60%;
}
.col-9 {
  width: 70%;
}
.fs-18 {
  font-size: 18px;
}
.fs-14 {
  font-size: 14px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pt15 {
  padding-top: 15px;
}
.pt0 {
  padding-top: 0;
}
section {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: auto;
  min-width: 300px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-dire-c {
  flex-direction: column;
}
.vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hcenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.space-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.btn-lg {
  background: #28a745;
  border-radius: 10px;
  text-align: center;
  padding: 15px 45px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 51px;
  width: 405px;
  height: 80px;
  font-size: 30px;
}
.btn-lg:hover {
  background: #1e9739;
}
.btn-md {
  background: #28a745;
  border-radius: 10px;
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  padding: 16px 35px;
  text-decoration: none;
  display: inline-block;
}
.btn-md:hover {
  background: #1e9739;
}
.btn-sm {
  background: #28a745;
  border-radius: 10px;
  line-height: 30px;
  color: #fff;
  padding: 16px 45px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.btn-sm:hover {
  background: #1e9739;
}
.l30 {
  line-height: 30px;
}
.img-responsive {
  width: 100%;
  display: inline-block;
}
.top-header {
  background: #0870be;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 580px;
}
.top-header h1 {
  font-family: "poppinsbold";
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
header {
  display: flex;
  margin: auto;
  align-items: center;
  min-height: 70px;
  z-index: 20;
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0px 3px 6px #00000017;
}
header .logo img {
  height: 48px;
  display: block;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  width: 90%;
  align-items: center;
}
header .container .download-icon a {
  text-decoration: none;
  color: #000000;
}
.download-now figure {
  text-align: center;
  margin: 0 0 50px;
}
.download-now p,
.download-now p a {
  color: #000;
}
.left-content ul {
  margin: 0;
  padding: 0;
}
.left-content ul li {
  padding: 5px 0;
  line-height: 40px;
}
.abt-p {
  color: #000;
  margin-top: 100px;
  font-size: 16px;
  font-weight: 700;
}
.footer-contact {
  background: #f7f7f7;
  text-align: center;
  padding: 45px 0;
}
.footer-contact h3 {
  margin: 0;
  padding: 0;
}
.footer-contact p a {
  display: block;
  color: #666;
}
footer {
  font-size: 14px;
  text-align: center;
  padding: 10px 10px 5px;
  position: relative;
  background: #efefef;
}
footer p {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
footer a {
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  color: #000;
}
footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
footer ul li {
  list-style: none;
  margin: 0;
}
footer ul li a {
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  font-weight: 700;
  color: #000;
}
footer ul li:last-child a {
  border-right: none;
}
.text {
  line-height: 26px;
  font-size: 14px;
}
.text h3 {
  font-size: 18px;
  margin-top: 24px;
}
.text .middle {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.text p {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
}
.text p strong:nth-of-type(1) {
  margin-top: 20px;
  display: inline-block;
}
.text h1 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #e75353;
}
.text h2 {
  font-size: 15px;
}
.banner {
  height: 161px;
}
.banner .container {
  width: 100%;
}
.banner h1 {
  margin: 0px 0 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  padding-bottom: 5px;
}
.banner p {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
.uninstall {
  padding-top: 20px;
}
.uninstall .container h1 {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 -20px;
  padding-bottom: 50px;
}
.uninstall h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.uninstall ul {
  margin: 0;
  padding: 0;
}
.uninstall ul li img {
  margin: 20px 0 30px;
  border: 1px solid;
  max-width: 100%;
}
.restore-crome {
  border-top: 2px solid #ccc;
  margin-top: 30px;
}
.restore-crome ul {
  margin: 0;
  padding: 0;
}
.restore-crome ul li {
  margin-bottom: 10px;
}
.contact-section {
  display: flex;
  background: #ffbe56;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  line-height: 30px;
  font-size: 20px;
  border: none;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 90%;
  }
}
