.tracking-id-info > p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #6d6d6d;
}
.tracking-id-info > p a {
    font-weight: 600;
    font-style: italic;
    color: #642669;
}
.tracking-id-info p a:hover {
    color: #18364a;
}
.tracking-id-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 25px;
}
.tracking-id-form input {
    width: 390px;
    background: #f2f3f7;
    border: 1px dotted #d2d2d3;
    padding: 13px 20px;
    font-size: 15px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #3e2f4d;
    margin-right: 10px;
}
.tracking-id-form input::placeholder {
    text-transform: uppercase;
    color: #3e2f4d;
    opacity: .84;
}
.tracking-list {
    background-image: url(../img/bg/tracking_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 25px;
    margin-bottom: 25px;
}
/* .tracking-list ul {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}   */
.tracking-list ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 66px;
    height: 1px;
    width: 700px;
    border-top: 1px dashed #6526698d;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.tracking-list ul .tracking-list-icon {
    height: 55px;
    width: 55px;
    text-align: center;
    border: 1px dashed #642669;
    line-height: 55px;
    border-radius: 50%;
    background: #f2f3f7;
    font-size: 22px;
    color: #918c97;
    margin: 0 auto 25px;
}
.tracking-list ul .tracking-list-content p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #514959;
    line-height: 1;
    margin-bottom: 0;
}
.tracking-list ul li.active .tracking-list-icon {
    /* background: #642669; */
    background: #001637;
    color: #fff;
    border-color: #642669;
}
.tracking-list ul li.active .tracking-list-content p {
    /* color: #642669; */
    color: #001637;
}
.tracking-help p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    color: #514959;
    margin-bottom: 0;
}
.tracking-help p a {
    /* color: #642669; */
    color: #001637;
}
.tracking-list ul.track-ul {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.tracking-list .status {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: start;
}
.tracking-list .status ul::before {
    visibility: hidden;
}


.status li {
    margin-bottom: 5px; 
}
.status li p {
    font-weight: bold; 
}
.status li span {
    font-weight: initial; 
    margin-left: 10px;
}

@media (max-width: 767px){
.tracking-list ul.track-ul {
    display: block;
    padding: 60px 25px 20px;
}
.tracking-list .status {
    display: block;
    padding: 2px 0px 2px;
}
.tracking-list .status ul{
    padding: 10px 25px 20px;
}
.status ul li {
    margin-bottom: 15px; 
}
.tracking-list ul::before{
    border: none;
}
}

.red-btn {
    /* background: #642669 ; */
    background-color: #001637 !important;
    padding: 18px 30px;
    color: #fff;
}
