.title-and-lang h4{
  margin-top:28px;
}
.faq-nav-box .faq-nav{
  height:80px;
}
.faq-nav-box .faq-nav div{
  width:200px;
  height:80px;
  font-size:14px;
  text-align:center;
}
.free-top-box{
  height:368px;
  border-bottom:1px dashed #ebebeb;
}
.free-top-center{
  width:32%;
  height:436px;
  margin-top:50px;
}
.free-top-center p{
  color:#333;
  font-size:16px;
}
.free-top-center .free-top-img{
  margin-top:20px;
}
.free-top-left {
  width:32%;
  /* height:36px; */
}
.free-top-left p{
  color:#333;
  font-size:16px;
}
.dload-btn-box{
  width:90px;
  height:48px;
  margin-top:15px;
  border-radius:10px;
  background-color:#80c132;
}
.dload-btn-box :hover{
  border-radius:10px;
  background-color:#659f21;
}
.dload-btn-btm{
  background-color:#3DAFF5;
}
.dload-btn-btm :hover{
  background-color:#3598d6;
}
.dload-btn-box a{
  display:inline-block;
  text-decoration: none;
  width:100%;
  height:100%;
  line-height:48px;
  color:#fff;
  font-size:18px;
  text-align:center;
  padding:0 10px;
}
.dload-btn-box a span{
  display:none;
}
.free-Compared{
  height:180px;
  padding-top:20px;
  border-bottom:1px dashed #ebebeb;
}
.free-Compared p{
  font-size:16px;
  color:#333;
  text-align: center;
  /* line-height:100px; */
}
.free-Compared div{
  width:32%;
  text-align:center;
  font-size: 16px;
}
.free-Compared .free-buy-btn{
  width:40%;
}
.free-Compared .free-buy-btn .free-btn{
  width:100%;
}
.free-btn{
  width:160px;
  height: 46px;
  border-radius:10px;
  background-color:#ee6d02;
}
.free-btn a{
  display:inline-block;
  text-decoration: none;
  width:100%;
  line-height:46px;
  color:#fff;
  font-size:16px;
  text-align:center;
  padding:0 10px;
}
.free-btn a span{
  margin-left:10px;
}
.free-btn:hover{
  background-color:#d15f02;
}
.language-width{
  margin-top:15px;
}
.language-width ul{
  left:60%;
}
@media (min-width: 350px){
  .language-width ul{
    left:70%;
  }
}
@media (min-width: 768px){
  .faq-nav-box .faq-nav{
    height:40px;
  }
  .faq-nav-box .faq-nav div{
    width:400px;
    height:40px;
    font-size:14px;
    text-align:center;
    line-height: 40px;
  }
  .dload-btn-box{
    width:170px;
    height:48px;
    margin-top:15px;
    border-radius:10px;
    background-color:#80c132;
  }
  .dload-btn-btm{
    background-color:#3DAFF5;
  }
  .free-top-box{
    height:436px;
  }
  .free-top-left {
    height:436px;
  }
  .free-Compared{
    height:100px;
    padding-top:0;
    border-bottom:1px dashed #ebebeb;
  }
  .language-width{
    margin-top:0;
  }
  .language-width ul{
    left:45%;
  }
  .dload-btn-box a span{
    display:inline-block;
  }
  .free-Compared .free-buy-btn .free-btn{
    width:55%;
  }
  .free-Compared .free-buy-btn{
    width:35%;
  }
}

@media (min-width: 992px){
  .language-width ul{
    left:60%;
  }
}

@media (min-width: 1200px){

}