.order-plased-section {
  margin-top: 200px;
}
.succes-lottie-center-wrapper .login-succes-lottie-section {
  margin: auto;
}
.order-plased-section .order {
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
}

.order-plased-section .order .value_label_div {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.order-plased-section .order-date {
  text-align: end;
}

.order-plased-section .order span {
  font-size: 14px;
  color: #010e1e;
  margin-bottom: 5px;
}

.order-plased-section .order strong {
  font-size: 16px;
  color: #010e1e;
  font-weight: 600;
}

.order-plased-section .order strong.status {
  color: #009045;
  text-decoration: underline;
}

.order-plased-section .card {
  background: #f5f5f5 !important;
  position: relative;
}

.order-plased-section .product-box {
  background: #ffffff;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  margin: 20px 0;
}

.order-plased-section .product-box img {
  width: 60px;
  margin-left: 10px;
  margin-right: 15px;
}

.order-plased-section .product-details {
  padding-left: 10px;
}

.order-plased-section .product-details h6 {
  color: #2e7d32;
  font-weight: 600;
  font-size: clamp(13px, 2vw, 18px);
  margin-bottom: 10px;
}

.order-plased-section .product-details p {
  font-size: clamp(12px, 1.8vw, 14px);
  margin-bottom: 3px;
  color: #010e1e;
  padding-bottom: 3px;
}

.order-plased-section .product-details .border-bottom {
  border-bottom: 1px solid #bdb9b9;
}

.order-plased-section .product-details span,
.order-plased-section .price-rs {
  font-size: clamp(13px, 1.8vw, 15px);
  font-weight: 600;
  color: #000;
}

.order-plased-section .trust-text {
  color: #3c9734;
  font-size: 15px;
  font-weight: 600;
}

.order-plased-section .sub-trust-text {
  font-size: 14px;
  color: #010e1e;
}

.order-plased-section .price-section {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}

.order-plased-section .price-row {
  display: flex;
  justify-content: space-between;
  padding: 0 0px 0px 20px;
  margin-bottom: 10px;
  font-size: clamp(12px, 1.8vw, 15px);
}

.order-plased-section .price-row .label_text {
  width: 60%;
  font-size: 15px;
  margin-right: 10px;
}

.order-plased-section .card-two .top-heading {
  margin-bottom: 20px;
}

.order-plased-section .card-two .top-heading .location-icon {
  font-size: 18px;
  margin-right: 10px;
}

.order-plased-section .card-two .top-heading h6 {
  font-size: 18px;
  color: #010e1e;
  font-weight: 600;
}

.order-plased-section .card-two .top-heading .order-box {
  border: 1px solid #3c9734;
  border-radius: 7px;
  font-size: 15px;
  padding: 6px;
  background: #e8fce7;
  color: #3c9734;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.order-plased-section .card-two .top-heading .order-box .dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #3c9734;
}

.order-plased-section .timeline {
  position: relative;
  background-image: url("/images/order_placed/mapimg.png");
  background-size: cover;
  padding: 10px;
  background-color: white;
  border-radius: 15px;
}

.order-plased-section .timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 30px;
  bottom: 120px;
  border-left: 2px dashed;
}

.order-plased-section .timeline-step {
  position: relative;
  margin-bottom: 70px;
  padding-left: 40px;
}

.order-plased-section .timeline-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #cfcfcf;
  background: white;
}

.order-plased-section .timeline-step.done .timeline-dot {
  border-color: #3c9734;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-plased-section .timeline-step.done .order-text {
  color: #3c9734;
}

.order-plased-section .timeline-step.done .order-desc {
  color: #010e1e;
  font-weight: 500;
}

.order-plased-section .timeline-step.active .timeline-dot {
  border: 1px solid #3c9734;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-plased-section .timeline-step.active .timeline-dot .inner_dot {
  background: #3c9734;
  width: 20px;
  border-radius: 50%;
  height: 20px;
}

.order-plased-section .timeline-step.active .order-text {
  color: #010e1e;
}

.order-plased-section .timeline-step.active .order-desc {
  color: #010e1e;
  opacity: 0.36;
}

.order-plased-section .timeline-step.pending .timeline-dot {
  border: 4px solid #c2c2c2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-plased-section .timeline-step.pending .timeline-dot .inner_dot {
  background: #000;
  width: 17px;
  border-radius: 50%;
  height: 17px;
}

.order-plased-section .timeline-step.pending .order-desc {
  color: #010e1e;
  opacity: 0.36;
}

.order-plased-section .outer-border {
  width: 38px;
  height: 38px;
  background: #000;
}

.order-plased-section .timeline .timeline-content .small {
  font-size: 14px;
  color: #010e1e;
  width: 60%;
}

.order-plased-section .date-time {
  width: 90px;
  text-align: end;
  color: black !important;
  font-size: 14px;
}

.order-plased-section .order-confirm {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.order-plased-section .order-confirm h4 {
  font-size: 24px;
  font-weight: 700;
  color: #3c9734;
  font-family: "Raleway";
}

.order-plased-section .order-confirm p {
  font-size: 16px;
  color: #010e1e;
}

@media (min-width: 1400px) {
  .order-plased-section .product-details h6 {
    font-size: 22px;
  }

  .order-plased-section .product-details p {
    font-size: 17px;
  }

  .order-plased-section .product-details span,
  .order-plased-section .price-rs {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .order-plased-section .order-confirm {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .order-plased-section .order-confirm {
    width: 70%;
  }

  .order-plased-section .card {
    margin: 0px 100px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .order-plased-section .order-confirm {
    width: 90%;
  }

  .order-plased-section .card {
    margin: 0px 24px !important;
  }

  .order-plased-section .product-details h6 {
    font-size: 17px;
  }

  .order-plased-section .product-details span,
  .order-plased-section .price-rs {
    font-size: 15px;
  }
}

@media (min-width: 401px) and (max-width: 576.98px) {
  .order-plased-section .card {
    margin: 0px 16px !important;
  }

  .order-plased-section {
    margin-top: 70px;
  }

  .order-plased-section .order-confirm {
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    gap: 0px;
  }

  .order-plased-section .price-row {
    font-size: 13px;
  }

  .order-plased-section .product-details h6 {
    font-size: 14px;
  }

  .order-plased-section .product-details p {
    font-size: 12px;
  }

  .order-plased-section .product-details span {
    font-size: 13px;
  }

  /* .order-plased-section .timeline::before {
    left: 24px;
  }

  .order-plased-section .timeline-dot {
    width: 30px;
    height: 30px;
  } */
}

@media (min-width: 0px) and (max-width: 400.98px) {
  .order-plased-section {
    margin-top: 60px;
  }

  .order-plased-section .order {
    padding: 0px;
  }

  .order-plased-section .order-confirm {
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding: 0 15px;
    gap: 0px;
  }

  .order-plased-section .order-confirm h4 {
    font-size: 20px;
  }

  .order-plased-section .order-confirm p {
    font-size: 13px;
  }

  .order-plased-section .product-box {
    padding: 15px;
  }

  .order-plased-section .product-details p {
    font-size: 13px;
  }

  .order-plased-section .product-details span,
  .order-plased-section .price-rs {
    font-size: 17px;
  }

  .order-plased-section .product-box img {
    margin-bottom: 10px;
  }

  .order-plased-section .product-box .img_div {
    flex-direction: column;
  }

  .order-plased-section .card-two .top-heading h6 {
    font-size: 14px;
  }

  .order-plased-section .card-two .top-heading .order-box {
    font-size: 11px;
  }

  .order-plased-section .date-time {
    width: 105px;
  }

  .order-plased-section .timeline .timeline-content .small {
    width: 78%;
  }

  .order-plased-section .timeline-step {
    margin-bottom: 45px;
  }

  .order-plased-section .timeline-dot {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .order-plased-section .order strong {
    font-size: 14px;
  }

  .order-plased-section .product-details h6 {
    font-size: 16px;
  }

  .order-plased-section .order strong {
    font-size: 14px;
  }

  .order-plased-section .price-row .label_text {
    font-size: 14px;
  }

  .order-history .price-rs {
    font-size: 14px;
  }

  .order-plased-section .price-row {
    padding: 0 0px 0px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .order-plased-section .order strong {
    font-size: 14px;
  }

  .order-plased-section .product-details h6 {
    font-size: 17px;
  }

  .order-plased-section .order strong {
    font-size: 14px;
  }

  .order-plased-section .price-row .label_text {
    font-size: 14px;
  }

  .order-history .price-rs {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .order-plased-section .order strong {
    font-size: 14px;
  }

  .order-plased-section .price-row .label_text {
    font-size: 14px;
  }
}
