* {
  font-family: "OpenSans-Regular";
}
.aggregateRating {
  display: none;
}
.reviews #my-nav-hides {
  display: none !important;
}
.reviews #my-nav {
  width: 100%;
  height: 70px;
  line-height: 65px;
  position: relative;
  color: #595757;
  padding-top: 2px;
  background: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  z-index: 10;
  margin-bottom: 50px;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  display: none;
}
.reviews #my-nav.my-nav-fixed {
  background: #fff !important;
  display: block;
}
.reviews #my-nav ul {
  text-transform: none;
  margin: 0;
}
.reviews #my-nav ul > li {
  width: auto;
}
.reviews #my-nav ul > li > a {
  color: #595757;
  height: 70px;
  line-height: 68px;
}
.reviews #my-nav ul > li.active,
.reviews #my-nav ul > li:hover {
  background-color: transparent;
  color: #595757;
  font-size: 16px;
  margin-top: -2px;
  height: 68px;
  line-height: 68px;
  border-width: 0px;
  border-color: transparent;
  border-bottom: 3px solid #2d8cff;
}
.reviews #my-nav .buttons-area {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .reviews #my-nav .buttons-area {
    display: none;
  }
}
.reviews .h1,
.reviews h1 {
  font-size: 36px;
  line-height: 56px;
  font-family: "OpenSans-SemiBold";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .reviews .h1,
  .reviews h1 {
    font-size: 24px;
  }
}
.reviews .h2,
.reviews h2 {
  font-size: 30px;
  line-height: 56px;
  font-family: "OpenSans-SemiBold";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .reviews .h2,
  .reviews h2 {
    font-size: 21px;
  }
}
.reviews .buttons-area {
  margin-top: 30px;
}
.reviews .buttons-area .button {
  display: none;
  vertical-align: middle;
  width: 155px;
  height: 34px;
  border: 1px solid;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: 0.4s;
}
.reviews .buttons-area .button i {
  position: relative;
  margin-left: 5px;
  font-size: 14px;
}
.reviews .buttons-area .button.download {
  width: 155px;
  background-color: #fff;
  color: #000;
  margin-left: 30px;
  border: 2px solid #dcdddd;
}
.reviews .buttons-area .button.download:hover {
  border-color: #000;
  color: #000;
}
.reviews .buttons-area .button.buy {
  background-color: #2d8cff;
  border-color: #2d8cff;
  color: #fff;
}
.reviews .buttons-area .button.buy:hover {
  background-color: #067DF4;
  color: #fff;
}
.reviews .banner {
  background: url('/static/img/tech/banner-bg.svg') top center no-repeat;
  padding: 120px 0;
  text-align: center;
  background-size: 1200px;
}
.reviews .banner .h1 {
  width: 58%;
  margin: auto;
}
.reviews .banner p {
  font-weight: bold;
  width: 70%;
  margin: auto;
  font-size: 14px;
}
.reviews .banner .banner-desc {
  color: #2d8cff;
  font-size: 16px;
  margin-bottom: 15px;
}
.reviews .banner .banner-desc a {
  color: #2d8cff;
  font-size: 16px;
}
.reviews .banner ul {
  margin-bottom: 25px;
}
.reviews .banner ul li {
  list-style: none;
  font-size: 18px;
  color: #595757;
  text-align: center;
  line-height: 32px;
}
.reviews .banner ul li span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  position: relative;
}
.reviews .banner ul li span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #9fa0a0;
  vertical-align: top;
  border-radius: 50%;
  position: relative;
  top: 14px;
  margin-right: 10px;
}
.reviews .editors {
  padding: 0px 0 70px;
}
.reviews .editors .content {
  width: 80%;
  margin: auto;
}
.reviews .editors .content .left {
  text-align: center;
  width: 90%;
  margin: auto;
}
.reviews .editors .content .left span {
  font-size: 16px;
  color: #595757;
  line-height: 28px;
}
.reviews .editors .content .left span a {
  display: block;
  text-align: center;
  color: #ff7e78;
  margin: 15px auto 30px;
  position: relative;
  width: 100px;
}
.reviews .editors .content .left span a::before {
  position: absolute;
  content: '>>';
  right: -25px;
}
.reviews .editors .content .left span a:hover::before {
  right: -35px;
  transition: right 1.5s;
}
.reviews .editors .content .right {
  font-size: 18px;
  color: #2d8cff;
  text-align: center;
}
.reviews .editors .content .more {
  display: block;
  width: 103px;
  height: 35px;
  margin: auto;
  color: #000;
  font-weight: bold;
  border: 2px solid #dcdddd;
  text-align: center;
  line-height: 33px;
  border-radius: 4px;
  margin-top: 45px;
}
.reviews .editors .content .more span {
  cursor: pointer;
}
.reviews .editors .content .more:hover {
  border-color: #000;
}
.reviews .users hr {
  width: 60%;
  margin: 65px auto;
  border-top: 2px solid #dcdddd;
}
.reviews .users h2 small {
  display: block;
  font-size: 16px;
  color: #595757;
}
.reviews .users .com_btn {
  display: block;
  width: 180px;
  height: 34px;
  background: #2d8cff;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  border-radius: 4px;
  margin: 30px auto 60px;
}
.reviews .users .com_btn:hover {
  background: #067DF4;
}
.reviews .users .comment_box {
  padding: 0px 30px;
}
.reviews .users .comment_box ul li {
  border: 1px solid #efefef;
  list-style: none;
  padding: 30px;
  border-radius: 16px;
  margin-top: 25px;
}
.reviews .users .comment_box ul li .content {
  display: flex;
}
.reviews .users .comment_box ul li .content .left {
  flex: 0 0 25%;
  margin-right: 30px;
}
.reviews .users .comment_box ul li .content .left span {
  display: block;
  font-weight: bold;
  font-family: "OpenSans-SemiBold";
  font-size: 18px;
}
.reviews .users .comment_box ul li .content .left span img {
  width: 16px;
}
.reviews .users .comment_box ul li .content .left span.time {
  font-size: 16px;
  font-weight: 500;
  font-family: "OpenSans-Regular";
}
.reviews .users .comment_box ul li .content .right strong {
  font-size: 18px;
  font-family: "OpenSans-SemiBold";
}
.reviews .users .comment_box ul li .content .right p {
  font-size: 16px;
  margin-top: 5px;
  color: #595757;
}
.reviews .users .comment_box ul li .content .right .reply {
  line-height: 24px;
  background-color: #efefef;
  padding: 25px;
  color: #595757;
  border-radius: 8px;
  margin-top: 25px;
}
.reviews .users .comment_box ul li .content .right .reply span {
  color: #2d8cff;
}
.reviews .users .comment_box .more {
  display: block;
  width: 103px;
  height: 35px;
  margin: auto;
  color: #000;
  font-weight: bold;
  border: 2px solid #dcdddd;
  text-align: center;
  line-height: 33px;
  border-radius: 4px;
  margin-top: 45px;
}
.reviews .users .comment_box .more:hover {
  border-color: #000;
}
.reviews .user_comment {
  padding: 70px 0;
}
.reviews .user_comment .box_title {
  text-align: center;
  color: #231815;
  font-size: 30px;
  line-height: 56px;
  font-weight: bold;
  font-family: "OpenSans-SemiBold";
}
.reviews .user_comment .demo .hint {
  font-size: 16px;
  margin-top: 10px;
}
.reviews .user_comment .demo .target-demo img {
  width: 16px;
}
.reviews .user_comment .demo {
  width: 70% !important;
}
.reviews .user_comment #form_comments {
  width: 70%;
  margin: 25px auto;
}
.reviews .user_comment #form_comments div {
  margin-top: 15px;
}
.reviews .user_comment #form_comments input[type=text] {
  width: 100%;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  padding: 12px 25px;
}
.reviews .user_comment #form_comments input[type=text].input-large {
  width: 196px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.reviews .user_comment #form_comments input[type=text]:focus {
  outline: none;
  border: 1px solid #2d8cff;
}
.reviews .user_comment #form_comments input[placeholder] {
  color: #dcdddd;
}
.reviews .user_comment #form_comments .verify span img {
  width: 196px;
  height: 45px;
  border-radius: 4px;
}
.reviews .user_comment #form_comments .user_name {
  display: flex;
  justify-content: space-between;
}
.reviews .user_comment #form_comments .first {
  width: 48%;
}
.reviews .user_comment #form_comments .last {
  width: 48%;
}
.reviews .user_comment #form_comments .about {
  font-size: 16px;
  color: #595757;
}
.reviews .user_comment #form_comments input[type=submit] {
  border: 1px solid #2d8cff;
  border-radius: 4px;
  background: #2d8cff;
  width: 196px;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.reviews .user_comment #form_comments input[type=submit]:hover {
  background-color: #067DF4;
  color: #fff;
}
.reviews .user_comment #form_comments textarea {
  width: 100%;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  padding: 12px 25px;
  height: 200px;
}
.reviews .user_comment #form_comments textarea:focus {
  outline: none;
  border: 1px solid #2d8cff;
}
@media screen and (max-width: 768px) {
  .reviews .users .comment_box {
    padding: 0;
  }
  .reviews .users .comment_box ul {
    padding: 0;
  }
  .reviews #my-nav ul > li {
    border-top: none;
    margin-top: 10px;
    background-color: #fff;
  }
}
@media screen and (max-width: 500px) {
  .reviews .banner {
    background: url(/static/img/tech/banner-bg.svg) top center no-repeat;
    padding: 120px 0 60px;
    text-align: center;
    background-size: 1200px;
  }
  .reviews .banner .h1 {
    width: 100%;
    margin: auto;
  }
  .reviews .buttons-area {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reviews .buttons-area .button.download {
    margin-left: 0;
    margin-top: 30px;
  }
  .reviews .banner p {
    width: 90%;
    margin: auto;
  }
  .reviews .editors .content .left {
    width: 100%;
  }
  .reviews .editors .content {
    width: 100%;
  }
  .reviews .users hr {
    margin: 0px auto 60px;
    border-top: 2px solid #dcdddd;
  }
  .reviews .users .comment_box ul li .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .reviews .users .comment_box ul li .content .left span.showStars {
    margin: 10px auto 30px;
  }
  .reviews .users .comment_box ul li .content .left {
    margin-right: 0;
  }
  .reviews .users .comment_box ul li .content .left span.time {
    line-height: 28px;
  }
  .reviews .user_comment #form_comments .user_name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .reviews .user_comment #form_comments .first {
    width: 100%;
  }
  .reviews .user_comment #form_comments .last {
    width: 100%;
  }
  .reviews .reviews .user_comment #form_comments {
    width: 90%;
    margin: 25px auto;
  }
}
