
.contact_form-row {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 20px;
    @media screen {
        @media (max-width: 768px) {
            flex-direction: column;
            gap: 5px;
        }
    }
}
/* 21. Tracking */
.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: #e32222;
}
.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/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: 70px;
    top: 66px;
    height: 1px;
    /*width: 800px;*/
    border-top: 1px dashed #f08a8a;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.tracking-list ul .tracking-list-icon {
    height: 55px;
    width: 55px;
    text-align: center;
    border: 1px dashed #f08a8a;
    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: #e32222;
    color: #fff;
    border-color: #e32222;
}

.tracking-list ul li.green .tracking-list-icon {
    background: #0eac10;
    color: #fff;
    border-color: #0eac10;
}

.tracking-list ul li.active .tracking-list-content p {
    color: #e32222;
}
.tracking-help p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    color: #514959;
    margin-bottom: 0;
}
.tracking-help p a {
    color: #e32222;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
