.footer-bg
{
    background: #101828;
    padding: 25px 0px;
}
.step-into
{
    background: #FAFAFA;
    padding: 65px 0px 60px 0px;
    overflow: hidden;
}
.step-arrow
{
    position: absolute;
    top: 0px;
    right: 22%;
    z-index: 1;
}
.step-into .container
{
    z-index: 2;
    position: relative;
}
.step-head h2
{
    padding-bottom: 15px;
}
.form-container {
    width: 75%;
    margin: 0px auto;
    padding-top: 45px;
  }
  .form-control {
    border-radius: 10px;
    height: 50px;
    border: 1px solid #E6E6E6;
background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #0D0D0D;
font-family: Barlow;
font-size: 17px;
font-style: normal;
font-weight: 400;
margin-bottom: 25px;
  }
  /* Change placeholder text color */
.form-control::placeholder {
    color: #bbb;       
  }
  .form-control:focus
  {
    box-shadow: none;
    border: 1px solid #E6E6E6;
  }
  .form-label {
    font-weight: 500;
    margin-bottom: 6px;
  }
  .label-want
  {
    color: #0D0D0D;
font-family: Barlow;
font-size: 15px;
font-style: normal;
font-weight: 600;
margin-left: 20px;
  }
  .text-by
  {
    color: #0D0D0D;
font-family: Barlow;
font-size: 15px;
font-style: normal;
font-weight: 400;
margin-left: 20px;
  }
  .keep-me
  {
    color: #0D0D0D;
font-family: Barlow;
font-size: 15px;
font-style: normal;
font-weight: 400;
margin-left: 20px;
  }
  /* Custom checkbox */
  .custom-checkbox {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
    background-color: #ffffff;
  }
  .custom-checkbox input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .custom-checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
  }
  /* .custom-checkbox input:checked ~ span {
    background-color: #d4af37;
    border-radius: 4px;
  } */
  .custom-checkbox span:after {
    content: "";
    position: absolute;
    display: none;
  }
  .custom-checkbox input:checked ~ span:after {
    display: block;
  }
  .custom-checkbox span:after {
    left: 9px;
    top: 2px;
    width: 10px;
    height: 20px;
    border: solid #A67F2D;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
  /* Button */
  .btn-custom {
    background: #A67F2D;
    border-radius: 50px;
    padding: 10px 15px 12px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    color: #FFF;
    font-family: Barlow;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    width: 275px;
    height: 55px;
    margin: 0px auto;
    margin-top: 60px;
  }
  .btn-custom:hover {
    background: #a07a22;
  }
  .invalid-feedback
  {
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 13px;
  }

@media (max-width: 1399px) {
  .step-into {
    padding: 40px 0px 40px 0px;
  }
  .form-container {
    padding-top: 20px;
  }
  .form-control {
    height: 45px;
    margin-bottom: 20px;
  }
  .custom-checkbox {
    width: 25px;
    height: 25px;
  }
  .custom-checkbox span:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 16px;
  }
  .btn-custom {
    padding: 6px 12px 6px 18px;
    font-size: 20px;
    width: 210px;
    height: 50px;
    margin-top: 40px;
  }
  .footer-bg {
    padding: 12px 0px;
  }
}  
@media (max-width: 1199px) {
  .form-control {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .form-container {
    width: 100%;
  }
  .btn-custom img {
    width: 24px;
    height: 23px;
  }
  .btn-custom {
    font-size: 16px;
    width: 180px;
  }
  .thankssec svg{
    width: 40px;
    height: 40px;
  }
}

/*praba*/
.form-label {
  font-weight: 400;
  font-size: var(--text-18);
  color: var(--bg-black-smoky);
}
.form-control{
  margin-bottom: 0px;
}
.invalid-feedback{
  position: static;
}
.iti{
  width: 100%;
}
.exclusiveboxheading p:first-child {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.powergreybg .borderbg{
  z-index: 1;
}
.exclusivesaving > .exclusivemain .exclusivelefthead h4{
  padding-bottom: 0px !important;
}
.exclusiveright p{
  font-weight: 300;
}
.powermainhead h2,.exclusiveboxheading p,.powermainsubtxt p,.exclusiveright p,.quoteline p{
  line-height: 1.3;
}
.learbermaintxt p{
  line-height: 1.2;
}
.keep-me ~ div{
  margin-left: 20px;
}
@media (min-width: 992px) {
  .exclusiveboxheading p{
    width: 90%;
    margin: 0 auto;
  }
 .exclusivesaving > .exclusivemain{
    padding-top: 4% !important;
    padding-bottom: 4% !important;
    padding: 0 1%;
  }
}
@media (max-width: 1399px) {
  .exclusiveboxheading p {
    width: 75%;
    margin: 0 auto;
}
}
@media (max-width: 767px) {
.exclusiveright p br {
  display: none;
}
.mobile-slicklearner{
  margin: 0px ;
}
.mobile-slicklearner .slick-slide{
  margin: 0 10px;
}
.learbermaintxt p,.quoteline p {
  height: auto;
  font-size: 15px;
}
.keep-me{
  display: flex !important;
    align-items: flex-start !important;
}
.keep-me .custom-checkbox{
  flex: 0 0 auto;
}
}