html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.mobile-container,
.tablet-container,
.tv-container {
  position: relative;
  display: inline-block;
}

.mobile-container .frame,
.tablet-container .frame,
.tv-container .frame {
  position: relative;
}

.mobile-container .content,
.tablet-container .content,
.tv-container .content {
  position: absolute;
}

.mobile-container .content {
  top: 6.2%;
  left: 12%;
  height: 87.5%;
}

.tablet-container .content {
  top: 9%;
  left: 6.6%;
  width: 87%;
}

.tv-container .content {
  top: 6.7%;
  left: 4.4%;
  width: 91.7%;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-height: 38px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: bold;
  color: #ae2038;
}

.header-hero .mobile-container {
  position: absolute;
  right: -5%;
  bottom: 0.8%;
  width: 30%;
}

.header-hero-content .header-title {
  font-size: 30px;
}

.header-hero-content .header-title span {
  font-size: 42px;
}

@media (min-width: 992px) {
  .header-hero-content ul {
    margin-right: 45px;
  }
}

.single-features .features-icon {
  background: none;
}

.single-services,
.single-pricing {
  height: 100%;
}


.single-services .services-icon img {
  width: 46px;
}

.download-area .download-image {
  padding-top: 40px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .download-area .download-image {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .store-list {
    text-align: center;
  }
}

.store-list li {
  margin: 3px;
}

.store-list .services-icon {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.about-area {
  background-color: inherit;
}

.about-image .app {
  box-shadow: none;
  max-width: 310px;
  top: 89px;
  left: 77px;
}

.about-area ul li {
  display: inline-block;
  max-width: 240px;
  margin-top: 20px;
  margin-right: 20px;
}

.swiper-container {
  perspective: 1065px;
}

.swiper-slide {
  width: 260px;
  margin-top: 53px;
  border-radius: 40px;
}

.swiper-slide-active.swiper-slide {
  border-radius: 40px;
}

.url-block {
  background: #1e1e1e;
  padding: 10px;
  color: #fff;
  white-space: nowrap;
}

.url-block .url {
  color:#4aa3df;
}

.url-block .param {
  color:#98c379;
}

.slick-initialized .slick-slide {
  height: 100%;
}

.toggle-review {
  cursor: pointer;
}

.testimonial-text .text {
  text-align: justify;
}

.card-body ul {
  list-style-type: disc;
  padding-left: 20px;
}