.banner {
  text-align: center;
  background: url(/assets/images/reviews/banner-bg.png) no-repeat;
  background-size: cover;
  padding: 80px 0 100px 0;
}
.banner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #091871;
  margin-bottom: 10px;
}
.banner .desc {
  font-size: 20px;
  color: #333333;
  line-height: 26px;
}
.media {
  background: #d8e0f5;
}
.media .radio-item {
  text-align: center;
  padding: 28px 0;
  border-top: 4px solid transparent;
}
.media .radio-item .icons {
  width: 55px;
  height: 55px;
  background: url(/assets/images/reviews/ic-tab.png) no-repeat;
  background-position: 0 0;
  margin: 0 auto 15px;
}
.media .radio-item .icons-2 {
  background-position: -220px 0;
}
.media .radio-item .text {
  font-size: 22px;
  font-weight: 600;
  color: #8592b0;
  line-height: 24px;
}
.media .radio-item.active {
  background: #f7f7f7;
  border-top: 4px solid #5683f4;
  box-shadow: 0px -12px 20px 0px rgba(86, 131, 244, 0.2);
  transition: all 0.5s ease-in-out;
}
.media .radio-item.active .icons {
  background-position: -110px 0;
}
.media .radio-item.active .icons-2 {
  background-position: -330px 0;
}
.media .radio-item.active .text {
  color: #1a1a1a;
}
.media-content {
  padding: 100px 0 140px 0;
  background: #f7f7f7;
  /*pagination*/
  /*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
  /*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
}
.media-content #one,
.media-content #two {
  display: none;
}
.media-content .div_show {
  display: block !important;
}
.media-content #review-list {
  display: flex;
  flex-wrap: wrap;
}
.media-content .cl dl {
  width: 50%;
  margin-bottom: 40px;
}
.media-content .cl .item {
  width: 560px;
  background: #ffffff;
  border-radius: 10px;
  margin: auto;
  transition: transform 0.3s;
}
.media-content .cl .item:hover {
  transform: translateY(-10px);
}
.media-content .cl .icons {
  position: relative;
  min-height: 80px;
  border-bottom: 1px solid #f2f2f2;
}
.media-content .cl .icons img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.media-content .txt-box {
  padding: 40px 32px;
}
.media-content .txt-box img {
  vertical-align: bottom;
}
.media-content .txt-box .sym {
  margin-right: 12px;
}
.media-content .txt-box .desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
  min-height: 150px;
}
#user-list{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.media-content #user-list .item .icons {
  border-bottom: none;
  min-height: 120px;
}
.media-content #user-list .item .txt-box {
  padding: 0px 30px 30px;
}
.media-content #user-list .item .desc {
  min-height: 90px;
}
.media-content .pagination {
  margin-top: 40px;
}
.media-content ul.simple-pagination {
  list-style: none;
}
.media-content .simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
}
.media-content .simple-pagination ul {
  list-style: none;
  padding: 0;
  display: table;
  margin: auto;
}
.media-content .simple-pagination ul:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  height: 0;
}
.media-content .simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.media-content span.ellipse.clickable {
  cursor: pointer;
}
.media-content .ellipse input {
  width: 3em;
}
.media-content .compact-theme a,
.media-content .compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #aaa;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
}
.media-content .compact-theme a:hover {
  text-decoration: none;
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* IE10+ */
  background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* W3C */
}
.media-content .compact-theme li:first-child a,
.media-content .compact-theme li:first-child span {
  border-left: 1px solid #aaa;
  border-radius: 3px 0 0 3px;
}
.media-content .compact-theme li:last-child a,
.media-content .compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;
}
.media-content .compact-theme .current {
  background: #bbbbbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* W3C */
  cursor: default;
}
.media-content .compact-theme .ellipse {
  background: #eaeaea;
  padding: 0 10px;
  cursor: default;
}
.media-content .pagination {
  border-radius: 2px;
  padding: 0;
  text-align: center;
}
.media-content .light-theme a,
.media-content .light-theme span {
  float: left;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #f0f4f7;
  padding: 3px 11px;
  margin: 0 20px 0 0;
  border-radius: 5px;
  min-width: 30px;
  box-sizing: border-box;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); !* FF3.6+ *!
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); !* Chrome,Safari4+ *!
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Chrome10+,Safari5.1+ *!
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Opera11.10+ *!
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); !* IE10+ *!
    background: linear-gradient(top, #ffffff 0%, #efefef 100%); !* W3C *!*/
}
.media-content .light-theme a:hover,
.media-content .light-theme span:hover {
  text-decoration: none;
  background: #2d85ff;
  color: #fff;
  border-color: #2d85ff;
}
.media-content .light-theme .current {
  background: #2d85ff;
  color: #fff;
  border-color: #2d85ff;
  cursor: default;
}
.media-content .light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.media-content .simple-pagination li:nth-last-child(1) span,
.media-content .simple-pagination li:nth-last-child(2) span,
.media-content .simple-pagination li:nth-last-child(1) a,
.media-content .simple-pagination li:nth-last-child(2) a,
.media-content .simple-pagination li:nth-child(1) span,
.media-content .simple-pagination li:nth-child(2) span,
.media-content .simple-pagination li:nth-child(1) a,
.media-content .simple-pagination li:nth-child(2) a {
  background-color: #ffffff;
  color: #333333;
  border-color: #e9ecf3;
}
.media-content .simple-pagination li:nth-last-child(1):hover span,
.media-content .simple-pagination li:nth-last-child(2):hover span,
.media-content .simple-pagination li:nth-last-child(1):hover a,
.media-content .simple-pagination li:nth-last-child(2):hover a,
.media-content .simple-pagination li:nth-child(1):hover span,
.media-content .simple-pagination li:nth-child(2):hover span,
.media-content .simple-pagination li:nth-child(1):hover a,
.media-content .simple-pagination li:nth-child(2):hover a {
  background-color: #2d85ff;
  color: #fff;
  border-color: #2d85ff;
}
.media-content .dark-theme a,
.media-content .dark-theme span {
  float: left;
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555;
  /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%, #333 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(top, #555 0%, #333 100%);
  /* W3C */
}
.media-content .dark-theme a:hover {
  text-decoration: none;
  background: #444;
}
.media-content .dark-theme .current {
  background: #222;
  color: #fff;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}
.media-content .dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.media-content .light-theme .ratio {
  border: none;
  background: none;
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  .media-content .cl dl {
    padding: 0 15px;
  }
  .media-content .cl .item {
    width: 100%;
  }
  .media-content .txt-box .desc {
    min-height: 280px;
  }
}
@media screen and (max-width: 676px) {
  .media-content .cl dl {
    width: 100%;
    padding: 0 15px;
  }
  .media-content .cl .item {
    width: 100%;
  }
  .media-content .txt-box .desc {
    min-height: auto;
  }
}
.get {
  padding: 80px 0 75px 0;
  background: url(/assets/images/reviews/bg2.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.get h2 {
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
}
.get .btn {
  width: 220px;
  height: 52px;
  background: #0ebe64;
  box-shadow: 0px 8px 20px 0px rgba(5, 24, 47, 0.2);
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 52px;
  margin-top: 45px;
}
.get .btn:hover {
  opacity: 0.9;
}
