.protection-tag-page {
  background: #000;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 140px;
}
.protection-tag-page .spritespin {
  margin-bottom: 60px;
  padding-top: 68.125% !important;
  width: 100% !important;
}
.protection-tag-page p {
  font-size: 13px;
  line-height: 24px;
}
.protection-tag-page h1 {
  margin-bottom: 15px;
  font-size: 32px;
}
.protection-tag-page h2 {
  margin-bottom: 50px;
}
.protection-tag-page h3 {
  font-size: 16px;
}
.protection-tag-page .col-form-label {
  font-size: 14px;
  padding-right: 10px;
}
.protection-tag-page .pt-note {
  margin-bottom: 70px;
}
.protection-tag-page .pt-point-wrapper {
  margin-bottom: 80px;
}
.protection-tag-page .pt-point-wrapper .pt-point {
  text-align: center;
  padding: 0 20px;
}
.protection-tag-page .pt-point-wrapper .ptimg {
  margin-bottom: 10px;
}
.protection-tag-page .btn-ptbuy {
  background: #ff5817;
  color: #fff;
  border: 1px solid #ff5817;
  font-weight: normal;
  border-radius: 27px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 13px 0;
  width: 100%;
}
.protection-tag-page .btn-ptbuy:hover {
  background: #fff;
  color: #ff5817;
  border: 1px solid #ff5817;
}
.protection-tag-page .btn-tilebuy {
  background: #002A80;
  color: #fff;
  border: 1px solid #002A80;
  font-weight: normal;
  border-radius: 27px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 13px 0;
  width: 100%;
}
.protection-tag-page .btn-tilebuy:hover {
  background: #fff;
  color: #00153f;
  border: 1px solid #00153f;
}
.protection-tag-page .btn-tilebuy-disabled {
  background: #999;
  color: #fff;
  border: 1px solid #999;
}
.protection-tag-page .btn-tilebuy-disabled:hover {
  background: #999;
  color: #fff;
  border: 1px solid #999;
}

.tile-video-box {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}
.tile-video-box video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.tile-video-box .sound-button {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1001;
}
.tile-video-box .sound-button i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
}
.tile-video-box .sound-button i:hover {
  color: rgb(255, 255, 255);
}
.tile-video-box .sound-button i.fa-volume-mute {
  display: block;
}
.tile-video-box .sound-button i.fa-volume-up {
  display: none;
}
.tile-video-box .sound-button.muted i.fa-volume-mute {
  display: none;
}
.tile-video-box .sound-button.muted i.fa-volume-up {
  display: block;
}

.tileimg {
  padding-top: 100%;
  background-size: cover;
  margin-bottom: 20px;
}

.protection-tag-page .pt-point-wrapper .pt-point.tile-point {
  padding-left: 30px;
  padding-right: 30px;
}

.spec-wrapper {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.spec-wrapper .pt-point {
  margin-bottom: 0px;
}

.tile-page h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.tile-apps {
  background: #BBBBBB;
  padding: 35px 0 40px;
}
.tile-apps .tile-app-note {
  padding: 1px;
  background: #002A80;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .protection-tag-page .spritespin {
    padding-top: 100% !important;
    height: 1px !important;
  }
  .protection-tag-page .btn-ptbuy {
    font-size: 18px;
    padding: 10px 0;
  }
  .tile-page h2 {
    font-size: 18px;
  }
  .tile-apps .tile-app-note {
    font-size: 12px;
  }
}
