/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: "";
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#subbox1 {
  background-image: url(../images/bg13.jpg);
}

@media screen and (max-width: 1336px) {
  #subbox1 {
    background-position: -900px center;
  }
}
#box3 {
  background: url(../images/bg14.jpg) center bottom no-repeat #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
#box3 h2 {
  text-align: center;
  color: #FF9A1F;
  padding-bottom: 40px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
#box3 h3 {
  color: #FF9A1F;
}

#box3 .sw > a {
  -webkit-transform: translateY(115px);
      -ms-transform: translateY(115px);
          transform: translateY(115px);
  position: relative;
  z-index: 7;
  padding: 20px 50px 20px 50px;
}

.noli {
  opacity: 0.3;
}

.noliline {
  border: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.compare > div {
  width: 50%;
  text-align: left;
  background: #fff;
}

.compare h3 {
  background: #096ed2;
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  padding: 36px 5% 36px 5%;
}

.compare > div:nth-child(2) ul {
  border-left: 1px solid #e8e9eb;
}

.compare--3col > div:nth-child(3) ul {
  border-left: 1px solid #e8e9eb;
}

.compare > div:nth-child(2) h3 {
  background: #132441;
}

.compare ul {
  padding: 60px 10% 60px 10%;
}

.compare li {
  border-bottom: 1px solid #eee;
  margin: 9px 0 0 0;
  padding-bottom: 9px;
  display: block;
}

.compare li:last-child {
  border: 0;
}

@media screen and (max-width: 1336px) {
  .compare h2 {
    font-size: 30px;
  }

  .compare ul {
    padding: 50px 10% 50px 10%;
  }
}
@media screen and (max-width: 1012px) {
  #box3 {
    padding-top: 60px;
  }

  .compare {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .compare > div {
    width: 100%;
  }

  .noli {
    display: none !important;
  }
}
#box6 {
  padding-top: 130px;
}

#box7 {
  padding-top: 70px;
  padding-bottom: 80px;
}

.textimg3 > div {
  background: #f3f3f3;
}

.textimg3 > div:nth-child(2) {
  background-image: url(../images/pic15.jpg);
}