@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,700&family=Quicksand:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,700&family=Quicksand:wght@300;400&display=swap);
/** 
* General
*/
html,
body {
  overflow-x: hidden;
}

body, html {
  background: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-custom-grey {
  color: #7f7f7f !important;
}

.btn-custom-green {
  background-color: #75f32d !important;
}

.custom-green-btn {
  background-color: #75f32d !important;
  color: #000 !important;
}

.more-info-chev {
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.save-btn-container {
  bottom: 0;
  padding: 20px 22px 20px 10px;
  z-index: 999;
  box-shadow: 4px -3px 5px -3px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 4px -3px 5px -3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px -3px 5px -3px rgba(0, 0, 0, 0.09);
  border-top-right-radius: 10px;
}

.btn-danger-custom {
  color: #ffffff;
  background-color: #ff5552;
  border-color: #ff5552;
}

.btn-custom-delete {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  padding: 0.375rem 0.75rem !important;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
  color: #fff !important;
}

.pdf-file-btn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.add-to-home-container {
  z-index: 999;
  bottom: 20px;
  right: 20px;
}

.more-info-chev a {
  color: #fff;
  font-size: 7em;
}

.more-info-chev a:hover {
  color: #75f32d;
}

.password-toggler {
  width: 47px;
}

input[type=file] {
  color: transparent !important;
}

.photo-form-prev img {
  height: 120px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-about img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.photo-slide-thumb img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-about:hover {
  cursor: pointer;
}

.photo-slide-thumb:hover {
  cursor: pointer;
}

.accordion-button.accordion-disabled.fw-bold.bg-custom-light.ps-2.text-dark,
.accordion-button.fw-bold.bg-custom-light.ps-2.text-dark.collapsed,
.accordion-button.fw-bold.bg-custom-light.ps-2.text-dark {
  background: #fff !important;
  font-size: 1.125rem;
}

.accordion-button.fw-bold.bg-custom-light.ps-2.text-dark:focus {
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button.bg-custom-light.ps-2.text-white {
  background: #fff !important;
  font-size: 1.125rem;
}

.accordion-button.bg-custom-light.ps-2.text-white:focus {
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button.accordion-disabled.fw-bold.bg-custom-light.ps-2.text-dark::after {
  background: none !important;
}

#accordionPublic table,
.accordion-item {
  background: #fff;
}

.ql-editor p,
.accordion-body p {
  margin-bottom: 0px !important;
}

p,
a,
th,
td,
button {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.table tr th, .table tr td {
  color: #1d1d1d;
}

.fa-bar-size {
  font-size: 1.25rem;
}

.bg-black {
  background: #000000;
}

.bg-custom-grey {
  background: #7f7f7f;
}

.custom-btn {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.custom-btn:hover {
  background: #3b8af2;
}

.custom-btn-dash {
  background: #106eea;
  border: 0;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  padding: 0.375rem 0.75rem !important;
}

.custom-btn-dash:hover {
  background: #3b8af2;
}

.opaicity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.logo-subtitle {
  font-size: 40px;
}

.public-nav-logo span {
  font-size: 3em;
  font-weight: bold;
}

.public-nav-logo-mobile span {
  font-size: 1.7em;
  font-weight: bold;
}

.shadow-sm-light {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.075);
}

.accordion {
  border: 0.5px solid #999;
  border-radius: 4px;
}

.accordion-header {
  border-bottom: 0.5px solid #999;
}

.accordion-button.bg-dark.text-white {
  border-bottom: 0.5px #999 solid !important;
}

.form-control-grey:focus {
  background-color: #7f7f7f !important;
}

.custom-grey-bg {
  background: #a6a6a6;
}

.bg-custom-colour {
  background-color: #28a2dc !important;
}

.custom-green-bg {
  background: #75f32d;
}

.custom-colour {
  color: #75f32d !important;
}

.autoqr-logo img {
  border: 1px solid #fff;
}

#landingScrollBtn a span {
  position: absolute;
  bottom: 95px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg);
  animation: scrollBtn 2s infinite;
  box-sizing: border-box;
}
@keyframes scrollBtn {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
.modal-input:focus {
  background-color: #fff !important;
}

/** 
* Logo
*/
.auto-logo {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

/** 
* Auth
*/
.signin-table {
  padding-left: 11px;
  padding-right: 11px;
}

.signin-btn {
  width: 100%;
}

.auth-landing-container {
  padding: 50px 70px 20px 70px;
}

/** 
* Landing page
*/
.sign-in-edit-btn {
  border: 1px solid #fff;
}

.landing-container#one {
  background: url("/images/autoQR/bmw-classic-car-3.png") no-repeat;
  background-position: right;
  background-size: 60%;
}

.landing-one-heading {
  font-size: 3.99em;
  text-shadow: 0px 0px 11px rgb(0, 0, 0), 0px 0px 23px rgb(0, 0, 0);
}

.landing-container {
  padding: 50px 0px 20px 0px;
}

.section-container {
  padding: 0px 70px 0px 70px;
}

.landing-create-site-btn h2 {
  font-size: 3.99em;
}

.landing-page-2-txt p {
  font-size: 3em;
}

.landingpage-2-footer a {
  font-size: 1.5em;
}

.scan-qrcode-landing p {
  font-size: 1.4em;
}

.sign-in-edit-btn-container {
  vertical-align: bottom;
  padding-left: 20px;
}

.landing-brand {
  font-size: 6em;
}

.landing-desc-container {
  z-index: 999;
}

.fe-page-pad {
  padding-top: 10px;
}

.landing-home-header-img-1 {
  right: 0px;
  top: 20%;
  transform: translate(0%, -20%);
}

.landing-home-header-img-1 img {
  width: 100%;
}

.landing-home-header-img-2 {
  right: 0px;
  top: 5%;
  transform: translate(0%, -5%);
}

.landing-home-header-img-2 img {
  width: 100%;
}

.landing-header-cost {
  top: 55%;
  left: 40%;
  transform: translate(-40%, -55%);
}

.scan-qrcode-landing p,
.landing-page-2-txt p {
  font-weight: 600;
}

.header-cost-int {
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

.header-txt-content {
  z-index: 999;
}

.landing-subtitle {
  font-size: 0.8em;
}

.landing-list li {
  font-size: 1.6em;
  line-height: 1.2;
}

img.landing-qrcode-example-auto {
  width: 121px;
}

.autoqr-landing-example-qr {
  box-shadow: 0px 0px 21px -2px rgba(0, 0, 0, 0.4);
}

.scan-qrcode-eg-sm {
  display: none;
}

.landing-car-mobile {
  display: none;
}

.create-site-btn {
  width: 350px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}

.footer-info {
  line-height: 1.2;
  align-items: flex-end;
}

.landing-footer-other {
  margin-top: auto;
}

/** 
* Pricing policy page
*/
.club-discount-policy-table {
  width: 380px;
}

/** 
* Carousel
*/
.carousel__prev, .carousel__next {
  background: transparent !important;
}

.carousel__next {
  right: 20px !important;
}

.carousel__prev {
  left: 20px !important;
}

.carousel__next, .carousel_icon {
  width: 150px !important;
}

.carousel__prev, .carousel_icon {
  width: 150px !important;
}

.landing-carousel-title {
  top: 0;
  left: 0;
}
.landing-carousel-title .landing-carousel-title-container {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 10px 15px;
  border-bottom-right-radius: 20px;
}

.landing-carousel-footer {
  bottom: 0;
}
.landing-carousel-footer .landing-carousel-footer-container {
  background: rgba(0, 0, 0, 0.8);
}

/** 
* Backend
*/
.logo-transition {
  transition: opacity 1s linear;
}

.sidebar-item {
  padding: 0.55rem 1.5rem 0.55rem 1.2rem;
}

.sidebar-link {
  color: #999;
}

.router-link-active.router-link-exact-active.sidebar-link {
  color: #1d1d1d;
}

.wrapper {
  align-items: stretch;
  display: flex;
  width: 100%;
}
.wrapper #sideNavbar {
  direction: ltr;
  max-width: 200px;
  min-width: 200px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  box-shadow: 10px 0px 5px 0px rgba(255, 255, 255, 0.04);
}
.wrapper #sideNavbar .sidebar-brand {
  padding: 0.55rem 1.5rem 0.55rem 1.2rem;
}
.wrapper #sideNavbar ul.sidebar-nav {
  margin-top: 63px;
}
.wrapper .sidebar.collapsed {
  margin-left: -200px;
}
.wrapper .side-navbar-container a.side-navbar-brand {
  text-decoration: none;
  color: #1d1d1d;
}
.wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item {
  list-style: none;
}
.wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item a {
  color: #1d1d1d;
  text-decoration: none;
}
.wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item a:hover {
  color: #3490dc;
}
.wrapper .main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  width: 100%;
}
.wrapper .main .sidebar-toggle {
  cursor: pointer;
  color: #000;
}
.wrapper .content {
  direction: ltr;
  flex: 1;
  padding: 2.5rem 2.5rem 1.5rem;
}
.wrapper .delete-sub-photo-container {
  background: #dc3545;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
}

.footer-container {
  padding-bottom: 20px;
}

/** 
* Top navbar
*/
#topNavbar .initial-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #293042;
}

.qrcode-modal-display {
  width: 100%;
}

/** 
* Accessories
*/
.accessories-card {
  width: 18rem;
  border: 0;
}

/** 
* Public pages
*/
.menu-icon-btn {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent !important;
}

.img-preview {
  width: 200px;
}

.yt-overlay-icon .fa-youtube {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.8em;
}

.swiper {
  height: 65px;
}

.about-feature-photo {
  margin-bottom: 5px;
}

.nav-link.media-link {
  color: #f0f0f0;
}

.nav-tabs .nav-link.media-link.active,
.nav-tabs .nav-item.show .nav-link.media-link {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #999 #999 #000 !important;
}

.nav-tabs {
  border-bottom: 1px solid #000;
}

.landing-scan-txt {
  font-size: 1.6em;
}

.mobile-main-features {
  display: none;
}

/** 
* side offcanvas nav
*/
.side-slide-nav a.active {
  font-weight: 900;
}

/** 
* Vue swiper
*/
.swiper {
  max-height: 16% !important;
}

.swiper-slide {
  margin-right: 5px !important;
}

.video-thumb-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-thumb-slide:hover {
  cursor: pointer;
}

.container-margin-nav {
  margin-bottom: 65px;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.section-title span {
  color: #75f32d;
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #28a2dc;
  box-shadow: 0 0 29px 0 rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  width: 100%;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.icon-box a {
  text-decoration: none;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i,
.featured-services .icon svg {
  font-size: 48px;
  line-height: 1;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .title,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i,
.featured-services .icon-box:hover .icon svg {
  color: #fff;
}

/** 
* Quill editor
*/
.ql-editor.ql-blank {
  height: 200px;
}

.ql-formats button {
  position: relative;
  /** Set a tooltip with css pseudo-elements, when buttons are hover, active or focus  */
}
.ql-formats button:hover::after, .ql-formats button:active::after, .ql-formats button:focus::after {
  padding: 0.5em;
  border-radius: 0.4em;
  top: -120%;
  left: -10px;
  z-index: 999999;
  position: absolute;
  font-size: 12px;
}

/** Set tooltip content buttons **/
.ql-bold:hover::after, .ql-bold:active::after, .ql-bold:focus::after {
  content: "Bold";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -120% !important;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-italic:hover::after, .ql-italic:active::after, .ql-italic:focus::after {
  content: "Italic";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -120% !important;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-underline:hover::after, .ql-underline:active::after, .ql-underline:focus::after {
  content: "Underline";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -120% !important;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-link:hover::after, .ql-link:active::after, .ql-link:focus::after {
  content: "Hyperlink";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -120% !important;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-image:hover::after, .ql-image:active::after, .ql-image:focus::after {
  content: "Insert image";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -200% !important;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-picker.ql-header:hover::after, .ql-picker.ql-header:active::after, .ql-picker.ql-header:focus::after {
  content: "Headings";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -120% !important;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-color-picker:hover::after, .ql-color-picker:active::after, .ql-color-picker:focus::after {
  content: "Font colour";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -200%;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-font:hover::after, .ql-font:active::after, .ql-font:focus::after {
  content: "Font";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -120% !important;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-align:hover::after, .ql-align:active::after, .ql-align:focus::after {
  content: "Align text";
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  top: -200%;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-list[value=bullet]:hover::after, .ql-list[value=bullet]:active::after, .ql-list[value=bullet]:focus::after {
  content: "Bulleted List";
  top: -200%;
  font-weight: normal !important;
  background: #0d1e42 !important;
  color: white !important;
  padding: 0.5em !important;
  border-radius: 0.4em !important;
  left: -10px !important;
  z-index: 999999 !important;
  position: absolute !important;
  font-size: 12px !important;
}

.ql-toolbar-example .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-toolbar-example .ql-picker-label {
  display: inline-block;
  height: 100%;
  padding-left: 4px;
  position: relative;
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.ql-toolbar-example.ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-toolbar-example .ql-header svg,
.ql-toolbar-example .ql-font svg,
.ql-toolbar-example .ql-align svg {
  width: 20px;
}

.ql-toolbar-example .ql-header .ql-picker-label::before {
  content: "Normal";
}

.ql-toolbar-example .ql-font .ql-picker-label::before {
  content: "Sans Serif";
}

.ql-toolbar-example .ql-header {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-toolbar-example .ql-picker-label {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.ql-toolbar-example .ql-bold svg,
.ql-toolbar-example .ql-italic svg,
.ql-toolbar-example .ql-underline svg,
.ql-toolbar-example .ql-link svg,
.ql-toolbar-example .ql-image svg,
.ql-toolbar-example .ql-list svg,
.ql-toolbar-example .ql-color svg {
  width: 25px;
}

.scan-qrcode-landing-sm {
  display: none;
}

.mobile-text-content {
  display: none;
}

.mobile-only {
  display: none !important;
}

/** 
* Footer
*/
.mobile-footer-info {
  display: none !important;
}

.mobile-footer-cp {
  font-size: 0.7em;
}

.ql-tooltip.ql-editing {
  z-index: 999;
}

/** 
* Media queries
*/
@media screen and (min-width: 768px) {
  .signin-card-body {
    padding-top: 0px;
  }
}
@media screen and (min-width: 990px) {
  .about-feature-photo {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    height: 200px;
  }
  .swiper-wrapper img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1400px) {
  .landing-home-header-img {
    right: 55px;
    bottom: 0px;
  }
  .landing-home-header-img img {
    width: 110%;
  }
  .landing-page-2-txt p {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 990px) {
  .mobile-main-features {
    display: block;
  }
  .landing-car-mobile {
    display: none !important;
  }
  .landing-desc-container {
    background: url("/images/autoQR/classic-bmw-full.png") no-repeat;
    background-size: 200px;
    background-position: right 50px;
  }
  .landing-home-header-img-1,
.landing-home-header-img-2 {
    position: relative !important;
  }
  .landing-home-header-img {
    bottom: 0px !important;
  }
  .landing-home-header-img-1 {
    margin-top: 100px;
    transform: translate(0px, -50px);
  }
  .landing-home-header-img-1 img {
    width: 70%;
  }
  .header-txt-content {
    align-self: flex-start !important;
    margin-bottom: 15px !important;
  }
  .header-txt-content h1 {
    font-size: 1.2em;
  }
  .create-site-btn {
    margin-top: 0px !important;
  }
  .create-site-btn h2,
.mobile-main-features h3 {
    font-size: 1.2em;
  }
  .mobile-fw-btn {
    width: 100%;
  }
  .mobile-footer-info {
    display: block !important;
    padding-right: 0px !important;
  }
  .landing-one-heading {
    font-size: 1.8em;
  }
  .sign-in-edit-btn-container {
    padding-left: 5px;
  }
  .custom-menu-bars img {
    width: 30px !important;
  }
  .landing-container#one {
    background-position: top 100px right;
    background-size: 70%;
  }
  .scan-qrcode-landing-lg {
    display: none !important;
  }
  .scan-qrcode-landing-sm {
    display: block !important;
  }
  .scan-qrcode-landing p {
    font-size: 0.75em;
  }
  img.landing-qrcode-example-auto {
    width: 65px;
  }
  .mobile-text-content {
    display: block;
    margin-top: 10px;
  }
  .landing-create-site-btn h2 {
    font-size: 1.2em;
  }
  .landing-page-2-txt p {
    font-size: 1.2em;
    margin-bottom: 0px !important;
  }
  .landing-page-2-txt {
    margin: 20px 0px !important;
  }
  .landingpage-2-footer a {
    font-size: 0.84em !important;
  }
  .landingpage-2-footer p {
    font-size: 0.66em;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-supplier-page-container {
    padding: 0px 10px;
  }
  #heroMobile h1 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .add-to-home-container {
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    right: auto;
  }
  .autoqrnav-logo img,
.autoqrnav-logo a img {
    height: auto !important;
    max-height: none !important;
    width: 90% !important;
  }
  .logo-subtitle {
    font-size: 6vw;
    margin-bottom: 2px;
  }
  .hero-cta {
    padding-top: 20px;
  }
  #featured-services {
    padding-top: 0px;
  }
  .audio-delete-btn {
    text-align: start !important;
  }
  .photo-slide-thumb img {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile-landingpage1-txt {
    margin: 0px 0px 20px 0px !important;
  }
  .landing-one-heading {
    text-shadow: none !important;
    color: #000 !important;
  }
  .photo-about img {
    height: auto !important;
  }
  .footer-links,
.mobile-footer-links {
    margin: 0px !important;
    font-size: 0.9em;
  }
  .auth-landing-container {
    padding: 20px !important;
  }
  .landing-container#one {
    background: none;
  }
  .landing-container {
    padding: 20px 0px !important;
  }
  .landing-carousel-footer-container {
    padding: 4px 0px !important;
  }
  .section-container {
    padding: 0px 20px !important;
  }
  .landing-logo img {
    width: 150px !important;
  }
  .landing-home-header-img img {
    width: 100%;
  }
  .create-site-btn {
    font-size: 0.875rem;
    width: auto;
    height: auto;
  }
  .auto-logo-sm-center {
    text-align: center;
  }
  .sign-in-edit-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
  }
  .signin-card-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .signin-container,
.signin-inner-container {
    padding: 0px;
  }
  .img-preview {
    width: 100%;
    margin-top: 20px;
  }
  img {
    width: 100%;
  }
  .offcanvas-start {
    width: 100%;
  }
  .landing-car-desktop {
    display: none;
  }
  .landing-brand {
    font-size: 2.4em;
  }
  .landing-tagline {
    font-size: 0.87em;
  }
  .landing-home-header-img {
    right: auto;
  }
  .landing-home-header-img img {
    opacity: 0.5;
  }
  .landing-header-cost {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
  }
  .landing-home-header-img {
    top: 60%;
    transform: translate(0%, -60%);
  }
  .landing-list li {
    font-size: 0.9em;
  }
  .landing-scan-txt {
    font-size: 0.9em;
  }
  .scan-qrcode-eg-lg {
    display: none;
  }
  .scan-qrcode-eg-sm {
    display: block;
    padding-bottom: 10px;
  }
  .accessories-card {
    width: 100%;
  }
  .landingpage-2-footer a.other-footer-link {
    font-size: 1.7em !important;
  }
  .dashboard-table {
    width: 800px;
  }
}
@media screen and (max-width: 375px) {
  .landing-header-cost {
    top: 60%;
    left: 60%;
    transform: translate(-60%, -60%);
  }
  .landing-subtitle {
    font-size: 0.6em;
  }
  .landing-container#one {
    background-size: 55%;
    background-position: right 150px;
  }
  .landing-page-2-txt p {
    font-size: 0.9em;
  }
  .landingpage-2-footer a {
    font-size: 0.8em !important;
  }
  .landingpage-2-footer p {
    font-size: 0.5em;
  }
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media screen and (max-width: 320px) {
  .landing-container#one {
    background-position: right 110px !important;
  }
  .landing-one-heading {
    font-size: 1.2em;
  }
  .landing-page-2-txt {
    margin: 20px 0px 2px 0px !important;
  }
  .landingpage-2-footer a {
    font-size: 0.6em !important;
  }
}
/* ----------- 5SE 2nd GEN ----------- */
/* Portrait */
@media only screen and (min-device-width: 321px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .landing-container#one {
    background-position: right 110px !important;
  }
  .landingpage-2-footer a {
    font-size: 0.8em !important;
  }
  .landing-page-2-txt {
    margin: 20px 0px 2px 0px !important;
  }
}
/* ----------- Samsung S7 ----------- */
/* Portrait */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .landing-container#one {
    background-position: right 120px !important;
  }
  .landing-one-heading {
    font-size: 1.6em !important;
  }
}
/* ----------- iPhone 11 Pro ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .landing-container#one {
    background-position: right 180px !important;
  }
  .landing-one-heading {
    font-size: 1.8em !important;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .landing-container#one {
    background-position: right 150px !important;
  }
}
/* ----------- iPhone 11 Pro ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .landing-container#one {
    background-position: right 160px !important;
  }
}
/* ----------- iPhone 12/13 + Pro ----------- */
/* Portrait */
/* Portrait */
@media only screen and (min-device-width: 412px) and (max-device-width: 915px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .landing-container#one {
    background-position: right 130px !important;
  }
}
/* ----------- iPhone 11 Pro Max ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .landing-container#one {
    background-position: right 150px;
  }
  .landing-one-heading {
    font-size: 1.8em !important;
  }
}
/* ----------- iPhone 12/13 Pro Max ----------- */
/* Portrait */
@media only screen and (min-device-width: 428px) and (max-device-width: 926px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .landing-one-heading {
    font-size: 2em !important;
  }
}
