.Payment_option_holder {
  margin-bottom: 20px;
}

.Payment_option_holder .inner_box_holder {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #e2e8e3;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.Payment_option_holder .inner_box_holder .user_info_holder {
  padding-bottom: 5px;
}

.Payment_option_holder .inner_box_holder .user_info_holder p {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #183d28;
  opacity: 1;
  margin-bottom: 8px;
}

.Payment_option_holder .inner_box_holder .Choose_Payment_Option h4 {
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #183d28;
  margin-bottom: 18px;
}

.Payment_option_holder .inner_box_holder .Pay_with_credit_card {
  padding: 15px;
  background: #f7faf5;
  border: 1px solid #e1eadc;
  border-radius: 8px;
}

.Payment_option_holder .inner_box_holder .Pay_with_credit_card h6 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #324606;
  margin-bottom: 12px;
}

.Payment_option_holder .inner_box_holder .Choose_Payment_Option .form-check {
  margin-bottom: 10px;
  padding: 10px 12px 10px 35px;
  border: 1px solid #e2e8e3;
  border-radius: 7px;
  background: #fff;
  transition: all 0.2s ease;
}

.Payment_option_holder
  .inner_box_holder
  .Choose_Payment_Option
  .form-check:hover {
  border-color: #92c743;
  background: #f8fbf6;
}

.Payment_option_holder
  .inner_box_holder
  .Choose_Payment_Option
  .form-check-input {
  cursor: pointer;
}

.Payment_option_holder
  .inner_box_holder
  .Choose_Payment_Option
  .form-check-input:checked {
  background-color: #92c743;
  border-color: #92c743;
}

.Payment_option_holder
  .inner_box_holder
  .Choose_Payment_Option
  .form-check-label {
  font-size: 15px;
  color: #183d28;
  margin-bottom: 0;
  font-weight: 600;
  cursor: pointer;
}

.Payment_option_holder .inner_box_holder .Pay_with_credit_card .input_group {
  display: flex;
  align-items: center;
}

.Payment_option_holder
  .inner_box_holder
  .Pay_with_credit_card
  .input_group
  .payment_image_holder {
  background: #fff;
  border: 1px solid #dce7d8;
  border-radius: 7px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Payment_option_holder
  .inner_box_holder
  .Pay_with_credit_card
  .input_group
  .payment_image_holder
  .payment_image {
  width: 90px;
  height: 45px;
  object-fit: contain;
  padding: 8px;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .Payment_option_holder .inner_box_holder {
    padding: 15px;
    border-radius: 8px;
  }

  .Payment_option_holder .inner_box_holder .Choose_Payment_Option h4 {
    font-size: 16px;
    margin-bottom: 13px;
  }

  .Payment_option_holder .inner_box_holder .user_info_holder p {
    font-size: 13px;
    word-break: break-word;
    margin-bottom: 6px;
  }

  .Payment_option_holder .inner_box_holder .Choose_Payment_Option .form-check {
    padding: 9px 10px 9px 32px;
  }

  .Payment_option_holder
    .inner_box_holder
    .Choose_Payment_Option
    .form-check-label {
    font-size: 13px;
  }

  .Payment_option_holder
    .inner_box_holder
    .Pay_with_credit_card
    .input_group
    .payment_image_holder
    .payment_image {
    width: 75px;
    height: 40px;
  }

  .Payment_option_holder .inner_box_holder:first-child {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Payment_option_holder .inner_box_holder {
    padding: 17px;
  }

  .Payment_option_holder .inner_box_holder .Choose_Payment_Option h4 {
    font-size: 17px;
  }

  .Payment_option_holder
    .inner_box_holder
    .Choose_Payment_Option
    .form-check-label {
    font-size: 14px;
  }
}
