.gradient-bg.product-page {
  background-color: #111111;
}

.shop-banner-text {
  font-family: "Helvetica";
  width: 100%;
  margin-bottom: 16px;
}

/* FAQ Cards */
.shop-faq-gallery {
  display: none;
}

.shop-faq-card {
  background: #161C1D;
  border-radius: 16px;
  padding: 20px;
  min-height: 180px;
}

.shop-faq-card-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

  display: flex;
  align-items: center;
}

.shop-faq-card-header img {
  padding-right: 16px;
}

.shop-faq-card-answer {
  font-family: "Helvetica";
  padding: 14px 0;

  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.shop-faq-card-answer a {
  color: #56A0F8 !important;
}

/* Feature Cards */

.feature-disabled {
  filter: brightness(0.6);
  text-decoration: line-through;
}

/* Sections */

.shop-products {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-product-header {
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0;
}

.shop-product-header-max {
  position: relative;
}

.shop-product-header-crown {
  position: absolute;
  top: -12px;
  left: -3px;
}

.shop-product-card {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 72px;

  color: #CCCCCC;
  background: #1E1A22;
  border-radius: 6px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-product-card button {
  width: 100%;
  margin-bottom: 24px;
  padding: 10px 0;
}

.shop-product-card button img {
  padding: 0 8px;
}

.shop-product-planpicker {
  width: 100%;
}

.shop-product-card-top {
  padding: 8px 0;
  text-align: center;
}

.shop-product:last-of-type .shop-product-card-top {
  opacity: 0;
}

.shop-product-plans {
  margin: 0 -8px;
  display: flex;
  justify-content: space-evenly;
}

.shop-product-plan {
  padding: 4px 8px;
  text-align: center;
  border: 0.7px solid transparent;
  border-radius: 4px;
  letter-spacing: 0.2px;

  cursor: pointer;
}

.shop-product-plan-active {
  border-color: #CCCCCC;
  font-weight: 700;
  letter-spacing: unset;

  cursor: default;
}

.shop-product-prices {
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.shop-product-prices div {
  padding: 0 16px;
}

.shop-product-mrp {
  min-width: 130px;
}

.shop-product-price {
  min-width: 100px;
  font-weight: 700;
  font-size: 20px;
}

.shop-product-discount {
  min-width: 95px;
  font-weight: 500;
}

/* Card Features */

.shop-product-features {
  width: 100%;
  padding: 0;
  list-style-type: none;
}

.shop-product-features li {
  display: flex;
  margin: 8px 0;
}

.shop-product-features li img {
  margin-right: 12px;
}

/* Contact Us Section */

.shop-contact-us {
  padding: 32px 0;
  background-color: #161C1D;
  text-align: center;
}

.shop-contact-us-header {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 28px;
}

.shop-contact-us-subheader {
  padding: 16px 0;
  color: #FFFFFF;
  display: block;
}

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

.shop-contact-us-btn-container button {
  width: 100%;
  padding: 6px 0;
}

.shop-contact-us-btn-container button:first-child {
  margin-bottom: 16px;
}

.buy-back-image {
  height: 35vw;
  width: 100%;
  padding: 0rem !important;

  background-image: url('/assets/images/backgrounds/pricing.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

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

.buy-top{
  margin-top: 5rem;
  position: relative;
}

.shop-banner-header {
  font-size: 16px;
}

.shop-banner-subheader {
  margin: 16px 0 !important;
  font-size: 28px;
}

.buy-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  color: #CCCCCC;
  font-family: "Helvetica";
}

.shop-banner-header,
.shop-banner-subheader {
  font-family: "Montserrat";
}

/* Features Section */

.shop-features {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-features-header {
  font-size: 20px;
  font-weight: 700;
}

.shop-features-subheader {
  margin: 16px 0;
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
}

.shop-features-image {
  width: 100%;
}

.shop-features-image-desktop {
  display: none;
}

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

.price-box-spacing{
  padding-left: 0px;
  padding-right: 0px;
}

.price{
  background-color: #ffffff;
  margin-top: -4rem;
  border-radius: 8px;
}

.optprice{
  border: 2px solid #000;
}

.maxprice{
  border: 2px solid #29C7FF;
}

.price-heading-col{
  color: #ffffff;
  background-color: #29C7FF;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.price-heading-spacing{
  padding: 2rem 0rem 0.7rem 0rem;
}

.price ul.feature1{
  padding: 10px 18px;
  min-height: 320px;
}

.price ul>li{
  line-height: 20px;
}

.price li>span{
  font-size: 16px;
  line-height: 2em;
  position: relative;
}

.price .mrp{
  margin-top: 15px;
  font-size: 16px;
  font-style:normal;
}

.price-box-btn{
  background-color: #ffffff;
  border-color:#29C7FF;
  width: 85%;
  color: #29C7FF;
  line-height: 2.5rem;
  border-radius: 4px;
  opacity: 1;
  font-size: 1.2rem;
}

.max-order{
  background-color: #29C7FF;
  border-color:#29C7FF;
  width: 85%;
  color: #ffffff;
  line-height: 2.5rem;
  border-radius: 4px;
  opacity: 1;
  font-size: 1.2rem;
}

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

.faq_wrapper{
  padding: 0rem 10rem;
}

.left-col-benefits{
  margin-right: 2rem;
}

.right-col-alerts{
  margin-left: 2rem;
}

.ben-alert{
  height: 5rem;
}

.ben-alert-img img{
  width: 51px;
  height: 51px;
}

.ben-alert-img > [class^="ajjas-"]:before, [class*=" ajjas-"]:before {
  margin-top: 8px;
  font-size: 2.2em;
}

.ben-alert-heading{
  margin-top: 1rem;
  margin-left: 2rem;
}

.callback-btn{
  background-color: #29C7FF;
  color: #FFFFFF;
  border-radius: 4px;
  width: 15rem;
  text-align: center;
  line-height: 2rem;
}

.callback-spacing{
  margin-top: 4rem;
  margin-bottom: 5rem;
}

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

.sprite-1_year_subscription_icon {
  width: 51px;
  height: 51px;
  background-position: -10px -10px;
}

.sprite-Engine_ONOFF_icon {
  width: 51px;
  height: 51px;
  background-position: -81px -10px;
}

.sprite-Fall_while_parked_icon {
  width: 51px;
  height: 51px;
  background-position: -152px -10px;
}

.sprite-Main_Power_Off_icon {
  width: 51px;
  height: 51px;
  background-position: -10px -81px;
}

.sprite-Motion_Vibration_icon {
  width: 51px;
  height: 51px;
  background-position: -81px -81px;
}

.sprite-accident {
  width: 51px;
  height: 51px;
  background-position: -152px -81px;
}

.sprite-auto_ride_rec_icon {
  width: 51px;
  height: 51px;
  background-position: -10px -152px;
}

.sprite-fuel_expense_icon {
  width: 51px;
  height: 51px;
  background-position: -81px -152px;
}

.sprite-live_ride_sharing_icon {
  width: 51px;
  height: 51px;
  background-position: -152px -152px;
}

.sprite-reach_to_vehicle_icon {
  width: 51px;
  height: 51px;
  background-position: -223px -10px;
}

.sprite-ride_statistics_icon {
  width: 51px;
  height: 51px;
  background-position: -223px -81px;
}

.sprite-vehicle_unreachable_icon {
  width: 51px;
  height: 51px;
  background-position: -223px -152px;
}

/* new card styles start here */

.selectPlan{
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.selectPlanTitle{
  margin: 10px 0px 5px 0px;
}

.planDurations{
  width: inherit;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  min-width: 15vw;
}

.seperatePlanLine{
  height: 7vh;
  width: 1px;
  margin: 0 1vw;
  border: 1px solid #AFAFAF;
}

.selectPlanTitle{
  margin-top: 8px;
}

.planDuration{
  font-size: 22px;
  font-weight: 900;
  color: black;
}

.individualPlanCover{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.individualPlanCover label{
  font-size: 14px;
  opacity: 0.8;
}

.proMaxIndividualPlanCover{
  display: flex;
  flex-direction: row;
}

.radioButton{
  width: 20px;
  height: 40px;
  margin-top: -12px;
}

.proMaxPlanDurations{
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

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

.wireless-device-card {
  margin-top: 16px;
}

.wireless-product-name {
  color: #FFBE00;
}

.wireless-card-subtitle.ajjas-go {
  width: 100%;
}

.ajjas-beloved-customer-testimonials {
  text-align: center;
  font-size: 24px;
  font-weight: 600;

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

.ajjas-beloved-customer-testimonials p {
  width: 80%;
  margin-bottom: 36px;
}

.ajjas-customer-testimonial-card {
  margin: 0px 0px 64px 0px;

  border: 1px solid #343332;
  border-radius: 8px;
  overflow: hidden;

  display: flex;
  position: relative;
}

.ajjas-beloved-customer-testimonials, .ajjas-testimonials,
.ajjas-customer-testimonials, .ajjas-customer-testimonial-card {
  width: 100%;
}

.ajjas-testimonials {
  overflow: hidden;
  padding: 0px 20px;
}

.ajjas-customer-testimonial-card img {
  width: inherit;
}

.ajjas-customer-testimonial-card iframe {
  width: 100%;

  border-radius: 8px;
  border: none;
  outline: none;
}

.show-testimonial-iframe {
  position: absolute;
  width: inherit;
  height: inherit;
}

.testimonial-video-thumbnail-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.299);

  position: absolute;
  top: 0px;
  left: 0px;
}

.why-use-ajjas.product-page {
  padding: 0px 16px;
  margin-bottom: 64px;
}

.ajjas-gps-products{
  padding-top: 20px;
}

.ajjas-product-card-outline {
  position: relative;
}

/* new card styles end here */

@media only screen and (min-width: 900px) {
  .buy-back-image {
    height: 90vh;
  }

  .shop-banner-header {
    font-size: 24px;
  }
  
  .shop-banner-subheader {
    font-size: 36px;
  }

  .shop-banner-text {
    font-size: 22px;
    font-family: "Montserrat";
  }

  .buy-text-wrapper button {
    padding: 12px 48px;
    font-size: 18px;
  }

  .shop-products {
    padding-top: 80px;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .shop-product {
    width: unset;
  }

  .shop-product-card {
    padding: 0 32px;
  }

  .shop-product-features li {
    margin: 14px 0;
  }

  .shop-product-features li img {
    width: 16px;
  }

  .shop-product-header {
    font-size: 24px;
  }
  
  .shop-features-image {
    display: none;
  }

  .shop-features-image-desktop {
    padding: 0 10%;
    margin: 48px 0;
    display: block;
    width: 100%;
  }

  .shop-features-image-desktop img {
    width: 100%;
  }

  .shop-contact-us-btn-container {
    display: flex;
    justify-content: center;
  }

  .shop-contact-us-btn-container button {
    width: unset;
    padding: 8px 56px;
    margin: 0 16px;
  }

  .shop-contact-us-btn-container button:first-child {
    padding: 8px 24px;
    margin-bottom: unset;
    order: 2;
  }

  .faq_wrapper {
    padding: unset;
  }

  .shop-faq-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .shop-faq-card {
    max-width: 410px;
    margin-bottom: 25px;
  }

  .shop-faq-card-answer {
    color: #CCCCCC;
  }
}

@media (max-width: 1024px) {
  h5{
    font-size: 1rem;
  }
  .buy-top{
    margin-top: 0rem;
  }
  .left-col-benefits{
    margin-right: 0rem;
    margin-left: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .right-col-alerts{
    margin-left: 1rem;
  }
  .price ul.feature1 {
    padding: 10px 5px;
  }
  .price li>span{
    font-size: 14px;
  }
  .price-box-btn{
    line-height: 2rem;
    width: 13rem;
  }
  .max-order{
    line-height: 2rem;
    width: 13rem;
  }
}

@media (max-width: 768px) {
  .buy-back-image {
    height: 150vw;
  }
  .buy-top{
    margin-top: 3rem;
  }
  .price-box-spacing{
    padding-left: 15px;
    padding-right: 15px;
  }
  .price{
    margin-top: 3rem;
  }
  .price ul.feature1{
    padding: 10px 22px;
    height: auto;
  }
  .buy-text-wrapper{
    /* width: 23rem; */
  }
  .left-col-benefits{
    margin-right: 1rem;
    margin-left: 2rem;
  }
  .faq_wrapper{
    padding: 0rem 0rem;
  }
  .callback-spacing{
    margin-top: 3rem;
  }
  .price-box-btn{
    line-height: 2rem;
    width: 80%;
  }
  .max-order{
    line-height: 2rem;
    width: 80%;
  }
}

@media(min-width: 769px) and (max-width: 999px){
  .subheadline{
    margin: 16px 0;
  }
  .price ul.feature1{
    height: auto;
  }
  .price{
    margin-top: 2rem;
  }
}

@media(min-width: 1000px) and (max-width: 1139px){
  .price ul.feature1{
    height: 460px;
  }
  .price-box-btn{
    width: 100%;
  }
  .max-order{
    width: 100%;
  }
  .buy-top{
    margin-top: 1rem;
  }
  .price ul.feature1{
    height: 530px;
  }
}

@media(min-width: 1140px) and (max-width: 1233px){
  .buy-top{
    margin-top: 1.3rem;
  }

  .price ul.feature1{
    height: 520px;
  }
}

@media(min-width: 1260px) and (max-width: 1299px){
  .price ul.feature1{
    height: 400px;
  }
}

@media(min-width: 1300px) and (max-width: 1326px){
  .price ul.feature1{
    min-height: 480px;
  }
}

@media(min-width: 1327px) and (max-width: 1345px){
  .price ul.feature1{
    height: 470px;
  }
}

@media(min-width: 1346px) and (max-width: 1384px){
  .price ul.feature1{
    height: 450px;
  }
}

@media(min-width: 1385px) and (max-width: 1423px){
  .price ul.feature1{
    height: 400px;
  }
}