/*
body {
  font-family: "Jost";
}
*/

/*
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*/

.popup {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.popup-brand-logo {
  width: 100px;
  margin-right: 10px;
}
.popup-brand-logo img {
  width: 100%;
}

.section-head {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px;
}

.stepper {
  margin-left: auto;
  width: 100%;
  max-width: calc(100% - 200px);
}

/* Disable max-width on mobile devices */
@media only screen and (max-width: 768px) {
    .stepper {
        max-width: 100%;
    }
}

.step-list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.step-list > * {
  width: 33.3333333333%;
}
.step-list li {
  position: relative;
}
.step-list li:before {
  content: "";
  position: absolute;
  left: 0%;
  top: calc(50% + 1px);
  width: 100%;
  transform: translateY(-50%);
  border-bottom: 1px dashed #27815b;
}
.step-list li span {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  color: #183f3c;
}
.step-list li img {
  display: none;
}
.step-list li:last-child:before {
  content: none;
}
.step-list li.active span {
  color: #247c52;
}
.step-list li.active img {
  display: inline-block;
}

.btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
}

.custom-modal .form-control {
  border-radius: 10px;
  height: 50px;
  font-size: 1.6rem;
}
.custom-modal .form-control:focus {
  box-shadow: none;
}
.custom-modal .form-group {
  margin-bottom: 20px;
}
.custom-modal .btn {
  border-radius: 10px;
  height: 4.6rem;
  width: 80%;
}
.custom-modal p, .custom-modal ul, .custom-modal h1, .custom-modal h2, .custom-modal h3, .custom-modal h4, .custom-modal h5, .custom-modal h6 {
  margin: 0;
  padding: 0;
}
.custom-modal .modal-content {
  padding: 0px;
  border-radius: 12px;
}
.custom-modal .modal-body,
.custom-modal .modal-header,
.custom-modal .modal-footer {
  padding: 0;
}
.custom-modal .modal-header,
.custom-modal .modal-footer {
  border: 0;
}

.left-block {
  padding: 40px 16px 30px;
  min-height: 300px;
  background-color: #eff0f5;
}

.verify-mobile {
  padding-bottom: 20px;
}
.verify-mobile p, .verify-mobile ul, .verify-mobile h1, .verify-mobile h2, .verify-mobile h3, .verify-mobile h4, .verify-mobile h5, .verify-mobile h6 {
  margin-bottom: 8px;
}

.otp-box {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.otp-box .form-control {
  width: 40px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f4fff9;
  border: 1px solid #204d36;
  text-align: center;
}
.otp-box .form-control:focus {
  box-shadow: none;
}

.right-block {
  background-color: #eff0f5;
  height: 100%;
  padding: 16px;
  border-radius: 10px;
}

.order-summary {
  background-color: #eff0f5;
  /*padding: 16px;*/
  padding: 5px 16px 5px 16px;
  border-radius: 10px;
}

.cart-order {
  background-color: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
}
.cart-order img {
  margin-right: 8px;
}

.info-block {
  display: flex;
  /*padding-top: 20px;*/
  padding-top: 6px;
  max-height: 108px;
  overflow-y: auto;
}
.info-block .media-holder {
  min-width: 100px;
}
.info-block p {
  color: #252525;
  font-size: 15px;
    font-weight: 400;
  
}

.total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total span {
  font-weight: 600;
  font-size: 14px;
}

.amount-block {
  padding-top: 15px;
  /*padding-bottom: 20px;*/
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.2);
}

.amount-list {
  list-style: none;
}
.amount-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #040021;
  padding-top: 3px;
  padding-bottom: 3px;
}

.bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px;
}
.bottom ul {
  list-style: none;
  display: flex;
}

.bottom-link li {
  font-size: 12px;
  line-height: 12px;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid #252525;
}
.bottom-link li:last-child {
  padding-right: 0px;
  border-right: 0;
}
.bottom-link li a {
  color: #252525;
  text-decoration: none;
}

.powered-by,
.bottom-img {
  display: flex;
  align-items: center;
}
.powered-by > *,
.bottom-img > * {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  white-space: nowrap;
}

.back {
  display: flex;
  align-items: center;
}
.back img {
  margin-right: 10px;
}

.payment-app .app li {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 16px 32px 16px 16px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  background-image: url("../images/angle-right.jpg");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.payment-app .app li img {
  margin-right: 10px;
}
.payment-app .app .discount {
  border: 1px solid #1b4537;
  border-radius: 50px;
  color: #1b4537;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 10px;
  display: block;
  margin-left: 16px;
  margin-top: 12px;
}

.banking-details .form-group {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 5px 16px;
}
.banking-details .form-group .form-control {
  border: 0;
  padding-left: 0;
}
.banking-details .form-group label {
  color: #777777;
}
.banking-details .form-group.has-icon-single .form-control, .banking-details .form-group.has-icon-multiple .form-control {
  padding-right: 85px;
}
.banking-details .form-group.has-icon-single .card-icons, .banking-details .form-group.has-icon-multiple .card-icons {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.banking-details .btn {
  min-width: 180px;
}

.max-width-350px {
  max-width: 350px;
}

.max-width-450px {
  max-width: 450px;
}

.min-width-180 {
  min-width: 180px;
}

.discount-info {
  background-color: #e3f2db;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.mobile-no {
  position: relative;
}
.mobile-no .form-control {
  padding-left: 55px;
}
.mobile-no .country-code {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #040021;
}

.t-and-c {
  font-size: 13px;
  text-align: center;
}
.t-and-c a {
  color: #040021;
}

.coupon {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 16px;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.coupon .form-control {
  border: 1px dashed #040021;
  margin-left: 15px;
  border-radius: 50px;
}

.add-new-address .mobile {
  padding-bottom: 24px;
}

.new-address {
  max-height: 320px;
  padding-right: 20px;
  overflow-y: auto;
}

.most-used-bank {
  margin-top: 24px;
  margin-bottom: 24px;
}
.most-used-bank.qr {
  display: flex;
}
.most-used-bank.qr .bank-list {
  margin-right: 30px;
}

.bank-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.bank-list.qr {
  border: 0;
}
.bank-list.qr > * {
  width: 50%;
  border-right: 0;
  border-bottom: 0;
}
.bank-list > * {
  width: 33.3333333333%;
  border-right: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
  padding: 12px;
}
.bank-list > *:nth-child(3n) {
  border-right: 0;
}
.bank-list > * a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
}
.bank-list > * a span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #040021;
}

.show-qr {
  position: relative;
  background-color: #e5e5e5;
}
.show-qr img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.show-qr a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  text-decoration: none;
}
.show-qr a span {
  background-color: #c8d6e1;
  border: 1px solid #040021;
  border-radius: 10px;
  padding: 3px 12px;
  display: block;
  max-width: 88px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.or {
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
.or::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 42%;
  background-color: #9e9ca7;
}
.or::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 42%;
  background-color: #9e9ca7;
}
.or span {
  background-color: #ffffff;
  display: inline-block;
  padding: 3px;
}

.green-card-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 16px;

  flex-direction: column;
  align-items: center;
  width: 100%;
}
.green-card-box > * {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  background-color: #065c2f;
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 10px;
}

.green-card {
  display: flex;
  color: #ffffff;
  
    cursor: pointer; /* Make it clear it's clickable */
    user-select: none; /* Prevent text selection on touch devices */
    touch-action: manipulation; /* Ensure touch events are handled correctly */
}
.green-card .left {
  padding-right: 10px;
  width: calc(100% - 72px);
}
.green-card .left p {
  display: flex;
  padding-bottom: 6px;
}
.green-card .discount {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
  display: block;
  margin-left: 8px;
  max-width: 90px;
  background-color: #51896c;
  text-align: center;
}

.cod-fee {
  text-align: center;
  font-size: 12px;
}

.thank-you {
  min-height: 270px;
  display: flex;
  padding: 40px;
}
.thank-you .bank-list.qr {
  flex-wrap: nowrap;
}
.thank-you .bank-list.qr > * {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */

/* CSS for Price breakup buttons*/

        
        .payment-option {
            background-color: #065c2f;
            color: white;
            padding: 15px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
            font-size: 16px;
            font-weight: bold;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            position: relative;
        }
        .discount-tag {
            font-size: 11px;
            background-color: #03b696;
            padding: 2px 10px;
            border-radius: 5px;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        .cod {
            background-color: #065c2f;
        }
        .cod .discount-tag {
            background-color: #f73536;
        }
        .cod-info {
            font-size: 12px;
            color: #3e3d3d;
            text-align: center;
            margin-top: -18px;
        }
        .payment-content {
            display: flex;
            align-items: center;
            width: 100%;
        }
        .payment-icon {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
        
        .payment-method {
            margin-left: 10px;
            font-weight: 200;
            font-size: 13px;
        }
        .payment-amount {
            margin-left: auto;
            font-weight: 400;
            font-size: 20px;
        }















