.track-box {
    font-family: Gotham;
}
.track-box .left-box {
    font-family: Gotham;
    min-height: 450px;
    background: white;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.left-box h6 {
    font-weight: bold;
}
.left-box .search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.left-box .search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.left-box .search input:focus {
    box-shadow: none;
    border: 2px solid red;
}

.left-box .search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}
.left-box .search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.info table h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
.info table .sub-headers {
    vertical-align: top;
    padding-right: 5px;
    font-weight: bold;
    font-size: 16px;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.verticalline {
    left: calc(48%+ 22px);
    min-height: 100px;
    top: 0;
    position: relative;
    border-left: 2px solid #ff0000;
}
.date {
    background: #ff0000;
    padding: 10px;
}
.date h6 {
    color: white;
    font-size: 18px;
    text-align: center;
}
.timeline {
    border-left: 3px solid #ff0000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* background: rgb(180 180 180 / 9%); */
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0px 50px;
    list-style: none;
    text-align: left;
    margin-left: 60px;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
    padding: 0px 20px;
    margin-left: 0px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 2px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    box-shadow: 0 0 0 3px #ff0000;
    left: -60.8px;
    background: #ff0000;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    content: "\f00c";
    top: 3px;
    /* font-family: "Font Awesome 5 Free"; */
    border: none;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    vertical-align: middle;
    /* margin-left: 8px; */
    color: whitee;
    color: white;
    text-align: center;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.content {
    width: 100%;
    margin: 10px auto 10px auto;
    background: #fffcfc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.content1 {
    background-color: #ff0000;
    text-align: center;
    padding: 20px 10px 10px 10px;
}
.content1 h2 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
}
.content2 {
    background-color: #fef200;
}
.content2-header1 {
    float: left;
    width: 27%;
    text-align: center;
    padding: 1.5em;
}
.content2-header1 p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #4e7d48;
    margin: 0;
}
.content2-header1 span {
    font-size: 14px;
    font-weight: 400;
}
.info {
    padding-left: 20px;
}
.shipment {
    width: 100%;
    margin-top: 0.5%;
}
span.line {
    height: 5px;
    width: 90px;
    background-color: #f5998e;
    display: block;
    position: absolute;
    top: 28%;
    left: 45%;
}
.confirm {
    text-align: center;
    width: 20%;
    position: relative;
    float: left;
    margin-left: 5%;
}
.confirm .imgcircle,
.process .imgcircle,
.quality .imgcircle {
    background-color: #98d091;
}
.confirm span.line,
.process span.line {
    background-color: #98d091;
}
.content3 p {
    margin-left: -50%;
    font-size: 15px;
    font-weight: 600;
}
.imgcircle {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #f5998e;
    position: relative;
}
.imgcircle img {
    height: 30px;
    position: absolute;
    top: 28%;
    left: 30%;
}
.process {
    position: relative;
    width: 20%;
    text-align: center;
    float: left;
}
.quality {
    position: relative;
    width: 20%;
    text-align: center;
    float: left;
}
.dispatch {
    position: relative;
    width: 20%;
    text-align: center;
    float: left;
}
.delivery {
    position: relative;
    width: 20%;
    text-align: center;
    float: left;
    margin-right: -9%;
}

/*---- responsive-design -----*/
@media (max-width: 1920px) {
    span.line {
        width: 157px;
        left: 32%;
    }
    .shipment {
        margin-top: 0.5%;
    }
    .content3 p {
        margin-left: -65%;
    }
}

@media (max-width: 1680px) {
    .content3 p {
        margin-left: -60%;
    }
    span.line {
        width: 127px;
        left: 37%;
    }
}

@media (max-width: 1600px) {
    span.line {
        width: 117px;
        left: 39%;
    }
}

@media (max-width: 1440px) {
    .content3 p {
        margin-left: -53%;
    }
    span.line {
        width: 99px;
        left: 43%;
    }
}

@media (max-width: 1366px) {
    span.line {
        width: 90px;
        left: 45%;
    }
    .shipment {
        margin-top: 1%;
    }
}

@media (max-width: 1280px) {
    span.line {
        width: 100px;
        left: 43%;
        top: 30%;
    }
}

@media (max-width: 1080px) {
    .content {
        width: 85%;
    }
    span.line {
        width: 65px;
        left: 53%;
    }
}

@media (max-width: 1050px) {
    span.line {
        width: 84px;
        left: 47%;
    }
}

@media (max-width: 1024px) {
    .content {
        width: 77%;
    }
    .content3 p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .content {
        width: 80%;
    }
    span.line {
        width: 84px;
        left: 47%;
    }
}

@media (max-width: 900px) {
    .content {
        width: 85%;
    }
    span.line {
        width: 78px;
        left: 49%;
    }
}

@media (max-width: 800px) {
    .content {
        width: 95%;
    }
    .content2-header1 p {
        margin: 0 0 0 -7%;
    }
}

@media (max-width: 768px) {
    .content2-header1 {
        width: 25%;
    }
    .content2-header1 p {
        margin: 0 -19% 0 -10%;
    }
    span.line {
        width: 72px;
        left: 51%;
    }
}

@media (max-width: 736px) {
    span.line {
        width: 50px;
        left: 60%;
    }
}

@media (max-width: 667px) {
    .content2-header1 p {
        font-size: 14px;
    }
    .content2-header1 span {
        font-size: 13px;
    }
    .shipment {
        margin-top: 1%;
    }
    .content3 p {
        font-size: 12px;
        margin-left: -35%;
    }
    .confirm {
        margin-left: 4%;
    }
    span.line {
        width: 49px;
        left: 60%;
    }
}

@media (max-width: 600px) {
    .content1 {
        padding: 1.2em;
    }
    .content2-header1 p {
        font-size: 13px;
    }
    .content2-header1 span {
        font-size: 12px;
    }
    .content2-header1 {
        width: 24%;
    }
    .imgcircle {
        height: 65px;
        width: 65px;
    }
    .imgcircle img {
        top: 26%;
        left: 27%;
    }
    .content3 p {
        margin-left: -38%;
        font-size: 11px;
    }
    .content {
        min-height: 395px;
    }
    span.line {
        width: 43px;
        left: 60%;
    }
}

@media (max-width: 568px) {
    .content {
        min-height: 380px;
    }
    .content1 {
        padding: 1em;
    }
    span.line {
        width: 45px;
        left: 50%;
    }
    .content2-header1 {
        width: 23%;
    }
    .imgcircle {
        height: 50px;
        width: 50px;
    }
    .imgcircle img {
        height: 25px;
        top: 27%;
        left: 25%;
    }
    .content3 p {
        font-size: 10px;
        margin-left: -46%;
    }
    .confirm {
        margin-left: 5%;
    }
}

@media (max-width: 414px) {
    .header {
        margin-top: 8%;
    }
    .content {
        width: 93%;

        margin-top: 9%;
    }
    .content1 h2 {
        font-size: 22px;
    }
    .content2-header1 {
        padding: 0.7em;
        width: 80%;
        margin-left: 3%;
    }
    .content2-header1 p {
        font-size: 19px;
    }
    .content2-header1 span {
        font-size: 16px;
    }
    .confirm {
        width: 100%;
    }
    .process {
        width: 100%;
        margin: 22% 0 0 5%;
    }
    .quality {
        width: 100%;
        margin: 22% 0 0 5%;
    }
    .dispatch {
        width: 100%;
        margin: 22% 0 0 5%;
    }
    .delivery {
        width: 100%;
        margin: 22% 0 0 5%;
    }
    .imgcircle {
        height: 70px;
        width: 70px;
        margin-left: 35%;
    }
    .imgcircle img {
        height: 30px;
        top: 27%;
        left: 28%;
    }
    span.line {
        width: 6px;
        left: 44.5%;
        height: 56px;
        top: 134%;
    }
    .content3 p {
        font-size: 15px;
        margin: -12% 0 0 -72%;
    }
    .shipment {
        margin-left: 7%;
    }
    .footer {
        padding: 1%;
    }
    .footer p {
        font-size: 16px;
    }
}

@media (max-width: 384px) {
    .header {
        margin-top: 9%;
    }
    .content1 h2 {
        font-size: 21px;
    }
    .content3 p {
        margin: -13% 0 0 -74%;
    }
    .shipment {
        margin-top: 8%;
    }
    span.line {
        top: 154%;
        left: 44%;
        height: 52px;
    }
    
    .footer {
        padding: 3%;
    }
    .footer p {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    
    .content1 h2 {
        font-size: 20px;
    }
    span.line {
        top: 149%;
        left: 44.5%;
        height: 51px;
    }
    .shipment {
        margin-left: 17%;
    }
}
@media (max-width: 320px) {
    .header {
        margin-top: 10%;
    }
    .content {
        margin-top: 10%;
    }
    .content1 {
        padding: 1em;
    }
    .header h1 {
        font-size: 31px;
    }
  
    .content1 h2 {
        font-size: 17px;
    }
    .content2-header1 span {
        font-size: 15px;
    }
    .content3 p {
        margin: -16% 0 0 -79%;
    }
    .shipment {
        margin-left: 19%;
    }
    span.line {
        top: 115%;
        left: 46%;
    }
    .footer {
        margin-top: 1%;
    }
    .footer p {
        font-size: 14px;
    }
}
.header {
    background: transparent;
}
.card {
    padding: 10px 0px;
    border: 1px solid #ddd;
    background: #ffffff;
}
.table {
    margin-bottom: 0px;
}
.table > thead > tr > th {
    border: 0px;
}
.table-responsive {
    background: #e6e6e6;
    padding: 14px;
    /* margin-bottom: 12px;*/
}
.state {
    text-transform: uppercase;
}
/* p {
    font-family: "Gotham", "Tharlon";
} */
.disabled-row {
    background: #e6e6e6;
}
th {
    padding-top: 16px !important;
}
.list-group {
    margin-bottom: 0px;
}
@media (min-width: 480px) {
    .table {
        font-size: 5px;
    }
}

.list-item-1 > li {
    text-align: left;
}
.next-search {
    width: 200px;
    background: #ffeb3b;
    color: red;
}

.content2 {
    padding: 5px 0px;
}

.content2 p {
    margin-bottom: 0px;
}

.content2 h6 {
    margin-bottom: 5px;
    color: #777;
}

.mm {
    background: #f1f1f1;
    padding: 10px;
    border: 1px solid #ffffff;
}

.text-mm {
    color: #ee1c24;
}

.tracking {
    padding: 20px;
}

.card {
    border: none;
}

.list-table {
    overflow: hidden;
}

.line-break {
    border-bottom: 1px solid #e6e6e6;
}

.text-white {
    color: #ffffff;
}

.text-yellow {
    color: #ffeb3b;
}

.sub-headers {
    vertical-align: top;
    padding-right: 5px;
    font-weight: bold;
}
.content .btn-track{
    background:#FFED00;
    color:#FF0000;
}
.content .btn-track:hover{
    background:#FFED00;
    color:#FF0000;
}
.content1 .btn-track{
    background:#FFED00;
    color:#FF0000;
}
.content1 .btn-track:hover{
    background:#FFED00;
    color:#FF0000;
}