/*================================
Template Name: --- WebSite Name -----
Author: EFI
Author website: 
Version: 1.0
================================== */

@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (min-width: 1440px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {

  /* Moblie Nav Style  */
  .mobile-nav-header {
    display: block !important;
  }

  .main-wrapped-header {
    display: none !important;
  }
}


@media (max-width: 767.98px) {
  .order-by {
    order: 1;
  }

  .section-title h2 {
    font-size: 1.6em;
    font-weight: 700;
  }

  .sm-padding {
    padding: 2em 0;
  }

  .section-title h4 {
    font-size: 2em;
  }

  .banner-new-content h1 {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.5;
  }

  .banner-new-content h5 {
    font-size: 1em;
    text-align: center;
  }

  .banner-img-sec {
    text-align: center;
  }

  .exchange-platfrom-info-batch-frame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .how-its-work-info h4 {
    text-align: center;
    font-size: 1.5em;
  }

  .how-its-work-info p {
    text-align: center;
  }

  .banner-img {
    height: 20em;
  }

  .banner-new-content {
    padding-top: 5em;
  }

  .banner-batch-frame {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-crypto-link-action {
    flex-direction: row-reverse;
    justify-content: center !important;
    gap: 2em;
  }


  .demo-of-product-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .how-its-work-card {
    border-bottom: 1px solid #EAEAEA !important;
    border-right: 0px solid #EAEAEA !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    gap: 1em;
  }

  .item-grid-layout_2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-item-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .call-to-action-box {
    padding: 1em;
  }

  .call-to-action-right-img-sec {
    display: none;
  }

  .footer-link-list {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .footer-item-box {
    gap: 2em;
  }

  .contact-us-img-sec {
    display: none;
  }

  .country-selector .country-options {
    width: 350px;
  }
}

@media (max-width: 575.98px) {}


/* Large Device CSS */

@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1900px) {
  .container {
    width: 1520px;
    max-width: 100%;
  }
}