.hide-for-desktop {
  display: none;
}

@media screen and (max-width: 1300px) {
  .card-container-mobile {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .card {
    flex: 1 1 calc(400px - 0px);
    max-width: calc(400px - 0px);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .button {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .hide-for-desktop {
    display: block;
  }

  .hide-for-mobile,
  #back-btn {
    display: none;
  }

  .pricing-body {
    padding: 0px 12px;
  }

  .card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .vertical-tabs-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .vertical-tabs-panel img {
    width: 72px;
  }

  .vertical-tabs-panel button {
    width: 100%;
    max-width: 336px;
    height: 36px;
    border: 1px solid #33b0ca;
    border-radius: 8px;
    background-color: #fafafa;
  }

  .top-heading-container img {
    width: 59px;
  }

  .card-heading1-mobile {
    font-size: 24px;
  }

  .card-heading2-mobile {
    font-size: 32px;
  }

  .card-heading3-mobile {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
  }

  .button-font-22 {
    font-size: 14px !important;
  }

  .card-container-mobile,
  .compare-benefits-mobile {
    display: none;
  }

  .compare-checkbox:disabled {
    opacity: 1;
    filter: none;
    cursor: not-allowed;
  }

  .compare-checkbox:disabled + label {
    color: #33b0ca !important;
  }

  .compare-checkbox {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #252525;
    border-radius: 3px;
    position: relative;
    background-color: white;
    cursor: pointer;
  }

  .compare-checkbox:checked {
    background-color: #fafafa;
    border-color: #252525;
  }

  .compare-checkbox:checked::before {
    content: "✔";
    font-size: 12px;
    color: #33b0ca;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .radio-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    gap: 12px;
    padding-left: 10px;
  }

  .compare-benefits-mobile {
    padding: 0 12px;
  }

  .compare-benefits-mobile h2 {
    font-size: 20px;
    padding-left: 10px;
  }

  .compare-benefits-mobile th,
  .compare-benefits-mobile td,
  .compare-benefits-mobile i {
    font-size: 14px;
  }

  .compare-benefits-mobile label {
    font-size: 12px;
    font-weight: 500;
    color: #616161;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 45%;
  }

  .card-privilege-mobile-container {
    flex-direction: column;
    gap: 50px;
  }

  .card-privilege {
    width: 100%;
    height: auto;
  }

  .card-privilege:nth-child(2) {
    padding-bottom: 40px;
  }

  .card-privilege:nth-child(3) {
    padding-bottom: 70px;
  }

  .card-privilege h2 {
    font-size: 16px;
  }

  .card-privilege li {
    font-size: 14px;
  }

  .privileges-circle {
    width: 64px;
    height: 64px;
  }

  .privileges-btn-container-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .privileges-btn-container-mobile button {
    width: 335px;
    background-color: transparent;
    border: none;
    color: #33b0ca;
    border-bottom: 1px solid #33b0ca;
    border-radius: 0;
    font-size: 16px;
  }

  .top-heading-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
    display: none;
    padding: 0 12px;
  }

  .pricing-calculator-container {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    background-color: #fff;
    padding-top: 0 !important;
    position: static;
  }

  #pricing-calculator-close-btn,
  .pricing-calculator-heading,
  #non-click-bg {
    display: none;
  }

  .discount-container-mobile,
  .padding-x-12-mobile {
    padding: 0 12px;
  }

  .padding-x-12-mobile .padding-x-40,
  .padding-x-0-mobile {
    padding: 0;
  }

  .discount-container-mobile p,
  .discount-container-mobile label {
    font-size: 12px;
    font-weight: 500;
    color: #616161;
  }

  .pricing-calculator-container td,
  .total-price,
  .pricing-calculator-total-btn button {
    font-weight: 500;
    font-size: 12px;
  }

  .pricing-calculator-total-btn h2 {
    padding-left: 0;
  }

  .pricing-calculator-container input[type="number"] {
    width: 78px;
    height: 26px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background-color: transparent;
    font-size: 12px;
  }

  .center-content {
    flex-grow: 0;
    text-align: center;
    padding-left: 20px;
  }

  .view-packages-heading-mobile h2 {
    font-size: 14px;
  }

  .view-packages-heading-mobile button {
    font-size: 12px;
    min-width: 120px;
  }

  .discount-container-mobile h3 {
    margin-bottom: 12px;
  }

  .pricing-calculator-container tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .pricing-calculator-container tr td {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-calculator-container tr td:first-child {
    display: block;
    width: 100% !important;
  }

  .pricing-calculator-container tr td:not(:first-child) {
    display: inline-block;
    width: 33.33% !important;
    text-align: center;
  }

  .pricing-calculator-container tr td:nth-child(2) {
    text-align: left;
  }

  .pricing-calculator-container tr td:nth-child(4) {
    text-align: right;
  }

  .right-section-content {
    flex-direction: column;
    padding: 12px;
  }

  .right-section {
    width: 100%;
    padding: 0;
  }

  .right-section-card {
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: relative;
  }

  .right-section-content-box {
    width: 100%;
  }

  .right-section-content-box div div:first-child {
    max-width: 70%;
    min-width: 70%;
    justify-content: flex-start;
  }

  .doodle-box {
    margin: auto;
    /* width: 176px; */
    height: 166px;
    margin-bottom: 24px;
  }

  .width-30 {
    min-width: 0% !important;
    text-align: right;
  }

  #back-btn2 {
    width: 89px;
    height: 32px;
    border-radius: 4px;
    font-size: 16px;
    padding: 4px 24px;
    position: static;
    margin-right: 12px;
    margin-bottom: 24px;
    float: right;
  }

  .product-wise-pricing-heading-container {
    background-color: #fafafa;
    position: relative;
  }

  .product-wise-pricing-heading-container > div {
    height: 64px;
  }

  #grid-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  #tabbing-panel-mobile {
    background-color: #fafafa;
    width: 195px;
    height: 336px;
    position: absolute;
    top: 60px;
    right: 12px;
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: none;
  }

  #tabbing-panel-mobile div {
    height: 42px;
    padding-left: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  #product-wise-pricing-subheading {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .claim-privileges-popup {
    width: 100vw;
    height: 100vh;
    padding: 12px 24px;
    border-radius: 0;
    justify-content: flex-start;
    padding-top: 90px;
  }

  .claim-privileges-popup h2 {
    font-size: 14px;
  }

  .claim-privileges-popup p {
    font-size: 12px;
  }

  .claim-privileges-popup img {
    width: 224px;
    height: 255px;
  }

  .claim-privileges-btn {
    width: 100%;
    margin-top: 24px;
  }

  .back-btn-con-giftsubs {
    display: flex;
    width: 100%;
  }

  .order-summary-container {
    background-color: transparent;
    border: none;
  }

  .order-summary-container h2 {
    font-size: 18px;
  }

  .order-summary-container span {
    font-size: 14px;
  }

  .order-summary-container div {
    padding: 0 12px;
  }

  .privileges-pay-now-btn {
    width: 120px;
  }

  .gift-thankyou-popup {
    justify-content: center;
  }

  .gift-thankyou-popup img {
    width: 278px;
    height: 303px;
  }

  .thankyou-back-btn-mobile {
    position: absolute;
    top: 70px;
    left: 24px;
  }

  .fa-arrow-left {
    font-size: 22px;
  }

  .button-getanuual::before,
  .button-getlife::before {
    font-size: 12px;
  }

  .button-font-22 {
    line-height: 1;
    height: 40px;
  }

  .product-wise-pricing-body {
    padding-top: 0;
  }

  .width-20-mobile {
    width: 22%;
    justify-content: center;
    position: absolute;
    right: 7%;
  }

  .width-80-mobile {
    width: 78%;
  }
}

@media screen and (max-width: 390px) {
  .button-getanuual,
  .button-getlife {
    height: auto;
  }

  .card-privilege:nth-child(3) {
    padding-bottom: 90px;
  }
}
