.formButton:hover {
  background: var(--primary);
}

.DailyDepositeForm {
  border-radius: 24px;
  border: 0.5px solid var(--secondary) !important;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 75%;
}

.BannerBackGroundColor {
  border-radius: 0px 0px 24px 24px;
  background: linear-gradient(180deg, #ffe6d3 0%, rgba(245, 226, 212, 0) 100%);
}

.BannerWordsForDaily {
  color: var(--secondary);
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
}
.CallbackColor {
  color: #f58345;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.form-control:focus {
  color: none;
  background-color: none;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

/*  */

.fontsizeofbody {
  /* color: #212529; */
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

.form-control {
  border: 1px solid #c4c4c4;
}

.subHeading {
  color: #000;
  font-family: var(--Inter);
  font-size: 16px;
  font-weight: 700;
  line-height: 20.4px;
}

.deposite h1 {
  color: var(--secondary);
  /* font-size: 40px !important; */
  font-weight: 600;
}

.bgcolorCash {
  background: var(--lightOrange) !important;
}

.amplify {
  color: #2e2c2c;

  font-size: 18px;
  font-weight: 400;
  line-height: 36.5px;
  text-align: justify;
}

.cash {
  color: #1a1818;

  font-size: 50px;
  font-weight: 600;
}

.borderBlack {
  border-radius: 0px 0px 12px 12px;
  border: 1px solid #c5bbbb;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

.inverst {
  padding-left: 75px !important;
  padding-right: 75px !important;
  background: var(--primary) !important;
  border: var(--primary) !important ;
  color: white !important;
}

.eligibility {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.bgcolorCollection {
  border-radius: 12px;
  background: linear-gradient(180deg, #ffc2c4 0%, #ffd8c2 100%);
}

.DoorStep {
  color: #1a1818;

  font-size: 50px;
  font-weight: 600;
  /* line-height: 69px; */
}
.margintopForButton {
  margin-top: -146px;
}

.MarginTopForForm {
  margin-top: -150px;
}

@media (max-width: 913px) {
  .margintopForButton {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .MarginTopForForm {
    margin-top: -5px;
  }
  
   .amplify{
    line-height: 28.5px;
  }


  .eligibility {
    font-size: 14px;
    /* text-align: left !important; */
  }
}
