<style>.deliverys {
    background-color: #f7f7f7;
    padding: 15px;
    max-width: 40em;
    margin: 20px 10px;
  }

  .deliverys label {
    display: flex;
    align-items: center;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 15px;
    color: inherit;
    font-weight: 600;
    background-color: #f7f7f7;
  }

  label {
    height: 100%;
    background: #f9f9f9;
    padding: .5rem;
    position: relative;
  }

  .deliverys img.pin-img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
  }

  img {
    max-width: 100%;
    border: 0;
  }

  .deliverys .input-box {
    width: max-content;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 2px solid #777778;
    display: flex;
    align-items: center;
  }

  .deliverys input#pincode-inputs {
    background: #fff0;
    outline: 0;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
  }

  .deliverys span.pincode-check {
    color: #034d83;
    cursor: pointer;
    pointer-events: all;
    font-weight: 600;
  }

  #delivery_content {
    line-height: 1.4;
  }

  .deliverys #delivery-image {
    width: 200px;
    object-fit: contain;
    margin: 10px 0;
  }</style><div class="deliverys">
  <label>
    <img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" decoding="async" class="pin-img" data-src="https://wareiq-assets.s3.amazonaws.com/pin.svg" alt="" width="100%" height="100%">
    Check Delivery
  </label>
  <div class="input-box">
    <input type="number" id="pincode-inputs" value="" placeholder="Enter pincode">
    <span class="pincode-check" id="btn_check">Check</span>
  </div>
  <div class="pincodes-results-containers" id="delivery_content">
    <div id="delivery-image"></div>
    <div id="result"></div>
    <div id="deliverys-dates"></div>
    <div id="delivery-hour"></div>
  </div>
</div>
				
			
Scroll to Top