.international-services {
    scroll-margin-top: 80px;
    scroll-padding-top: 0;
    padding-top: 100px;
}
.support-area {
    scroll-margin-top: 80px;
    scroll-padding-top: 0;
}
.service_section {
    scroll-margin-top: 50px;
    scroll-padding-top: 0;
}
.tracking-dashboard-top {
    display: flex;
    justify-content: space-between;
}
.tracking-dashboard-top h5 {
    font-weight: 400;
}
.tracking-dashboard-1 {
    display: flex;
    gap: 10px;
}
.footer-logo a img {
    max-width: 80%;
    object-fit: contain;
}

.int-services-img img {
    width: 100%;
}
.tracking-dashboard-1 i {
    font-size: 14px;
    background-color: #007bff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.tracking-summary-results {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.tracking-summary-results div:first-child {
    width: 200px;
    display: flex;
    justify-content: space-between;
}
.tracking-summary-results div:first-child span:first-child {
    color: #00f;
    font-weight: 700;
}
.text-center {
    text-align: center !important;
}
.testimonial-content p {
    text-align: center;
}
.testimonial-avatar,
.testimonial-cat,
.testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-tab-pills .nav-link.active {
    border: 1px solid #ff4612;
}
#email-error,
#message-error,
#name-error,
#phone-error {
    text-align: left;
    position: relative;
    top: -15px;
    color: red;
}
.main-header .logo {
    padding: 10px 0 20px 0px;
}
.main-header .logo a img {
    height: 50px;
}
.footer-policy {
    margin: 50px 0;
}
.footer-policy div h3 {
    margin: 30px 0 20px 0;
}
.footer-policy div ul {
    margin-bottom: 20px;
}
.footer-policy div ul li {
    list-style: disc !important;
    margin-left: 20px;
}
.single-delivery-services-left .ds-icon {
    margin-left: 17px;
}
.single-delivery-services-right .ds-icon {
    margin-right: 17px;
}
.not-found-main {
    height: 100vh;
    gap: 20px;
}
.not-found-main p {
    max-width: 600px;
}
.not-found-main img {
    max-width: 500px;
}
