.trackorder {
    position: relative;
}

.trackorder::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.tracking_con {
    width: 100%;
    margin-top: 70px;
}

.tracking_subcon {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tracking_con_left {
    flex: 0 0 45%;
    max-width: 45%;
}

.tracking_slide {
    padding: 20px;
    border: 1px solid #f5f5f5;
}

.tracking_slide h4 {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tracking_slide_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 0px;
}

.tracking_slide_left,
.tracking_slide_right {
    flex: 0 0 48%;
    max-width: 48%;
    font-size: 14px;
    line-height: 22px;
    color: var(--primary-black);
}

.tracking_slide_right {
    text-align: right;
}

.tracking_con_right_con h4 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 800;
}

.tracking_status_icon {
    padding: 20px 0px;
}

.tracking_status_title {
    font-size: 40px;
    font-weight: 700;
}


.tracking_main_bottom_con {
    margin-left: 10px;
}

.tr_slide {
    padding-left: 40px;
    border-left: 1px dashed #f5f5f5;
    position: relative;
    padding-bottom: 30px;
}

.tr_slide:last-child {
    padding-bottom: 0px !important;
}

.tr_slide:first-child {
    margin-top: 20px !important;
}

.tr_slide_ab {
    position: absolute;
    height: 30px;
    width: 30px;
    background: #f5f5f5;
    border-radius: 50%;
    top: 0px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15px;
    top: -0px;
}

.tr_slide_top {
    font-size: 16px;
    font-weight: 700;
}

.tr_slide_bottom {
    font-size: 13px;
    margin-top: 3px;
}


.tracking_slide {
    margin-bottom: 40px;
}


.tracking_page {
    width: 100%;
}

.tracking_page_con {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tracking_page_left {
    flex: 0 0 350px;
    max-width: 350px;
}

.tracking_page_left p {
    font-size: 14px;
    line-height: 22px;
}

.tracking_page_left h2 {
    margin: 0px;
    padding: 0px;
}

.tracking_page {
    padding: 60px 0px;
}

.tracking_page_right {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
}

.tracking_page_right_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.tracking_page_right_title_p {

}

.tracking_page_right_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.tracking_page_right_con_slide {
    flex: 0 0 calc(90% / 2);
    max-width: calc(90% / 2);
    margin-top: 40px;
}

.tracking_page_right_con_slide_matter {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.tracking_con h2 {
    margin: 0px;
    padding: 0px;
    width: 80%;
    margin: 0px auto;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.tracking_subcon {
    margin-bottom: 60px;
    padding-bottom: 40px;
}

.tracking_con_right {
    position: sticky;
    top: 20px;
}

.tracking_page_con {
    position: relative;
}

.web_faqs_con {
    width: 90%;
    margin: auto;
}

.tracking_page_right_con_slide p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.trackbutton {
    height: 45px;
    width: 150px;
    background: #6A08A5;
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    outline: 0;
    border: none;
    font-weight: 600;
    font-size: 17px;
}

.input_button {
    margin-top: 20px;
}

.trackbutton:hover {
    background: #111;
    transition: all 0.5s ease;
}

.tracking_page_content input {
    height: 40px;
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 0px 10px;
}

.tracking_page_left p {
    padding: 10px 0px;
    font-size: 13px;
}

.tracking_page_left h2 {
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width:1024px) {
    
    .tracking_page_con {
        flex-direction: column;
    }

    .tracking_page_left {
        flex: unset;
        margin-bottom: 60px;
    }

    .tracking_page_right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tracking_subcon{
       flex-direction: column;
    }
    .tracking_con_left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tracking_slide{
        width: 100%;
    }
    .tracking_con{
        margin-top: 0px;
    }
}
@media screen and (max-width:768px){
    .tracking_page_right_title_p{
      font-size: 13px;
      text-align: justify;
    }
    .tracking_page_right_con_slide{
        flex: 0 0 100%;
        max-width: 100%;
    }
}