
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*{
    padding:0;
    margin:0;
}
body{
    font-size:14px;
    color:#333;
    background-color:white;
    font-family: 'Exo 2', sans-serif;
     scrollbar-width:none;
     overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none;
  }
  .list{
    width:90%;
    margin:auto;
    margin-top:20px;
  }
.path{
  font-size:16px;
}
.path span{
    font-size:20px;
    font-weight:600;
    color:#c4c3c3;
}
.path a{
    color:#8d8d8d;
    text-decoration: none;
}
.path a:last-child{
    color:#62CD0E;
}
.lesapps{
    display:flex;
    margin-top:20px;
}
.lesapps .img img{
    width:60px;
    border-radius:10px;
}
.apptext{
    margin-left:20px;
    line-height:20px;
}
.apptext p{
    font-size:16px;
    font-weight:600;
}
.apptext div{
    color:rgb(111, 111, 111);
}
.apptext span{
    color:rgb(111, 111, 111);
}
.download{
    position:fixed;
    bottom:0;
    left:0;
    background-color:white;
    border-top-left-radius: 30px;
    border-top-right-radius:30px;
    border: 2px solid #ddd;
    z-index:10000;
    width:100%;
    height:0;
}
.downloadhead{
    width:80%;
    margin:auto;
    margin-top:50px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.downloadhead .downloadimage img{
    width:80px;
    border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 19px;
}
.downloadbody{
    width:80%;
    margin:auto;
}
.downloadtext{
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}
.downloadbody i {
    color:red;
    margin-right:10px;
}
.downloadbody span{
    font-size:16px;
}
.downloadbody p {
   margin-top:10px;
   margin-bottom:20px;
}
.downloadbody .btn{
    width:100%;
    background-color:#62CD0E;
    border-radius:30px;
    text-align:center;
    padding:15px 0px;
    color:white;
    font-weight:400;
    font-size:14px;
    margin-bottom:10px;
}
.downloadbody .btn:last-child{
    background-color:white;
    border: 2px solid #b4b4b4;
    color:#727272;
    padding:13px 0px;
    margin-bottom:40px;
}
.overlay{
    background-color:#33333360;
    width:100%;
    height:100vh;
    position:fixed;
    z-index:1000;
    top:0;
    left:0;
    display:none;
}
.close{
    position:absolute;
    right:20px;
    top:10px;
    font-size:24px;
    color:#727272;
    cursor:pointer;
}
.progress{
    display:none;
}
.defaultcolor{
    background-color:#ddd;
    width:90%;
    margin:auto;
    height:10px;
    border-radius:20px;
}
.color{
    background-color:#62CD0E;
    height:10px;
    border-radius:20px;
    width:0px;
}
a{
   
}