@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) {
  .home-banner-sec::before {
    width: 100% !important;
  }
}

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

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

@media (max-width: 2000px) {
  .container {
    max-width: 1800px !important;
  }
}

@media (max-width: 1800px) {
  .container {
    max-width: 1320px !important;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {
  /* .auth_buy_code {
    display: grid;
    grid-template-columns: 700px auto;
    gap: 0.5em;
  } */
}

@media (max-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 960px !important;
  }

  .landing-swap-bg-right-sec {
    display: none;
  }

  .banner-content {
    padding-top: 2em;
  }

  .landing-page-right-sec {
    padding-left: 0 !important;
    padding-bottom: 2em;
  }

  .landing-swap-exchange-card .exchange-conversion-card {
    grid-template-columns: 405px auto !important;
  }

  .exchange-conversion-card {
    grid-template-columns: 238px auto !important;
  }

  .exchange-sec {
    padding: 2em 0;
  }
}

@media (max-width: 991.98px) {

  .feature-primary-profile-info-right,
  .feature-primary-profile-card,

  .feature-second-profile-right {
    flex-direction: column;
  }

  .feature-second-profile-right-info {
    width: 100%;
  }

  .cusomte-width {
    min-width: 100% !important;
  }

  .info-details-layout {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .feature-info-details-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1em;
  }

  .feature-second-profile-right-info h3,
  .feature-second-profile-right-info p {
    text-align: center;
  }

  .feature-second-profile-right-info p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .feature-primary-profile-card,
  .feature-second-profile-card,
  .feature-primary-profile-info-left {
    gap: 1em !important;
  }


  .feature-transaction-sort-wrapped form {
    flex-direction: column;
    gap: 1em;
  }

  .grid-three-layout {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1em;
  }

  .feature-transaction-right-frame {
    align-items: unset;
    flex-direction: column;
    width: 100% !important;
  }

  .feature-transaction-right-frame .new-feature-form .input-group {
    justify-content: space-between;
  }

  .feature-transaction-sort-wrapped {
    flex-direction: column;
    gap: 1em;
  }

  .feature-wallet-card-action {
    flex-direction: column;
  }

  .feature-wallet-card-action button {
    width: 100% !important;
  }

  .feature-wallet-card {
    padding: 1em !important;
    gap: 1em !important;
    background: #efefef;
  }

  .feature-wallet-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1em;
  }

  .header-nav-center-1 .header-padding {
    padding: 0 1em;
  }

  .header-nav-center {
    display: none;
  }

  .header-nav-center-devices {
    display: block;
  }

  .user-dropdown-sec .dropdown-menu {
    left: -120px !important;
    min-width: 13em !important;
    z-index: 9999 !important;
  }

  .container {
    max-width: 720px !important;
  }

  .section-title h2 span {
    white-space: nowrap;
  }

  .navbar-toggler {
    border: 0 !important;
    padding: 0 !important;
  }

  .logo {
    max-width: 9em;
  }

  .main-wrapper {
    min-height: 50vh;
  }

  .exchange-sec {
    min-height: 100%;
  }

  .footer-logo {
    max-width: 15em;
  }

  .landing-swap-exchange-card .exchange-conversion-card {
    grid-template-columns: 315px auto !important;
  }

  .wallet-currency-list-area {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .wallet-currency-list-wrapped {
    margin-top: 2em;
  }

  .table_head_titles,
  .wallet_sort_form {
    flex-wrap: wrap !important;
  }

  .growth-of-exchange-img-sec {
    display: none;
  }

  /* New Landing Page Responsive css  */
  .how-its-work-box {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .best-crypto-exchange-item {
    flex-direction: column !important;
  }

  .why-choose-us-item {
    grid-template-columns: repeat(1, 1fr) !important;
  }

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

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

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

  }

  .best-crypto-exchange-box {
    background-size: cover !important;
  }

  .best-crypto-exchange-steps-icon {
    transform: rotate(90deg) !important;
  }

  .order-res {
    order: 2;
  }

  .best-crypto-exchange-box h2,
  .growth-of-exchange-info h2,
  .why-choose-us-header-sec h2,
  .section-title h2 {
    text-align: center;
  }

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

  .wallet-token-wrapped {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .payment-gateway-token-wrapped {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .bank-table tr th,
  .bank-table tr td,
  .wallet-token-table tr td,
  .wallet-token-table tr th,
  .transaction-table tr td,
  .transaction-table tr th {
    white-space: nowrap !important;
  }

  /* .how-its-work-box .how-its-work-card:last-child {
    border-bottom: 0px solid #EAEAEA !important;
    padding-bottom: 0em !important;
  } */
  .system-bank-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .nav-menu-bar {
    display: none;
  }

  .nav-menu-repo {
    display: flex !important;
    gap: 1em;
    align-items: center;
  }

  .efi-exchange-swap-wrapped {
    padding: 0em !important;
  }

  .home-banner-sec::before {
    width: 100% !important;
  }


  .efi-fields-label {
    margin-bottom: .4em !important;
    /* margin-top: 1em; */
  }

  .wallet_table_head {
    flex-direction: column;
  }

  .modal-drag-wrapped {
    width: 100% !important;
  }

  .best-crypto-step-title {
    text-align: center;
  }

  .exchange-platfrom-info-card {
    height: auto !important;
    margin-bottom: 1.5em;
  }

  .item-grid-layout_2 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .wallet-head-action {
    justify-content: space-between;
  }

  .tab-nav-box {
    flex-direction: column;
    gap: 1.5em;
    align-items: flex-start !important;
  }

  .transaction-tabs {
    overflow: auto;
    flex-wrap: nowrap !important;
    gap: 0.5em !important;
  }

  .transaction-tabs .nav-link {
    padding: 0.5em 2em !important;
  }

  .transaction-tabs::-webkit-scrollbar {
    width: 0;
    height: 2px;
  }

  .transaction-tabs .nav-link.active {
    background-color: var(--primary-color) !important;
    border: 0;
    border-radius: 8px !important;
  }

  .transaction-tabs .nav-link {
    margin-bottom: 0.7em;
  }

  .transaction-tabs::-webkit-scrollbar-thumb {
    background: var(--primary-color);
  }

  .transation-wrapped {
    padding: 1em !important;
    padding-bottom: 5em !important;
  }

  .transaction-table tr th,
  .transaction-table tr td {
    white-space: nowrap;
    text-align: center;
  }

  .auth-qr-details-swap-frame .deposit-amt-details,
  .auth-qr-details-swap-frame .auth_deposit_qr_scan {
    grid-area: unset !important;
  }

  .auth-qr-details-swap-frame {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .bank-wrapped {
    padding: 1em !important;
    padding-bottom: 5em !important;
  }

  .bank-table tr th,
  .bank-table tr td {
    white-space: nowrap;
  }

  .system-bank-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .bank-table-frame {
    width: 100%;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 0 !important;
  }

  .wallet-details-head {
    padding: 1em !important;
  }

  .wallet-token-frame {
    padding: 1em 0 !important;
  }

  .wallet-token-wrapped {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .payment-gateway-token-wrapped {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .wallet-wrapped,
  .profile-full-wrapped {
    padding: 0.5em 1em !important;
    padding-bottom: 5em !important;
  }

  .wallet-details-wrapped {
    padding: 0.5em 1em !important;
    padding-bottom: 5em !important;

  }

  .feature-profile-wrapped {
    padding: 0.5em 1em !important;
    height: 100% !important;
    padding-bottom: 10em !important;
  }

  .wallet-content-body tr th,
  .wallet-content-body tr td {
    /* text-align: center; */
    padding: 8px !important;
  }

  .wallet-token-table tr th,
  .wallet-token-table tr td {
    white-space: nowrap;
  }

  .td-value-card {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    gap: 0.5em;
  }

  .td-value-card span {
    margin: 0 !important;
  }

  .wallet-section-titles {
    margin: 0 !important;
  }

  .new-main-wrapper {
    height: auto !important;
    /* display: inline-block; */
  }

  .trade-nav-list {
    width: 100%;
  }

  .trade-nav-list iframe {
    height: 72px !important;
  }

  .trade-nav-wrapped {
    gap: 1em !important;
    padding: 0em !important;
    flex-direction: column;
    padding-bottom: 1em !important;
  }

  .trade-nav-buy-sell-action {
    padding: 0 1em;
  }

  .trade-nav-buy-sell-action {
    width: 100% !important;
    flex: 1 auto;
  }

  .buy,
  .sell {
    --btn-width: 100% !important;
  }

  .container-fluid {
    padding: 0em 1em !important;
  }

  .future-of-finance-img-sec {
    margin-bottom: 2em;
  }

  .profile-nav-frame {
    flex-direction: column;
  }

  .feature-profile-action .finger-print-btn {
    font-size: 0.8em !important;
  }

  .vertical-card-icons {
    width: 10em;
  }

  .vertical-card-icons-two {
    width: 16em;
  }

  .info-batch-card {
    padding: 0.5em 1em;
    grid-template-columns: 40px auto;
  }

  .item-grid-layout_2 {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1em;
    margin-top: 1.2em;
  }

  .exchange-platfrom-info-frame {
    gap: 2em;
    flex-direction: column-reverse;
  }

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

  .edit-profile-note-info-sec {
    width: 100%;
  }

  .wallet_table thead tr th {
    white-space: nowrap;
  }

  .wallet_table thead tr td {
    white-space: nowrap;
  }

  .wallet_sort_date .rmdp-container {
    min-width: 100%;
  }

  .future-of-finance-img {
    max-width: 100% !important;
  }

  .banner-new-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

  .form_card {
    height: auto !important;
    min-height: 100vh;
  }

  .buy-flow-product-sec {
    padding: 1em !important;
  }

  .home-banner-sec::before {
    width: 100% !important;
  }

  .efi-exchange-swap-wrapped {
    padding: 0em !important;
  }

  .footer-about-info span {
    flex: 1;
  }

  .xl-padding {
    padding: 2em 0 !important;
  }

  .banner-new-btn-sec .new-default-secondary-btn {
    width: 100%;
    justify-content: center !important;
  }

  .best-crypto-exchange-box {
    padding: 4em 2em !important;
  }

  .banner-new-btn-sec {
    justify-content: center !important;
    display: flex !important;
    width: 100%;
    margin-bottom: 2em;
  }

  .our-features-card {
    margin-bottom: 2em;
  }

  .input-group-custome {
    width: 100%;
  }

  .recieve-amount {
    width: 100%;
  }

  .aed-currency {
    width: 100%;
  }

  .swap-modal-new .swap-token-input {
    flex-direction: column !important;
  }

  .wallet-section-frame,
  .bank-account-list-box {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .wallet-currency-list-wrapped {
    padding: 1em !important;
  }

  .display-none {
    display: none !important;
  }

  .banner-content h1 {
    font-size: 2.5em;
  }

  .banner-link {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .landing-swap-exchange-card .exchange-conversion-card {
    display: flex !important;
    flex-direction: column;
    gap: 1em;
  }

  .exchange-conversion-card {
    display: flex !important;
    flex-direction: column;
    gap: 1em;
  }

  .exchange-conversion-right-sec {
    padding-left: 0 !important;
  }

  .exchange-btn-sec {
    margin-top: 2em !important;
  }

  .border-theme-right {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 0 !important;
    padding-bottom: 0.5em;
  }

  .exchange-conversion-right-sec {
    gap: 1em;
    align-items: flex-end;
  }

  .form-exchange-input {
    text-align: right;
  }

  .footer-sec {
    padding: 2em 0;
  }

  .exchange-conversion-left-sec {
    width: 100% !important;
  }

  .footer-about-top-box {
    place-items: center;
    text-align: center;
  }

  .footer-about-bottom-box {
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .swap-connect-box {
    text-align: center;
  }

  .exchange-box {
    padding: 1.5em !important;
  }

  .exchange-btn-sec p {
    text-align: center;
  }

  .exchange-flex-card {
    gap: 1em;
  }

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

  .faq-img {
    margin: auto !important;
  }

  .or-line {
    padding: 20px 0 !important;
  }

  .resp-marg-btm-xs {
    margin-bottom: 2em;
  }

  .banner-content p {
    font-size: 1em;
  }

  .banner-link li a {
    white-space: nowrap;
  }

  .profile-header-left-sec {
    display: flex;
    flex-direction: column;
    align-items: unset;
  }

  .profile-img-change-sec {
    margin: auto;
  }

  .user-dropdown-sec .dropdown-menu {
    position: absolute;
    z-index: 9999;
  }

  body {
    background-position: center center;
  }

  .profile-header-sec {
    flex-direction: column;
  }

  .profile-header-left-sec {
    gap: 1em;
  }

  .profile-avatar-card-Bottom {
    flex-direction: column !important;
  }

  .profile-avatar-image-frame {
    margin: 0 auto;
  }

  .profile-avatar-image-area {
    justify-content: center;
    width: 100%;
  }

  .profile-avatar-upload-frame,
  .profile-avatar-finger-print-area {
    text-align: center;
    width: 100%;
  }

  .finger-print-btn {
    width: 100%;
  }

  .profile-avatar-finger-print-area {
    margin-top: 1em;
  }

  .profile-avatar-card,
  .profile-avatar-info-card {
    padding: 1em 1em !important;
  }

  .profile-details-wrapped,
  .profile-settings-wrapped,
  .profile-password-setting-card {
    padding: 1em !important;
  }

  .profile-password-setting-card {
    flex-direction: column !important;
  }

  .profile-settings-wrapped {
    margin-top: 1em;
  }

  .wallet-currency-list-area {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .wallet-currency-list-wrapped {
    margin-top: 2em;
  }

  /* New Landing Page Responsive css  */
  .how-its-work-box {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .best-crypto-exchange-item {
    flex-direction: column !important;
  }

  .why-choose-us-item {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 2em;
  }

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

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

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

  }

  .best-crypto-exchange-box {
    background-size: cover !important;
  }

  .best-crypto-exchange-steps-icon {
    transform: rotate(90deg) !important;
  }

  .vertical-center-1 {
    display: inline !important;
  }

  .efi-exchange-input-wrapped {
    flex-direction: column !important;
  }

  .efi-exchange-fields-card {
    width: 100%;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .efi-swap-icons::before {
    display: none !important;
  }

  .efi-swap-icons::after {
    display: none !important;
  }

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

  .efi-swap-icons .swap-icon {
    transform: rotate(0deg);
    max-width: 3em;
    display: none;
  }

  .banner-new-content {
    text-align: center;
  }

  .banner-new-content h1 {
    font-size: 1.8em !important;
  }

  .efi-exchange-swap-full-frame {
    padding: 0em !important;
  }

  .wallet-deposit-grid {
    flex-direction: column;
  }

  .buy-data-frame {
    padding: 1em;
  }

  .efi-exchange-fields-card {
    padding: 1em !important;
  }

  .home-banner-sec {
    padding: 2em 0;
  }

  .efi-exchange-swap-wrapped {
    margin-bottom: 0em;
    margin-top: 2em;
  }

  .banner-sub-avater {
    margin-bottom: 2em;
  }

  .banner-avater-img {
    margin: auto;
  }

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

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

  /* .how-its-work-box .how-its-work-card:last-child {
    border-bottom: 0px solid #EAEAEA !important;
    padding-bottom: 0em !important;
  } */

  .best-crypto-exchange-step-no {
    display: none !important;
  }

  .best-crypto-exchange-card {
    align-items: center !important;
    flex-direction: column !important;
  }

  .best-crypto-exchange-box h2,
  .growth-of-exchange-info h2,
  .why-choose-us-header-sec h2,
  .section-title h2 {
    font-size: 1.5em !important;
    text-align: center;
  }

  .growth-of-exchange-img {
    display: none;
  }

  .growth-of-exchange-list-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 1em !important;
    align-items: center;
  }

  .growth-of-exchange-list-info {
    text-align: center;
  }

  .best-crypto-exchange-info {
    text-align: center;
  }

  .growth-of-exchange-info p,
  .why-choose-us-header-sec p {
    text-align: center;
  }

  .why-choose-us-box {
    padding: 2em 1em !important;
  }

  .why-choose-us-card {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .demo-of-product-info,
  .demo-of-product-priority-info {
    text-align: center;
  }

  .contact-us-img {
    max-width: 100%;
  }

  .best-crypto-step-title h2 {
    font-size: 1.5em;
  }

  .order-change {
    order: 1;
  }

  .banner-new-content p {
    font-size: 0.8em
  }

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

  .best-crypto-step-card h4 {
    font-size: 1em !important;
  }

  .best-crypto-step-card .num-bold span {
    font-size: 85px;
  }

  .growth-of-exchange-info p,
  .why-choose-us-header-sec p {
    font-size: 0.8em;
  }

  .why-choose-fram-avater {
    display: none;
  }

  .best-crypto-step-title h2 {
    text-align: center;
  }

  .how-its-work-info p {
    font-size: 0.8em;
  }

  .best-crypto-step-card {
    padding: 1.5em;
  }

  .best-crypto-step-card p {
    font-size: 0.8em;
  }

  .growth-of-exchange-list-info p {
    font-size: 0.8em;
  }

  .our-feature-info-sec p {
    font-size: 0.8em;
  }

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

  .create-recipient-btn-sec button,
  .create-recipient-btn-sec .new-overlay-btn {
    width: 100% !important;
    margin-top: 1em;
  }

  .recipient-table-head {
    flex-direction: column;
    gap: 1em;
  }

  .recipient-table-action {
    flex-direction: column;
    width: 100%;
  }

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

  .signup-card {
    flex-direction: column;
    margin-top: 2em;
  }

  .signup-tabs,
  .signup-form {
    width: 100%;
    padding: 1em;
  }

  .efi-exchange-fields-card .efi-receive-text {
    font-size: 1.2em !important;
  }

  .efi-exchange-fields-card .form-control {
    font-size: 1.2em !important;
  }

  .efi-exchange-fields-type,
  .efi-exchange-fields-enter {
    padding: 1em 0 !important;
  }

  .efi-swap-check-frame .pretty .state label {
    text-indent: 1.8em;
  }

  .vertical-card-icons-two {
    width: 10em;
  }

  .efi-fields-label {
    font-size: 0.9em !important;
  }

  .auth-login-form-frame {
    height: 100% !important;
    overflow: auto;
  }

  .form_card.register-form-card {
    padding: 1em 1em;
  }

  .footer-about-info p {
    font-size: 0.8em;
  }

  .user-dropdown-sec .dropdown-menu {
    left: -185px !important;
  }

  .efi-info-frame p {
    flex-wrap: wrap;
    word-break: break-all;
  }

  .efi-swap-exchange-info p {
    font-size: 0.8em !important;
  }

  .feature-profile-address-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 1em;
  }

  .new-modal-custome h4,
  .swap-modal-new h4 {
    margin-bottom: 1em;
  }

  .resp-offcanvas .offcanvas-body {
    background: var(--tertiary-color);
  }

  .offcanvas-body .nav-link {
    color: var(--secondary-color) !important;
  }

  .feature-primary-profile-details {
    padding: 1em !important;
  }

  .feature-second-profile-info {
    margin-right: auto;
    flex: 1;
  }

  .filter-resp {
    filter: contrast(0.5);
  }

  .banner-new-content h1 {
    margin-bottom: 1.5em
  }

  .wallet-currency-list-wrapped {
    margin-top: 1em !important;
  }

  .wallet_sort_form {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wallet_table_head.item_line_between {
    flex-direction: column;
  }

  .wallet_table .table tr td {
    white-space: nowrap;
  }

  .wallet-wrapped .wallet_table .table tr td:nth-child(2) {
    white-space: unset;
  }

  .wallet-wrapped .payment-tabs-content .table tr td {
    white-space: nowrap !important;
  }

  .wallet-currency-layout {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1em !important;
    box-shadow: 0px 1px 0px 0px #00000012;
    margin-bottom: 1em;
  }

  .wallet-currency-card-frame {
    flex-wrap: wrap !important;
    padding: 1.5em !important;
  }

  .wallet-currency-card {
    gap: 1em !important;
  }

  .wallet-currency-action {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .wallet-currency-card::after {
    display: none;
  }

  .wallet-currency-card:nth-child(3) {
    margin-bottom: 1.5em;
  }

  .no_data_content {
    min-height: auto;
  }

  .auth_deposit_code {
    grid-template-columns: 220px auto !important;
  }

  .auth_buy_code {
    grid-template-columns: 220px auto !important;
  }

  .no-data-found-img {
    max-width: 14em;
  }

  .exchange-sec {
    min-height: 50vh;
  }

  .wallet-wrapped .wallet-full-transaction-table .nav-pills {
    row-gap: 0 !important
  }

  .add-product-upload-box {
    padding-top: 2em;
  }

  .auth_deposit_code_card span {
    font-size: 0.9em !important;
  }

  .create-recipient .rmdp-container svg,
  .wallet_sort_date .rmdp-container svg {
    width: 20px;
    height: 20px;
  }

  .wallet-full-transaction-frame {
    height: 100% !important;
  }

  .feature-modal-content {
    gap: 2em !important;
  }

  .wallet-full-transaction-table .nav-pills {
    /* gap: 1em !important; */
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .auth_deposit_space::after {
    top: 13px;
  }

  #react-paginate ul {
    flex-wrap: wrap;
  }

  .feature-content-grid.grid-one-layout {
    flex-wrap: wrap;
  }

  .auth_avater {
    display: none;
  }

  .auth_nav .nav-pills {
    flex-direction: row;
  }

  .auth_nav {
    margin-bottom: 1.5em;
    height: auto;
  }

  .auth_nav .nav-pills .navbar-brand {
    display: none;
  }

  .auth_nav .nav-link {
    border-bottom: 2px solid transparent;
    border-left: 0 !important;
    padding: 1em;
  }

  .auth_nav .nav-link.active {
    border-left: 0 !important;
    border-bottom: 2px solid var(--primary-color);
  }

  .auth_nav .nav-pills .nav-item .nav-link:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .auth_nav .nav-pills .nav-item .nav-link:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .auth {
    height: auto !important;
    margin-top: 0em;
  }

  .website-hide {
    display: flex;
    justify-content: center;
  }

  .mobile-hide {
    display: none;
  }

  .feature-second-profile-card .nav-pills {
    width: 100%;
  }

  .edit-note-info-sec {
    align-items: center;
  }

  .over_space_2 {
    padding: 1.5em !important;
  }

  .auth_2fa_code {
    grid-template-columns: 250px auto;
  }

  .auth_2fa_code_card span {
    font-size: 0.8em;
  }

  .onboard_avater {
    display: none;
  }

  .onboard {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 0px);
    background: unset;
    box-shadow: none;
  }

  .auth-otp-modal .modal-content,
  .auth_2fa_modal .modal-content,
  .onboard_modal .modal-content,
  .crypto_modal .modal-content,
  .auth_deposit_modal .modal-content,
  .change_password_modal .modal-content,
  .delete_account_modal .modal-content,
  .edit_modal .modal-content,
  .change-modal .modal-content {
    padding: 1.5em !important;
  }

  .borad-accordian-card {
    padding: 1em !important;
  }

  .onboarding-action-btn-sec {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
  }

  .wallet_sort_form .wallet_sort_search,
  .wallet_sort_date {
    width: 100%;
  }

  .table-responsive-md,
  .table-responsive {
    scrollbar-width: thin !important;
  }

  .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recipient-form-box-action-btn-sec {
    flex-direction: column;
    align-items: normal;
  }

  .auth-login-avater {
    display: none !important;
  }

  .over_space_4 {
    padding: 1em;
  }

  .form_card_action p {
    padding-bottom: 1.5em;
  }

  .auth {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .personal-user-info-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefi-user-info-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .trading-sec .header-nav-center-1 .header-padding {
    padding: 0 1em !important;
  }

  .trading-header {
    padding: 1em !important;
  }

  .trade-header-detail {
    float: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
  }

  .trading-scroll-bar-sec {
    display: none !important;
  }

  .stock-trading {
    max-height: 100% !important;
  }

  /* .user-dropdown-sec .dropdown-toggle {
    background: var(--secondary-color) !important;
  } */

  .efi-exchange-fields-card .css-6u6sro-indicatorContainer {
    position: relative;
    left: -1em;
  }

  .exchange-sell-type {
    flex-wrap: wrap !important;
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    padding: 1em 1em !important;
  }

  .efi-exchange-fields-type {
    flex-wrap: wrap !important;
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    padding: 1em 1em !important;
  }

  .efi-fields-label {
    margin-bottom: 0 !important;
  }

  .efi-exchange-swap-wrapped .nav-pills {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .logo {
    max-width: 7em;
  }

  .devices-nav-bar .nav-link {
    font-size: .9em;
    font-weight: 500;
    padding: .5em 1em;
    border-radius: 8px;
    background: var(--primary-color);
    color: var(--tertiary-color);
  }

  .devices-nav-bar .navbar-brand {
    margin-right: 0;
  }

  body {
    font-size: 14px !important;
  }

  .new-landing-page-sec .efi-exchange-swap-full-frame {
    padding: 1em !important;
  }

  .best-crypto-step-title p {
    text-align: center;
  }

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

  .faq-img-sec {
    display: none;
  }

  .auth_modal_otp input,
  .auth_2fa_action input {
    width: 38px !important;
    height: 38px !important;
  }

  .static-page-header .static-section-title h1 {
    font-size: 1.6em !important;
  }

  .static-page-header h4 {
    font-size: 0.9em !important;
  }

  .market-why-choose-image {
    width: 75% !important;
  }

  .market-why-choose-image-sec {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trade-body .device-hamber-btn svg path {
    fill: #fff
  }

  .efi-exchange-fields-type.exchange-resp-field-type-sec {
    flex-direction: column;
    gap: 1em;
  }

  .efi-swap-icons.exchange-swap-icons .swap-icon {
    display: block;
  }

  .efi-swap-icons.exchange-swap-icons {
    top: 56% !important;
    z-index: 9999 !important;
  }

  .bank-tab-card-other-wrap {
    display: flex !important;
    flex-direction: column;
  }

  .bank-tab-card-other-wrap p {
    text-align: center !important;
  }

  .bank-tab-card-other-wrap h4 {
    text-align: center !important;
  }

  .bank-tab-card-other-info-titles h3 {
    text-align: center !important;
  }

  .bank-tab-card-info {
    flex-direction: column;
    gap: 1em;
  }

  .crypto_action.item_flex_x_5 {
    flex-direction: column;
  }

  .deposit_bank_head.item_line_between.out_space_mx_1_5 {
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }

  .deposit_other_card {
    gap: 1em !important;
  }

  .swap-modal-new .swap-token-input {
    align-items: center !important;
  }

  .transaction-tab-info-card {
    flex-wrap: wrap;
    gap: 1em;
  }

  .home-banner-sub-sec {
    padding: 0 !important;
  }

  .air-drops-avtar {
    display: none;
  }

  .fee-nav {
    flex-wrap: wrap !important;
  }
}

@media (max-width:1199px) {
  .trade-pair-wrapped {
    width: 25% !important;
  }

  .trade-socket-wrapped {
    width: 25% !important;
  }

  .trade-nav-buy-sell-action {
    width: 25%;
    /* flex: 1 auto; */
  }

  .crypto_modal_content .bank-tab-card-other-wrap h4 {
    text-align: center !important;
  }

  .new-modal-custome .modal-body,
  .swap-modal-new .modal-body {
    padding: 1em !important;
  }

  .efi-exchange-fields-type {
    border-radius: 10px !important;
  }

  .flow-stepper-card span {
    white-space: wrap !important;
  }

  .offcanvas-backdrop {
    z-index: 9999 !important;
  }

  .offcanvas {
    z-index: 9999 !important;
  }

  .wallet-header {
    flex-direction: column;
    gap: 1em;
  }

  .account-details-name {
    flex-direction: column;
    gap: 1em;
    align-items: flex-start !important;
  }

  .account-details-top p {
    align-items: flex-start !important;
    gap: 1em;
    flex-direction: column;
  }

  .account-details-name {
    margin-top: 1em;
  }

  .account-details-wrapped {
    padding-bottom: 6em !important;
    padding-top: 1em !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
  }

  .tp-widget-wrapper {
    text-align: left !important;
  }

  .account-details-bottom .account-info-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1em;
    flex-direction: column;
  }

  /* event  */
  .event-handle-banner {
    height: 75vh;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    padding: 1.2em 0 !important;
    place-items: unset;
  }

  .event-handle-logo {
    max-width: 100% !important;
  }

  .event-handle-box {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .event-handle-title-sec {
    display: none !important;
  }
}

/* Large Device CSS */

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

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

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

  .best-crypto-exchange-box {
    background-size: cover !important;
  }
}