/*your custom css goes here*/
@media only screen and (max-width: 600px) {
    .header_iner {
          z-index: 100;
          justify-content: flex-end !important;
      }
  }
  /*.pincode-input {
      width: 14% !important;
      height: 35px !important;
      line-height: 50px !important;
      border-radius: 3px !important;
      border: 2px solid gray !important;
      text-align: center !important;
      font-size: 1.5rem !important;
      text-transform: uppercase !important;
      padding: 8px 5px 0 5px !important;
  }*/
  .pincode-input {
      width: 20.7% !important;
      height: 40px !important;
      display: inline-flex;
      line-height: 50px;
      border-radius: 3px;
      margin: 0% 0% !important;
      border: 2px solid gray;
      text-align: center;
      font-size: 1.5rem;
      text-transform: uppercase;
  }
  .pincode-input:not(:last-child) {
      margin-right: 1rem !important;
  }

  .carousel-box .img-fit {
      height: 400px;
      /*width: */
      object-fit: scale-down;
  }
