/************* Start payment form css**********************/
.lg-payment-container {
  width: 85%;
  margin: 0px auto;
  /* background: #fff; */
  border-radius: 10px;
}

.lg-payment-wrapper {
  background: #d4e8fa;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 85px 0;
}

.payment-container {
  width: 1300px;
  /* padding: 60px 0; */
  margin: 0 auto;
  max-width: 95%;
}

.lg-container {
  /* background: #fff; */
  border-radius: 10px;
}

.lg-payment-warp {
  /*display: flex;
  align-items: start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  /* background: #d4e8fa; */
  margin: 53px 0px;
  padding: 21px 21px;
  background: #fff;
  border-radius: 10px;
}

.payment-wrapper-cls {
  /* display: flex;
  justify-content: space-around; */
  /* column-gap: 24px; */
  border-radius: 10px;
  border: 1px solid #a9a4a4;
  box-shadow: inset 7px 3px 7px 3px #6f69690a;

}

.lg-payment-form {
  width: 100%;
  /* background: #fff; */
  padding: 9px 2px 0px;
  margin-bottom: 0px;
  font-family: Helvetica !important;
}

.order-contain {
  width: 27%;
  padding-bottom: 0px;
  border-radius: 10px;
  font-family: Montserrat !important;
  padding-top: 59px;
  padding-right: 3px;
}

.lg-payment-summary {
  background: #e4e4e4;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 0px 7px 3px #7d7d7d0f;
  font-family: Montserrat !important;
  margin-bottom: 15px;
}

.lg-payment-summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lg-payment-summary ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #d8d8d8;
}

.lg-payment-form h3 {
  padding-bottom: 20px;
    font-size: 22px;
    font-family: Helvetica !important;
    font-weight: 500;
    padding-left: 14px;
    padding-top: 8px;

}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

.lg-payment-summary h3 {
  border-bottom: 1px solid #b6b6b6;
  line-height: 15px;
  color: #3f3f3f;
  font-family: Helvetica !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 14px;
  margin-bottom: 10px;
}

.lg-payment-summary ul li h6 {
  color: #393939;
  font-family: Montserrat !important;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  padding: 0;
  margin: 0;
  /* font-weight: 600; */
  line-height: normal;
}

.lg-payment-summary ul li p {
  margin: 0;
  text-align: end;
  font-size: 16px;
}

.lg-payment-btn input {
  background: #a2d35e;
  border: unset;
  padding: 11px 30px;
  color: #000000;
  font-size: 16px;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 4px 3px 6px 1px rgb(43 62 63 / 21%) !important;
  /* display: flex;
  justify-content: end;
  align-items: end; */
  gap: 7px;
  width: max-content;
  margin: 0 auto;
  font-weight: 600;
}

.lg-payment-btn {
  display: grid;
  align-items: end;
  justify-content: end;
  padding-top: 11px;
}

.lg_invoice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.card-payment-form {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 14px;
}

.card-expdate-code-text {
  display: inline-flex;
  gap: 10px;
  justify-content: end;

}

.payment-billing-info {
  display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.card-payment-form {
  gap: 0 20px;
}

.lg-payment-form label {
  display: block;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  color: #3f3f3f;
  font-family: Helvetica !important;
  text-align: left;
}

.lg-payment-form .form_control {
  width: 48%;
}

.lg-payment-form .form_control input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #bababa;
}

.lg-payment-form .form_control p {
  font-size: 14px;
}

.lg-payment-form .form_control.form_contro-small {
  width: 100%;
}

.li-payment-methods {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  gap: 10px;
}


.li-payment-methods img {
  width: 40px;
}

.payment-billing-info h3 {
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0;
  font-family: Helvetica !important;
}

.payment-billing-info {
  padding-bottom: 10px;
  padding-left: 14px;
}
/* .form_control{
  padding-left:14px;
} */
.order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}

.voucher-promo{
  display: flex;
  justify-content: end;
  column-gap: 12px;
}
.lg-payment-promos-coupon {
  background: #e4e4e4;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 0px 7px 3px #7d7d7d0f;
  font-family: Helvetica !important;
  /* margin-bottom: 15px; */
  width: 35%;
  background: #fff;
}

.lg-payment-promos-voucher {
  background: #e4e4e4;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 0px 7px 3px #7d7d7d0f;
  font-family: Helvetica !important;
  width: 35%;
  background: #fff;
}

.lg-payment-promos h3 {
  border-bottom: 1px solid #b6b6b6;
  line-height: 15px;
  color: #3f3f3f;
  font-family: Helvetica !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 14px;
  margin-bottom: 10px;
}

.payment-added-voucher {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13px;
}

/* .payment-added-voucher-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
} */
.payment-added-voucher-item-list {
  display: flex;
  border: 1px solid #04518b;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 11px;
  border-radius: 34px;
  position: relative;
  background-color: #04518b;
  text-transform: uppercase;
}


.payment-added-voucher-list p {
  font-family: Helvetica;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.payment-added-voucher-code {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13px;
}

/* .payment-added-voucher-list-code {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
} */
.payment-added-voucher-item-list-code {
  display: flex;
  border: 1px solid #04518b;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 11px;
  /* border-radius: 34px; */
  position: relative;
  background-color: #04518b;
  text-transform: uppercase;
}


.payment-added-voucher-list-code p {
  font-family: Helvetica;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.payment-cross-voucher-btn {
  position: absolute;
  right: -7%;
  top: -7px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  background: #010101;
  width: 20px;
  height: 21px;
  border-radius: 118%;
  text-align: center;
  line-height: 25px;
  border: 1px solid #c7c7c7;
  line-height: 16px;
}

.fa-lg {
  color: white;

}

p.payment-cross-btn-voucher {
  color: #ffffff;
  padding: 0px 4px;
  font-weight: 600;
  font-size: 14px;
}


button.delete-voucher-btn {
  border: unset;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
}



.payment-added-coupon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13px;
}

/* .payment-added-coupon-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
} */
.payment-added-coupon-item-list {
  display: flex;
  border: 1px solid #04518b;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 11px;
  /* border-radius: 34px; */
  position: relative;
  background-color: #04518b;
  text-transform: uppercase;
}


.payment-added-coupon-list p {
  font-family: Helvetica;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.payment-added-coupon-code {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13px;
}

/* .payment-added-coupon-list-code {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
} */
.payment-added-coupon-item-list-code {
  display: flex;
  border: 1px solid #04518b;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 11px;
  border-radius: 34px;
  position: relative;
  background-color: #04518b;
  text-transform: uppercase;
}


.payment-added-coupon-list-code p {
  font-family: Helvetica;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.payment-cross-coupon-btn {
  position: absolute;
  right: -7%;
  top: -7px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  background: #010101;
  width: 20px;
  height: 21px;
  border-radius: 118%;
  text-align: center;
  line-height: 25px;
  border: 1px solid #c7c7c7;
  line-height: 16px;
}

p.payment-cross-btn-coupon {
  color: #ffffff;
  padding: 0px 4px;
  font-weight: 600;
  font-size: 14px;
}


button.delete-coupon-btn {
  border: unset;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
}

.payment-coupon {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-radius: 77px;
  margin-top: 20px;
  margin-bottom: 15px;
  border: 1px solid #69696947;
}

.payment-coupon input.input_control {
  padding: 13px 15px;
  letter-spacing: 0px;
  font-family: Helvetica;
  border-radius: 40px 0px 0px 40px;
  color: #000;
  font-size: 13px;
  width: 100%;
}

.payment-coupon .btn {
  background: #04518b;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Helvetica;
  line-height: normal;
  border-radius: 0px 40px 40px 0px;
  border: unset;
  cursor: pointer;
}

.payment-coupon-field-wrap {
  margin-bottom: 26px;
}

.cart-payment-container {
  width: 100%;
}

.payment-product {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-collapse: collapse;
}

.product-heading {
  display: flex;
  width: 100%;
  column-gap: 0px;
  justify-content: space-evenly;
  border-bottom: 1px solid #d1cdcd;
  font-weight: 600;
}

.product-payment-item {
  display: flex;
  width: 100%;
  /* border-bottom: 1px solid #d1cdcd; */
}

.cart-item {
  /* flex: 1; */
  padding: 10px;
  text-align: center;
  font-size: 16px;
  /* font-weight: 600; */
  color: #3f3f3f;
  font-family: Helvetica !important;
}

.cart-item.headingone {
  width: 28%;
} 

.cart-item.item-one {
  width: 38%;
}

 .heading {
  width: 12%;
}

.item {
  width: 15%;
  margin-right: 15px;
}
.cart-item.item.p-price {
  text-align: right;
  padding-right: 57px;
}
.cart-payment-product-item {
  padding-bottom: 0px;
}

.cart-payment-items-details {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 15px;
  flex-wrap: wrap;
}

.cart-payment-items-details .payment-product-item {
  padding: 0px 14px 0;
  border-right: 2px solid #b9c5d5;
}

.cart-payment-items-details .payment-product-item:first-child {
  padding-left: 0;
}

.payment-product .product-payment-item:last-child {
  border: 0;
}

.payment-product-card {
  background: #fff;
  padding: 15px;
  /* border-radius: 10px;
  border: 1px solid #ddd; */
  margin-bottom: 15px;
  box-shadow: 0px 0px 7px 3px #7d7d7d0a;
}

.payment-product-card .product p {
  font-size: 12px;
  padding-bottom: 0px;
  line-height: 23px;
  font-family: Helvetica !important;
  color: #000;
  font-weight: 600;
}

.payment-product-card .product p span {
  font-weight: 500;
  font-family: Helvetica !important;
}

.payment-title {
  font-weight: 600;
  font-size: 19px;
}

.card-error {
  font-size: 15px !important;
  font-family: Helvetica;
  color: red;
  margin: 4px 4px 9px 1px;
}

select#payment_city {
  width: 100%;
  padding: 8px 15px 8px 9px;
}

select#payment_state {
  width: 100%;
  padding: 8px 15px 8px 9px;
}

.payment-new-btn {
  background: #a2d35e;
  border: unset;
  padding: 9px 20px;
  color: #000000;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 4px 3px 6px 1px rgb(43 62 63 / 21%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: max-content;
  margin: 0 auto;
  font-weight: 400;
}

.payment-process-error {
  font-size: 20px;
  color: red;
  padding: 10px;
  text-align: center;
  /*    border: 1px solid grey;*/
  margin-bottom: 10px;
}

.payment-price {
  margin: 10px;
  display: flex;
  justify-content: end;
  gap: 0px;
  align-items: baseline;
}
.purchase {
  background: #a2d35e;
  border: unset;
  padding: 9px 15px;
  color: #000000;
  font-size: 17px;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 4px 3px 6px 1px rgb(43 62 63 / 21%) !important;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 7px; */
  /* width: max-content; */
  margin: 17px 19px 0px 19px;
  font-weight: 400;
  font-family: Helvetica;
}

.page-template-template-payment .payment-new-btn {
  background: #a2d35e;
  border: unset;
  padding: 9px 15px;
  color: #000000;
  font-size: 17px;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 4px 3px 6px 1px rgb(43 62 63 / 21%) !important;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 7px; */
  /* width: max-content; */
  margin: 17px 19px 0px 19px;
  font-weight: 400;
  font-family: Helvetica;
}

.subtotal-price span {
  font-weight: 600;
}

.grandtotal-price {
  font-size: 16px;
  color: black;
  text-align: right;
  padding-right: 57px;
  font-family: Helvetica;
}

.grandtotal-price span {
  font-weight: 600;
}
.grandtotal-price .total_price{
  font-weight: normal;
}

.add-coupon-promo {
  width: 29px;
  /* height: 25px; */
  cursor: pointer;
}

.add-voucher-promo {
  width: 35px;
  /* height: 25px; */
  cursor: pointer;
}

.add-voucher {
  width: 35px;
  /* height: 25px; */
  cursor: pointer;
}

.meeting-days {
  font-size: 14px;
  color: grey;
}

.leg-payment {
  padding-top: 36px;
}

/* .card-code {
  width: 48% !important;
}

.exp-date {
  width: 69% !important;
} */

/* .card-expdate-text {
  width: 414px !important;
} */

.grand-total {
  font-weight: 600;
}

.payment-button-container{
  margin: 11px 175px 0px 0px;
}
.payment-button-container a {
  color: white;
  font-weight: 700;
  border-radius: 18px;
  background: black;
  border-color: black;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  border-radius: 18px;
  box-shadow: 4px 4px 7px 0px rgb(43 62 63 / 49%);
  font-family: Helvetica;
  font-weight: 400;
}
.promo-tooltip-icon{
  width: 25px;
  cursor: pointer;
}

.promo-tooltip-text {
  position: absolute;
  /* top: 657px;
  left: 654px; */
  background: #04518b;
  padding: 13px 18px;
  border-radius: 10px;
  display: none;
  z-index: 8;
  color: #fff;
  font-size: 11px;
  line-height: normal;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  margin: -49px 0px 0px 270px;
  box-shadow: 0 0 10px #474747;
  z-index: 99999999;
}

.one-time-payments .promo-tooltip-text{
  margin: -51px 0px 0px -22px;
}

.promo-tooltip-text::after {
  background-repeat: no-repeat;
  height: 98px;
  z-index: 2;
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: 7px;
  border: 12px solid transparent;
  border-bottom: 0;
  border-top: 12px solid #04518b;
  transform: translate(-50%, calc(100% + 5px));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.promo-tooltip:hover .promo-tooltip-text {
  display: block;
}

.crd-label{
  font-size: 11px;
}
.new-summary-btn{
  background: #a2d35e;
  border: unset;
  padding: 9px 20px;
  color: #000000;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 4px 3px 6px 1px rgb(43 62 63 / 21%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: max-content;
  margin: 16px auto;
  font-weight: 400;
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
}
.payment-info-popup{
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999 !important;
  
}
.payment-info-popup-content {
  background-color: white;
  width: 800px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 14px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 56px;
  border: 25px solid #04518b;
  padding: 10px;
}

.payment-information h3{
      /* border-bottom: 1px solid #b6b6b6; */
      line-height: 20px;
      color: #3f3f3f;
      font-family: Helvetica !important;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      text-align: left;
      /* text-transform: uppercase; */
      white-space: nowrap;
      padding-bottom: 0px;
      margin-bottom: 0px;
}
.payment-info-crossArrow {
  position: absolute;
    right: -19px;
    top: -37px;
    color: #f7f7f7;
    cursor: pointer;
    background: #04518b;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    border: 2px solid #fcfcfc;
    font-size: 22px;
}

@media (max-width:767px) {
  .cart-payment-items-details .payment-product-item:last-child {
    border: 0;
    padding-left: 51px;
  }

  .cart-payment-items-details .payment-product-item {
    padding: 0px 11px 0;
    border-right: 2px solid #b9c5d5;
  }
  .promo-tooltip-text {
    top: 1612px;
    left: 646px;
  }
  .payment-button-container {
    margin: 0px;
}
.item {
  width: 6%;
  
}
}

@media (max-width:992px) {
  .lg-payment-summary {
    width: 100%;
  }

  .cart-payment-container{
    margin-top: 10px;
  }

  .exp-date {
    width: 100% !important;
  }

  .card-code {
    width: 100% !important;
  }

  .lg-payment-form {
    width: 100%;
  }

  .order-contain {
    width: 100%;
    padding-bottom: 0px;
    border-radius: 10px;
    font-family: Helvetica !important;
    padding-top: 10px;
  }

  .payment-wrapper-cls {
    display: block;
    /* padding: 11px; */
    width: 100%;
    border: none !important;
  }

  .li-payment-methods {
    display: flex;
    width: 100%;
  }

  .card-expdate-code-text {
    display: inline-flex;
    justify-content: normal;
    gap: 10px;
    width: 100%;
  }

  .lg-payment-form .form_control.form_contro-small {
    width: 100%;
  }

  .payment-product-card {
    background: #fff;
    padding: 0px !important;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 0px 0px 7px 3px #7d7d7d0a;
  }

  .lg-payment-warp {
    padding: 2px 0px;
    margin: 0;
  }

  .cart-item {
    flex: auto;
    text-align: center;
    font-size: 13px !important;
    color: #3f3f3f;
    font-family: Helvetica !important;
    line-height: normal;
    padding: 10px 0;
  }
  .cart-item.item-one {
    /* width: 48%; */
    width: 19%;
}
.cart-item.headingone {
  /* width: 84% !important; */
  width: 31% !important;
}

.heading {
  width: 26%;
}

  .grandtotal-price {
    font-size: 12px !important;
    color: black !important;
    text-align: center !important;
    padding-right: 1px !important;
  }

  .subtotal-price {
    font-size: 14px !important;
    color: black;
    text-align: center !important;
    padding-right: 17px !important;
    margin-bottom: -13px !important;
  }

  hr {
    margin-bottom: 5px;
  }

  .meeting-days {
    font-size: 12px !important;
  }
  .promo-tooltip-text {
    top: 1533px;
    left: 741px;
    width: 136px;
  }
  .promo-tooltip-icon:focus + .promo-tooltip-text,
.promo-tooltip:hover .promo-tooltip-text {
  display: block;
}
.payment-info-popup-content {
  background-color: white;
  width: 384px;
   height: 600px;/*790px; */
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 14px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 56px;
  border: 9px solid #04518b;
  padding: 12px;
  overflow: hidden;
  overflow-y: scroll;
}
.payment-information h3 {
  /* border-bottom: 1px solid #b6b6b6; */
  line-height: 15px;
  color: #3f3f3f;
  font-family: Helvetica !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  /* text-transform: uppercase; */
  white-space: nowrap;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.lg-payment-form .form_control input {
  padding: 6px;
}
.leg-payment {
  padding-top: 6px;
}
.payment-information h3 {
  /* border-bottom: 1px solid #b6b6b6; */
  line-height: 15px;
  color: #3f3f3f;
  font-family: Helvetica !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  /* text-transform: uppercase; */
  white-space: nowrap;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.lg-payment-btn {
  display: grid;
  align-items: end;
  justify-content: end;
  padding-top: 11px;
}
.payment-info-crossArrow {
  right: 9px;
  top: 5px;
}
.lg-payment-form h3 {
  padding-bottom: 1px;
  font-size: 16px;
}
.purchase {
  background: #a2d35e;
  border: unset;
  padding: 5px 14px;
  color: #000000;
  font-size: 12px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 4px 3px 6px 1px rgb(43 62 63 / 21%) !important;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 7px; */
  /* width: max-content; */
  margin: 0 19px;
  font-weight: 400;
  font-family: Helvetica;
}
.payment-price {
  /* justify-content: space-between;
  gap: 71px; */
  text-align: center;
  /* margin: 10px; */ 
    display: block;
    /* justify-content: end;
    gap: 0px;
    align-items: baseline; */
    text-align: center;

}
.voucher-promo {
  display: block;
  justify-content: end;
  column-gap: 12px;
}
.lg-payment-promos-coupon {
  margin-bottom: 15px;
  width: 100%;
  margin-top: 15px;
}

.lg-payment-promos-coupon h3{
  font-size: 18px;
}
.lg-payment-promos-voucher {
  margin-bottom: 15px;
  width: 100%;
  margin-top: 15px;
}

.lg-payment-promos-voucher h3{
  font-size: 18px;
}
.item {
  width: 14%;
}
.p-price{
  width: 12% !important;
}
.item-third-child{
  width: 10%;
}
.lg-payment-wrapper {
  padding: 140px 0 33px 0;
}
.wallet-payment{
 
  width: 100% !important;
  flex-direction: column;
  align-items: center !important;
}
}

@media (min-width: 932px) and (max-width: 1180px) {
  /* .card-expdate-text {
    width: 293px !important;
  } */
}

@media (max-width:575px){
  .lg-payment-form .form_control{
    width: 100%;
  }

  .li-payment-methods {
    display: block;
  }

  .payment-button-container {
    text-align: center !important;
    margin-top: 10%;
  }
  
  .payment-button-container a {
    color: white;
    font-weight: 700;
    background: black;
    border-color: black;
    font-size: 15px;
    border-radius: 18px;
    cursor: pointer;
    font-weight: 400;
  }
  .promo-tooltip-text {
    top: 1612px;
    left: 646px;
  }
  .item {
    /* width: 6%; */
    width: 18%;
    
  }
  .cart-item.item-one {
    /* width: 48%; */
    /* width: 40%; */
    width:45%;
  }
  .payment-container {
    margin: 0 15px;
  } 
  .heading {
    /* width: 15%; */
    width: 9%;
}
}
@media (max-width:375px) {
  .heading {
    width: 10%;
}
.item {
  width: 15%;
}
}
@media (max-width:767px) {
  .lg-payment-form .form_control.form_contro-small {
    width: 100%;
  }

  .lg-payment-form .form_control {
    /* width: 100%; */
  }

  .card-payment-form {
    /* gap: 20px 20px; */
    /* gap:12px; */
  }
  .promo-tooltip-text {
    top: 1856px;
    left: 284px;
    width: 92px;
  }
}

@media (max-width:600px) {
  .lg-payment-form .form_control.form_contro-small {
    width: 100%;
  }
  .cart-item.item.p-price {
    padding-right: 0px;
    white-space: nowrap;
    text-align: right;
    min-width: 47px;
}
.purchase {
  /* padding: 8px 14px;
  margin: 5px 4px; */
  padding: 8px 14px;
  margin: 12px 6px 5px 16px;
}

/* .cart-item.item{
  display: flex;
  justify-content: flex-end;
} */
}

@media only screen and (max-width: 980px) {
  .et_pb_section_5_tb_header.et_pb_section, .et_pb_section_6_tb_header.et_pb_section {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
  }
}


/*********End payment page css**********/

/**************Thank You page css start*******************/

.thankyou_container {
  padding-bottom: 30px;
  padding-top: 10px;
  font-family: Helvetica;
}

.thankyou-header {
  text-align: center;
  padding: 24px 0 0 10px;
  font-size: 35px;
}

.thankyou-header h2 {
  font-size: 35px;
  color: #04518b;
  font-weight: 600;
}

.thankyou-header h3 {
  font-size: 25px;
  font-weight: 700;
}

.thankyou-contain {
  text-align: center;
}

.thankyou-contain span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 20px;
  padding: 5px;
  line-height: 30px;
}

.thankyou-contain span.payment-tr {
  font-weight: 600;
}

.thankyou-button {
  padding: 12px 30px 12px 30px;
  background-color: #04518b;
  color: ghostwhite;
  font-size: 16px;
  margin: 15px 13px;
  cursor: pointer;
}


.google-pay,.apple-pay{
  /* border: 1px solid #a2d35e;
  border-radius: 17px; */
  padding: 9px 9px;
  margin: 0px 0px;
  height: 48px;
  width: 100%;
}
.google-pay-btn,.apple-pay-btn{
  border: 1px solid #a2d35e;
  border-radius: 17px;
  /* padding: 9px 9px; */
  /* margin: 0px 0px; */
  /* height: 48px; */
  /* width: 100%;*/
}
.netbanking{
  display: flex;
  gap: 10px;
  margin-top: auto;
}
.wallet-payment{
  display: flex;
  /* display: inline-block; */
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 18px;
  width: 40%;
  /* text-align: center; */
  
}
.gpay-card-info-container{
  min-width: 204px !important;
}

/*#apple-pay-container{
  border: 1px solid black;
    border-radius: 48px;
    padding: 4px 16px;
}*/

apple-pay-button {
  --apple-pay-button-width: 189px;
  --apple-pay-button-height: 30px;
  --apple-pay-button-border-radius: 48px;
  --apple-pay-button-padding: 4px 5px;
}


