.qrCode {
  position: fixed;
  right: 0;
  top: 70%;
  width: 130px;
  padding: 15px 10px 0;
  border-radius: 5px;
  height: 130px;
  color: #fff;
  text-align: center;
  background-color: rgb(65, 47, 179);
}

.qrCode img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.contact {
  padding: 100px 0;
}

.contact .row {
  align-items: center;
}
.contactWay {
  font-size: 15px;
  color: #777;
  line-height: 36px;
  padding-left: 90px;
}

.contactWay h3 {
  font-size: 26px;
  color: #222222;
  padding-bottom: 15px;
  font-weight: bold;
}

i.icon-box {
  background-color: rgb(65, 47, 179);
}

i.icon-xs {
  font-size: 16px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-bottom: 7px !important;
  margin-right: 7px !important;
  width: 30px !important;
}

i.icon-box {
  border-radius: 4px;
  color: #fff;
  font-size: 45px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
@media (max-width: 1200px) {
  .contact {
    padding: 70px 0;
  }

  .contactWay {
    padding-left: 0;
  }

  .contactWay h3 {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .contact {
    padding: 40px 0;
  }

  .contactWay {
    padding-bottom: 15px;
    font-size: 14px;
  }

  .contactWay h3 {
    padding-bottom: 10px;
  }
}
