h1,h2{
font-weight: bold;

}

h2{
  font-size: 40px;
}
#banner {
  background: #1459d3;
}
.ms {
  max-width: 1050px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9)!important;
  font-size: 24px;
}
.comparison{
  background:#F0F0F0;
  padding: 100px 0;
}
.container{

  padding:  0;
}
.comparison .content-wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.comparison table {
  width: 100%;
}
.comparison thead th,
.comparison tbody td {
  width: 30%;
  text-align: center;
  padding-right: 0 !important;
  vertical-align: middle;
}
.comparison tbody td{
color: #2F2F2F;
}
.comparison tbody a.link{
  color: #2280E1;
}
.comparison thead tr th{
  font-size: 20px;
font-weight: bold;
letter-spacing: 1px;
}
.comparison tbody td:first-child {
  width: 30%;
  text-align: left;
}
.comparison thead th:nth-child(2) {
  width: 46%;
}
.comparison thead th:nth-child(3) {
  width: 14%;
}
.comparison tbody td:nth-child(2) {
  text-align: left;
}
.comparison tbody tr:nth-child(even){
  background: #ffffff;
}
.comparison table{
  border-collapse: collapse;
}
.comparison tbody tr{
  background: #ffffff;
 border-bottom: 1px solid #DADDEA;
}
.comparison tbody tr td:first-child span {
  background-image: url(/assets/images/icons/eula-icon2.png);
}
tbody tr:first-child td:first-child span {
  background-position-y: -150px;
}
tbody tr:nth-child(2) td:first-child span {
  background-position-y: 0;
}
tbody tr:nth-child(3) td:first-child span {
  background-position-y: -33px;
}
tbody tr:nth-child(4) td:first-child span {
  background-position-y: -121px;
}
tbody tr:last-child td:first-child span {
  background-position-y: -63px;
}
.comparison .content-wrapper > p {
  padding: 3% 0;
}
.comparison thead{
  background: #4574C6;
}
.comparison thead th{
  text-align: center;
}
.comparison .btn-group a {
  display: inline-block;
  width: 25%;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.comparison .btn-group a:first-child {
  margin-right: 2%;
}
.comparison thead th:nth-child(2) {
  padding-left: 0;
}
.link.arrow::after {
  background-position-y: -123px;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .comparison .content-wrapper {
    width: 100%;
  }
  .comparison .btn-group a {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .comparison .btn-group a {
    width: 30%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .comparison tbody tr td:first-child span {
    display: none;
  }
  .comparison .btn-group a:first-child {
    margin-bottom: 4%;
  }
}
/* 6 */
.cnt-sales {
  background: #F7F7F7;
  padding: 90px 0 100px;
}
.f-ib{
  display: inline-block;
  vertical-align: middle;
}
.cnt-sales h2 {
  margin-bottom: 40px;
}

.cnt-sales .img {
  margin-left: 128px;
}

.cnt-sales .faq-con > li {
  padding: 0 30px;
  width: 720px;
  min-height: 58px;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=6);
  border-radius: 10px;
  margin-bottom: 10px;
}

.cnt-sales .faq-con > li:last-child {
  margin-bottom: 0;
}

.cnt-sales .faq-con .f-title {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 10px 20px 0;
  font-weight: bold;
}

.cnt-sales .faq-con .f-title:after {
  position: absolute;
  top: 27px;
  right: 0px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  transition: 0.5s ease-in-out;
}
.cnt-sales .faq-con .f-title.active:after {
  border-top-color: #091871;
}

.cnt-sales .faq-con .active:after {
  transform: rotate(180deg);
}

.cnt-sales .faq-con .f-info {
  font-size: 16px;
  padding-bottom: 20px;
  display: none;
}
@media all and (min-width: 1201px) {
  .cnt-reviews .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row nowrap;
  }
  .cnt-reviews .row .col-6 .toggle-reviews {
    min-height: 100%;
  }
  .txt-item > p {
    min-height: 128px;
  }
  .tb-outer {
    overflow: visible !important;
  }
}
@media all and (max-width: 1200px) {
  .sys-wrap {
    padding: 0 15px;
  }
  .center-img {
    display: none;
  }
  .why-mn-txt dl:before {
    content: none;
  }
  .cnt-reviews .row,
  .why-mn-txt {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .why-mn-txt dl {
    position: static;
    flex-basis: 50%;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cnt-reviews .row .col-6 {
    flex-basis: 100%;
    margin: 10px 0;
  }
  .tbox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .tbox .f-ib {
    order: 2;
    flex-basis: 100%;
  }
  .cnt-sales .faq-con > li {
    width: 100%;
  }
  .cnt-sales .img {
    flex-basis: 100%;
    margin: auto;
    order: 1;
    margin-bottom: 20px;
  }
  .cnt-sales h2 {
    text-align: center;
    padding: 0 15px;
  }
}
@media screen and (max-width:767px) {
  .container{
    margin: 0;
    padding: 0 15px;
  }
}