.eligibility-container {
  border-radius: 0 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #fff;
  width: 100%;
  margin: 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.landing-page{
  position: relative;
}
.rd-calculator{
  position: absolute;
  right: -65px;
  top: 45%;
  transform: rotate(270deg);
  cursor: pointer; 
}
.calculator-bg{
  display: flex;
  align-items: center;
}
.calculator-bg h6{
  margin-bottom: 0px;
  color: #4A2C7D;
  font-size: 16px;
  font-weight: 700;
}
.calculator-bg img{
  margin-right: 10px;
  transform: rotate(90deg);
}
.calculator-bg{
  background: #C39FFF;
  padding: 10px 20px; 
  /* height: 191px;
  width: 56px;  */
}
 
/* Text Section */
.text-section {
  width: 80%;
}

.text-section h2 {
  font-size: 24px;
  color: #2c2c2c;
  margin-bottom: 16px;
}

.text-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
			 
}

.text-section ul {
  list-style-type: disc;
  padding-left: 0px;
  color: #333;
  font-size: 16px;
}

/* Image Section */
.image-section {
  position: relative;
  width: 50%;
  text-align: center;
}

.image-section img {
  width: 300px;
  z-index: 2;
  position: relative;
}

.circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.purple-circle {
  width: 200px;
  height: 200px;
  background-color: #a78bfa;
  /* Purple */
  top: 50px;
  right: 80px;
}

.light-purple-circle {
  width: 150px;
  height: 150px;
  background-color: #dcd4f7;
  /* Light Purple */
  top: 150px;
  right: 200px;
}

.flex-ali {
  display: flex;
  align-items: center;
}

.text-section ul li {
  font-weight: 700;
  font-size: 16px;
  color: #1f1f1f;
						  
}

.light-pink-bg {
  border-radius: 16px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.bg-pink {
  background-color: #dfceef;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
}

.bg-blue {
  background-color: #cbe6ef;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
}

.bg-pink {
  background-color: #eddcff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.bg-gray {
  background-color: #efefef;
  border-radius: 10px 10px 50px 10px;
}

.headding-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}

.headding-card h6 {
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1f;
}

.docu-required-wrap h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 22px;
  margin-left: -42px;
}

.digital-wraper h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #1f1f1f;
}
.digital-wraper h5 span {
  font-size: 40;
  font-weight: 700;
  color: #1f1f1f;
}

.bg-whitenew {
  background-color: #ffffff;
  padding: 20px 80px 77px 80px;
  border-radius: 0px 0px 50px 0px;
  margin-bottom: 20px;
}

.digital-deposit-section {
  background-color: #d0b4ff; 
  height: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px; 
}

.bg-steps {
  display: flex;
  align-items: end;
}

.bg-steps img {
  width: 130px;
  height: 155px;
}

.bg-steps p {
  font-size: 16px;
}

.banner-bg {
  height: 350px;
  width: 100%;
  margin-bottom: 40px;
  padding: 25px 0;
}
.common-section{
  padding: 0 !important;
}
.banner-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  text-align: left;
  margin-top: 30px;
}

.banner-text-wrap h5 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 25px;
  text-align: left;
}

.banner-text-wrap p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 25px;
  text-align: left;
}

.banner-text-wrap a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  background-color: #4a2c7d;
  border-radius: 5px;
  padding: 10px 17px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-bottom: 15px;
  display: block;
  width: 130px;
  text-decoration: none;
}

.p-20 {
  padding: 0px 0 0 0;
  display: flex;
}

.banner-human {
  margin-top: 77px;
}

.banner-human .star-stick {
  width: 210px;
  height: 240px;
  position: absolute !important;
  right: -100px;
  top: -8px;
  transform: rotate(-33deg);
}

.banner-human {
  position: absolute !important;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-bg {
  position: relative;
}

.relative-box-circle h6 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 14px;
  margin-bottom: 6px;
}
.common-section {
  margin-bottom: 50px !important;
}
.annimation-part {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../assests/banner/mobile-frame.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 338px;
  width: 331px;
  position: relative;
}

.dis-aalig {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-1 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(103deg, #b488ff 41.07%, #f9f5ff 85.49%);
  display: flex;
  justify-content: center;
  align-items: center;
  left: -6px;
  position: absolute;
  bottom: 40px;
  transform: scale(0.03); 
  text-align: center;
  flex-direction: column;
}

.box-2 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd9de 0%, #ba48b2 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 48px;
  top: 17px;
  transform: scale(0.03); 
  text-align: center;
  flex-direction: column;
}

.box-3 {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: linear-gradient(180deg, #bb7bf0 0%, #7814cc 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 200px;
  top: 205px;
  transform: scale(0.03); 
  text-align: center;
  flex-direction: column;
}

.box-4 {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: linear-gradient(180deg, #60dcff 0%, #2af656 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 270px;
  top: 87px;
  transform: scale(0.03);
  
  text-align: center;
  flex-direction: column;
}

.box-5 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fba42b 0%, #ffdba9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 207px;
  top: -1px;
  transform: scale(0.03);
  text-align: center;
  flex-direction: column;
}

.slick-active .box-1{
  transition: 0.5s;
   animation: example5 1s forwards 0.5s;
}
.slick-active .box-2{
  transition: 1s;
  animation: example5 1s forwards 1s;
}
.slick-active .box-3{
  transition: 1.5s;
   animation: example5 1s forwards 1.5s;
}
.slick-active .box-4{
  transition: 2s; 
  animation: example5 1s forwards 2s;
}
.slick-active .box-5{
  transition: 2.5s;
  animation: example5 1s forwards 2.5s;
}
.slick-active .box-slider3 img{
  transition: 0.5s; 
  animation: zoomin 2s forwards;
}
.slick-active .mandate-upi{
  transition: 0.5s; 
  animation: upibottom 2s forwards;
  bottom: 0;
}
@keyframes example1 {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes example2 {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes example3 {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes example4 {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes example5 {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

.slider2 .box-1 {
  width: 200px;
  height: 68px;
  border-radius: 50px;
  flex-direction: row-reverse;
  left: -40px;
  background: linear-gradient(116.1deg, #ffd9de 4.4%, #ba48b2 56.79%);
  top: 242px;
}

.slider2 .box-2 {
  width: 200px;
  height: 80px;
  border-radius: 50px;
  flex-direction: row-reverse;
  left: 200px;
  background: linear-gradient(247.47deg, #cce2f7 4.18%, #4b42cc 63.15%);
  top: 205px;
}

.slider2 .box-3 {
  width: 200px;
  height: 80px;
  border-radius: 50px;
  flex-direction: row-reverse;
  left: -50px;
  background: linear-gradient(112.4deg, #bb7bf0 5.85%, #7814cc 62.98%);
  top: 24px;
}

.slider2 .relative-box-circle h6 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 17px;
  margin-bottom: 6px;
  text-align: left;
  margin-left: 10px;
  width: 50%;
}

.slider2 .row {
  width: 100%;
}

.slider3 .row {
  width: 100%;
}

.load-form-right {
  background: var(--Primary-10);
  padding-top: 0px;
  height: 0%;
}

.slider3 .annimation-part {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top;
  /* background-image: none; */
  background-size: contain;
  height: 339px;
  width: 163px;
  position: relative;
  animation: frame 2s forwards;
  transition: 0.5s;
}

@keyframes frame {
  100% {
    background-image: url("../assests/banner/blck-mobile-frame.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.slider3 .box-slider3 {
  background: linear-gradient(175.95deg, #e8d2fb 25.27%, #4a2c7d 88.32%);
  width: 156px;
  height: 331px;
  margin: auto;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.slider3 .box-slider3 img {
  margin-top: 50px; 
  transform: scale(0.2);
}

@keyframes zoomin {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.2);
  }
}

.slider3 .mandate-upi {
  background-image: url(../assests/banner/white-bg-upi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 99%;
  padding: 20px;
  position: absolute;
  text-align: center;
  bottom: -195px;
  left: 0;
  z-index: 4;
  height: 162px;
  padding-top: 43px;
  
  padding-top: 50px;
}

@keyframes upibottom {
  100% {
    bottom: 0;
  }
}

.slider3 .relative-box-circle {
  overflow: hidden;
}

.slider3 .relative-box-circle h6 {
  font-size: 14px;
  font-weight: 700;
  color: #2a3447;
  margin-bottom: 7px;
}

.slider3 .relative-box-circle p {
  font-size: 12px;
  font-weight: 400;
  color: #707a8d;
  line-height: 16px;
  margin-bottom: 19px;
}

.slider3 .relative-box-circle a {
  font-size: 7px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  background: linear-gradient(175.95deg, #520b8d 25.27%, #4a2c7d 88.32%);
  border-radius: 50px;
  width: 100%;
  display: block;
  height: 20px;
  text-decoration: none;
}

.slider-carosual .slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
  width: auto;
}

.slider-carosual .slick-dots li button {
  background-color: #ffffff;
  height: 3px;
  width: 100px;
  padding: 3px;
}

.slider-carosual .slick-dots li button:before {
  opacity: 0;
}
.slick-dots li:hover button:before {
  opacity: 0.8;
}
.slider-carosual .slick-dots li.slick-active button {
  background-color: #4a2c7d;
  width: 100px;
}
.slider-carosual .slick-dots li.slick-active button:hover::before {
  opacity: 0;
}
.slider-carosual .slick-dots li.slick-active button:before {
  opacity: 0;
}
.slider-carosual .slick-dots li {
  width: 100px;
}

.bg-steps p {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
  margin-left: 10px;
}

.bg-steps span {
  position: relative;
  font-size: 217px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  color: transparent;
  -webkit-text-stroke: 4px #6d2ebf;
  background: linear-gradient(180deg, #0e0026 0%, #8f58ec 47.5%, #d0b4ff 95.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 0 #d0b4ff;
  line-height: 166px;
}

.custum-goal-hidden h6 {
  font-size: 30px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 32px;
  margin-bottom: 14px;
}
.custum-goal-hidden p {
  font-size: 14px;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 14px;
}
.book-nowbtn {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background: #4a2c7d;
  line-height: 21px;
  border-radius: 50px;
  height: 42px;
  text-decoration: none;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 22px;
  left: 79px;
  z-index: 99999999999999;
}
.book-nowbtn:hover {
  color: #ffffff;
}
.main-gols-flex {
  position: relative;
}
.main-gols-flex .gols-1,
.gols-2,
.gols-3,
.gols-4 {
  width: 32.5%;
  position: relative;
  margin-bottom: 20px;
}
.gols-4 {
  position: absolute;
  left: 0;
  top: 0;
}
.main-gols-flex .gols-1 {
  border: 2px solid #000000;
  border-radius: 20px;
  transform: translateX(0px);
  transition: 0.5s;
  /* animation: golsone 1s forwards 1s infinite; */
}
.main-gols-flex .gols-2 {
  border: 2px solid #000000;
  border-radius: 20px;
  transform: translateX(0px);
  transition: 0.5s;
  /* animation: golstwo 3s forwards 3s infinite; */
  z-index: 9 !important;
}
.main-gols-flex .gols-3 {
  border: 2px solid #000000;
  border-radius: 20px;
  transform: translateX(0px);
  transition: 0.5s;
}
.main-gols-flex .gols-4 {
  border: 2px solid #000000;
  border-radius: 20px;
  transform: translateX(0px);
  transition: 0.5s;
  /* animation: golsfour 3s forwards 3s infinite; */
  z-index: 99;
}
.gols-2.slideones .book-nowbtn {
  transform: scaleY(0.9);
}
.gols-2.slideones img{
    transform: scaleY(1);
    object-fit: cover;
}
.headline--radial-gradient {
  background-image: radial-gradient(#7135d7, #cbadff); 
}
.headline--background-clip {
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 10px;
  -webkit-text-fill-color: #d0b4ff;
  background-color: #4e1fad;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 217px;
  font-weight: 600;
  line-height: 175px;
  padding-left: 5px;
}

@keyframes golsone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

@keyframes golstwo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 9999999999;
  }
  0% {
    opacity: 0;
  }
}
@keyframes golsthree {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes golsfour {
  0% {
    left: 0;
    opacity: 0.6;
  }
  100% {
    left: 67.6%;
    opacity: 1;
  }
  0% {
    left: 0;
    opacity: 0.5;
  }
}
.add-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.remo-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; 
  /* animation: golsthree 4s forwards 4s infinite; */
}
/* .main-gols-flex .slideones:nth-of-type(2) {
  transform: scaleY(1.2);
} */
.custum-goal-hidden {
  position: absolute;
  left: 0;
  bottom: -180px;
  /* background-color: #e4e2e2; */
  height: 176px;
  width: 100%;
  padding: 40px;
  border-radius: 0 0 20px 20px;
  transition: 0.5s;
  z-index: 999999999;
  background: url(../assests/banner/bg-rechtangle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.main-gols-flex {
  display: flex;
  justify-content: space-between;
}
.gols-plans {
  margin-top: 120px;
}

.slideones {
  overflow: hidden;
}
.slideones:hover .custum-goal-hidden {
  bottom: 0;
}
 
.blur-bg {
  content: "";
  position: absolute;
  left: 0; 
  bottom: 0;
  right: 0; 
  background: linear-gradient(358.06deg, #000000 -22.43%, rgba(0, 0, 0, 0.148) 62.3%);
  width: 100%;
  height: 100%;
}






.feature-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 40px;
    background: #FDF2FA; /* Light pink background */
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .feature {
    text-align: center;
    max-width: 150px;
  }
  
  .icon {
    width: 72px;
    height: 48px;
    background: #DECAFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* margin: 0 auto 10px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  
  .icon span {
    font-size: 24px;
    color: #6d2ebf;
  }
  
  .feature p {
    font-size: 14px;
    color: #1F1F1F;
    font-weight: 500;
    line-height: 1.4;
  }
  .headding-degital h5{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #1f1f1f; 
  }
  .headding-degital h5 span { 
    font-weight: 700;
    color: #1f1f1f;
}


.banner-human img:nth-of-type(2){
  width: 100px;
  height: 130px;
  position: absolute !important;
  right: -35px;
  top: 77px;
  transform: rotate(-33deg);  
}
.mb-24{
  margin-bottom: 24px;
}









@media (max-width: 1399px){
  .tab-content .col-md-3{
    width: 49% !important;
  }
  .common-section {
    margin-bottom: 50px;
  }
  .load-form-emi .line-chart-pattern-bg{
    width: 100%;
  }
  .load-form-left {
    padding: 30px 0px 30px 10px;
  }
  .load-form-emi{
    margin-left: 0px;
  }
  .form-select.form-select-lg{
    width: 237px !important;
  }
  .common-section .section{
    display: flex !important;
    width: 50%;
  }
  .common-section .section img{
    width: 160px;
    height: 166px;
  }
  .common-section .section .icon{
    margin-right: 0px !important;
  }
  .common-section .section p{
    width: 58%;
    margin: 0 auto;
  }
  .mobile-view-container{
    max-width: 100% !important;
    display: flex !important;
  }
    .form-control-radio{ 
      display: flex;
      align-items: center;
    }
    .book-nowbtn {
      width: 230px;
      font-size: 15px;
      margin: auto;
      left: 42px;
    }
    .headline--background-clip {
      font-size: 160px; 
      line-height: 144px;
    }
    .bg-steps p {
      font-size: 12px;
      line-height: 16px; 
    }
    .custum-goal-hidden h6 {
      font-size: 20px;
      margin-bottom: 6px;
    }
    .gols-plans {
      margin-top: 30px;
    }
    .main-gols-flex{
      margin-top: 80px;
    }
}

@media (max-width: 991px){ 
  .common-section .section p{
    font-size: 12px !important;
  }
  .common-section .common-section-heading .p16 { 
    line-height: 16px;
    margin-bottom: 20px;
  }
  .common-section {
    margin-bottom: 40px !important;
  }
  .book-nowbtn{
    left: 48px;
  }
  .load-row-form .col-sm-12{
    width: 100% !important;
  }
  .load-row-form .col-md-8{
    width: 97% !important;
  }
  .banner-human img:nth-of-type(2) {
    width: 140px;
    height: 170px;
    position: absolute !important;
    right: -23px;
    top: 12px;
    transform: rotate(-33deg);
  }
    .banner-text-wrap h5 {
        font-size: 23px;
        line-height: 26px; 
    }
    .box-1 {
      width: 90px;
      height: 90px;
      bottom: 100px;
      left: 25px;
    }
    .box-2 {
      width: 80px;
      height: 80px;
      top: 53px;
    }
    .box-3 {
      width: 90px;
      height: 90px;
      left: 201px;
      top: 207px;
    }
    .box-4 {
      width: 85px;
      height: 85px;
      top: 106px;
      left: 233px;
    }
    .box-5 {
        width: 85px;
        height: 85px;
    }
    .slider2 .box-2 {
      width: 121px;
      height: 50px;
      left: 210px;
    }
    .slider2 .relative-box-circle h6{
        font-size: 9px;
        line-height: 11px;
    }
    .slider2 .box-1{
      width: 140px;
      height: 60px;
      left: -14px; 
    }
    .slider2 .box-3{
      width: 140px;
      height: 60px;
      left: 6px;
    }
    .relative-box-circle h6{
        font-size: 10px;
    }
    .banner-human img{
        width: 80%;
    }
    .banner-human {
        top: 67%;
    }
    .slider-carosual .slick-dots li button {
        width: 50px;
    }
    .slider-carosual .slick-dots li.slick-active button{
        width: 50px;
    }
    .slider-carosual .slick-dots li{
        width: 50px;
    }
    /* .star-stick{
        width: 130px !important;
        height: 130px !important;
        position: absolute !important;
        right: -22px !important;
        top: 39px !important;
        transform: rotate(-33deg) !important;
    } */
    .banner-text-wrap p {
        font-size: 16px;
    }
    .text-section{
        width: 100%;
    }
    .headding-card h6{
        font-size: 14px;
        text-align: center;
    }
    .bg-pink, .bg-blue {
        height: 120px;
    }
    .book-nowbtn {
        width: 145px;
        font-size: 15px;
    }
    .headline--background-clip {
      font-size: 118px;
      -webkit-text-stroke-width: 4px;
      line-height: 120px;
    }
    .bg-steps p {
      line-height: 12px;
      margin-left: 5px;
      font-size: 9px;
    }
    .digital-deposit-section {
      height: 160px;
    }
    .slick-dotted.slick-slider {
      margin-bottom: 20px;
    }
    .digital-wraper h5{
      margin-bottom: 20px;
    } 
    .digital-wraper h5 {
        font-size: 20px;
    }
    .headding-degital h5{
      margin-bottom: 20px;
      font-size: 20px;
    }
    .gols-plans {
      margin-top: 40px;
    }
    .main-gols-flex {
      margin-top: 60px;
    }
    .feature p {
      padding: 0 6px;
    }
    .docu-required-wrap h5 {
      font-size: 20px;
    }
    .bg-whitenew {
      padding: 20px 30px 30px 30px;
    }
    .docu-required-wrap h5 {
      margin-left: 0px;
    }
    .eligibility-container {
      padding: 30px;
    }
}

@media (max-width: 767px){ 
  .form-select.form-select-lg {
    width: 100% !important;
  }
  .common-section .section{
    width: 100% !important;
  }
  .mobile-view-container{
    display: block !important;
  }
  .tab-content .col-md-3 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .TTNorms-600{
    font-size: 33px !important;
    width: 77%;
    margin: auto;
    line-height: 40px !important;
    text-align: center !important;
  }
  .common-section-heading p{
    font-size: 33px !important;
    width: 77%;
    margin: auto;
    line-height: 40px !important;
    text-align: center !important;
  }
  .common-section {
    margin-bottom: 20px !important;
  }
  .load-form-emi{
    height: 310px !important;
  }
  .load-form-left .load-form-slider{
    padding: 10px 20px;
  }
  .row-flex-a{
    margin-bottom: 20px;
  }
  .gradient-box{
    width: 100% !important;
  }
    .banner-text-wrap h5{
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        margin-bottom: 5px;
    }
    .banner-text-wrap p{
        text-align: center;
    }
    .banner-human{
        display: none;
    }
    .banner-bg {
        height: 630px;
    }    
    .slider-carosual .slick-dots{
        left: 50%;
        bottom: -5px;
        transform: translate(-50%, -50%);
        width: 100%; 
    }
    .banner-text-wrap a{
        position: absolute;
        bottom: 0;
        left: 37%;
    }
    .bg-whitenew {
        padding: 20px 10px 77px 10px;
    } 
    .bg-pink, .bg-blue{
        height: 140px;
    }
    .bg-gray{
        margin-bottom: 20px;
    }
    .digital-deposit-section{
        height: auto;
    }
    .feature-container {
        display: block;
        background-color: transparent;
        box-shadow: none;
        padding: 20px 0 20px 0;
    }
    .feature{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .icon {
        min-width: 72px;
        min-height: 72px;
        margin-right: 20px;
    }
    .feature p{
        min-width: 100%;
        text-align: left; 
    }
    .gols-plans {
        margin-top: 0px;
    }
    .docu-required-wrap h5 {
        margin-left: 0px;
    }
    #golsPlanWrap{
        overflow: hidden;
    }
    .headline--background-clip {
        font-size: 140px;
        line-height: 140px;
    }
    .book-nowbtn {
        height: 25px;
        font-size: 12px;
        width: 73px;
        bottom: 8px;
    }
    .custum-goal-hidden h6 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .custum-goal-hidden p{
        font-size: 12px;
    }
    .custum-goal-hidden {
        padding: 10px;
        height: 100px;
        padding-top: 25px; 
    }
    .bg-steps p {
      line-height: 23px;
      font-size: 14px;
      width: 226px;
      margin-left: 20px;
    }
    .bg-steps {
      display: flex;
      align-items: center;
      margin-left: 10px;
  }
}

@media (max-width: 576px){
  .load-form-left .load-form-slider {
    padding: 0px;
  }
  .gradient-box{
    font-size: 14px;
  }
  .form-select.form-select-lg{
    width: 100% !important;
  }
  .row-flex-a{
    display: block !important;
  }
  .w-50{
    width: 100% !important;
    max-width: 97% !important;
  }
  .eligibility-container {
    padding: 15px;
  }
  .text-section {
    width: 98%;
  }
  .text-section p{
    font-size: 14px;
    line-height: 20px;
  }
  .text-section ul li {
    font-size: 14px;
  }
  .image-section img {
    width: 240px;
  }
  .headding-card {
    height: 60px;
  }
  .digital-wraper h5 {
    font-size: 24px;
    text-align: center;
    line-height: 33px;
  }
  .headding-degital h5{
    font-size: 24px;
    text-align: center;
    line-height: 33px;
  }
  .bg-whitenew {
    padding: 20px 10px 10px 10px;
  } 
  .bg-steps{
    margin-left: 0px;
  }
  .bg-steps p {
    width: 60%;
  }
  .headline--background-clip{
    width: 40%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 476px){
  .custum-goal-hidden p{
    font-size: 13px;
    line-height: 10px;
  }
  .book-nowbtn {
    font-size: 10px;	
    bottom: 2px;
  }
  .custum-goal-hidden h6 {
     font-size: 13px;
     line-height: 16px;
     margin-bottom: 1px;
  }
  .mb-24{
    margin-bottom: 0px;
  }
  .common-section .section br{
    display: none;
  }
  .common-section .section p {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .common-section .section {
    display: block !important;
  }
  .banner-text-wrap h5 {
    font-size: 19px;
    width: 90%;
    margin: auto;
  }
  .book-nowbtn{
    left: 13px;
  }
  .box-1 {
    left: 35px;
    width: 88px;
    height: 88px;
    top: 160px;
  }
  .box-2 {
    width: 65px;
    height: 65px;
    top: 76px;
    left: 60px;
  }
  .box-3 {
    width: 84px;
    height: 84px;
    top: 193px;
    left: 199px;
  }
  .box-4 {
    width: 65px;
    height: 65px;
    top: 119px;
    left: 247px;
  }
  .box-5 {
    width: 72px;
    height: 72px;
    top: 15px;
    left: 224px;
  }
  .slider2 .box-1 {
    width: 110px;
    height: 50px;
    left: 7px;
    top: 228px;
  }
  .slider2 .box-2 {
    width: 120px;
    height: 45px;
    top: 212px;
    left: 166px;
  }
  .slider2 .box-3 {
    width: 128px;
    height: 47px;
    left: 4px;
    top: 53px;
  } 
  .box-1 img, .box-2 img, .box-3 img, .box-4 img, .box-5 img{
    width: 30px;
  } 
  .slider-carosual .slick-dots {
    left: 50%;
    bottom: -22px;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .mb20 {
    margin-bottom: 0px !important;
  }
  .common-section-heading p {
    font-size: 24px !important;
    width: 77%;
    margin: auto;
    line-height: 31px !important;
    text-align: center !important;
  }
  .TTNorms-600 {
    font-size: 24px !important;
    width: 77%;
    margin: auto;
    line-height: 40px !important;
    text-align: center !important;
  }
  .common-nav-pills-wrap .tab-content .tab-pane h5, .common-nav-pills-wrap .tab-content .tab-pane .h5 {
    line-height: 20px;
    font-size: 16px;
  }
  .text-right {
    text-align: left !important;
    margin-left: 60px;
  }
  .apply-strip-wrap{
    display: block;
  }
  .apply-strip-wrap h6, .apply-strip-wrap .h6 {
    min-width: 150px;
    font-size: 13px;
    line-height: 19px;
  }
  .banner-text-wrap a { 
    bottom: -19px;
    left: 38%;
    font-size: 16px;
    text-align: center;
    line-height: 12px;
    height: 34px;
    width: 114px;
  }
  .banner-text-wrap p{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .annimation-part{
    background-position: top;
    background-size: contain;
    height: 325px;
  }
  .annimation-part .rupes-bag{
    width: 100px !important;    
    transform: scale(0.03);
  } 
  .slick-active .rupes-bag {
    transition: 0.5s;
    animation: example5 1s forwards 0.5s;
  }
  .relative-box-circle h6 {
    font-size: 10px;
    padding: 0 1px;
    line-height: 13px;
  }
  .p-20{
    justify-content: center;
  }
  .banner-bg {
    height: 524px;
  }
  .slider3 .annimation-part{
    height: 324px;
    width: 158px; 
    background-position: top;
    background-size: contain;
  }
  .slider3 .box-slider3{
    height: 317px;
    width: 150px;
  }
  .slider3 .mandate-upi {
    padding: 5px;
    padding-top: 36px;
    height: 157px;

  }
  .box-slider3 img{
    width: 60px;
  }
  .slider3 .relative-box-circle p{
    font-size: 10px;
  }
}

@media (max-width: 376px){
  .banner-text-wrap a {
    bottom: -28px;
    left: 31%;
  }
}