@media (min-width: 320px) and (max-width: 767px) {
  .header-inside-img {
    display: none;
    text-align: none !important;
  }
}

@media screen and (max-width: 480px) {
  .card-wrap {
    position: relative;
    top: 10px;
    left: 0px;
    z-index: 1;
  }

  .navbar-nav .nav-link.active {
    border-bottom: 2px solid #f5821f;
    width: 60px;
  }

  a.nav-link.rounded.px-3.text-white {
    width: 90px;
  }
  ul.footer-list {
    padding: 0px 0px;
  }

  .ctm-arrow img {
    display: none;
  }

  .card-box-wrap {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .about-right-side {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap {
    padding: 50px 0px;
  }

  .blog-section {
    padding: 50px 0px;
  }

  .about-section {
    padding: 30px 0px;
  }
  .blog-wrap {
    padding: 30px 0px;
  }
  .payment-button-section {
    padding: 30px 0px;
  }

  .qr-code-section {
    padding: 30px 0px;
  }

  .invoice-payent-section {
    padding: 30px 0px;
  }

  .payout-section {
    padding: 30px 0px;
  }

  .terms-section {
    padding: 30px 0px !important;
  }

  .space {
    padding: 35px 0px;
  }
  .hero-text {
    font-size: 36px;
    color: white;
    font-weight: 800;
    line-height: 1.2;
  }

  .about-right-side {
    bottom: 63px;
    right: 0px;
  }

  .payment-link-section {
    padding: 23px 0px;
  }

  .payment-link-text {
    font-size: 22px;
    color: white;
    font-weight: 700;
    line-height: 1.2;
  }

  .card-wrap {
    top: 10px;
  }

  .create-account {
    padding: 35px 0px;
  }
}

@media screen and (max-width: 1200px) {
  tm-arrow img {
    display: none !important;
  }

  .center-card {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .card-first {
    height: auto !important;
  }
  .hero-text {
    font-size: 38px;
  }
}

@media (min-width: 800px) and (max-width: 1600px) {
  .about-wrap {
    padding: 50px 0px 226px 0px;
  }
}

@media (max-width: 799px) {
  .about-wrap {
    padding: 50px 0px 226px 0px;
  }
}
