/*------------------- payment-28-09-2022--------------------*/
  .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control_mt, .input-group>.form-control_mt-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  }
  .payment-form {
  width: 60%;
  margin-top: 20px;
  background-color: #f7f6f4;
  padding: 14px;
  margin: 0px auto;
  padding-bottom:42px;
  box-shadow: 0 1px 1px 1px rgb(189 184 184 / 28%);
  border-radius: 10px;
  }
  .pay-card {
  margin-top: 13px;
  text-align: center;
  }
  .text-md-right {
  text-align: left!important;
  position: relative;
  left: 37px;
  }
  label {
  font-size: 14px;
  padding: 0px 11px 2px 9px;
  }
  .offset-bar {
  width: 100%;
  text-align: center;
  }
  form.formaction-bar {
  margin-top: 39px;
  }
  .form-control_mt {
  display: block;
  width: 97%;
  padding: 10px 10px 13px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* -webkit-box-shadow: 0 10px 6px -6px #777; */
  -moz-box-shadow: 0 10px 6px -6px #777;
  /* box-shadow: 0 10px 6px -12px #777; */
  height: 51px;
  }
  .input-group-prepend {
  margin-right: -1px;
  }
  .input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
  }
  .input-group-text {
  border-radius: 0 !important;
  border: 1px solid #ced4da !important;
  }
  .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 17px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  }
  .apply-hadding {
  width: 100%;
  /* margin-top: 10px; */
  position: relative;
  top: -15px;
  text-align: center;
  }
  .apply-hadding h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
  }
  .Payment-datals {
  width: 100%;
  margin-top:48px;
  }
  .form-control_mt {
  border: 1px solid #ced4da;
  }
  .apply-now.offset {
  width: 100%;
  margin-top: 29px;
  }
  
  .select_payment.two {
    width: 100%;
    margin-top: 15px!important;
}