.track .about-bg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tracking-bar-section {/*
    width: 90%;*/
    margin: auto;
    background: #fff;
     /* padding: 10px; */
    padding: 60px 0px;/*
    border-radius: 5px;*/
    white-space: nowrap;
    scroll-behavior: smooth;
}
.tracking-bar-section p ,
.tracking-bar-section h1 ,
.tracking-bar-section h2 ,
.tracking-bar-section h3 ,
.tracking-bar-section h4 ,
.tracking-bar-section h5 ,
.tracking-bar-section h6 
{
 white-space: normal;
}
/*
 {
    "Pending": "#FFE925",   # Light Yellow
    "Active": "#008000",    # Green
    "Inactive": "#808080",  # Grey
    "Picked": "#0090E0",    # Light Blue
    "Arrived": "#006400",   # Dark Green
    "Delivered": "#04AA6D", # Greenish Teal
    "Departed": "#FFA500",  # Orange
    "On Hold": "#FF0000"    # Red
}
*/
.tracking-bar-section > .info-header 
{
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}
 
 .tracking-bar-section > .info-header > .tracking-info 
 {
  padding: 20px;
  flex: 0 40%;
 }
 .tracking-bar-section > .info-header > .tracking-info > h4 
 {
   font-size: 1em;
 }
 .tracking-bar-section > .info-header > .status-info 
 {
    background-color: #f1f1f1;
    padding: 20px;
 }
 .tracking-bar-section > .tracking-desc 
 {
    padding: 20px;
 }
 .tracking-bar-section > .tracking-desc > h4
 {
  padding: 10px 0px;
 }
 .tracking-bar-section > .tracking-desc > .color-desc 
 {
  padding: 20px 10px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
 }
 .tracking-bar-section > .tracking-desc > .color-desc > span 
 {
  flex-basis: 14%;
  text-align: center;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #fff;
 }
 .tracking-bar-section > .tracking-progress 
 {
  padding: 20px;
 }
 .tracking-bar-section > .tracking-progress > .progress-item 
 {
  padding: 40px 10px;
  padding-left: 20px;
  border: none;
  border-left: 5px solid #2cacfb;
  position: relative;
 }
 .tracking-bar-section > .tracking-progress > .progress-item::before 
 {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #008de4;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  z-index: 2;
  border: 2px solid #fff;
  outline: 2px solid #2cacfb;
 }
 .tracking-bar-section > .tracking-progress > .progress-item > .card 
 {
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.25);
    border-top: 25px solid #2cacfb;
 }
  .tracking-progress > .progress-item > .card > .date-stat 
 {
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .tracking-progress > .progress-item > .card > .date-stat > span 
 {
    border: 2px solid #2cacfb;
    padding: 5px 10px;
    border-radius: 10px;
 }
 
 .tracking-progress > .progress-item > .card > .date-stat > .date  > p 
 {
    margin: 0;
 }
 .tracking-progress > .progress-item > .card > .location
 {
    white-space: normal;
 }
 .tracking-progress > .progress-item > .card > .tracking-desc 
 {
    color: #fdaa0f;
    text-align: right;
 }
 /** style the status of each progress-item status **/

 .tracking-progress > .progress-item.pending > .card
 {
    border-top-color: #ffe925;
 }
 .tracking-progress > .progress-item.pending > .card > .date-stat > span 
 {
    border-color: #ffe925;
 }
 .tracking-progress > .progress-item.active > .card
 {
    border-top-color: #008000;
 }
 .tracking-progress > .progress-item.active > .card > .date-stat > span 
 {
    border-color: #008000;
 }
 
 .tracking-progress > .progress-item.inactive > .card
 {
    border-top-color: #808080;
 }
 .tracking-progress > .progress-item.inactive > .card > .date-stat > span 
 {
    border-color: #808080;
 }
 .tracking-progress > .progress-item.picked > .card ,
 .tracking-progress > .progress-item.pickedup > .card
 {
    border-top-color: #0090e0;
 }
 .tracking-progress > .progress-item.picked > .card > .date-stat > span ,
 .tracking-progress > .progress-item.pickedup > .card > .date-stat > span 
 {
    border-color: #0090e0;
 }
 .tracking-progress > .progress-item.arrived > .card
 {
    border-top-color: #006400;
 }
 .tracking-progress > .progress-item.arrived > .card > .date-stat > span 
 {
    border-color: #006400;
 }
 .tracking-progress > .progress-item.delivered > .card
 {
    border-top-color: #04aa6d;
 }
 .tracking-progress > .progress-item.delivered > .card > .date-stat > span 
 {
    border-color: #04aa6d;
 }
 .tracking-progress > .progress-item.departed > .card
 {
    border-top-color: #ffa500;
 }
 .tracking-progress > .progress-item.departed > .card > .date-stat > span 
 {
    border-color: #ffa500;
 }
 .tracking-progress > .progress-item.onhold > .card
 {
    border-top-color: #ff0000;
 }
 .tracking-progress > .progress-item.onhold > .card > .date-stat > span 
 {
    border-color: #ff0000;
 }

/** Vertical end **/

.sender-and-receiver-container {
    width: 90%;
    position: relative;
    margin: auto;
}

.sender-and-receiver-container h5 {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 15px;
}

.shipment-information-container {
    width: 90%;
    margin: auto;
    position: relative;
}

.shipment-information-container .section-title {
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #FF440A;
    border-radius: 5px;
    color: white;
    margin-bottom: 30px;
    margin-top: 20px;
}

.shipment-information-container .image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.shipment-information-container .image-container .image {
    width: 300px;
    height: auto;
}

.google-maps-container {
    width: 90%;
    /* height: 400px; */
    background: #eee;
    margin: auto;
    position: relative;
}

.print-receipt-container {
    width: 70%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.print-receipt-container .print-receipt-btn {
    padding: 10px 30px;
    background: #FF440A;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

.receipt {
    width: 800px;
    margin: auto;
    border: 1px solid lightgrey;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 10px;
    position: relative;
}

.receipt .watermark-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 0.1;
}

.receipt .watermark-container .watermark-image {
    width: 80%;
    height: auto;
    transform: rotate(-50deg)
}

.receipt .top-section {
    width: 100%;
}

.receipt .top-section .logo-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.receipt .top-section .logo-container .logo {
    width: 150px;
    height: auto;
}

.receipt .top-section .invoice-summary-container {
    /* width: 100%; */
    border: 1px solid lightgrey;
}

.receipt .top-section .invoice-summary-container .box {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid lightgrey;
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    font-weight: 600;
}

.receipt .top-section .invoice-summary-container .box .left {
    position: relative;
    width: 40%;
}

.receipt .top-section .invoice-summary-container .box .right {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: flex-end;
}

.receipt table {
    width: 100%;
    margin-top: 40px;
}

.receipt table thead {
    width: 100%;
    background: #eee;
    color: black;
    margin-bottom: 20px;
}

.receipt table thead th {
    padding: 10px;
}

.receipt table thead th:first-child {
    border-radius: 5px 0px 0px 5px;
}

.receipt table thead th:last-child {
    border-radius: 0px 5px 5px 0px;
}


/* .receipt table tbody tr {
    border-bottom: 1px solid lightgrey;
} */


/* .receipt table tbody tr.summary {
    border-bottom:none;
} */

.receipt table tbody tr td.summary {
    border: 1px solid lightgrey;
}

.receipt table tbody tr td.total-charge {
    background: #eee;
    font-weight: 600;
}

.receipt table tbody tr td {
    padding: 10px;
}

.receipt .go-back-btn {
    padding: 10px 30px;
    background: #FF440A;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    z-index: 50;
}


/** Small screens start ***/

@media only screen and (max-width: 690px) {
    .mobile-logo {
        position: relative;
        top: 10px;
        left: -20px;
    }
    .mean-container a.meanmenu-reveal {
        right: -100px !important;
        top: 10px !important;
    }
    .slider-content h2 {
        font-size: 50px !important;
    }
    .slider-form input {
        width: 100%;
        margin-bottom: 0px;
    }
    .category-list ul {
        flex-direction: column;
    }
    .category-list ul li a {
        width: 100%;
    }
    
}


/*** Small screens end ***/