@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: 1200px) {
}

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

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

@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) {
  .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;
  }
}

@media (max-width: 767.98px) {
  .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;
  }
  body{
    background-position: center center;
  }
  .profile-header-sec{
    flex-direction: column;
  }
  .profile-header-left-sec{
    gap: 1em;
  }
}
