.Customer_Details_Form {
  margin-bottom: 100px;
  margin-top: 80px;
}
.cart-subtotal,
.promocode,
.gift-voucher-amt,
.card_sur_charge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #eee; */
}

.cart-subtotal p,
.promocode p,
.gift-voucher-amt p,
.card_sur_charge p {
  font-weight: 600;
  font-size: 20px;
}

.table td {
  border-bottom: 0px solid #dee2e6;
}

.order-box {
  width: 40%;
  margin: 0 30%;
  border: 1px solid;
  border: 1px solid #00a99e;
  padding: 20px;
}

.order-bottom {
  padding: 0 25%;
}

.heading-text {
  text-align: center;
  font-weight: 500;
  font-size: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #00a99e;
}

@media only screen and (max-width: 768px) {
  .order-box {
    width: 100%;
    margin: 0 1%;
    border: 1px solid;
    border: 1px solid #00a99e;
    padding: 20px;
  }

  .order-bottom {
    padding: 0%;
  }

  .heading-text {
    margin-top: 40px !important;
  }
}