body{
  font-size: 14px !important;
  color: #4b4b4b;
  background-color: #fff !important;
}

h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}

video{
  width: 100%;
  height: auto;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 4.5rem;
  left: 0;
  height: 6rem;
  background: #ddd 0% 0% no-repeat padding-box !important;
  box-shadow: 0rem 0.2rem 0.8rem #00000029;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  opacity: 1 !important;
}

/* Banner Image */
.hero-wrapper{
  background-image: url('/assets/images/landing-image-cmp.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0rem !important;
  width: 100%;
  height: 50vw;
  background-position: bottom;
}

.hero-bg{
  height: inherit;
  display: flex;
  padding-left: 5%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.hero-text{
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  font-weight: bolder;
}

.hero-btn{
  width: 12rem;
  height: 3rem;
  border-radius: 4px;
  border-color: #29C7FF;
  color: #FFFFFF;
  background-color: #29C7FF;
  font-weight: bold;
  opacity: 0.8;
  justify-content: center;
}

.banner-text-wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 50rem;
}

/* Brand Logos */

.brand-logos-box{
  border: 2px solid #000;
  border-radius: 8px;
  box-shadow: 5px 10px #DCDCDC;
  background-color: #ffffff;
  margin-top: -2rem;
}

.brand-box {
  /*border: 1px solid #dddddd;*/
  /*background-color: #fff;*/
  text-align: center;
  padding: 10px;
  min-height: 150px;
  position: relative;
  margin: 1rem 0rem -2rem 0rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 4rem;
}

.sprite {
  background-image: url('/assets/images/home-page-sprite.png');
  background-repeat: no-repeat;
  display: block;
}

.sprite-aprilia {
  width: 99px;
  height: 58px;
  background-position: -10px -10px;
}

.sprite-bajaj {
  width: 116px;
  height: 45px;
  background-position: -129px -10px;
}

.sprite-bmw {
  width: 150px;
  height: 90px;
  background-position: -129px -75px;
}

.sprite-harleydavidson {
  width: 200px;
  height: 83px;
  background-position: -10px -185px;
}

.sprite-hero {
  width: 109px;
  height: 58px;
  background-position: -230px -185px;
}

.sprite-honda {
  width: 75px;
  height: 62px;
  background-position: -299px -10px;
}

.sprite-jawa {
  width: 100px;
  height: 56px;
  background-position: -299px -92px;
}

.sprite-kawasaki {
  width: 95px;
  height: 50px;
  background-position: -10px -92px;
}

.sprite-ktm {
  width: 103px;
  height: 42px;
  background-position: -230px -263px;
}

.sprite-mahindra {
  width: 200px;
  height: 100px;
  background-position: -10px -288px;
}

.sprite-resized_parking_new_icon {
  width: 51px;
  height: 51px;
  background-position: -230px -325px;
}

.sprite-royalenfield {
  width: 97px;
  height: 53px;
  background-position: -301px -325px;
}

.sprite-suzuki {
  width: 79px;
  height: 54px;
  background-position: -394px -10px;
}

.sprite-tvs {
  width: 108px;
  height: 68px;
  background-position: -359px -168px;
}

.sprite-yamaha {
  width: 110px;
  height: 45px;
  background-position: -359px -256px;
}

/* Video Banner */
.banner-box{
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}

.banner-box img{
  width: 100%;
}

.banner-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: black;
  opacity: 0.5;
}

.banner-text, .banner-sub-text{
  position: absolute;
  margin: 0 18px;
  line-height: 38px;
  color: white;
}

.banner-text {
  font-size: 30px;
  top: 60%;
  transform: translate(0, -60%);
  font-weight: 700;
}

.banner-sub-text{
  font-size: 14px;
  bottom: 97px;
  font-weight: 100;
  letter-spacing: 0.02em;
}

.banner-buttons{
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0px 16px;
  display: flex;
}

.buy-now-button{
  outline: none;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 12px;
  padding: 8px 25px;
}

.download-free-app-button{
  font-size: 16px;
  font-weight: 700;
  padding: 6px 10px;
  flex: 1;
}

/* Features */

.key-feature{
  height: 15rem;
}

.benefit-lookout{
  /*font-size: 1.5rem;*/
  /*font-weight: 500;*/
  letter-spacing: 0;
  opacity: 1;
  /*font-style: bold;*/
  margin-top: -0.2rem;
}

.feature-inline{
  margin-left: 5rem;
}

.key-feature-heading{
  margin-left: 3rem;
}

.feature-spacing{
  margin-top: 3rem;
  text-align: center;
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 20rem;
  height: 15rem;
  border: none !important;
  perspective: 1000px; /* Remove this if you don't want the 3D effect*/
  margin-top: 30px;
  margin-right: 30px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border: 0;
  /*border: 1px solid #000;*/
  border-radius: 8px;
  height: 15rem;
  margin-bottom: 1rem;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  /*background-color: #bbb;*/
  color: black;
}

/* Style the back side */
.flip-card-back {
  /*border: 1px solid #000;*/
  /*background-color: #FFFFFF;*/
  color: #000;
  padding: 2rem 2rem 2rem 2rem;
  transform: rotateY(180deg);
}

.flip-card-back p{
  font-size: 14px;
}

.card-img img{
  width: 50%;
}

.front-card-text{
  backface-visibility: hidden;
}



/* Request Callback Form */
.intro-form-wrapper{
  width: 100%;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.intro-form-wrapper .left{
  flex-basis: 320px;
  background-color:#0094de;
  /* padding-bottom: 11px; */
  border-radius: 8px;
  float: left;
}
.intro-form-wrapper .intro-form{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 42px;
}
.intro-form-wrapper .intro-features{
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.intro-form-wrapper>div:nth-child(2){
  background: white;
  flex-basis: 305px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.28);
}
.intro-form h1{
  font-size: 18px;
  color: #ffffff;
}
.intro-form form{
  padding-top: 23px;
}
.intro-form .form-control{
  background-color: transparent;
  border: 0;
  width: 220px;
  box-shadow: none;
  padding-left: 0px;
  border-bottom: 2px solid white;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  margin-bottom: 18px;
  caret-color: white;
  color: white;
}
.intro-form .form-control:focus{
  background-color: transparent;
}
.intro-form select.form-control option{
  color:black;
}
.intro-form .btn-primary{
  background-color:white;
  color:#0094de;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 21px;
  border-radius: 12px;
  border: 0px
}
.intro-form select.form-control{
  color:rgba(255, 255, 255, 0.8);
}

/* Placeholder color */
.intro-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.intro-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}
/* End of placeholder color */

.intro-features .intro-row{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}
.intro-features .intro-row>.intro-f-list{
  display: flex;
  flex-direction: row;
}
.intro-f-list>div:nth-child(1){
  flex-basis: 64px;
}
.intro-f-list ul.intro-list{
  padding-left:12px;
  list-style-image : url('/assets/images/li-arrow.svg');
}
.intro-f-list ul.intro-list li{
  font-size: 14px;
  margin-top: 2px;
  text-align: left;
}
.intro-features .intro-row>.ic-t-wrp{
  display: flex;
  flex-direction: row;
}
.ic-t-wrp div{
  flex-basis: 64px;
  text-align: center;
  margin-top: 15px;
}
.ic-t-wrp h1{
  flex : 1;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-top: 4px;
  /* justify-content:  */
}
.intro-more-features{
  flex-basis: 40px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0094de;
}

.intro-form-mob-tab{
  position: relative;
  top: -50px;
}

.cust-form .right{
  display: none;
}


/*Testimonials*/
.header-ajjas{
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  /*letter-spacing: 0;*/
  color: #000;
  opacity: 1;
  margin-top: 2rem;
}

.testimonials-bg{
  background: #F8F8F8 0% 0% no-repeat padding-box;
  opacity: 1;
}

.testimonials-line{
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
  color: #0A1647;
  opacity: 0.36;
}
/*#map { position:absolute; top:0; bottom:0; width:100%; }*/


/* Map With Stats */

.map-holder{
  /*margin-top: -12.5rem;*/
/*  display: flex;
  flex-direction: row;*/
}

.mapwrapper{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#map{
  height: 40.8rem;
}

.ajjas-stats{
  padding-bottom: 20px;
}

.stats-header{
  font-weight: bold;
  font-size: 1.5rem;
}

.ajjas-stats p.counting{
  font-size: 1.5rem;
  color: #0094de;
}

.ajjas-stats .head-title{
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #8E8E8E;
  opacity: 1;
}

.ajjas-stats .data-count{
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #0A1647;
  opacity: 1;
}

.track-numbers{
  font-size: 3.2rem;
  letter-spacing: 0;
  color: black;
  opacity: 1;
  text-align: center !important;
  /*font-weight: bold;*/
}

/* Pricing */
.pricing_container{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-wrap: wrap;
}

.pricing-box{
  border: 2px solid #000;
  background-color: #ffffff;
  margin-top: 2rem;
  box-shadow: 5px 10px #DCDCDC;
  border-radius: 8px;
  width: 80%;
  height: 35rem;
  /*float: right;*/
}

.pricing-box-left{
  float: right;
}

.pricing-box-right{
  float: left;
}

.pricing_btn{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pricing_col{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cart-section h2,p{
  font-weight: 300;
}

.cart-section{
  cursor: pointer;
}

.cart-section ul.feature1{
  padding: 10px 12px;
  list-style: none;
  /*list-style-image: url('../images/insta-tick.svg');*/
}

.cart-section ul>li{
  line-height: 20px;
}
.cart-section li>span{
  font-size: 16px;
  line-height: 2em;
  position: relative;
}
.cart-section .mrp{
  margin-top:15px;
  font-size: 16px;
  font-style:normal;
}

.cart-btn, .cart-btn:hover{
  transition: background-color 300ms;
  margin-top: 0px;
  width: 200px;
  border-radius: 18px;
  height: 36px;
}

.save-value{
  font-weight: bold;
  font-size: 2rem;
  color: #000;
}

.feature-details{
  color: green;
  font-size: 16px;
  font-weight: bold;
}

/* Features Banner */
.home-features-section {
  padding: 60px 0;
  position: relative;
}

.home-feature-bg {
  width: 90vw;
  height: 90vw;
  max-width: 450px;
  max-height: 450px;
  
  border-radius: 50%;
  background: linear-gradient(92.87deg, #B84DFF 0%, #664DFF 108.67%);
  opacity: 0.2;
  filter: blur(37.8855px);

  position: absolute;
  margin: auto;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
}

.home-feature {
  padding: 24px 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  z-index: 2;
}

.home-feature img {
  height: 450px;
}

.home-feature-name {
  padding-left: 12px;
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  display: block;
}

.home-feature-detail {
  display: none;
}

.home-features-header {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.home-features-section button {
  margin: 0 auto;
  padding: 6px 16px;
  position: relative;
  z-index: 5;
}

.home-features-section button img {
  padding: 0;
  padding-left: 8px;
}

/* Shop Banner */
.home-shop-banner {
  /* Height Equal to Image Height */
  height: 500px;
  width: 100vw;
  
  background: url("/assets/images/homepage/people.png");
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  text-align: center;
}

.home-shop-banner-bg {
  height: 100%;
  width: 100%;
  padding: 60px 0;

  background-color:rgba(0, 0, 0, 0);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  text-align: center;
}

.home-shop-banner-anim {
  background-color:rgba(0, 0, 0, 0.8);
}

.home-shop-banner-section {
  padding: 0 16px;
}

.home-shop-banner-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

.home-shop-banner-subheader {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
}

.home-shop-banner-text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.07em;
}

.home-shop-banner-buttons {
  width: 100%;
  padding: 0 20px;
  display: flex;
  opacity: 0;
  transition: opacity 700ms linear;
}

.home-shop-banner-buttons button {
  width: 100%;
  margin: 0 6px;
  padding: 8px 0;
  border-radius: 8px;
}

.home-shop-banner-top {
  opacity: 0;
  transform: translate3D(0, -80%, 0);
  transition: opacity 1400ms cubic-bezier(0.075, 0.82, 0.165, 1), transform 1400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.home-shop-banner-btm {
  opacity: 0;
  transform: translate3D(0, 80%, 0);
  transition: opacity 1400ms cubic-bezier(0.075, 0.82, 0.165, 1), transform 1400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.home-shop-banner-top-show,
.home-shop-banner-btm-show {
  opacity: 1;
  transform: translateY(0);
}

.home-shop-banner-buttons-show {
  opacity: 1;
}

/* Features Banner */
.features-banner {
  height: 310px;
  padding: 14px 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)), url("/assets/images/homepage/features.png");
  background-position: 50% 70%;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.features-banner-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.07em;
  color: #FFFFFF;
}

.features-banner-bottom {
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
}

.features-banner-button {
  padding: 0.3rem 1rem;
}

/* Products Banner */
.home-products-banner {
  padding: 16px;
  text-align: center;
}

.home-products-header {
  font-weight: 700;
  font-size: 24px;
}

.home-products-card {
  margin-top: 24px;
  border-radius: 15px;
  padding: 16px;
}

.home-products-card img {
  margin: 16px 0;
  width: 100%;
}

.home-product-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-product-prod {
  font-weight: 700;
  font-size: 20px;
}

.home-product-plan {
  padding: 0 8px;
  font-weight: 500;
  font-size: 12px;
  color: #CCCCCC;
}

.home-product-price-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-product-mrp {
  font-weight: 400;
  font-size: 12px;
  color: #CCCCCC; 
}

.home-product-sp {
  padding: 0 16px;
  font-weight: 700;
  font-size: 20px;
}

.home-product-dc {
  font-weight: 500;
  font-size: 12px;
}

.home-product-rating-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-product-rating-row img {
  width: 100px;
  margin: 8px 4px;
}

.home-product-button-row,
.home-product-button-row button {
  margin-top: 8px;
  margin-bottom: 12px;
  width: 100%;
  padding: 8px 0;
}

.home-product-button-row button img {
  margin: 0 8px;
  padding: 0;
  width: 16px;
}

/* Contact Us banner */

.contact-banner {
  padding: 40px 0;
  text-align: center;
  margin: -100px 0px 50px 0px;
}

.contact-header {
  margin-top: 1rem;
  font-size: 1rem;
}

.call-us-btn {
  margin-bottom: 24px;
}

.call-us-button:hover {
  text-decoration: none;
}

.contact-info-spacing {
  padding: 1.5rem 1rem 1rem 3rem;
}

.contact-info {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}

.contact-details {
  font-size: 1.15rem;
  color: #ffffff !important;
  display: block;
  margin-bottom: 8px;
}

.user-stories{
  margin-bottom: 64px;
  width: 100%;
  height: 400px;
  margin-top: 50px;
}

.ratings-and-reviews{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

.play-store-ratings-count{
  display: flex;
  flex-direction: column;
}

.play-store-ratings-count:first-child{
  margin-right: 24px;
}

.play-store-ratings-count:last-child{
  margin-left: 24px;
}

.play-store-ratings{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.play-store-ratings svg{
  width: 24px;
}

.rating-number{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.rating-number p {
  margin: 0px 4px 0px 0px !important;
  font-size: 30px;
  font-weight: 700;
}

.rating-number img{
  width: 20px;
}

.device-showcase{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.device-showcase-title, .device-showcase-pro{
  font-size: 28px;
  opacity: 1;
}

.device-showcase-title{
  font-weight: 100;
  margin-top: 64px;
}

.device-showcase-pro{
  font-weight: 900;
}

.device-guide{
  max-width: 80%;
}

.supported-brands-strip-cover{
  margin-top: 64px;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.supported-brands-strip-title{
  font-size: 28px;
  font-weight: 700;
  opacity: 1;
}

.supported-brands-strip{
  width: 100%;
  height: 101px;
  background-color: #1E1A22;
  margin-bottom: 64px;
  padding: 0px 20px;
  position:relative; 
  overflow:hidden;
}

.brand-logos-cover{
  position: absolute; 
  top: 50%; 
  left: 50px; 
  transform: translate(0, -50%);
  overflow: hidden; 
  white-space: nowrap;
  animation: bannermove 10s linear infinite;
  animation-direction: alternate;
}

.supported-brands-strip img{
  margin-right: 40px;
}

@keyframes bannermove {
  0% {
      transform: translate(0, -50%);
  }
  100% {
      transform: translate(-85%, -50%);
  }
}

.play-store-overall-rating{
  display: none;
}

.star-rating{
  display: none;
}

.app-store-icon{
  width: 24px;
} 

#videoModal {
  display: none;
}

/*=============================================================================================================================*/

@media (max-width: 320px) {
  .brand-box {
    width: 133px !important;
    padding: 0 !important;
  }
}

@media (min-width: 321px) and (max-width: 360px)  {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .brand-box {
    width: 105px !important;
    padding: 0 !important;
  }
  .subheadline{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .hero-top{
    margin-top: 0.5rem;
  }
}

@media (min-width: 361px) and (max-width: 400px){
  .brand-box {
    width: 110px !important;
    padding: 0 !important;
  }
  .subheadline{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .hero-top{
    margin-top: 0.5rem;
  }
}

@media(min-width: 415px) and (max-width: 455px){
  .brand-box {
    width: 135px !important;
  }
}

@media (max-width: 640px) {
  .hero-wrapper{
    height: 115vw;
    background-position: bottom;
  }
  .hero-text{
    font-size: 1.3rem;
  }
  .feature-spacing{
    margin-top: 6rem;
  }
  .banner-text-wrapper{
    width: 90%;
  }
  .intro-form-wrapper{
    height: 30rem;
  }
  .callback-right{
    visibility: hidden;
  }
  .intro-form-wrapper .left{
    margin-right: -5rem;
  }
  .intro-form-wrapper .intro-features{
    padding-top: 0px;
    clear: both;
  }
  .intro-form-wrapper>div:nth-child(2){
    flex-basis: 0px;
  }
  .intro-form form {
    padding: 0;
  }
  .cart-section li>span{
    font-size: 14px;
  }
  .hero-bg{
    /*background-color: rgba(10, 22, 71, 0.7);*/
    opacity: 1;
    justify-content: end;
  }
  .tagline{
    font-size: 2.2rem;
    padding-left: 1.5rem;
    opacity: 1;
    margin-top: 6vh;
  }
  .tagline h1{
    font-size: 2.2rem;
  }
  .sub-tagline{
    font-size: 1.3rem;
    padding-left: 1.5rem;
    width: 90%;
    opacity: 1;
  }
  .sub-tagline h2{
    font-size: 1.3rem;
  }
  .watch-video{
    width: 13.2rem;
    height: 3.2rem;
    margin-left: 1.5rem;
    font-size: 1.2rem;
    opacity: 1;
  }
  .inquire-btn{
    width: 13.2rem;
    height: 3.2rem;
    margin-left: 1.5rem;
    font-size: 1.2rem;
    opacity: 1;
  }
  .header-ajjas{
    font-size: 1.8rem;
  }
  .feature-section .image-holder{
    height: 3.7rem;
    width: 3.7rem;
    border-radius: 0.5rem;
  }
  .feature-section .title{
    font-size: 1.2rem;
  }
  .feature-section .meta{
    font-size: 1.7rem;
  }
  .feature-section .desc{
    display: none;
  }
  .feature-section .read-more{
    font-size: 1rem;
  }
  .clocking-header{
    font-size: 1.5rem;
    text-align: center;
  }
  .track-numbers{
    /*font-weight: bold;*/
    font-size: 2.2rem;
  }
  #map-frame{
    height: 18.7rem;
  }
  .user-contact .user-input-form{
    margin-left: 0rem;
    margin-right: 0rem;
  }
  #contact-us .btn{
    font-size: 1rem;
  }
  .user-input-form .header-ajjas{
    width: 80%;
    margin-left: 10%;
  }
  .user-input-form .meta{
    width: 80%;
    margin-left: 10%;
  }
  #contact-us .text-input{
    /*margin-left: 10%;*/
  }
  .key-feature-heading{
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
  .benefits-style{
    z-index: 0;
    padding-bottom: 50px;
  }
  .drop-down-border{
    margin-left: 1rem;
  }
  .contact-info-spacing{
    padding: 1rem 1rem 1rem 1rem;
  }
  .cart-section ul.feature1{
    padding: 15px 15px;
  }
  .hero-top{
    margin-top: 2rem;
  }
  .hero-btn{
    margin-top: 0.2rem;
  }
  .benefit-right{
    margin-right: 1rem;
  }
  .brand-box {
    height: 70px;
    width: 122px;
    margin: 0.1rem;
    padding: 5px;
  }
  .feature-img-mob{
    width: 100%;
    text-align: center;
    /*padding-left: 3rem;*/
    margin-bottom: 1rem;
  }
  .benefit-lookout {
    margin-left: 1.5rem;
  }
  .feature-inline{
    margin-left: 1rem;
  }
  .call-us-btn-top{
    margin-top: 1rem;
  }

  .flip-card {
    margin-left: 2.5rem;
  }
  .pricing_container{
    flex-direction: column;
  }
  .pricing-box{
    width: 100%;
    height: 33rem;
  }
  .pricing-box-left,
  .pricing-box-right{
    float: none;
    /*height: 40rem;*/
  }
  /*.circle{
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0px;
    margin-right: 0px;
  }*/
  /* smartphones, iPhone, portrait 480x320 phones */
}

@media (min-width: 641px) and (max-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .flip-card {
    margin-left: 2rem;
    margin-top: 30px;
    margin-right: 0px;
  }
  .pricing-box-left,
  .pricing-box-right{
    float: none;
  }
  .brand-box{
    width: 135px;
  }
}

@media (min-width: 962px) and (max-width: 1000px) {
  .cart-section ul.feature1 {
    /*padding: 10px 75px;*/
  }
}

@media (min-width: 962px) and (max-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
  .flip-card {
    width: 14rem;
    margin-right: 10px;
  }
  .flip-card-back{
    padding: 2rem 1rem 2rem 1rem;
  }
  .flip-card-back p{
    font-size: 12px;
  }
  .pricing-box{
    width: 100%;
    height: 37rem;
  }
  .brand-box{
    width: 150px;
  }
}

@media(min-width: 1024px) and (max-width: 1045px){
  .flip-card {
    width: 13rem;
  }
}

@media(min-width: 1046px) and (max-width: 1280px) {
  .flip-card {
    width: 14rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .cart-section ul.feature1 {
    padding: 10px 17px;
  }
  .pricing-box{
    padding: 0;
    margin: 0;
  }
  .flip-card-back{
    padding: 1rem 2rem 2rem 2rem;
  }
  .flip-card-back p{
    font-size: 11px;
  }
}

@media(min-width: 1044px) and (max-width: 1108px){
  .flip-card {
    width: 14rem;
  }
}

@media(min-width: 1281px) and (max-width: 1316px){
  .flip-card {
    width: 16rem;
  }
  .flip-card-back p{
    font-size: 13px;
  }
}

@media(min-width: 1317px) and (max-width: 1392px){
  .flip-card {
    width: 16rem;
  }
}


@media(min-width: 1393px) and (max-width: 1450px){
  .flip-card {
    /*width: 40%;*/
  }
  .flip-card-back p{
    font-size: 15px;
  }
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
  .cart-section ul.feature1 {
    padding: 10px 17px;
  }
  .flip-card {
    width: 45%;
    height: 20rem;
  }
  .flip-card-front, .flip-card-back{
    height: 18rem;
  }
}

@media (min-width: 2560px){
  .flip-card {
    width: 45%;
    height: 26rem;
  }
  .flip-card-front, .flip-card-back{
    height: 26rem;
  }
  .flip-card-back p{
    font-size: 26px;
  }
}

@media screen and (max-width: 25cm){
  .hero-bg{
    height: unset;
    padding-top: 4vh;
  }

  .hero-btn:last-child{
    margin-top: 2vh;
  }
}

/* redesigned */

@media (max-width: 400px) {
  .home-product-prod {
    font-size: 16px;
  }

  .home-product-plan {
    font-size: 10px;
  }
}

@media only screen and (min-width: 900px) {
  .banner-box{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .banner-box video{
    height: 100vh;
    transform: scale(1.1);
  }

  .banner-text, .banner-sub-text{
    margin: 0 40px;
  }

  .banner-text{
    font-size: 50px;
    font-weight: 700;
    top: 60%;
    max-width: 560px;
    line-height: 60px;
  }

  .banner-sub-text{
    font-size: 24px;
    top: 72%;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .banner-buttons{
    position: absolute;
    top: 80%;
    width: 100%;
    padding: 0px 40px;
    display: flex;
  }

  .buy-now-button{
    font-size: 24px;
    border-radius: 10px;
    font-weight: 700;
    margin-right: 32px;
    height: 53px;
    padding: 5px 40px;
  }

  .download-free-app-button{
    height: 53px;
    padding: 12px 50px;
    flex: unset;
    font-size: 24px;
  }

  .play-store-ratings-count{
    flex-direction: row;
  }

  .play-store-ratings{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px;
  }

  .play-store-reviews{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .play-store-overall-rating{
    display: block;
  }

  .rating-number{
    display: none;
  }

  .star-rating{
    display: block;
    width: 165px;
  }

  .play-store-icon{
    margin-bottom: 18px;
    width: 38px !important;
  }

  .play-store-overall-rating{
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
  }

  .all-reviews-count{
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
  }

  .app-store-icon{
    width: 40px;
    margin-bottom: 18px;
  }

  .play-store-ratings-count:first-child{
    margin-right: 50px;
  }

  .home-features-header{
    font-size: 32px;
  }

  .home-features{
    display: flex;
    flex-direction: column;
  }

  .feature-image{
    width: 155px;
    transform: translate3d(0, 0, 0);
    transition: transform 100ms linear;
  }

  #features-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 64px;
  }

  .individual-feature-cover{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
  }

  .feature-name{
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
    max-width: 345px;
    width: fit-content;
    display: inline;
  }

  .feature-title-cover {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }

  .feature-name-underline{
    width: 64px;
    height: 2px;
    padding: 0px;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
    background: linear-gradient(90deg, #B84DFF 0%, #664DFF 100%);
  }

  .individual-feature-cover:hover .feature-name-underline{
    width: calc(100% + 10px);
  }

  .individual-feature-cover:hover .feature-image {
    transform: translate3d(0, -10px, 0);
  }

  .feature-detail{
    font-size: 14px;
    font-weight: 400;
  }

  .home-feature {
    padding: 0 20%;
    justify-content: unset;
  }
  
  .home-feature img {
    height: 75vh;
    margin-right: 120px;
  }

  .home-feature-name {
    padding-left: unset;
    position: relative;
    display: unset;
  }

  .home-feature-name::after {
    position: absolute;
    left: 0;
    bottom: -5px;

    content: "​";
    background: linear-gradient(90deg, #FFBE00 0%, #FF6B00 100%);

    height: 2px;
    width: 100px;
  }

  .home-feature-detail {
    margin-top: 24px;
    display: block;

    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
  }

  .home-feature-bg {
    max-width: 550px;
    max-height: 550px;

    right : 20%;
  }

  .home-features .swiper-button-prev,
  .home-features .swiper-button-next {
    display: flex;
    user-select: none;
  }

  .home-features .swiper-button-prev {
    left: 90px;
  }

  .home-features .swiper-button-next {
    right: 90px;
  }

  .home-features-section button {
    margin-top: 40px;
    margin-bottom: 64px;
    transition: transform 200ms linear 0s, background 700ms linear;
  }

  .home-features-section button:hover {
    background: linear-gradient(90deg, #FFBE00 0%, #FF6B00 100%);
    border: none;
    padding: 8px 18px;
    color: #000000;
  }

  .home-features-section button:hover .text-gradient-amber {
    all: unset;
  }

  .brand-logos-cover{
    animation: bannermovedesk 5s linear infinite;
    animation-direction: alternate;
  }

  .brand-logos-cover img{
    width: 2000px;
  }

  .home-shop-banner-buttons {
    padding: 0 25%;
  }

  .features-banner {
    margin-top: 100px;
    min-height: 500px;
    background-position: center;
  }

  .features-banner-text{
    width: 80%;
    padding: 0px 15%;
  }

  .features-banner-bottom {
    padding: 0 20%;
  }
  
  @keyframes bannermovedesk {
    0% {
        transform: translate(0, -50%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
  }

  .supported-brands-strip-title{
    margin-bottom: 32px;
  }

  .supported-brands-strip{
    height: unset;
    padding: 55px 20px;
  }

  .contact-banner{
    width: 100%;
    position: relative;
  }

  .contact-banner-form{
    position: absolute;
    background: transparent;
    background-color: transparent !important;
    bottom: 30px;
  }

  #popup_con{
    margin-right: 0px !important;
  }

  .contact-header {
    width: 100%;
    min-height: 400px;
  }

  .call-us-btn-container {
    padding: 0 50px;
  }

  .home-shop-banner {
    background-image: url("/assets/images/homepage/people-desktop.png");;
  }
}

@media only screen and (min-width: 1200px) {
  .individual-feature-cover{
    width: 40%;
    margin: 0 auto 90px auto;
  }
  .feature-text-cover{
    max-width: 65%;
  }
  .feature-detail{
    margin-top: 25px;
  }
  .buy-now-button{
    height: 53px;
    padding: 5px 40px;
  }
  .download-free-app-button{
    height: 53px;
    padding: 12px 50px;
    flex: unset;
  }

  .brand-logos-cover{
    animation: bannermovefull 5s linear infinite;
    animation-direction: alternate;
  }

  .brand-logos-cover img{
    width: 2000px;
  }
  
  @keyframes bannermovefull {
    0% {
        transform: translate(0, -50%);
    }
    100% {
        transform: translate(-35%, -50%);
    }
  }
}