@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Ubuntu:wght@500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    letter-spacing: 1px;
}

h1,
h2,
h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

p,
a,
span,
div {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

p {
    line-height: 1.6rem;
}

img {
    width: 100%;
}

:root {
    --container-width: 1320px;
    --primary-color: #e11d07;
    --primary-drake-color: #111111;
    --section-padding: 10rem 1rem 4rem;
}

.wrapper {
    width: 100%;
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

.flex-block {
    --spacing: 2rem;
    display: flex;
    margin-left: calc(var(--spacing) / -2);
    margin-right: calc(var(--spacing) / -2);
}

.block-half {
    flex: 1 0 50%;
    width: 50%;
    padding-left: calc(var(--spacing) / 2);
    padding-right: calc(var(--spacing) / 2);
}
.col-4 {
    flex: 1 0 33.3333%;
    width: 33.3333%;
    padding-left: calc(var(--spacing) / 2);
    padding-right: calc(var(--spacing) / 2);
}
.col-8 {
    flex: 1 0 66.6666%;
    width: 66.6666%;
    padding-left: calc(var(--spacing) / 2);
    padding-right: calc(var(--spacing) / 2);
}
.hero-cta {
    margin-bottom: 1.4rem;
}
.primary-btn,
.secondary-btn {
    display: inline-block;
    padding: 1rem 1rem;
    text-decoration: none;
    font-weight: 400;
    border-radius: 3px;
    color: #fff;
    background-color: var(--primary-color);
    transition: background 300ms ease,
        color 300ms ease;
    ;
}

.secondary-btn {
    background: #fff;
    color: #111;
    margin-left: 10px;
}

.primary-btn:hover {
    background-color: var(--primary-drake-color);
}

.secondary-btn:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.section-header {
    margin-bottom: 3rem;
}

.section-title {
    position: relative;
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
}

.section-title::before {
    content: "";
    position: absolute;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 0.7rem;
    width: 5rem;
    left: 0;
    bottom: 0;
}
.section-title.center-line::before {
    left: 50%;
    transform: translateX(-50%);
}

.section-text {
    color: var(--primary-drake-color);
    font-weight: 300;
}

.page-hero {
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/sylhexexpress-about-us.jpg);
    background-position: center;
    background-color: var(--primary-color);
    min-height: 25rem;
    background-size: cover;
    padding: var(--section-padding);
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f1f1f1;
}

.page-title {
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.page-brucm a {
    font-style: italic;
    color: #f1f1f1;
}

.page-header a:hover {
    color: var(--primary-color);
}

.feauture-content-block {
    display: flex;
    align-items: stretch;
    margin-bottom: 2.6rem;
}

.content-title {
    margin-bottom: 2rem;
}

.content-text {
    margin-bottom: 1.5rem;
}

/* header nav style start */

.header-wrap {
    width: 100%;
    position: relative;
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 100;
}

.navbar {
    display: flex;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    height: 80px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: top 300ms ease-in-out;
}
@media screen and (min-width: 991px) {
    .navbar.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }
}

.nav-logo {
    height: 50px;
    object-fit: contain;
    object-position: left center;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary-color);
    transition: all 300ms ease;
}

.nav-link:hover {
    color: white;
    background-color: var(--primary-color);
}

.toggle {
    display: none;
    align-items: center;
    width: 40px;
    height: 40px;
}

.toggle-icon {
    position: relative;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background-color: var(--primary-color);
}

.toggle-icon::before,
.toggle-icon::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 6px;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.toggle-icon::after {
    top: -6px;
}

#toggle:checked~.toggle .toggle-icon,
#toggle:checked~.toggle .toggle-icon::before,
#toggle:checked~.toggle .toggle-icon::after {
    top: 0;
}

.toggle-icon,
.toggle-icon::before,
.toggle-icon::after {
    transition: top 300ms ease 300ms,
        transform 300ms ease;
}

#toggle:checked~.toggle .toggle-icon {
    transform: rotate(-45deg);
    transition: top 300ms ease,
        transform 300ms ease 300ms;
}

#toggle:checked~.toggle .toggle-icon::before,
#toggle:checked~.toggle .toggle-icon::after {
    transform: rotate(90deg);
    transition: top 300ms ease,
        transform 300ms ease 300ms;
}

/* header nav style end */

/* header hero style start */
.header-hero {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cargo-photography.jpg);
    background-position: center;
    background-size: cover;
    padding: var(--section-padding);
}

.hero-block {
    align-items: center;
}

.hero-title {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero-track-block {
    padding-left: 100px;
}

.track-block {
    padding: 60px 40px;
    text-align: center;
    background: #fff url(../img/track-block-bg-img-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 6px;
}

.track-title {
    font-size: 34px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.track-text {
    margin-bottom: 30px;
    color: var(--primary-drake-color);
}

.track-form {
    margin-right: 20px;
    margin-left: 20px;
}

.track-input {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--primary-drake-color);
    border: 0;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid var(--primary-color);
}

.track-input:focus {
    border: 1px solid var(--primary-color);
    outline: 5px solid rgba(225, 29, 7, 0.4);
}

.track-input::placeholder {
    font-size: 14px;
    color: #9B9B9B;
    letter-spacing: normal;
}

.track-btn {
    display: block;
    padding: 10px 25px;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--primary-color);
    border: 0;
    transition: letter-spacing 300ms ease,
                background 300ms ease,
                color 300ms ease;
    cursor: pointer;
}

.track-btn:hover {
    letter-spacing: 2px;
}

/* header hero style end */


/* about section start */
.about-section {
    padding: 80px 0;
    background-color: #fff;
}

.about-section-page {
    padding: 80px 0;
    background-color: #fff;
}

.about-section-page .about-block {
    margin-bottom: 60px;
}

.about-block {
    display: flex;
    align-items: stretch;
}

.about-img-block {
    position: relative;
    flex: 1 0 40%;
    width: 40%;
    object-fit: cover;
}

.about-img-block>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delivery-update {
    position: absolute;
    left: 10px;
    bottom: 50px;
    padding: 20px 18px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background-color: var(--primary-color);
}

.delivery-icon {
    display: block;
    font-size: 70px;
}

.delivery-text {
    font-size: 36px;
    font-weight: 500;
}

.delivery-sub-text {
    font-size: 14px;
}

.about-content-block {
    flex: 1 0 60%;
    padding-left: 60px;
    padding-right: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-cta {
    margin-top: 40px;
}

/* about section end */

/* service section start */
.service-section {
    padding: 80px 0;
    background-color: rgb(255, 244, 244);
}

.service-card-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: stretch;
}

.service-card-block {
    flex: 1 0 33.33333%;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.service-card {
    position: relative;
    padding: 50px;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 53px rgba(40, 40, 40, 0.05);
}

.service-card::before {
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% - 100px);
    background-color: var(--primary-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

}

.service-icon {
    display: block;
    height: 100px;
    font-size: 80px;
    color: var(--primary-color);
}

.service-hover {
    font-size: 150px;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--primary-color);
    opacity: 0;
    transform: translateX(80%);
    transition: opacity 300ms ease,
        transform 300ms ease-out;
}

.service-card:hover .service-hover {
    opacity: .3;
    transform: translateX(30%);
}

.service-title {
    font-size: 32px;
    margin-bottom: 40px;
}

/* service section end */

/* our partners start */
.our-partners {
    padding: 80px 0;
    background: url(../img/track-block-bg-img-01.png), linear-gradient(#fff, #fff);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.partners-list {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
    align-items: center;
}

.partner-item {
    flex: 1 0 25%;
    padding-left: 25px;
    padding-right: 25px;
}

.partner {
    height: 60px;
}

.partner-img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

/* our partners end */

/* footer section start */
.footer-section {
    padding: 80px 0 40px;
    background-color: var(--primary-drake-color);
    border-bottom: 2px solid #222222;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer-text {
    color: #9B9B9B;
}

.owner-info {
    margin-block: 15px;
    color: #9B9B9B;
}

.company-info {
    flex: 1 0 40%;
    padding-right: 15px;
    padding-left: 15px;
}

.company-logo {
    display: block;
    height: 40px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 30px;
}

.footer-company-text {
    color: #9B9B9B;
}

.footer-block {
    flex: 1 0 30%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-menu-title {
    font-size: 20px;
    padding-left: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.footer-menu-title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
}

.footer-menu {
    display: block;
    list-style: none;
}

.footer-menu-link {
    display: block;
    position: relative;
    padding: 15px 0;
    text-decoration: none;
    color: #9B9B9B;
}

.footer-menu-link::before,
.footer-menu-link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
}

.footer-menu-link::before {
    background-color: #222222;
}

.footer-menu-link::after {
    transform: scaleX(0);
    transform-origin: left;
    background-color: var(--primary-color);
    transition: transform 300ms ease-out;

}

.footer-menu-link:hover::after {
    transform: scaleX(1);
}

.footer-call {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: normal;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-call>i {
    margin-right: 10px;
}

.footer-copyright {
    background-color: var(--primary-drake-color);
    padding: 30px 0 40px;
    text-align: center;
    color: #9B9B9B;
}

.footer-link {
    position: relative;
    color: #9B9B9B;
    padding-bottom: 5px;
    text-decoration: none;
    transition: all 300ms ease;
}

.footer-link:hover {
    color: var(--primary-color);
}

.footer-link::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    background-color: #9b9b9b;
    bottom: 0;
    left: 0;
    transition: all 300ms ease;
}

.footer-link:hover::before {
    width: 100%;
    background-color: var(--primary-color);
}

/* footer section end */

/* service page design  */
.service-page-block {
    padding: 80px 0;
    background-color: #fff4f4;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    align-items: center;
}

.grid-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 5px solid var(--primary-color);
}

.grid-content {
    padding: 40px 50px;
}

.grid-service-title {
    font-style: 32px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.grid-service-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}

@media screen and (min-width: 991.98px) {
    .service-item:nth-child(3) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;

    }

    .service-item:nth-child(4) {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
}

/* service page design  */

/* Order Track Page Design */
.track-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                        url(../img/cargo-train.jpg);
    background-size: cover;
    background-position: center;
}

.order-track-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: var(--section-padding);
}

.order-track-block {
    width: 100%;
    max-width: 600px;
    align-items: center;
}

.order-track-block .track-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: auto;
}

.track-block-title {
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
}

.track-block-text {
    margin-bottom: 30px;
    text-align: center;
    color: #eeeeee;
}

.track-search-input {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--primary-drake-color);
    border: 0;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid var(--primary-color);
}
.track-search-input::placeholder {
    color: #555555;
}

.track-search-input:focus {
    border: 2px solid var(--primary-color);
    outline: 5px solid rgba(225, 29, 7, 0.4);
}


.tracking-info-section {
    width: 100%;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 25px;
    border-radius: 5px;
}
.tracking-info-section > h2.section-title {
    text-align: center;
}

.info-block {
    border: 1px solid var(--primary-color);
    overflow: hidden;
    font-size: 14px;
}

.flex-block.info-line {
    padding: 10px 20px;
    border-bottom: 1px solid var(--primary-color);
}
.flex-block.info-line:last-child {
    border: 0;
}
.track-info-key {
    min-width: 120px;
    flex-basis: 120px;
    position: relative;
    font-weight: 500;
}
.track-info-key::before {
    content: ":";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.track-info-value {
    flex-grow: 1;
    padding-left: 10px;
}

.track-order-details {
    margin-top: 30px;
}

h3.track-title-block {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 15px;
}

.track-info-table {
    width: 100%;
    text-align: left;
    border: 1px solid var(--primary-color);
    border-spacing: 0;
}
.track-info-table thead {
    background-color: #ffbbb2;
}

.track-info-table th, .track-info-table td {
    padding: 5px 15px;
}


.flex-block.info-line.headline-block {
    background-color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.track-shipment-update {
    padding: 10px 15px;
    background-color: lightskyblue;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    border-top: none;
}
.track-shipment-update a {
    color: var(--primary-color);
    font-weight: 500;
}


/* Order Track Page Design */

/* Contact Page Design Start */
.contact-page-block {
    padding: var(--section-padding);
}

.contact-page-block .content {
    margin-bottom: 2rem;
}
.contact-page-block .sub-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.contact-page-block .contact-info {
    margin-bottom: 2rem;
    padding-left: 1.8rem;
    position: relative;
}
.contact-page-block .contact-list {
    margin-bottom: 2rem;
    list-style: none;
}
.contact-page-block .contact-list > li {
    position: relative;
    padding-left: 1.8rem;
    line-height: 1.5rem;
}
.contact-page-block .contact-info>i,
.contact-page-block .contact-list>li>i
 {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-color);
}
.contact-form {
    padding: 2.2rem 2rem;
    background-color: var(--primary-color);
    color: #fff;
}
.contact-form .contact-title {
    font-size: 2rem;
    margin-bottom: 1.4rem;
}
.contact-form .form-label {
    display: inline-block;
    margin-bottom: .6rem;
}
.contact-form .input-field,
.contact-form .text-area {
    display: block;
    background: none;
    border-radius: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    line-height: 1.4rem;
    padding: .56rem 1rem;
    width: 100%;
    resize: none;
    margin-bottom: 1.3rem;
    letter-spacing: normal;
    transition: all 300ms ease;
}
.contact-form .input-field:focus,
.contact-form .text-area:focus {
    
    border: 1px solid rgba(255, 255, 255, 1);
}
.contact-form .submit-btn {
    display: block;
    text-align: center;
    outline: none;
    padding: 1rem 1.5rem;
    width: 100%;
    border: none;
    background-color: var(--primary-drake-color);
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease;
}
.contact-form .submit-btn:hover {
    background-color: #222222;
}
/* Contact Page Design End */



.back-to-top {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    /* pointer-events: none; */
    user-select: none;
    cursor: pointer;
}
.back-to-top.active {
    pointer-events: all;
}
/* responsive design media start*/
/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1399.98px) {
    :root {
        --container-width: 1140px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
    :root {
        --container-width: 960px;
    }

    .track-block {
        padding: 40px 30px;
    }

    .hero-track-block {
        padding-left: 30px;
    }

    .about-content-block {
        padding-left: 60px;
        padding-right: 0;
    }

    .service-card-block {
        flex: 1 0 50%;
        width: 50%;
    }

    .company-info {
        flex: 1 0 100%;
        width: 100%;
        margin-bottom: 50px;
    }

    .footer-block {
        flex: 1 0 50%;
        width: 50%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
    :root {
        --container-width: 720px;
        --section-padding: 140px 15px 80px;
    }

    .hero-block {
        flex-direction: column;
    }

    .hero-block>.block-half {
        flex-basis: 100%;
        width: 100%;
        text-align: center;
    }

    .hero-block .hero-title {
        font-size: 56px;
        margin-bottom: 15px;
    }

    .hero-track-block {
        padding: 0 40px;
    }

    .track-block {
        padding: 30px 18px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar {
        position: fixed;
        top: 0;
        border-radius: 0;
        height: 60px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .nav-logo {
        height: 40px;
    }

    .toggle {
        display: flex;
    }f

    .nav-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100px;
        background: #fff;
        transition: all 300ms ease;
    }

    .nav-menu>.nav-item:last-child {
        border: none;
    }

    .nav-menu>.nav-item>.nav-link {
        padding: 18px 20px;
        color: var(--primary-drake-color);
    }

    .nav-menu>.nav-item>.nav-link:hover {
        color: #fff;
    }

    #toggle:checked~.nav-menu {
        display: block;
        top: 60px;
        visibility: visible;
        opacity: 1;
        transition: top 300ms ease,
            opacity 300ms ease,
            visibility 300ms ease,
            display 0 ease 300ms;
    }

    .hero-track-block {
        padding: 0 0px;
    }

    .track-block {
        padding: 30px 18px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-block {
        display: block;
    }

    .about-img-block {
        width: 100%;
        height: 300px;
    }

    .about-content-block {
        padding: 0;
        padding-top: 40px;
    }

    .service-card-block {
        flex: 1 0 100%;
        width: 100%;
    }

    .company-info {
        flex: 1 0 100%;
        width: 100%;
        margin-bottom: 50px;
    }

    .footer-block {
        flex: 1 0 100%;
        width: 100%;
        margin-bottom: 50px;
    }

    .page-header {
        flex-direction: column;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }
    .flex-block.contact-flex {
        flex-direction: column;
    }
    .flex-block.contact-flex > * {
        flex: 0 0 auto;
        width: 100%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    :root {
        --container-width: 540px;
    }
    .tracking-info-block {
        flex-direction: column;
    }
    .tracking-info-block > .block-half {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .track-order-details {
        margin-top: 0px;
    }
    .track-info-table thead {
        display: none;
    }
    .track-info-table td {
        display: block;
        padding: 10px 15px;
        text-align: right;
        position: relative;
    }
    .track-info-table td::before {
        content: attr(data-title);
        font-weight: 500;
        position: absolute;
        left: 15px;
        min-width: 80px;
        text-align: left;
        border-right: 1px solid black;
    }
    .primary-btn, .secondary-btn {
        padding: 0.5rem 0.6rem;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    :root {
        --container-width: 100%;
    }
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .track-title {
        font-size: 26px;
    }

    .track-text {
        font-size: 12px;
    }
}

/* responsive design media start*/