@media screen and (max-width:1299px){
  .img-store-btn img {
    max-width: 180px;
}
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 95%;
  }
  .box-price ul li,
  .box-price p {
    font-size: 14px;
  }
    .btns-apps {
    justify-content: center;
  }
  .download-content {
    text-align: center;
    margin-bottom: 30px;
}
.footer-copyright {
    flex-wrap: wrap;
    justify-content: center !important;
}
}

@media screen and (max-width: 991px) {
  .box-icons {
    margin-bottom: 10px;
  }
  .download-btn a {
    display: none;
  }
  .navbar-toggler {
    border: none;
    padding: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .offcanvas {
    width: 100%;
    transition: transform 0.4s ease-in-out;
    max-width: 300px;
  }

  .key-feature-sec .col {
    flex: 0 0 33.33%;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  .banner-content h1 {
    max-width: 280px;
  }
  .img-banner {
    margin-top: 20px;
  }
  .box-icons {
    height: auto;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .howitwork-sec .row,
  .action-sec .row {
    flex-direction: column-reverse;
  }
  .box-price {
    height: auto;
    margin-bottom: 10px;
    min-height: 350px;
  }
  .footer-copyright {
    margin-top: 50px;
    flex-direction: column-reverse;
    justify-content: center !important;
    text-align: center;
    gap: 10px;
  }
  .padd-60 {
    padding: 30px 0px;
  }
  .img-store-btn img,
  .footer-logo img {
    max-width: 140px;
  }
  .img-banner img {
    max-width: 200px;
  }
  .footer-icons img {
    width: 40px;
  }
  .terms-outer a {
    margin: 0 15px;
  }
  .navbar-brand img {
    width: 80px;
  }
  .download-sec {
    text-align: center;
  }
  .download-sec .btn-outer {
    margin-top: 15px;
  }
  .banner-sec .img-banner img {
    max-width: 340px;
  }
  .img-banner img {
    max-width: 340px;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .btn-outer img {
    max-width: 135px;
  }
  .img-banner img {
    max-width: 90%;
  }
  .key-feature-sec .col {
    flex: 0 0 100%;
  }
}
