.pricing-sec__new .features {
  display: flex;
  max-width: 1320px;
  margin: auto;
  align-items: center;
  margin-top: 55px;
  padding-top: 38px;
  padding-inline: 65px;
  stroke-width: 1px;
  border-top: 1px solid rgba(87, 58, 226, 0.11);
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.watch_sec .mob_title {
  display: none;
}

.pricing-sec__new .review {
  color: #79797e;
  font-size: 14.74px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.921px;
}

.watch_sec h1 {
  color: #000;
}
.pricing-sec__new .left-tabs li a {
/*     color: purple; */
   color: #100052;
    color: background: rgba(87, 58, 226, 1);
}

.pricing-sec__new .left-tabs ul li.active a {
    border-radius: 10.111px;
    background: #573AE2 !important;
    color: #fff!Important;
}
.pricing-sec__new .features .feature-item:nth-child(2) .icon {
  background: #47c9c71a;
}

.pricing-sec__new .features .feature-item:nth-child(3) .icon {
  background: #ef9d551a;
}

.pricing-sec__new .features .feature-item:nth-child(2) .icon_wrapper {
  background: #47c9c71a;
}

.pricing-sec__new .icon_wrapper {
  background: #9747fc1a;
  border-radius: 50%;
  padding: 6px;
}

.pricing-sec__new .features .feature-item:nth-child(2) .icon_wrapper {
  background: #ef9d551a;
}

.watch_sec .single__media {
  padding-inline: 0px !important;
}

.pricing-sec__new .rating_text {
  color: #000;
}

.pricing-sec__new .features .feature-item {
  flex: 1;
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
}

.pricing-sec__new .features .feature-item .icon {
  border-radius: 100px;
  background: rgba(151, 71, 252, 0.1);
  padding: 12px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.watch_sec .single__phone__desc {
  color: #7b7e82;
}

.pricing-sec__new .single__media-tab {
  width: 100%;
}

.pricing-sec__new .single__fetured {
  padding-bottom: 50px;
}

.watch_sec {
  border-radius: 30px;
  margin-block: 70px;
  padding-block: 70px;
  padding-inline: 40px;
  max-width: 1488px;
  margin-inline: auto;
}

.watch_sec .single__thumb {
  height: 135px;
}


.pricing-sec__new .pre-owned {
  display: none;
}

.pricing-sec__new .single__right, .pricing-sec__new .left-tabs {
  background: transparent;
  padding-inline: 0px;
  margin-left: 45px;
  padding-block: 0px;
}

.pricing-sec__new .left-tabs ul li a{
  background: #fff;
}

.pricing-sec__new .left-tabs ul{
  padding-inline: 0px 10px;
  gap:10px;
}

.single__media {
  display: flex;
  align-items: center;
  height: 100%;
}

.watch_sec .single__pricing {
  color: #573ae2;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .watch_sec h1 {
    font-size: 34px !important;
    letter-spacing: -1.788px !important;
  }
}

@media (min-width: 1024px) {
  .pricing-sec__new .single__fetured img {
    height: 412px !important;
  }

  .watch_sec .single__phone__desc p,
  .watch_sec .single__phone__desc ul li {
    color: #79797e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1px;
  }

  .pricing-sec__new .single__pricing-old {
    color: #79797e;
    font-size: 22.476px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
  }

  .pricing-sec__new .rating_text {
    color: #000;
    font-family: Roboto;
    font-size: 22.11px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 30.955px */
  }

  .watch_sec .flex {
    align-items: end;
  }

  .watch_sec .rating.flex.flex--row.items-center {
    align-items: center;
  }

  .watch_sec h1 {
    font-family: Poppins;
    font-size: 74.92px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 89.904px */
    letter-spacing: -3.788px;
    text-transform: capitalize;
  }

  .watch_sec .single__pricing {
    font-family: Poppins;
    font-size: 52.444px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3.788px;
    text-transform: capitalize;
  }

  .watch_sec .single__phone__desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .watch_sec .single__thumb {
    height: 55px;
  }
}

@media (max-width: 991px) {
  .watch_sec {
    padding-inline: 0px;
  }

  .pricing-sec__new .single__right {
    padding-inline: 0;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .pricing-sec__new .flex.flex--row {
    gap: 30px;
  }
.mobile__tab.left-tabs ul {
    gap: 11px;
}

.mobile__tab.left-tabs {
    display: block!important;
    position: static;
    margin: 0;
    gap: 10px; 
   margin-left:0;
}

  .pricing-sec__new .single__right {
    margin-inline: 0;
  }

  .watch_sec {
    padding-block: 50px;
  }

  .pricing-sec__new .single__right {
    margin-left: 0;
  }

  .pricing-sec__new .features {
    margin: 15px 20px;
    padding-top: 32px;
    gap: 20px;
    padding-inline: 0px;
  }

  .pricing-sec__new .features .feature-item {
    flex: 1 1 100%;
    justify-content: start;
  }

  .pricing-sec__new .single__right h1 {
    text-align: center;
  }

  .pricing-sec__new .single__right .single__pricing {
    display: block;
    width: 100%;
    text-align: center;
  }

  .pricing-sec__new .single__right .single__pricing-old {
    text-align: center;
  }

  .pricing-sec__new .flex.flex--row {
    gap: 30px;
    padding-block: 0 20px;
  }

  .pricing-sec__new .rating {
    gap: 0px !important;
  }

  .pricing-sec__new .single__right h1, .desktop_tab{
    display: none;
  }

  .watch_sec .mob_title {
    text-align: center;
    width: 100%;
    display: block;
  }
}