  /* Smartphones (portrait and landscape) */

  @media (min-device-width : 993px) {
      .col-lg-3 {
          padding-left: 0.5rem !important;
          padding-right: 0.5rem !important;
      }

      .col-lg-4 {
          flex: 0 0 33.3333% !important;
          max-width: 33.3333% !important;
          width: 33.3333% !important;
      }

      .col-lg-5 {
          flex: 0 0 41.6667% !important;
          max-width: 41.6667% !important;
          width: 41.6667% !important;
      }

      .col-lg-6 {
          flex: 0 0 50% !important;
          max-width: 50% !important;
          width: 50% !important;
      }

      .col-lg-7 {
          flex: 0 0 58.3333% !important;
          max-width: 58.3333% !important;
          width: 58.3333% !important;
      }

      .col-lg-8 {
          flex: 0 0 66.6667% !important;
          max-width: 66.6667% !important;
          width: 66.6667% !important;
      }
  }

  @media (max-device-width : 768px) {
      .col-md-3 {
          padding-left: 0.5rem !important;
          padding-right: 0.5rem !important;
      }

      .col-md-4 {
          flex: 0 0 33.3333% !important;
          max-width: 33.3333% !important;
          width: 33.3333% !important;
      }

      .col-md-5 {
          flex: 0 0 41.6667% !important;
          max-width: 41.6667% !important;
          width: 41.6667% !important;
      }

      .col-md-6 {
          flex: 0 0 50% !important;
          max-width: 50% !important;
          width: 50% !important;
      }

      .col-md-7 {
          flex: 0 0 58.3333% !important;
          max-width: 58.3333% !important;
          width: 58.3333% !important;
      }

      .col-md-8 {
          flex: 0 0 66.6667% !important;
          max-width: 66.6667% !important;
          width: 66.6667% !important;
      }

      .col-lg-12,
      .col-md-12,
      .col-sm-12,
      .col-12 {
          flex: none !important;
          max-width: 100% !important;
          width: 100% !important;
      }
  }

  @media (max-device-width : 1130px) {
      .col-md-6 {
          flex: 0 0 50% !important;
          max-width: 50% !important;
          width: 50% !important;
      }

      .add-address-row .col-md-12 {
          flex: none !important;
          max-width: 100% !important;
          width: 100% !important;
      }
  }

  @media (max-device-width : 540px) {

      .col-lg-12,
      .col-md-12,
      .col-sm-12,
      .col-12 {
          flex: none !important;
          max-width: 100% !important;
          width: 100% !important;
      }
  }


  @media only screen and (min-device-width : 990px) and (max-device-width : 2000px) {

      #menu-main {
          width: 350px;
      }

      #menu-main.order-type-popup {
          width: 400px;
      }

      .stepBorderBox {
          width: 98%;
      }

      .bulk-address-block {
          align-items: center;
          gap: 5px;
          flex-flow: wrap;
          display: flex;
          justify-content: space-between;
      }

      .input-style em,
      .input-style span,
      .input-style .valid,
      .input-style .invalid {
          right: 15px;
      }

      .cod-toggle-btn {
          margin-left: 10px !important;
      }

      .my-orders-row .my-orders-box .divider {
          display: none;
      }

      .my-orders-row .card-body.bg-light2 {
          margin-bottom: 20px;
          border-radius: 8px;
          box-shadow: none;
      }

      .payment-box-right {
          margin-left: auto;
      }

      .order-view-card-top {
          margin: 0;
      }

      .order-view-card-bottom {
          margin: 0;
      }

      .order-view-card-top .card-style {
          /* margin-right: 0;  */
      }

      .order-view-card-bottom .card-style {
          /* margin-left: 0;  */
      }

      .order-view-card-bottom .card-style .content {
          margin-top: 15px !important;
      }

      .col-lg-4.menu-box-bottom.menu-active {
          margin: auto;
          top: 20%;
          bottom: auto;
      }

      .order-list-step3 .order-list-box .card-style {
          margin-left: 0;
          margin-right: 0;
      }

      #place-pickup-modal .content {
          /* width: 390px!important; */
          /* height: 635px!important;  */
          max-height: 495px !important;
          overflow-x: hidden;
          overflow-y: auto;
      }

      .add-address-row {
          min-height: 30vh;
      }

      .add-address-row .order-list-box .card-style {
          margin-left: 0;
          margin-right: 0;
      }

      .preview-info .color-theme.text-end {
          text-align: left !important;
      }

      .order-filter {
          /* width: 920px; */
          height: max-content;
          position: fixed;
          top: 50%;
          left: 50%;
          backdrop-filter: saturate(180%) blur(20px);
          z-index: 101;
          overflow: scroll;
      }

      .order-filter.menu-active {
          transform: translate(-50%, -50%) !important;
      }

      .filter-content-box {
          margin: 0;
      }

      .order-filter .filter-section .card-style {
          margin-bottom: 5px;
      }

      .add-sub-package-fields {
          margin: 0 5px !important;
      }

      /* Web Only  */
      .oder-list-page .my-orders-row .order-list-box {
          display: grid;
          height: max-content;
      }

      .oder-list-page .my-orders-row .order-list-box .card-style {
          /* justify-content: center;  */
      }

      /* Footer Menu Style Css  */
      #footer-bar {
          height: 99%;
          width: 50px;
          top: 2px;
          left: 15px;
          position: fixed;
          display: block;
          border-radius: 10px;
          align-items: center;
          min-height: max-content;
          background-image: linear-gradient(to bottom, #752F8A, #010A8B) !important;
      }

      #footer-bar:hover {
          width: 75px;
          z-index: 100;
      }

      body.theme-light {
          margin-left: 75px;
      }

      body.theme-light.theme-light-web {
          margin-left: 95px !important;
      }

      .theme-light .header.header-fixed.header-logo-left {
          margin-left: 75px;
      }

      .theme-light-web .header.header-fixed.header-logo-left {
          margin-left: 95px !important;
      }

      .theme-light .header.header-fixed.header-logo-app.innerHeader {
          margin-left: 75px;
      }

      .theme-light-web .header.header-fixed.header-logo-app.innerHeader {
          margin-left: 95px !important;
      }


      #footer-bar:hover a span {
          display: block;
      }

      /* .header.header-fixed { border-top-left-radius: 10px; } */
      .page-content.innerPageWrap .header.header-fixed,
      .az-content-body .header.header-fixed {
          border-top-left-radius: 0;
      }

      #footer-bar a:first-child {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
      }

      #footer-bar a:last-child {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
      }

      #footer-bar a {
          color: #fff;
          display: block;
          padding: 20px 0px !important;
      }

      #footer-bar a i {
          opacity: 0.8;
      }

      #footer-bar a span {
          opacity: 0.8;
          display: none;
      }

      #footer-bar a:hover {
          background: #0000001f;
      }

      a.active-nav {
          height: max-content;
          background: #0000001f;
      }

      .footer-bar-6 .active-nav em {
          top: 45px;
          width: 30px;
          background-image: linear-gradient(#fff 0%, #fff 100%) !important;
      }

      .footer-bar-6:hover .active-nav em {
          top: 60px;
          width: 60px;
      }

      #footer-bar a.logout-menu {
          position: absolute;
          width: 100%;
          bottom: 0;
      }

      .footer-web {
          position: fixed;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 2;
          /* -webkit-backdrop-filter: saturate(180%) blur(20px); */
          /* backdrop-filter: saturate(180%) blur(20px); */
          /* background-color: #ffffffb3; */
          display: flex;
          min-height: 61px;
          /* border-top: 1px solid #0000000d; */
          text-align: center;
          transition: transform .35s !important;
      }

      .footer-web a.circle-nav-web {
          padding-top: 12px;
          position: relative;
          flex: auto;
      }

      .footer-web a.circle-nav-web i {
          transform: translateY(-15px) translateX(0);
          position: relative;
          z-index: 2;
          color: #fff !important;
          opacity: 1 !important;
          font-size: 20px !important;
      }

      .footer-web a.circle-nav-web strong {
          position: absolute;
          width: 50px;
          height: 50px;
          border-radius: 50px;
          left: 50%;
          top: -23px;
          z-index: 0;
          transform: translateX(-50%);
          box-shadow: 0 5px 15px #00000017;
          animation: 1s infinite footerAni;
          background-image: linear-gradient(to bottom, var(--primary) 0%, var(--primary) 100%) !important;
      }

      .footer-web a.circle-nav-web u {
          position: absolute;
          left: 0;
          right: 0;
          width: 50px;
          border-radius: 50px;
          height: 50px;
          z-index: 0;
          background-color: #fff3;
      }

      .step2-preview {
          border-left: 1px solid var(--primary);
          background-color: #f8f9fa !important;
      }

      .shipment-service-type01 .interest-check:last-child {
          margin-right: 0 !important;
      }

  }

  @media only screen and (min-device-width : 100px) and (max-device-width : 767px) {
      .d-xs-none {
          display: none !important;
      }

      #menu-main {
          /* width: 280px; */
      }

      .stepBorderBox {
          width: 95%;
      }

      .dashboard-top1 .card-style {
          margin: 0px 0px 15px 0px;
          padding: 10px 0;
          margin-bottom: 20px;
      }

      .dashboard-top1 .icon-box p {
          margin: 0;
      }

      .dashboard-top1 .text-box {
          margin: 0 5px;
          text-align: center;
      }

      .sub-box {
          flex-direction: column-reverse;
      }

      .order-list-step3 .order-list-box {
          padding: 0;
      }

      .order-list-step3 .order-list-box .card-style {
          margin: 0px 0px 30px 0px;
          box-shadow: 1px 1px #0000001a;
      }

      .my-orders-row {
          margin: 0 !important;
      }

      .my-orders-row .my-orders-box {
          padding: 0;
      }

      .my-orders-row .card-body.bg-light2 {
          background-color: transparent;
          padding: 0;
          margin: 0;
      }

      .payment-box-right {
          width: 100%;
      }

      .step1-package .shadow-xl {
          box-shadow: none !important;
          border: 1px solid #ccc;
      }

      .interest-check i {
          height: 35px;
          line-height: 38px;
      }

      .interest-check label {
          padding: 6px 10px 6px 35px;
      }

      .step1-package .interest-check:last-child {
          margin-right: 0 !important;
      }

      .order-view-card-top .card-style {
          margin-bottom: 0 !important;
          width: -webkit-fill-available;
          border-bottom: 0 !important;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          margin-left: 0;
          margin-right: 0;
      }

      .order-view-card-bottom .card-style {
          margin-top: 0 !important;
          width: -webkit-fill-available;
          border-top: 0 !important;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          margin-left: 0;
          margin-right: 0;
      }

      .add-address-row .order-list-box {
          padding: 0;
      }

      .add-address-row .order-list-box .card-style {
          margin: 0;
      }

      .address-sub-box {
          flex-wrap: nowrap;
      }

      .add-address-box {
          max-height: 65vh;
          overflow-y: auto;
          padding-top: 10px;
          padding-bottom: 10px;
      }

      .order-filter {
          width: 100%;
          margin-bottom: 50px;
      }

      .filter-content-box {
          margin: 0;
      }

      .filter-content .interest-check label {
          font-size: 12px;
      }

      .filter-content {
          padding: 10px 0;
          max-height: 56vh;
          overflow-x: hidden;
          overflow-y: auto;
      }

      .filter-row {
          max-height: 42vh;
          overflow-x: hidden;
          overflow-y: auto;
          padding-top: 5px;
      }

      #footer-bar a.logout-menu {
          display: none;
      }

      .step2-card-bottom {
          bottom: 10px;
      }

      body .no-data-img-div {
          padding-bottom: 7rem;
      }

      .no-data-img-div .no-data-img {
          width: 50%;
      }

      .no-data-img-div p.font-24 {
          font-size: 16px !important;
      }

      .dashboard-top1 .icon-box p {
          min-width: 120px;
          /* min-height: 70px; */
      }

      /* .dashboard-top1 .text-box p span:first-child { display: none!important; } */
      .dashboard-top1 .box-subHead {
          margin-top: 0 !important;
      }

      .dashboard-top1 .card-style .sub-box {
          gap: 0;
      }

      .col-lg-3.col-6.dashboard-top1 {
          display: grid;
      }

  }

  /* Smartphones (portrait and landscape) */
  @media only screen and (min-device-width : 580px) and (max-device-width : 989px) {
      .order-list-step3 .col-lg-3.order-list-box {
          flex: none;
          width: 50%;
      }
  }