@media screen and (max-width: 480px) {
  .header__button {
    font-size: 18px !important;
  }

  .front-page-hero__inner {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-title {
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  #hero-title-span-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #hero-title-span-two {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    font-size: 1.2em !important;
    padding: 5px 40px!important;
  }
  .front-page__app-wrapper {
    flex-direction: column;
  }
  .front-page__bank {
    padding: 0 !important;
  }
  .front-page-hero {
    flex-direction: column;
    align-items: center;
  }
  .front-page-hero__widget {
    padding: 0;
  }

  #responsive-image {
    padding: 0 !important;
    border-radius: 20px !important;
  }

  #hero-image-one {
    display: block !important;
    /* padding-top: 30px; */
  }

  #hero-image-two {
    display: none;
  }

  .front-page__bank {
    margin-top: 50px;
  }

  #front-page__spend-token__image {
    display: none;
  }

  .front-page__bank-item {
    padding: 10px !important;
    border-radius: 10px !important;
  }

  .front-page__bank-item > img {
    width: 40px !important;
    height: 40px !important;
  }

  .front-page__bank-search {
    flex-direction: column;
    padding: 40px 10px 0 10px !important;
  }

  #front-page__bank-search-child {
    padding: 15px !important;
  }

  #front-page__bank-search__title {
    text-align: center;
    font-size: 30px !important;
  }
  .front-page__bank-search > input {
    width: 100%;
  }
  .front-page__bank-search > button {
    width: 100%;
    margin-top: 10px;
  }
  .front-page-hero__inner {
    gap: 0;
  }

  #all-in-one-inner {
    margin-top: 60px !important;
  }

  .front-page__account {
    padding: 0 !important;
    flex-direction: column;
    gap: 0;
  }

  .front-page__account-lg {
    display: block !important;
    padding: 15px;
  }

  .front-page__account-lg > p {
    text-align: center;
    font-size: 15px;
  }

  .front-page__bank-title {
    text-align: center;
    font-size: 15px;
  }

  #front-page__app-tagline {
    text-align: center;
  }

  #easy-deposit {
    text-align: center;
  }

  #take-control {
    text-align: center;
  }

  #web3-community {
    font-size: 32px !important;
    margin-bottom: 30px;
  }

  #web3-community-image {
    margin-top: 50px;
  }

  .front-page__account-inner {
    margin-top: 0 !important;
  }

  .web3-community-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* margin-bottom: 50px !important; */
  }

  .mobile_menu_nav {
    display: flex;
    justify-content: space-between;
  }
  .header__inner{
    height: auto !important;
    display: flex !important;
  }
  
  .mobile-menu-primary a {
    font-size: 19px !important;
  }
  .mobile-menu-secondary a{
    font-size: 19px !important;
  }

   #footer-link {
      display: flex !important;
  }
  .header__inner{
    height: 98px !important;
    
  }

  .Platform_section {
    margin-top: 1rem !important;
  }
  .sd_h3{
    font-size: 30px !important;
  }
  .sd_card{
    margin-bottom: 10px;
  }
  .seamless_section_heading{
    line-height: 2.75rem !important;
    margin-top: 80px !important;
    font-size: 30px !important;
  }
  .seamless_section_paragraph{
    padding: 0 !important;
  }
  .seamless_section_content h2 {
    font-size: 30px !important;
  }
  .front-page-hero__widget{
    display: flex;
    justify-content: center;
  }
  #footer-menu-secondary a{
    color: #212529 !important;
  }
}

.hero_section{
    background-color: white;
    padding-top: 98px !important;
}

.main-menu .menu-item a {
    color: #ffffff !important;
}
.front-page-hero__description{
    color: #1b1b1c;
    
    text-align: start !important;
}


.header--is-sticky .header__inner{
    height: 90px !important;
}
.front-page__account p {
    color: #3d0c87;
}
.header--is-sticky{
    background-color: #7021cc !important;

}
.front-page__bank-item_background{
  background: #10becc !important;
}
.hl-color{
  color: #212529 !important;
}
.privacy-policy-section{
  color: black !important;
    background: white !important;
}
.phone-button-mobile {
      display: none !important;
 }
 #footer-link {
     display: none;
  }
  
.marquee_style {
    padding: 5px 0;
    background: #0abdcb;
}
.marquee_style span{
    font-weight: 800;
}  


/* Disclaimer container Start*/
    .disclaimer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #8bc6cb;
      color: #333;
      padding: 10px 20px;
      font-size: 10px;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
      z-index: 1000;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    /* Close icon */
    .disclaimer .close-btn {
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      color: #555;
      border: none;
      background: none;
    }

    .disclaimer .close-btn:hover {
      color: #d33;
    }
/* Disclaimer container End */
.header__toggle{
  display: flex;
  justify-content: end;
}

.mobile-nav-toggle{
  height: 50px !important;
}



.section_container {
  max-width: 1350px;
}
.nyubkjhgfd {
  position: relative;
}
.Platform_section {
  background-image: linear-gradient(180deg, #6571e5 5.98%, #82f2d3 77.73%);
  border-radius: 40px;
  padding: 6%;
  margin-top: 5rem;
  position: relative;
  text-align: center;
}
.sd_h3 {
  line-height: 2.0625rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.sd_p {
  line-height: 1.625rem;
  font-size: 1.125rem;
}
.sd_card {
  border-radius: 25px;
  background: #d8d8d8;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1;
}

.sd_card_content h5 {
  line-height: initial !important;
  line-height: 1.375rem;
  font-size: 1.5375rem;
  font-weight: 600;
}
.sd_card_title {
  
  line-height: 1.375rem;
  font-size: .9375rem;
  font-weight: 600;
}
.sd_card_content p {
  line-height: 1.375rem;
  font-size: .9375rem;
}
.sd_card_paragraph {
  line-height: 1.375rem;
  line-height: 1.375rem;
}
.sd_card_img {
  text-align: center;
}
.sd_card_img img {
  /* height: 450px; */
  border-radius: 30px;
  height: 300px;
  width: 250px;
}

.seamless_section {
  background-image: linear-gradient(180deg, #ff82e9 5.98%, #8f00ff 77.73%);

  border-radius: 40px;
  padding: 6%;
  margin-top: -5rem;
}
.secure_section {
  background-image: linear-gradient(180deg, #5c7aff 5.98%, #00d1ff 77.73%);
  border-radius: 10px;
  padding: 6%;
  margin-top: -5rem;
}
.search_bar_section {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 50px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  border: 2px solid transparent;
}
.search_bar {
  display: flex;
  justify-content: center;
  margin-left: 20px;
}
.search_bar_section {
  .search_bar {
      width: 100%;
  }
}
.sd_btn {
  border: none;
  border-radius: 3rem;
  background-color: #2cc4ff;
  color: #fff;
  overflow: hidden;
  padding: 10px 10px;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  z-index: 0;
  margin-top: 2.5rem;
  font-weight: bold;
}
.Platform_section_content_table {
  background-color: #fff;
  border-radius: 40px;
  padding: 50px;
}

@media (min-width: 90rem) {
  .front-page-hero {
      height: auto !important;
  }
}

.seamless_image_section{
  text-align: center;
}

.seamless_section_heading {
  display: flex
;
  justify-content: center;
  line-height: 3.75rem;
  font-size: 3.1rem;
  font-weight: 700;
  color: #000000;
  margin-top: 52px;
}

.front-page__bank-item__description{
  color: #000000 !important;
}
.button--size-small{
  font-size: 12px !important;
}
.seamless_section_heading {
  margin-top: 100px;
  line-height: 44px;
  font-size: 2.1rem;
  margin-left: 5px;
}
.seamless_section_heading {
  display: flex
;
  justify-content: center;
  line-height: 3.75rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-top: 52px;
}
.seamless_section_paragraph {
  text-align: center;
  padding: 0 166px;
  margin-bottom: 3.5rem;
  line-height: 1.625rem;
  font-size: 1.125rem;
  color: #000000;
}
.footer-menu a{
  color: #000000 !important;
}
.footer-contact p{
  color: #000000 !important;
}
.footer {
  background-color: #c6c6cc !important;
  border-radius: 40px;
}
.front-page__account-lg p{
  color: #212529;
}
.seamless_section_content h2{
  font-weight: 700;
  font-size: 2.5rem;
}
.secure_your_wallet{
  font-size: 1rem !important;
}
.button--style-rounded{
  background-color: #2cc4ff !important;
}
.front-page__account-inner_content{
  font-size: 2.5rem;
  color: #212529;
}
.front-page__account h2{
  padding: 0 10px;
}
.marquee_style_privecy{
    margin-top:98px;
}
