  .mat-drawer-content,
  .mat-sidenav-content {
      overflow: auto !important;
  }

  /* Make scrollbar clearly visible */
  ::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
  }

  ::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, .5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

  :root {
      --grren: #B9CA00;
  }

  a {
      text-decoration: none !important;
  }

  .fw-300 {
      font-weight: 300;
  }

  .fw-400 {
      font-weight: 400;
  }

  .fw-500 {
      font-weight: 500;
  }

  .fw-600 {
      font-weight: 600;
  }

  .fw-700 {
      font-weight: 700;
  }

  .fs-12 {
      font-size: 0.75rem !important;
  }

  .fs-14 {
      font-size: 0.875rem !important;
  }

  .fs-16 {
      font-size: 1rem !important;
  }

  .fs-18 {
      font-size: 1.125rem !important;
  }

  .fs-20 {
      font-size: 1.25rem !important;
  }

  .fs-24 {
      font-size: 1.5rem !important;
  }

  .fs-28 {
      font-size: 1.75rem !important;
  }

  .fs-40 {
      font-size: 2.5rem !important;
  }

  .p-35 {
      padding: 2.188rem !important;
  }

  .br-25 {
      border-radius: 1.563rem !important;
  }

  .bs-grey {
      box-shadow: 0px 0px 4px 0px #00000040;
  }

  .w-60 {
      width: 60%;
  }

  .h-100 {
      height: 100vh !important;
  }

  .gap-2 {
      gap: 8px;
  }

  .gap-3 {
      gap: 12px;
  }

  .text-grey {
      color: #9B9B9B;
  }

  .c-blue {
      color: #0675BA;
  }

  .c-red {
      color: #F83838;
  }

  .bg-grey-light {
      background: #ddd;
  }

  .bg-grey {
      background: #D9D9D940;
  }

  .bg-grey2 {
      background: #D9D9D91F;
  }

  body {
      background: #fff;
      font-family: "Poppins", sans-serif !important;
      font-size: 1rem;
  }

  .ht-100 {
      height: 100vh !important;
  }

  /*----------- Homepage CSS ----------*/
  /* body.home{
    background: var(--grren);
} */
  .header {
      background: var(--grren);
  }

  .logo img {
      height: 80px;
  }

  .navmenu a,
  .navmenu a:focus {
      padding: 15px 25px;
      color: #000;
  }

  .navmenu a:hover,
  .navmenu a:focus {
      color: #fff;
  }

  .hero {
      padding: 0;
      min-height: inherit;
      height: calc(100vh - 100px);
      background: var(--grren);
  }

  .hero h1 {
      font-size: 3rem;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      line-height: 4rem;
      margin-bottom: 1.5rem;
  }

  .hero .hero-form {
      width: 65%;
  }

  .hero .hero-form .address-form {
      margin-top: 30px;
      margin-bottom: 15px;
      padding: 1px;
      padding-left: 20px;
      position: relative;
      border-radius: 4px;
      background-color: var(--surface-color);
      border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
      box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
      display: flex;
      transition: 0.3s;
      border-radius: 50px;
  }

  .hero .hero-form .address-form:focus-within {
      border-color: #000;
  }

  .hero .hero-form .address-form input[type=email] {
      border: 0;
      padding: 15px;
      width: 100%;
      background-color: var(--surface-color);
      color: #000;
  }

  .hero .hero-form .address-form input[type=email]:focus {
      border: #000;
  }

  .hero .hero-form .address-form input[type=email]::placeholder {
      color: #000;
      opacity: 1;
      /* Firefox */
  }

  .hero .hero-form .address-form input[type=email]::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: #000;
  }

  .hero .hero-form .address-form button {
      border-radius: 50%;
      background: var(--grren);
      padding: 0;
      width: 67px;
      height: 53px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 3px;
  }

  .hero .hero-form .address-form button i {
      font-size: 45px;
  }


  .hero .hero-form .address-form input[type=submit] {
      border: 0;
      font-size: 16px;
      padding: 0 20px;
      margin: -7px -8px -7px 0;
      background: var(--accent-color);
      color: var(--contrast-color);
      transition: 0.3s;
      border-radius: 50px;
  }

  .hero .hero-form .address-form input[type=email]:focus-visible {
      outline: none;
  }

  .featured-services {
      background: #b9ca00;
      overflow: hidden;
      position: relative;
      height: 640px;
      padding-top: 100px;
      padding-bottom: 100px;
  }

  .featured-services::before {
      content: '';
      width: 140%;
      height: 595px;
      position: absolute;
      top: 0;
      left: -15%;
      background: #ffffff;
      border-radius: 50% 66% 28% 62%;
      border-top: 20px solid #ffffff;
      border-bottom: 20px solid #ffffff;
      transform: rotate(-4deg);
  }

  .featured-services .feature-img {
      height: 290px;
  }

  #how-works {
      background: var(--grren);
  }

  .download-app-outer {
      overflow: hidden;
      position: relative;
      padding-top: 150px;
      background: var(--grren);
      margin-bottom: -60px;
  }

  .download-app-outer::before {
      content: '';
      width: 140%;
      height: 700px;
      position: absolute;
      top: 0;
      left: -15%;
      background: #ffffff;
      border-radius: 39% 66% 0 0;
      /* border-top: 2px solid #581515;
    border-bottom: 2px solid #663535; */
      transform: 0;
  }

  #download-app {
      background: url(../img/download-app-bg.png) 107% 6% no-repeat #fff;
      background-size: 58%;
      position: relative;
      border: 0;
      border-radius: 0 299px 0 0;
      top: -71px;
      overflow: hidden;
  }



  .footer {
      background-color: #b9ca00;
      background-image: url(../img/footer-bg-1.png), url(../img/footer-bg-2.png);
      background-position: left top, right bottom;
      background-repeat: no-repeat, no-repeat;
      padding-bottom: 5rem;
      padding-top: 1rem;

  }

  .footer .social-links a {
      width: 50px;
      height: 50px;
  }

  .footer .social-links a:hover {
      background: #000;
      border: 1px solid var(--grren);
  }

  .footer .social-links a:hover i {
      color: var(--grren);
  }

  .footer .footer-form {
      width: 100%;
  }

  .footer .footer-form .form-input {
      width: 70%;
  }

  .footer .footer-form input[type="email"] {
      background: #c2d127;
      border: 0;
      padding: 10px 20px;
      height: 50px;
      border-radius: 8px;
      width: 100%;
  }

  .footer .footer-form input[type="email"]:focus {
      outline: none !important;
  }

  .footer .footer-form button {
      height: 50px;
      width: 50px;
      background: #c2d127;
      border: 0;
      border-radius: 8px;
  }

  .footer .footer-form button i {
      opacity: .5;
  }

  .footer .footer-form input[type="email"]::placeholder {
      color: #000;
      opacity: 1;
      /* Firefox */
  }

  .footer .footer-form input[type="email"]::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: #000;
  }

  .primary-btn {
      background: var(--grren);
      width: 90%;
      margin: 50px 0 0;
      padding: 15px 20px;
      border-radius: 10px;
      box-shadow: 0px 4px 4px 0px #00000040;
      transition: .4s;

  }

  .secondary-btn {
      background: #fff;
      padding: 15px 20px;
      border-radius: 10px;
      box-shadow: 0px 4px 4px 0px #00000040;
      transition: .4s;
      border: 1px solid var(--grren);
      color: var(--grren);

  }

  /*------------ SignIn-SignUP CSS -------------*/

  .box {
      background: #fff;
      min-height: 420px;
      width: 550px;
      border-radius: 25px;
      color: #00000061;
  }

  .box .nav-tabs .nav-item .nav-link {
      border: 0;
      border-bottom: 2px solid transparent;
      background: transparent;
      color: var(--grren);
      opacity: .5;
  }

  .box .nav-tabs .nav-item.show .nav-link,
  .box .nav-tabs .nav-link.active {
      border-bottom: 2px solid var(--grren);
      opacity: 1;
  }

  .box #email-tab-pane .mat-form-field-suffix.ng-star-inserted {
      border-radius: 0 5px 5px 0;
      position: absolute;
      right: 3px;
      top: 4px;
  }

  .box .f-control {
      /* padding: 15px 25px; */
      background: transparent !important;
      /* height: 55px; */
      color: #000;
  }

  .box .input-control {
      width: 100%;
  }

  .box .mat-form-field-appearance-fill .mat-form-field-flex,
  .box .mat-form-field-appearance-fill .mat-form-field-flex {
      padding: 0;
  }

  .box .mat-form-field-infix,
  .box .mat-form-field {
      border-top: 0 !important;
      width: 100%;
  }

  .box .iti.iti--allow-dropdown {
      width: 100%;
      padding-left: 90px;
  }

  .box .iti__selected-flag {
      width: 80px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      background: transparent !important;
  }

  .box .primary-btn:hover {
      background: #9ead01;
  }

  .box a:hover {
      color: #04578b;
  }

  .box .input-group .fa-eye,
  .box .input-group .fa-eye-slash {
      cursor: pointer;
      padding: 0.5rem;
      color: #c4c4c4;
  }

  .box .input-group-text {
      padding: 0 10px;
      height: 55px;
      background: transparent;
      border-left: 0;
  }

  .box .f-control:focus {
      outline: none !important;
      box-shadow: none !important;
  }

  .box .input-group .f-control {
      border-right: 0;
  }

  .box .input-group>.intl-tel-input.allow-dropdown {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 1%;
  }

  .box .input-group>.intl-tel-input.allow-dropdown>.flag-container {
      z-index: 4;
  }

  .box .ng-select-container {
      border: 1px solid #ddd;
      padding: 10px 30px 10px 15px;
      border-radius: 5px;
      height: 50px;
      position: relative;
  }

  .box .ng-select-container::after {
      content: '\f078';
      /* Unicode for Font Awesome chevron-down */
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #000;
  }

  .box .flag-dropdown {
      margin-right: 10px;
  }

  .box .flag-dropdown .ng-dropdown-panel-items {
      padding: 5px 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      background: #fff;
  }

  /* .box .ng-select-container::after {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 35px solid #943c3c;;
} */
  .box .mat-form-field-appearance-fill .mat-form-field-infix {
      padding: 15px;
      background: #fff;
      border: 1px solid #ddd !important;
      border-radius: 5px;
      height: 50px;
  }

  .box .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
      padding: 2px 0;
  }

  .box .mat-form-field-underline {
      display: none;
  }

  .box .iti-flag {
      background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
      .iti-flag {
          background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
      }
  }

  .box .otp-input {
      width: 3rem;
      height: 3.5rem;
      text-align: center;
      font-size: 1.5rem;
      margin-right: 0.2rem;
      background: #E2E2E2 !important;
      border: 0;
      border-radius: 8px;
  }

  .box .otp-wrapper {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
  }

  .box .otp-input::-webkit-inner-spin-button,
  .box .otp-input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  .box .otp-input:focus {
      border-color: #0d6efd;
      box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
      outline: none;
  }

  /*----------- Delivery Steps CSS --------------*/
  .stepper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      max-width: 700px;
      /* margin: 0 auto 2rem auto; */
  }

  .step {
      position: relative;
      flex: 1;
      text-align: center;
      width: 8rem;
  }

  .step::after {
      content: '';
      position: absolute;
      top: 26%;
      left: 61%;
      height: 1px;
      width: 66%;
      background-color: #dee2e6;
      z-index: 0;
      transform: translateX(-50%);
      background-color: #000;
      margin-left: 50px;
  }

  .step:last-child::after {
      display: none;
  }

  .circle-outer {
      width: 30px;
      height: 30px;
      border: 1px solid #ED5A5A80;
      border-radius: 50%;
      margin: 0 auto;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      position: relative;
  }

  .circle-inner {
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      background-color: #ED5A5A80;
  }

  .step.current .circle-outer,
  .step.completed .circle-outer {
      border: 1px solid #B9CA00;
  }

  .step.current .circle-inner {
      background-color: #B9CA00;
  }

  .step.completed .circle-inner {
      background-color: #B9CA00;
      ;
  }

  .step .label {
      margin-top: 0.5rem;
      font-size: 0.85rem;
      /* color: #6c757d; */
  }

  .step.completed .label,
  .step.current .label {
      color: #000;
  }

  .delivery-inner header {
      border-bottom: 1px solid rgba(0, 0, 0, 0.35);
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 99;
  }

  .delivery-inner header .dropdown-item {
      padding: 7px 30px;
  }

  .delivery-inner header .dropdown-item.active,
  .dropdown-item:active {
      background: #ddd !important;
      color: #000 !important;
  }

  .delivery-inner .d-home-left {
      background: #B9CA0052;
      border-radius: 25px;
  }

  /* --------------Tracking CSS------------------ */
  .tracking {
      width: 100%;
      /* margin: auto; */
      /* border-left: 2px dashed #dee2e6; */
      padding-left: 1.5rem;
      position: relative;
  }

  .tracking .step {
      position: relative;
      margin-bottom: 2rem;
      width: 100%;
      text-align: left;
  }

  .tracking .step::before {
      content: '';
      position: absolute;
      left: -28px;
      top: 1px;
      width: 16px;
      height: 16px;
      background-color: #dee2e6;
      border-radius: 50%;
      border: 4px solid white;
      box-shadow: 0 0 0 3px #dee2e6;
  }

  .tracking li {
      position: relative;
      list-style: none;
  }

  .tracking li::after {
      content: '';
      position: absolute;
      left: -19px;
      top: 28px;
      width: 16px;
      height: 98%;
      border-left: 3px dashed #ddd;
  }

  .tracking li:last-child:after {
      border: 0;
  }

  .tracking .step.pickup::before {
      width: 20px;
      height: 20px;
      background-color: #0646F8;
      box-shadow: 0 0 0 2px #0646F8;
  }

  .tracking .step.pickup::after {
      content: '';
      position: absolute;
      left: -20px;
      top: 5px;
      width: 6px;
      height: 6px;
      background: white;
      border-radius: 50%;
      z-index: 2;
  }

  .tracking .step.delivered::before {
      content: "\f3c5";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 1.6rem;
      color: var(--grren);
      background: none;
      box-shadow: none;
      width: auto;
      height: auto;
      border: 0;
      left: -28px;
      top: -7px;
  }

  .size-box {
      box-shadow: 0px 0px 4px 0px #00000040;
      border-radius: 5px;
      background: #fff;
      cursor: pointer;
      min-width: 175px;
  }

  .package-size .size-box.date {
      width: 18%;
      min-width: inherit;
  }

  .weight-list .size-box {
      min-width: 175px;
  }

  .size-box.selected {
      background: #B9CA004D;
  }

  .search-box {
      position: relative;
      /* width: 300px;
      margin: 2rem auto; */
  }

  .search-box input {
      width: 100%;
      padding: 10px 10px 10px 45px;
      /* Left padding for icon */
      border: 1px solid #efefef;
      border-radius: 23px;
      font-size: 1rem;
      outline: none;
      box-sizing: border-box;
      box-shadow: 0px 1px 8px 0px #0000000D;

  }

  .search-box i {
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
      color: #888;
      font-size: 14px;
  }

  .map-area {
      min-height: 420px;
      margin-bottom: 20px;
  }

  #map {
      height: 445px;
      width: 100%;
  }

  /* .address-type-list{
        height: 230px;
    } */
  .address-type-list::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
  }

  .address-type-list::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, .5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

  .address-type-list .add-type {
      cursor: pointer;
  }

  .addAddress {
      overflow: scroll !important;
  }

  .addAddress .form-control {
      padding: .8rem;
  }

  .addAddress .mat-form-field {
      width: 100%;
  }

  .addAddress .mat-form-field-underline {
      display: none !important
  }

  .addAddress .mat-form-field-flex {
      background-color: white;
  }

  .addAddress .mat-form-field-appearance-fill .mat-form-field-infix {
      padding: 5px 0;
      margin: 0 !important;
      border: 0;
  }

  .addAddress .mat-form-field-appearance-fill .mat-form-field-flex {
      border-radius: 0;
      padding: 5px 15px;
      background: #fff;
  }

  .addAddress .mat-form-field-wrapper {
      padding: 0
  }

  .mat-form-field-wrapper {
    padding-bottom: 0 !important;
  }

  .addAddress .form-control {
      font-family: "Poppins", sans-serif !important;
  }

  .addAddress .form-control::placeholder {
      color: rgba(0, 0, 0, 0.3);
  }

  .addAddress .mat-form-field .mat-input-element {
      font-family: "Poppins", sans-serif !important;
      font-size: 14px;
  }

  .addAddress .mat-select-arrow-wrapper {
      height: 2px;
  }

  .cdk-overlay-container {
      z-index: 9999 !important;
  }

  .address-type button {
      background: transparent;
  }

  .address-type button.selected {
      background: var(--grren);
  }

  /*------------- Account Page CSS ------------*/
  .account-left {
      background: #E9EEAD;
  }

  .account-left ul li {
      list-style: none;
      padding-top: 1rem;
      border-bottom: 1px solid rgba(155, 155, 155, .1);
  }

  .account-left ul li:first-child {
      padding-top: 0;
  }

  .account-left ul li:last-child {
      border-bottom: 0
  }

  .account-left ul li:last-child p {
      margin: 0;
  }

  .account-left ul li:hover a h5,
  .account-left ul li:hover a p,
  .account-left ul li.selected a h5,
  .account-left ul li.selected a p {
      color: rgba(6, 70, 248, 1) !important;
  }

  .change-dp-btn {
      background: #2C4857;
      color: #fff;
      border: 0;
      height: 36px;
      width: 36px;
      border-radius: 50%;
      position: absolute;
      bottom: -5px;
      right: -8px;
  }

  .personal-details-form {
      max-width: 400px;
      margin: 0 auto;
  }

  .personal-details-form .form-control {
      padding: .8rem;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: transparent;
  }

  .personal-details-form .form-control:focus {
      border: 1px solid var(--grren);
      box-shadow: none !important;
      outline: none !important;
  }

  .personal-details-form .form-control::placeholder {
      color: rgba(0, 0, 0, 0.5);
      opacity: 1;
      /* Firefox */
  }

  .personal-details-form .update-password {
      color: #0094FF;
  }

  .my-order {
      background: rgba(250, 250, 250, 0.85);
  }

  .my-order .form-select {
      width: 40% !important;
      padding: .6rem 1.5rem;
      background-color: rgba(217, 217, 217, 0.25);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .my-order .order-box {
      background: rgba(217, 217, 217, 0.25);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .my-order .tracking .step.pickup::before {
      background-color: #000;
      box-shadow: 0 0 0 2px #000;
  }

  .my-order .tracking .step.pickup::before {
      height: 18px;
      width: 18px;
  }

  .order-status {
      /* width: 80%; */
      text-align: center;
      min-height: 200px;
      min-height: 200px;
      display: flex;
      align-items: end;
      padding-bottom: 8px;
      padding-left: 1rem;
  }

  .order-status .status.delivered {
      color: #4BCE1F;
  }

  .order-status .status.cancelled {
      color: #ED5A5A;
  }

  .order-status button {
      color: #0646F8;
      background: #D9D9D940;
      box-shadow: 0px 0px 4px 0px #00000040;
      padding: .8rem 2.5rem;
  }

  .notification li {
      position: relative;
      background: #ECECEC;
      list-style: none;
  }

  .notification li::after {
      content: '';
      position: absolute;
      height: 100%;
      width: 10px;
      background: #000;
      top: 0;
      left: 0;
      border-radius: 0 7px 7px 0;
  }

  .notification li .t-stamp {
      color: #7D7D7D;
  }

  .mat-form-field-subscript-wrapper {
      position: relative !important;
  }

  .menu-href {
      cursor: pointer;
  }

  .control-bottom {
      margin-bottom: 0px !important;
  }

  .custom-dropdown {
      width: 100%;
      border-radius: 10px;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      box-shadow: none;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .custom-dropdown:focus {
      border-color: var(--green);
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
      /* optional green glow */
      outline: none;
  }

  .error-message {
      font-size: 14px !important;
  }

  /* loading css start */
  .loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(30, 30, 30, 0.5);
      /* Darker transparent background */
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: center;
      backdrop-filter: blur(3px);
      /* Optional blur effect */
  }

  .spinner {
      width: 60px;
      height: 60px;
      border: 6px solid #f3f3f3;
      border-top: 6px solid #3498db;
      /* Blue accent */
      border-radius: 50%;
      animation: spin 1s linear infinite;
  }

  /* Spinner Animation */
  @keyframes spin {
      0% {
          transform: rotate(0deg);
      }

      100% {
          transform: rotate(360deg);
      }
  }

  /* Optional loading text */
  .loading-text {
      color: #fff;
      font-size: 1.2rem;
      margin-top: 1rem;
      text-align: center;
  }

  /* loading css end */



  /*------------- Responsive  CSS ------------*/

  @media (min-width:1300px) {

      h4.fs-24 {
          font-size: 1.1rem !important;
      }

      .fs-28 {
          font-size: 1.2rem !important;
      }

      .fs-40 {
          font-size: 1.5rem !important;
      }

      .hero p {
          font-size: 1rem;
      }

      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl {
          max-width: 1260px !important;
      }
  }

  @media (min-width:1400px) {

      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl {
          max-width: 1350px !important;
          /* border: 2px solid green; */
      }
  }

  @media (min-width:1600px) {

      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl {
          max-width: 1450px !important;
          /* border: 2px solid rgb(40, 1, 131); */
      }
  }


  @media (max-width:1370px) {
      .hero {
          height: 500px;
      }

      .size-box {
          min-width: 150px;
          min-height: 90px;
          padding: 10px !important;
          display: flex;
          flex-direction: column;
          justify-content: center;
      }
  }

  @media (max-width:1200px) {
      .container {
          max-width: 1100px;
      }
  }

  @media (max-width:1024px) {
      .fs-28 {
          font-size: 1.2rem !important;
      }

      .container {
          max-width: 1000px;
      }

      .hero h1 {
          font-size: 2.5rem;
          line-height: 3rem;
          padding-left: 20px;
      }

      .hero p {
          font-size: 15px;
          padding-left: 20px;
          padding-right: 20px !important;
      }

      .fs-40 {
          font-size: 1.5rem !important;
      }

      .fs-28 {
          font-size: 1.4rem !important;
      }

      .header {
          padding: 5px 0;
      }

      .header .navmenu a,
      .header .navmenu a:focus {
          color: #000 !;
      }

      .order-status button {
          padding: .8rem 10px;
      }

      #selectPickupAddress.modal .modal-dialog,
      #addAddress .modal-dialog {
          max-width: 1000px;
          padding: 5px 15px;
      }

      .featured-services .feature-img {
          height: 200px;
      }

      #featured-services h4 {
          margin-top: 30px !important;
      }

      #download-app {
          border-radius: 0 233px 0 0;
      }
  }

  @media (max-width:991px) {
      #hero {
          text-align: center;
          height: 650px;
      }

      .hero h1 {
          padding: 0;
          font-size: 2.2rem;
      }

      #hero .hero-img .img-fluid {
          height: 300px;
          margin: 0 0 -50px;
      }

      .hero .hero-form {
          width: 400px;
          margin: -30px auto 0;
      }

      .hero p {
          max-width: 750px;
          margin: 0 auto 30px;
      }

      #featured-services h4,
      #how-works h4 {
          font-size: 1rem !important;
      }

      .featured-services .feature-img {
          height: auto;
      }

      .featured-services {
          padding-top: 50px;
          padding-bottom: 50px;
          height: auto;
          background: #fff;
      }

      .featured-services::before,
      .download-app-outer::before {
          content: none;
      }

      .download-app-outer {
          padding-top: 50px;
      }

      #download-app {
          border-radius: 0;
      }

      .back-btn {
          position: fixed;
          bottom: 10px;
          right: 10px;
          border: 1px solid #b9ca00;
          padding: 7px 12px;
          border-radius: 50%;
          background: #b9ca00;
          box-shadow: 0 0 5px #b9ca00;
      }

      .stepper .step {
          width: 6rem;
      }

      .stepper .step::after {
          top: 26%;
          left: 48%;
      }

      .account-left {
          padding: 15px 10px !important;
          border-radius: 5px;
          border-radius: 10px !important;
          margin-bottom: 1rem;
      }

      .account-left ul {
          white-space: nowrap;
          flex-wrap: nowrap !important;
          display: flex !important;
          overflow: auto;
      }

      .account-left ul li {
          padding: 0 5px;
      }

      .account-left ul li a {
          padding: 10px 15px 8px 15px;
          border: 1px solid rgba(0, 0, 0, .1);
          display: block;
          border-radius: 10px;
          margin-bottom: 8px;
      }

      .account-left ul li a p {
          margin: 0 !important;
      }

      .notification ul {
          padding: 0;
      }

      #download-app {
          background: url(../img/download-app-bg.png) center bottom no-repeat #fff;
          background-size: 350px;
          padding-bottom: 200px !important;
      }

      #download-app p {
          font-size: 1.2rem !important;
          padding: 0 40px;
      }

  }

  @media (max-width:767px) {

      /* .fs-24 {
        font-size: 1.2rem !important;
    }
    .fs-20 {
        font-size: 1.1rem !important;
    } */
      #hero .hero-img .img-fluid {
          height: 250px;
      }

      .p-35 {
          padding: 20px !important;
      }

      header .stepper {
          display: none;
      }

      header .logo img {
          height: 55px
      }

      header .profile img {
          height: 40px
      }

      .featured-services .feature-img,
      .hw-box {
          max-width: 400px;
          margin: auto;
      }

      .delivery-steps {
          padding-top: 10px !important;
      }

      .responsive-stepper {
          display: block !important;
          position: sticky;
          top: 63px;
          background: #fff;
          padding-top: 5px;
          padding-bottom: 5px;
          z-index: 9;
      }

      .stepper {
          width: 380px;
          margin: 0 auto 10px;
          padding-top: 5px;
          padding-right: 15px;
      }

      .stepper .step {
          width: 25% !important;
      }

      .step .label {
          margin-top: 2px;
      }

      .tracking .step {
          padding-left: 5px !important;
      }

      .order-status {
          min-height: inherit;
          padding: 0 0 15px;
      }

      .order-status button {
          padding: .6rem 20px;
          margin-top: 10px !important;
          font-size: 16px !important;
      }

      .my-order h4 {
          padding-left: 0 !important;
      }

      .my-order .form-select {
          max-width: 200px;
          width: inherit;
      }

      .my-order .order-box {
          padding-right: 0 !important
      }

      .footer-btn .primary-btn {
          width: 100% !important;
      }

      .package-size .size-box.date {
          width: 24%;
      }

      .delivery-fare {
          width: 100% !important;
      }

      .payment-option {
          width: 100% !important;
      }

      .access .box {
          padding: 20px !important;
          max-width: 500px;
      }

      .access .box h4 {
          font-size: 25px !important;
      }

      .access .box .form-control {
          padding: 15px !important;
      }

      #selectPickupAddress.modal .modal-dialog,
      #addAddress .modal-dialog {
          padding: 0;
      }

      .footer {
          padding: 10px;
      }
  }

  @media (max-width:600px) {

      .navmenu a,
      .navmenu a:focus {
          padding: 15px 10px;
      }

      .access .box {
          max-width: 420px;
      }

      .access .box h4 {
          font-size: 20px !important;
      }

      .package-size .size-box.date {
          width: 28%;
      }

      .size-box {
          min-width: inherit;
          padding: 10px 25px !important;
      }

      #download-app p {
          font-size: 1rem !important;
          padding: 0 10px;
      }
  }

  @media (max-width:500px) {
      .size-box {
          min-width: inherit !important;
          width: 45%;
      }

      .hero .hero-form {
          width: 350px;
      }
  }