.track_content h1 {
    font-weight: 700;
    font-size: 35px;
}

.track_content p {
    color: #181818 !important;
    font-size: 16px;
}

.track_form {
    background: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 2px 13px #e8eaec;
    z-index: 1;
    position: relative;
}

.track_form ul {
    display: flex;
    align-items: center;
}

.track_form ul li:first-child {
    margin-right: 25px;
}

.track_form .details,
.track_form ul li h6 {
    color: #181818;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
}

.track_form .details {
    margin: 18px 0;
}
.track_form .form-group{
    margin-bottom: 15px;
}
.track_form .form-group input {
    font-size: 14px;
    padding: 12px 15px;
    background: #f8f8f8;
    width: 100%;
    border-radius: 8px;
    transition: all ease 0.5s;
    box-sizing: border-box;
    border: 1px solid #D8D5D5;
 
}


.track_form .form-group button {
    padding: 12px;
}


.track_bottom_content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

@media(max-width:991px) {
    .track_content {
        margin-bottom: 40px;
        text-align: center;
    }
}

@media(max-width:575px) {
    .track_content h1 {
        font-weight: 700;
        font-size: 29px;
    }

    .track_content p {
        color: #181818 !important;
        font-size: 14px;
    }

    .track_form {
        padding: 20px;
    }
}

@media(max-width:420px) {
    .track_content h1 {
        font-size: 24px;
    }

    .track_form .details,
    .track_form ul li h6 {}

    .track_bottom_content p {
        font-size: 13px;
    }
}




.order_track h2 {
    font-weight: 600;
    font-size: 32px;
}

.track_box {
    position: relative;
}

.track_box .card {
    padding: 15px;
    text-align: center;
}

.track_box .card img {
    width: 40px;
    margin: 0 auto 15px;
}


.track_box .card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.track_box .card p {
    font-size: 15px;
}

.track_box .custome_width .card {
    width: 90%;
    margin: auto;
}

.track_box .row {
    margin: 70px 0;
}

.track_box .justify-between {
    justify-content: space-between;
}


.track_box .justify-around {
    justify-content: space-around;
}

.track_box .justify-center {
    justify-content: center;
}

.center_track_img {
    position: absolute;
    top: 20%;
    left: 50%;
    max-width: 280px;
    width: 100%;
    transform: translate(-50%, -30%);
}

.circle_track_img {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 53%;
    max-width: 900px;
    width: 100%;
    transform: translate(-50%, -53%);
}


.justify-around .custome_width:nth-child(1) {
    margin-right: 70px;
}

.justify-around .custome_width:nth-child(2) {
    margin-left: 70px;
}


@media(max-width:1300px) {
    .circle_track_img {
        max-width: 765px;
    }

    .track_box .custome_width .card {
        width: 80%;
    }

    .center_track_img {
        max-width: 230px;
    }
}

@media(max-width:1200px) {
    .track_box .row {
        margin: 50px 0;
    }

    .circle_track_img {
        max-width: 669px;
        height: 80%;
    }
}


@media(max-width:991px) {
    .circle_track_img {
        max-width: 570px;
      
    }

    .track_box .row {
        margin: 37px 0;
    }

    .track_box .custome_width .card {
        width: 100% !important;
    }
    .order_track{
        margin: 70px 0;
    }
}


@media(max-width:767px) {

    .order_track h2{
    font-size: 22px;
    margin: 20px 0;
    }

    .track_box .center_track_img,
    .track_box .circle_track_img {
        display: none;
    }

    .justify-around .custome_width:nth-child(2),
    .justify-around .custome_width:nth-child(1) {
       margin-left: 0;
       margin-right: 0;
    }


    .track_box .row {
        margin: 0 ;
    }

    .track_box .custome_width {
        margin: 15px 0 !important;
    }


}

@media(max-width:575px){
    .track_box .card p {
        font-size: 14px;
    }
}


.order_status{
    display: none;
}

.order_status .order_history_box{
    margin: auto;
}