html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.logo {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}

body {
  color: #444;
}

.service.link .service-contents {
  color: #444;
}

.service-icon img {
  width: 48px !important;
  height: 48px !important;
}

.service .image {
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 25px;
}

.service .image img {
  max-width: 100%;
  max-height: 150px;
}

.service h3 {
  font-weight: bold;
}

.outstanding {
  color: #407BFF;
}

.features li {
  padding-bottom: 10px !important;
}

.features-tight li {
  padding-bottom: 0px !important;
}

.site-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-background {
  background-repeat: no-repeat;
  background-position: center right;
}

.fingerprint-background {
  background-image: url("https://img.icons8.com/pastel-glyph/384/f0f0f0/fingerprint.png");
}

.prices-background {
  background-image: url("https://img.icons8.com/metro/256/f0f0f0/coins.png");
}

.support-background {
  background-image: url("https://img.icons8.com/ios-glyphs/256/f0f0f0/gears.png");
}

.contact-background {
  background-image: url("https://img.icons8.com/ios/256/f0f0f0/filled-message.png");
}

.resellers-background {
  background-image: url("https://img.icons8.com/ios-filled/256/f0f0f0/truck.png");
}

.retail-background {
  background-image: url("https://img.icons8.com/glyph-neue/256/f0f0f0/finish-flag.png");
}

@media (min-width: 768px) {
  .price-table > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .price-table > .row > div:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .price-table > .row > div:nth-child(2) {
    padding-left: 3rem;
    padding-right: 0;
  }
}

.price-table div {
  margin-top: auto;
  margin-bottom: auto;
}

.price-table .price {
  text-align: right;
  font-size: large;
  white-space: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-table .price:nth-child(2) {
  font-weight: bold;
}

.price-table .price:last-child {
  font-size: 175%;
}

.price-table h2 {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-table img {
  text-align: center;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.price-table img.store {
  max-height: 35px;
  max-width: 160px;
  padding: inherit;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-left: 1.5em;
}

@media (max-width: 992px) {
  .price-table img.store {
    max-height: 30px;
    max-width: 120px;
  }
}

.price-table table img {
  width: 100%;
}

.price-table table td:first-child {
  padding-right: 1rem;
}

.price-table table td:nth-child(2) img:first-child {
  padding-bottom: 0;
}

.price-table .feature-icons {
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.price-table .feature-icons img {
  width: 24px;
  padding-top: 5px;
  padding-bottom: 0;
}

.faq > div {
  padding-top: 80px;
}

.faq img {
  height: 64px;
}

.faq h5 {
  font-weight: bold;
  font-size: 16px;
}

.faq .bullet {
  display: grid;
  grid-template-columns: 90px auto;
}

.faq .bullet > div {
  padding: 10px;
}

#unsupported-devices {
  text-align: center;
}

#unsupported-devices img {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

input,
textarea {
  border: 1px solid #CCC !important;
  border-radius: 20px;
  resize: none;
}

h4 > img {
  width: 48px;
}

.payment-methods {
  text-align: center;
}

.payment-methods img {
  height: 48px;
}

.warning-list {
  padding-left: 30px;
}

.warning-list li {
  list-style-image: url("https://img.icons8.com/fluent/24/000000/error.png");
}

.text-100 {
  font-size: 100% !important;
}

img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}

.btn-outline-success {
  font-size: 13px;
}

#main-index-image,
#main-mobile-image {
  position: relative;
}

#main-index-image img,
#main-mobile-image img {
  top: 0px;
  left: 0px;
  position: absolute;
}

#main-index-image img:first-child,
#main-mobile-image img:first-child {
  position: relative;
}

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05rem;
}

@media (max-width: 576px) {
  .untree_co-hero .row {
    padding-bottom: 0px !important;
  }
}

a:hover {
  text-decoration: none;
}

#pricing img {
  height: 90px;
  padding-bottom: 10px;
}

input[name="hp"] {
  display: none;
}
