/* iPads in Portrait and Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Thankyou */
  #thankyou-msg .modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #thankyou-msg i {
    font-size: 50px;
    text-align: center;
    display: block;
  }
  #thankyou-msg p {
    font-size: 23px;
    text-align: center;
    margin-top: 10px;
  }
  /* Thankyou */
  h1 {
    font-size: 40px;
    margin-bottom: 0;
  }
}
/* Your iPad styles */

/* iPhones in Portrait and Landscape */
@media screen and (max-width: 767px) {
  :root {
    --bg-color: #2a2a2a;
    --section-padding: 20px 30px;
  }
  /* header */
  header {
    padding: 10px 2px;
  }
  .logo {
    width: 130px;
    height: 34px;
  }
  h1 {
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 13px;
  }
  .section {
    padding: 20px 20px;
  }
  *
  /* product */
  .product i {
    font-size: 12px;
  }
  .rating {
    font-size: 13px;
  }
  .product p {
    font-size: 14px;
    line-height: 20px;
  }
  .product {
    margin-top: 15px;
    display: block;
  }
  .product h1 {
    font-size: 25px;
  }
  .review {
    width: 320px;
  }
  .pro-price {
    font-size: 22px;
  }
  .shop-buttons button {
    width: 100%;
  }
  .selling span {
    font-size: 12px;
  }
  .shop-buttons {
    margin-top: 20px;
  }
  .faq {
    margin-top: 25px;
  }
  .faq .accordion-button {
    font-size: 16px;
    font-weight: 500;
  }
  .privacy-grid {
    gap: 0px;
  }
  .cod-banner span {
    font-size: 12px;
  }
  .rating-box {
    gap: 0px;
    padding: 13px;
  }

  /* Thankyou Message*/

  .thankyou .bottom-footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .main-thank-div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .thankyou header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .trust-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .privacy-grid {
    grid-template-columns: 6fr;
  }
  .score .big {
    font-size: 34px;
  }
  .score p {
    line-height: 16px;
  }
  .score .stars {
    font-size: 17px;
    margin: 0px 0;
  }
  .bars {
    gap: 7px;
  }
  .lead {
    font-size: 18px;
    color: #333;
    max-width: 100%;
    line-height: 22px;
  }
  .privacy .lead {
    font-size: 18px;
    line-height: 22px;
  }
  .checklist {
    gap: 4px;
  }
  .parcel .title {
    font-size: 24px;
  }
}
/* Your iPhone styles */
