.nav--custom-padding-x {
  padding-left: 0px;
  padding-right: 2rem;
}
.nav--header {
  padding: 1rem;
}
.nav--header a img {
  width: 180px;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
}

.icon-10,
.icon-11,
.icon-12,
.icon-13,
.icon-14,
.icon-15,
.icon-16,
.icon-18,
.icon-20,
.icon-24,
.icon-28,
.icon-32,
.icon-40,
.icon-60,
.icon-80,
.icon-90,
.icon-100,
.icon-150,
.logo-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  height: 100%;
}
.icon-10 svg,
.icon-11 svg,
.icon-12 svg,
.icon-13 svg,
.icon-14 svg,
.icon-15 svg,
.icon-16 svg,
.icon-18 svg,
.icon-20 svg,
.icon-24 svg,
.icon-28 svg,
.icon-32 svg,
.icon-40 svg,
.icon-60 svg,
.icon-80 svg,
.icon-90 svg,
.icon-100 svg,
.icon-150 svg,
.logo-container svg {
  display: block;
  width: 100%;
  fill: currentColor;
  height: 100%;
}

.icon-10 {
  width: 0.625rem;
  height: 0.625rem;
}

.icon-11 {
  width: 0.6875rem;
  height: 0.6875rem;
}

.icon-12 {
  width: 0.75rem;
  height: 0.75rem;
}

.icon-13 {
  width: 0.8125rem;
  height: 0.8125rem;
}

.icon-14 {
  width: 0.875rem;
  height: 0.875rem;
}

.icon-15 {
  width: 0.9375rem;
  height: 0.9375rem;
}

.icon-16 {
  width: 1rem;
  height: 1rem;
}

.icon-18 {
  width: 1.125rem;
  height: 1.125rem;
}

.icon-20 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-24 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-28 {
  width: 1.75rem;
  height: 1.75rem;
}

.icon-32 {
  width: 2rem;
  height: 2rem;
}

.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-60 {
  width: 3.75rem;
  height: 3.75rem;
}

.icon-80 {
  width: 5rem;
  height: 5rem;
}

.icon-90 {
  width: 5.625rem;
  height: 5.625rem;
}

.icon-100 {
  width: 6.25rem;
  height: 6.25rem;
}

.icon-150 {
  width: 9.375rem;
  height: 9.375rem;
}

.logo-container {
  width: 100%;
  height: auto;
}

.svg-icon-hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.nav--pointer {
  cursor: pointer;
}
.nav--pointer:hover {
  color: #101f2c;
}

.bg-primary,
.btn-primary {
  background-color: #101f2c !important;
}

.btn-primary {
  border-color: #101f2c !important;
}

@media only screen and (min-width: 1921px) {
  .container {
    max-width: 1900px;
  }
}
.nav--banner-sectionFooter {
  background-image: url(../images/457024189_1050030390057259_3360311216414438956_n.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 20rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav--banner-section {
  background-image: url(../images/Tracking_hero_Img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav--banner-section::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.253);
  content: "";
}
.nav--banner-section > * {
  position: relative;
  z-index: 2;
}
.nav--banner-section input {
  height: 3.25rem;
}
.nav--banner-section.sm {
  height: 5.625rem;
}
.nav--banner-title {
  font-size: 2rem;
  font-weight: bold;
}
.nav--banner-title.sm {
  font-size: 1.375rem;
  margin-bottom: 0;
}
.nav--help-text {
  font-size: 0.9375rem;
  font-weight: 500;
}
.nav--help-text.sm {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.nav--search-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
}
.nav--input-p-right {
  padding-right: 7.9375rem;
}
.nav--content-area {
  padding: 2rem 0;
  position: relative;
}
.nav--section-header {
  position: relative;
  padding-bottom: 0.0625rem;
}
.nav--section-header img {
  width: 10.25rem;
}
.nav--section-header p {
  padding: 0.75rem 0;
  font-size: 0.9rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #808080d1;
}
.nav--section-header:after {
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 4px;
  border-radius: 20px;
  background-color: #101f2c;
  content: "";
}
.nav--about-content {
  font-weight: 400;
}
.nav--about-content p {
  font-size: 1.1rem;
}
.nav--fixed-col.nav--card {
  padding: 2rem 1rem;
  /* background-color: #F9F9F9; */
  border-radius: 0.5rem;
  width: 26.25rem;
}
.nav--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.25rem 1rem 7.25rem 1rem 7.25rem;
  grid-template-columns: repeat(3, 7.25rem);
  grid-auto-rows: 7.25rem;
  grid-gap: 1rem;
  gap: 1rem;
}
.nav--grid .nav--grid-inner {
  background-color: #fff;
  border: 2px solid #4b7fa71c;
  padding: 1rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}
.nav--grid .nav--grid-inner span {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
}
.nav--section-header-sm {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1rem;
}
.nav--custom-form-group {
  max-width: 65%;
  margin: 0 auto;
}

.message-content {
  width: 100%;
  background-color: #e74c3c;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 1rem 1rem 2rem 2rem;
  display: flex;
  gap: 1rem;
  height: 5.5rem;
  align-items: flex-end;
  i {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 991px) {
  .nav--sm-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav--card {
    width: 100% !important;
    margin-top: 1rem;
  }
  .nav--grid {
    -ms-grid-columns: 7.25rem 1rem 7.25rem 1rem 7.25rem 1rem 7.25rem 1rem
      7.25rem 1rem 7.25rem;
    grid-template-columns: repeat(6, 7.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .nav--grid {
    -ms-grid-columns: 31.33% 1rem 31.33% 1rem 31.33%;
    grid-template-columns: repeat(3, 31.33%);
  }
}
.nav--loop-list-container {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 0.375rem 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.nav--loop-list-container:hover {
  background-color: #101f2c;
  color: white !important;
  .nav--label {
    color: white !important;
  }
  .nav--col-value {
    color: white !important;
  }
  .on-hover-btn {
    background-color: white !important;
    color: #101f2c !important;
    font-weight: 600;
  }
}
.nav--fixed-col-w {
  width: 9.375rem;
  padding: 0.5rem;
}
.nav--fixed-col-w.sm {
  width: 6.875rem;
}
.nav--fixed-col-w.md {
  width: 12.5rem;
}
.nav--col-value {
  word-break: break-all;
  font-size: 0.875rem;
  font-weight: bold;
  color: #292c40;
}
.nav--label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6e707e;
}
.nav--text-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.nav--ellipse {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .nav--sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .nav--tracking-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav--loop-list-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .nav--fixed-col-w {
    width: 50% !important;
  }
  .nav--fixed-col-w.nav--text-end {
    width: 100% !important;
    padding-top: 12px;
    border-top: solid 1px #ccc;
  }
}
@media only screen and (max-width: 768px) {
  .nav--custom-form-group {
    max-width: 100%;
    display: flex;
    .wrapper {
      width: 100%;
      padding: none !important;
    }
  }
  .nav--loop-list-container {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 48% !important;
    flex: 1 1 48% !important;
  }
  .nav--fixed-col-w {
    width: 100% !important;
  }
  .nav--fixed-col-w.nav--text-end {
    width: 100% !important;
    padding-top: 12px;
    border-top: solid 1px #ccc;
  }
  .w-list {
    width: 53rem !important;
    .nav--content-area {
      padding: 0px;
    }
    .text-center {
      text-align: justify !important;
    }
    .container {
      padding: 0px !important;
    }
    .disclaimer {
      text-align: justify !important;
      padding: 0px !important;
    }

    .list-container {
      max-height: max-content !important;
    }
  }

  /* .not-found {
    width: 54.13rem !important;
    height: 9vh !important;
    padding-bottom: 1rem !important;
    margin-top: -5vh !important;
    i {
      font-size: 0rem !important;
    }
    span {
      margin-right: 1rem !important;
    }
  } */
}
@media only screen and (max-width: 520px) {
  .nav--loop-list-container {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
  }
  .nav--fixed-col-w {
    width: 50% !important;
  }
  .nav--fixed-col-w.nav--text-end {
    width: 100% !important;
    padding-top: 12px;
    border-top: solid 1px #ccc;
  }
}
.nav--latest-status {
  background-color: #f9f9f9;
  border: dashed 1px #dcdcdc;
  width: 21.875rem;
  padding: 2.625rem 2rem;
  border-radius: 0.5rem;
}
.nav--quickview {
  width: 21.875rem !important;
  font-size: 1.125rem;
  font-weight: bold;
}
.nav__loop-updates {
  margin-bottom: 0.9rem;
}
.nav__loop-updates strong {
  font-size: 0.75rem;
  color: #717171;
}
.nav__loop-updates span {
  font-size: 0.9rem;
  color: #000000;
  font-weight: bold;
}
.nav--icon-container {
  width: 2rem;
  border-right: solid 1px #fff;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
.nav--tracking-info {
  padding: 0.75rem;
  line-height: 1rem;
  background-color: #17a433;
  color: #fff;
  border-radius: 0.5rem;
  margin-top: 1rem;
  font-size: 0.8125rem;
}
.nav--section-style {
  padding-right: 2rem;
  border-right: solid 1px #efefef;
}
.nav--tracking-container .accordion-item {
  border-radius: 0 !important;
  border-radius: 0 !important;
  border: solid 1px #e3e3e3 !important;
  margin-bottom: 8px;
  /* -webkit-box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.08); */
}
.nav--tracking-container h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.nav--tracking-container span {
  font-size: 1rem;
  font-weight: bold;
  color: #4b7fa7;
}
.nav--tracking-container span strong {
  font-size: 0.875rem;
}
.nav--contact-info {
  background-image: url(../images/map-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31.25rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav--card-info {
  background-color: #fff;
  padding: 2rem;
  width: 20rem;
  border-radius: 0.5rem;
}
.nav--card-info p {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.nav--contact-details .nav--icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.nav--contact-details .nav--icon span {
  color: #4b7fa7 !important;
}
/* .nav--contact-details .nav--icon:hover {
  background-color: #3d6787;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */
/* .nav--contact-details .nav--icon:hover span {
  color: #fff !important;
} */
.nav--contact-details h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1rem;
  color: #474141;
}
.nav--order-tree ul {
  margin: 0;
  padding: 0 0 0 12px;
}
.nav--order-tree ul li {
  list-style: none;
  padding-left: 2.25rem;
  border-left: dashed 2px #bbbbbb;
  padding-bottom: 1.125rem;
  position: relative;
}
.nav--order-tree ul li:before {
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  border: solid 1px #989898;
  top: 0;
  left: -0.75rem;
  content: "";
  border-radius: 50%;
  background: #fff;
}
.nav--order-tree ul li:after {
  position: absolute;
  width: 1.0625rem;
  height: 1.0625rem;
  border: solid 1px #989898;
  top: 0.1875rem;
  left: -0.5625rem;
  content: "";
  border-radius: 50%;
  background: #989898;
}
.nav--order-tree ul li h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.nav--order-tree ul li h5 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #989898;
}
.nav--order-tree ul li h5 p {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
}
.nav--order-tree ul li:last-child {
  padding-bottom: 0;
  border-left: 0;
}
.nav--order-tree ul li.nav--section-completed {
  list-style: none;
  padding-left: 2.25rem;
  border-left: dashed 2px #3980b9;
  padding-bottom: 1.125rem;
  position: relative;
}
.nav--order-tree ul li.nav--section-completed:before {
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  border: solid 1px #101f2c;
  top: 0;
  left: -0.75rem;
  content: "";
  border-radius: 50%;
  background: #fff;
}
.nav--order-tree ul li.nav--section-completed:after {
  position: absolute;
  width: 1.0625rem;
  height: 1.0625rem;
  border: solid 1px #101f2c;
  top: 0.1875rem;
  left: -0.5625rem;
  content: "";
  border-radius: 50%;
  background: #101f2c;
}
.nav--button-rounded {
  border-radius: 1.875rem;
  background-color: #f2f100;
  padding: 0.5rem 1.1875rem;
  color: #000;
  font-weight: 600;
  border-color: #f2f100;
  width: 100%;
}
.nav--button-rounded span {
  display: inline-block !important;
  color: #000 !important;
  margin-left: 0.375rem;
}
.nav--button-rounded:hover span {
  color: #fff !important;
}
.nav__carrier-details-container {
  background-color: #101f2c;
  padding: 1rem;
  border-radius: 0.5rem;
}
.nav__carrier-details-container .nav__loop-container {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: dashed 1px #fff;
  color: #fff;
}
.nav__carrier-details-container .nav__loop-container span {
  font-size: 0.8125rem;
  color: #eeeeee;
  font-weight: bold;
  display: block;
}
.nav__carrier-details-container .nav__loop-container p {
  margin: 0;
  font-size: 0.9375rem;
}
.nav__carrier-details-container .nav__loop-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.nav__delivery-status.nav__if-completed {
  color: #21b13e;
}
.nav__delivery-status.nav__if-pending {
  color: #db8718;
}
.nav__delivery-status.nav__if-canceled {
  color: #d31616;
}
.nav__accordion-head {
  font-size: 0.875rem;
  font-weight: bold;
  color: #363e44;
}
.nav__accordion-head span {
  color: #101f2c;
  font-size: 0.875rem;
  font-weight: bold;
}
.nav__status-update {
  background-color: #ccc;
  padding: 0.1875rem 0.8125rem;
  color: #474141;
  border-radius: 30px;
  font-size: 0.75rem;
}
.nav__status-update span {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #474141;
  margin-right: 4px;
  border-radius: 50%;
}
.nav__status-update.nav__if-pending {
  background-color: #ffdb77;
  color: #785900;
}
.nav__status-update.nav__if-pending span {
  background-color: #785900;
}
.nav__status-update.nav__if-delivered {
  background-color: #a2fe9d;
  color: #15a131;
}
.nav__status-update.nav__if-delivered span {
  background-color: #15a131;
}
.nav__status-update.nav__lg {
  padding: 0.3125rem 1rem;
  font-weight: bold;
}
.nav__status-update.nav__lg span {
  width: 0.625rem;
  height: 0.625rem;
}
.nav__custom-accordion {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0.6875rem 1rem !important;
}
.nav__custom-accordion:not(.collapsed) {
  background-color: #101f2c;
}
.nav__custom-accordion:not(.collapsed) .nav__accordion-head {
  color: #fff !important;
}
.nav__custom-accordion:not(.collapsed) .nav__accordion-head span {
  color: #fff !important;
}
.nav__col-title {
  font-size: 0.875rem;
}
.nav__col-title span {
  font-weight: bold;
}
.nav__delivery-date {
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italics;
}

@media only screen and (max-width: 1199px) {
  .nav--contact-info {
    position: relative;
    width: 21.875rem;
  }
  .nav--tracking-container {
    padding-right: 0;
  }
  .nav--latest-status {
    width: 21.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .nav--custom-form-group {
    max-width: 100%;
    display: flex;
    .wrapper {
      width: 100%;
      padding: none !important;
    }
  }
  .nav--sm-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav--latest-status {
    width: 100%;
  }
  .nav--section-style {
    border-right: none;
    padding-right: 0;
  }
  .nav--latest-updated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav--latest-updated .nav__loop-updates {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    margin-bottom: 12px;
  }
  .nav--latest-status {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .nav--section-style {
    margin-bottom: 2rem;
  }
  .nav--ps-sm-0 {
    padding-left: 0 !important;
  }
  .nav--contact-info {
    position: relative;
    width: 100%;
    padding: 2rem;
  }
  .nav--tracking-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (max-width: 590px) {
  .nav--header a img {
    width: 140px;
  }
  .nav--custom-form-group {
    max-width: 100%;
    display: flex;
    .wrapper {
      width: 100%;
      padding: none !important;
    }
  }
  .screen-responce-track-list {
    padding: 0px !important;
  }
  .w-list {
    width: 93vw !important;

    .nav--content-area {
      padding: 0px;
    }
    .text-center {
      text-align: justify !important;
    }
    .container {
      padding: 0px !important;
    }
    .disclaimer {
      text-align: justify !important;
      padding: 0px !important;
    }

    .list-container {
      max-height: max-content !important;
    }
  }

  .nav--loop-list-container {
    padding: 0.375rem 0.5rem;
    .nav--fixed-col-w {
      padding: 0.2rem !important;
    }
  }
}

/* Extra Large Screens (1921px and above) */
@media only screen and (min-width: 1921px) {
  .message-content {
    height: 5.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 1 !important;
    }
  }
}

/* Large Screens (1600px to 1920px) */
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .message-content {
    height: 5.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 1 !important;
    }
  }
  .nav--quickview {
    width: 21.875rem !important;
  }
  .nav--latest-status {
    width: 21.875rem !important;
  }
}

/* Desktop Screens (1200px to 1599px) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .message-content {
    height: 5.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 1 !important;
    }
  }
  .nav--quickview {
    width: 19.875rem !important;
  }
  .nav--latest-status {
    width: 19.875rem !important;
  }
}

/* Small Desktop/Tablet Landscape (992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .message-content {
    height: 7.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 2 !important;
    }
  }

  .nav--quickview {
    width: 16.875rem !important;
  }

  .nav--latest-status {
    width: 16.875rem !important;
  }
}

/* Tablet Portrait (768px to 991px) */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .message-content {
    height: 5.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 1 !important;
    }
  }
  .nav--quickview {
    width: 90vw !important;
  }
  .nav--latest-status {
    width: 90vw !important;
  }

  .nav--tracking-container {
    padding-right: 4.5vw !important;
    padding-left: 4.5vw !important;
    margin-top: 3vh !important;
  }
}

/* Large Mobile (521px to 767px) */
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .message-content {
    height: 7rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 2 !important;
    }
  }
  .nav--quickview {
    width: 90vw !important;
  }
  .nav--latest-status {
    width: 90vw !important;
  }

  .nav--tracking-container {
    padding-right: 3vw !important;
    padding-left: 4vw !important;
    margin-top: 3vh !important;
  }
}

/* Small Mobile (520px and below) */
@media only screen and (min-width: 351px) and (max-width: 520px) {
  .message-content {
    height: 6.8rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 2 !important;
    }
  }
  .nav--quickview {
    width: 90vw !important;
  }
  .nav--latest-status {
    width: 90vw !important;
  }

  .nav--tracking-container {
    padding-right: 3vw !important;
    padding-left: 4vw !important;
    margin-top: 2vh !important;
  }
}

@media only screen and (max-width: 351px) {
  .message-content {
    height: 8.8rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 3 !important;
    }
  }
  .nav--quickview {
    width: 24.875rem !important;
  }

  .nav--latest-status {
    width: 24.875rem !important;
  }

  .nav--tracking-container {
    padding-right: 2vw !important;
    padding-left: 3vw !important;
    margin-top: 2vh !important;
  }
}
