@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
*{box-sizing:border-box}
body,html{margin:0;scroll-behavior:smooth;font-family: 'Poppins', sans-serif;}
body,p{color:#000;font-size: 14px;}
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;}
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: #1891d1;}
.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;}
#sec{
    min-height: calc(100vh - 60px);
    display: flex;
}
section{padding:80px 0;-webkit-box-sizing:border-box;box-sizing:border-box}
.container{max-width: 980px;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: #1891d1;display:flex;justify-content:center;align-items:center;min-height: calc(100vh - 70px);}
.top-header h1{ font-size: 40px; line-height: 46px; text-align: center; color: #fff;}
header{ background: #fff;box-shadow: 0px 3px 6px #00000017;}
header .logo img{height: 60px;display: block;}
header .container{display:flex;justify-content:space-between;padding: 4px 0;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: 400;}
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: 400;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{background: #1891d1;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-search{border-top:2px solid #ccc;margin-top:30px}
.restore-search ul{margin:0;padding:0}
.restore-search ul li{margin-bottom:10px}
.restore-search ul li img{margin: 20px 0 30px;max-width: 100%;border: 1px solid;}
.contact-section{display: flex;background: #0e9a41;justify-content: center;align-items: center;min-height: 260px;line-height: 30px;font-size: 20px;border: none;flex-direction: column;color: #fff;}
.contact-section a{color:#fff;}
@media screen and (min-width:768px) and (max-width:1200px) {
.container{width:90%}
}
