body {
  font-family: 'Plus Jakarta Sans';
  margin: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 134px 0 105px;
}

.login-btn{
  color: #00AB4E;
  text-decoration: none;
}

.login-button {
  border-radius: 4px;
  border: 1px solid #00AB4E;
  background: #EFFFF6;
  padding: 6px 17px;
}

.login-button a {
  text-decoration: none;
  color: #00AB4E;
}

.divider {
  display: none;
}

.login-section {
  border-radius: 30px;
  background-image: url('https://ibullssecurities.com/public/marketing-page-images/BG.svg');
  background-color: transparent;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 18px 100px;
  width: calc(100% - 200px);
  position: relative;
  overflow: hidden;
}
.legacy{
  display:none;
}

.web-sceen {
  display: none;
}

.content {
  text-align: center;
  position: relative;
}

.mobile_colarge {
  margin-top: 40px;
  width: 494px;
}

.mobile_view_colarge {
  display: none;
}

.mobile_view_colarge img {
  width: 300px;
  height: 300px;
}

.mobile-view_colarage-button {
  display: none;
}

.invest-in {
  color: #FFF;
  font-feature-settings: 'liga' off;
  font-family: "Plus Jakarta Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  text-align: center;
  padding-top: 32px;
}
.trade-likea{
  color: #FFF;
  font-feature-settings: 'liga' off;
  font-family: "Plus Jakarta Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px;
  margin: 0;
  text-align: center;
  padding-top: 32px;
  display: block;
}
.champion{
  color: #FFF;
  font-feature-settings: 'liga' off;
  font-family: sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  margin: 0;
  text-align: center;
  display: block;
}
.mobile-trade-likea{
  display:none;
}
.mobile-win-likea{
  display:none;
}
.mobile-champion{
  display:none;
}
.green-text {
  background: linear-gradient(93deg, #D3953E 8.86%, #FDE56E 66.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: 'liga' off;
  font-family: sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0;
}
.desktop{
  display: block;
}
.mobile-trade-text{
  display:none;
}
.pertrade-desktop{
  margin-top: -40px;
  margin-bottom: 28px;
}
.mobile-11-ruppee{
  display:none;
}
.gold_desktop{
  width: 449.21px;
  height: 322.526px;
  margin: 0 0 12px 130px;
}

.login-card {
  border-radius: 30px;
  border: 1px solid #CAE0FF;
  background: linear-gradient(86deg, rgba(255, 255, 255, 0.00) 12.93%, #D1E0EB 122.84%), #FFF;
  width: 680px;
  /* height: 554px; */
  position: relative;
  overflow: hidden;
}

.login-content {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  margin-top: 30px;
}

.login-grey-rectangle {
  width: 454.126px;
  height: 169.234px;
  transform: rotate(-28.556deg);
  flex-shrink: 0;
  background: #F6F9FE;
  width: 454.126px;
  height: 169.234px;
  transform: rotate(-28.556deg);
  flex-shrink: 0;
  background: #F6F9FE;
  position: absolute;
  top: -52px;
  right: 180px;
}

.login-green-squre {
  width: 180.575px;
  height: 180.575px;
  transform: rotate(-42.554deg);
  flex-shrink: 0;
  border-radius: 60px;
  background: #C8EDDA;
  position: absolute;
  top: -110px;
  left: 180px;
}

.login-form {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 38px 18px 38px 18px;
  gap: 20px;
  align-items: start;
}
.start-investing-a{
  color: #fff;
  text-decoration: none;
}
.open-account {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* padding-top: 117px; */
  margin: 0;
}

.input-container {
  position: relative;
  width: 100%;
  /* margin: 18px 0 0 0; */
}

.input-container input {
  width: 327px;
  height: 50px;
  font-size: 18px;
  padding: 0 50px 0 60px;
  outline: none;
  border-radius: 8px;
  border: 1px solid rgba(224, 231, 241, 0.5);
  background: var(--White, #fff);
  box-shadow: 0px 15px 30px 0px rgba(210, 217, 224, 0.35);
}
input::placeholder {
  color: var(--Body-Text, #8492a7) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.input-container .prefix {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px !important;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 2px;
}

#phone-number {
  padding-left: 40px;
  /* Make space for the prefix */
}

.input-container .bottom-prefix {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px !important;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 2px;
}

.btn {
  width: 250px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(180deg, #227af5 0%, #1667d9 100%);
  outline: none;
  border: none !important;
  color: #fff !important;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btnn {
  /* width: 250px; */
  height: 50px;
  border-radius: 6px;
  background: #000;
  outline: none;
  border: none !important;
  color: #fff !important;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 22px 10px 22px;
}

#home-get-started.btn {
  /* margin-top: 26px; */
  height: 50px;
  width: 292px;
}

.mobile-image {
  padding-top: 18px;
}

.mobile-image img {
  mix-blend-mode: darken;
}

.disclaimer-desktop{
  color: #98B9B8;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  padding: 0 46px 40px 46px;
  display: block;
  text-align: center;
}
.disclaimer-mobile{
  display:none;
}

.algo-section {
  background: #FBFBFD;
  margin: 44px 100px 0 100px;
  width: calc(100% - 200px);
  border-radius: 30px;
}

.experience {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  padding: 44px 0 55px 40px;
}
.experience-mobile{
  display: none;
}

.future {
  color: #00AB4E;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.ib-algos {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 46px;
}

.green-line {
  width: 27px;
  height: 3px;
  border-radius: 6px;
  background: #00AB4E;
  margin: 4px 0 52px 46px;
}

.ib-algo-tiles{
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 50px;
}
.tile-text{
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding-top: 24px;
}

.grey-line{
  width: 2px;
  height: 134px;
  background: #E8E8ED;
}

.ib-algo-button {
  text-align: center;
  padding: 44px 0 18px 0;
}

.ib-algo-button button {
  width: 407px;
  padding: 16px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #227AF5 0%, #1667D9 100%);
  border: none;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.quantlab-section {
  border-radius: 30px;
  background: radial-gradient(125.69% 145.02% at 68.64% 78.57%, #C7F1DE 11.45%, #FFF 63.88%), #FBFBFD;
  margin: 10px 100px 0 100px;
  width: calc(100% - 200px);
}

.quantlab-text {
  padding: 77px 0 0 44px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.quant-lab-image {
  text-align: center;
}

.quantlab-button {
  text-align: center;
  padding: 71px 0 63px 0;
}

.quantlab-button button {
  width: 407px;
  padding: 16px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #227AF5 0%, #1667D9 100%);
  border: none;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.articals-section {
  margin: 10px 100px 0 100px;
  width: calc(100% - 200px);
  padding: 0 0 0 40px;
}

.similar-articals {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  padding-top: 50px;
}

.card-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding-bottom: 10px;
  white-space: nowrap;
  width: 100%;
  scrollbar-width: none;
}

.card-container::-webkit-scrollbar {
  display: none;
}

.pagination-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #000000af;
}

.card-container {
  gap: 2rem;
}
.blogs-anchor{
  text-decoration: none;
}

.sliderItem {
  width: 391px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #EAEAFE;
  background: #FBFBFD;
}

.sliderItem img {
  width: 389px;
  height: 166px;
  flex-shrink: 0;
  border-radius: 18px;
}

.slider-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 21px 0 21px 21px;
  white-space: normal;
}

.fag-image {
  padding-top: 44px;
}

.faq-section {
  margin: 0px 100px 0 100px;
  width: calc(100%-200px);
}

.faq-text {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 0;
}

.faq-question-answer {
  margin: 0 -20px;
}

.accordion {
  padding-top: 25px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit;
  box-shadow: none;
}

.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button {
  border-color: #ddd;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  border-radius: 6px !important;
  border-top: none !important;
  border-left: none;
  border-right: none;
  overflow: hidden;
}

.accordion-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important;
}

.accordion-button {
  border-radius: 0 !important;
  padding: 15px;
}

.accordion-body {
  border-radius: 0 !important;
  border-top: none !important;
}

.indiabulls-securities-green {
  color: var(--Brand, #00AB4E);
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.download-indiabulls-app {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  padding-top: 36px;
}

.app-download-section {
  display: flex;
  justify-content: center;
  gap: 54px;
  padding-top: 30px;
}

.qr-scan-section {
  display: flex;
  gap: 21px;
  align-items: center;
}

.QR-image {
  width: 72.727px;
  height: 72.727px;
}

.scan-text {
  color: #7D7D7D;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.24px;
  width: 374px;
}

.play-store {
  width: 257.955px;
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 19px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-store {
  width: 257.955px;
  background-color: #fff;
}

.playstore-appstore {
  display: flex;
  gap: 20px;
  align-items: center;
}

.playstore-appstore img {
  width: 161.111px;
  height: 50px;
}

.green-border {
  margin: 0 100px;
  width: calc(100%-100px);
  height: 8px;
  background: #00AB4E;
  margin-top: 42px;
}

.footer-content {
  display: flex;
  margin: 0 146px;
  justify-content: space-between;
  padding-top: 40px;
  align-items: center;
}

.footer-indiabulls-logo {
  width: 178.031px;
  height: 60px;
}

.follow-us {
  display: flex;
  gap: 16px;
  align-items: center;
}

.follow-us-text {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.social-media-icons {
  display: flex;
  gap: 15px;
}

.social-media-icons img {
  width: 40.714px;
  height: 40.714px;
}

.footerlist {
  list-style-position: inside;
  text-align: center;
  color: #848181;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding-left: 0 !important;
  padding-bottom: 22px;
  margin: 50px 100px 80px 100px;
}

.sticky-bottom {
  display: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sticky-desktop{
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  gap: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.sticky-green-btm-desktop{
  height: 100%;
  flex-shrink: 0;
  background: #00ab4e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}
.open-free-desktop{
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.join{
  color: #fff;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.QR-btm {
   width: 50px;
  height: 50px;
}
.input-desktop{
  margin: 0;
}
.submit-button-desktop{
  width: 20%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #227af5 0%, #1667d9 100%);
}

@media only screen and (max-width: 768px) {
  .invest-in {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    padding-top: 34px;
  }

  .trade-likea{
    display: none;
  }
  .champion{
    display: none;
  }

  .green-text {
    color: #00AB4E;
    font-feature-settings: 'liga' off;
    font-family: sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    text-transform: uppercase;
  }
  .mobile-trade-likea{
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "Plus Jakarta Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    /* padding-top: 80px; */
    display:block;
    /* padding-bottom: 12px; */
  }
  .mobile-win-likea{
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    display:block;
    /* padding-bottom: 10px; */
  }
  .mobile-champion{
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    display:block;
  }
  .desktop{
    display:none;
  }
  .mobile-trade-text{
    display:block;
  }
  .trade-eleven{
    display:flex;
    justify-content: center;
  }
  .gold_desktop{
    display:none;
  }
  .login-sction-trade{
    margin: 0 4px;
  }
  .mobile-11-ruppee{
    display:block;
    width: 295.91px;
    margin: 8px 0 50px 64px;
  }
  .pertrade-desktop{
    margin-top: -20px;
    margin-bottom: 44px;
  }

  .login-content {
    display: none;
  }

  .content {
    text-align: center;
  }

  .mobile_colarge {
    width: 318.117px;
    height: 225.234px;
    margin-top: 14px;
  }

  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px;
  }

  .login-button {
    border-radius: 4px;
    border: 1px solid #00AB4E;
    background: #EFFFF6;
    padding: 6px 17px;
  }

  .login-button a {
    text-decoration: none;
    color: #00AB4E;
  }

  .divider {
    border: 1px solid #EFEFEF;
  }

  .login-section {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    border-radius: 16px;
    padding-bottom: 0;
    background-image: url('https://ibullssecurities.com/public/marketing-page-images/BG-mobile.svg');
    background-color: transparent;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-top: 70px; */
  }
  .legacy{
    text-align: end;
    display: block;
  }
  .disclaimer-desktop{
    display: none;
  }
  .disclaimer-mobile{
    color: #DCE6E6;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    padding: 0 16px 17px 16px;
    display: block;
    text-align: center;
  }

  .web-sceen {
    text-align: center;
    display: block;
  }

  .web-screen-img {
    width: 100%;
    height: 158.82px;
    padding: 32px 10px 0 10px;
  }

  .green-line {
    margin: 4px 0 30px 26px;
  }

  .algo-section {
    margin: 0;
    width: 100%;
    border-radius: 0;
  }

  .experience {
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    display: none;
    padding: 30px 18px 23px 18px;
  }
  .experience-mobile{
    display: block;
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 133.333% */
    text-transform: capitalize;
    padding: 44px 0 55px 0;
  }
  .experience-mobile span{
    color: #00AB4E;
    font-family: sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
  }

  .future {
    color: #00AB4E;
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
  }

  .ib-algos {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 20px;
  }

  .ib-algo-tiles{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 50px;
    gap: 30px;
  }
  .tile-text{
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding-top: 24px;
  }
  
  .grey-line{
    width: 220px;
    height: 2px;
    background: #E8E8ED;
    margin: auto;
  }

  .ib-algo-button {
    text-align: center;
    padding: 12px 0 40px 0;
  }

  .ib-algo-button button {
    width: 250px;
    padding: 16px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #227AF5 0%, #1667D9 100%);
    border: none;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .quantlab-text {
    padding: 25px 0 0 24px;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .quantlab-section {
    margin: 0;
    width: 100%;
    border-radius: 0;
  }

  .quant-lab-image-png {
    width: 100%;
    height: 231px;
  }

  .quantlab-button {
    text-align: center;
    padding: 44px 0 33px 0;
  }

  .quantlab-button button {
    width: 250px;
    padding: 16px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #227AF5 0%, #1667D9 100%);
    border: none;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .articals-section {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .similar-articals {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    padding-left: 18px;
  }

  .container {
    padding: 0;
  }

  .card-container {
    gap: 20px;
  }
  .blogs-anchor{
    text-decoration: none;
  }

  .sliderItem {
    width: 282px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #EAEAFE;
    background: #FBFBFD;
  }
  .first-slider{
    margin-left: 16px;
  }
  .last-child{
    margin-right: 16px;
  }

  .sliderItem img {
    width: 100%;
    flex-shrink: 0;
  }

  .slider-title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 21px 21px 21px 21px;
    white-space: normal;
  }

  .faq-section {
    margin: 0 20px;
  }

  .faq-text {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .faq-image-question {
    width: 29.281px;
    height: 26px;
  }

  .download-indiabulls-app {
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    padding-top: 15px;
  }

  .download-indiabulls-app span {
    color: var(--Brand, #00AB4E);
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
  }

  .app-download-section {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    gap: 28px;
  }

  .footer-indiabulls-logo {
    width: 118.688px;
    height: 40px;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
  }

  .qr-scan-section {
    /* margin: 0 24px; */
  }

  .playstore-appstore {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .green-border {
    width: 100%;
    margin: 40px 0 0 0;
  }

  .QR-image {
    width: 41.456px;
    height: 41.456px;
  }

  .scan-text {
    display: none;
  }

  .play-store {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .play-store-img {
    width: 84px;
    height: 20px;
  }

  .green-border {
    height: 2px;
  }

  .footer-content {
    margin: 0;
  }

  .follow-us {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
    justify-content: center;
  }

  .footerlist {
    margin: 20px 18px 112px 18px;
  }

  .sticky-bottom {
    display: flex;
    flex-direction: column;
    background: #f6f8fd;
    gap: 0;
    position: fixed;
    width: 100%;
  }

  .mobile button {
    width: 38%;
    padding: 10px;
    font-size: 12px;
    margin-left: 10px;
  }

  .mobile-btm-open-account {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 20px 30px;
  }

  .input-container input {
    width: 292px;
    padding: 10px 10px 10px 46px;
    font-size: 16px;
    outline: none;
    border-radius: 8px;
    border: 1px solid rgba(224, 231, 241, 0.5);
    background: var(--White, #fff);
    box-shadow: 0px 15px 30px 0px rgba(210, 217, 224, 0.35);
  }

  input::placeholder {
    color: var(--Body-Text, #8492a7) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
  }

  .mobile-footer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: var(--White, #fff);
    border-radius: 8px;
    box-shadow: 0px 15px 30px 0px rgba(210, 217, 224, 0.35);
    border: 1px solid rgba(224, 231, 241, 0.5);
  }

  .mobile-footer span {
    padding: 5px;
  }

  .mobile-footer .mobile-input {
    margin-left: 10px;
    font-size: 16px;
    outline: none;
    border: none;
    padding: 0;
  }

  #mobile-error-message {
    padding: 0 20px 20px;
    margin-top: -20px;
  }

  .input-container .prefix {
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px !important;
    color: #000;

    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 2px;
  }

  .sticky-green-btm {
    width: 100%;
    height: 100%;
    color: #000;
    flex-shrink: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .input-container .bottom-mobile {
    width: 240px;
    height: 40px;
    flex-shrink: 0;
  }

  .text-bottom {
    padding-top: 10px;
  }
  .sticky-desktop{
    display: none;
  }
  .social-media-icons img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 360px){
  .mobile-11-ruppee{
    width: 265.91px !important;
  }
}