.request-form input[type="radio"] {
    width: auto;
    border: 0 none;
}

.request-form .form-check-input {
    border: 0 none;
}

.request-form .wpcf7-list-item {
    margin: 0 20px 0 0;
}

.contact-submit input {
    width: auto;
}

.shipment-content ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.shipment-content ul li {
    margin-left: 25px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.shipment-content ul li:before {
    position: absolute;
    content: "";
    background: url(../images/icons/arrow-right.svg) no-repeat 0;
    left: -25px;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide-img {
    min-height: 950px;
}

.trust-badge img {
    max-width: inherit !important;
}
.about-sec3 .tab-img {
    flex: 0 0 215px;
}
.round {
    border-radius: 30px !important;
}
.solution-wrap .solution-card h3 {
    margin: 12px 0 5px;
}
article.blog-list .blog-thumb {
    flex: 0 0 182px;
}
.contact-form .form-inner textarea {
    max-height: 180px;
}

/* Tracking CSS */
.transhub-tracking-result {
    padding: 20px;
    border-radius: 6px;
}

.transhub-tracking-result.success {
    background: #164600;
    border-left: 4px solid #28a745;
}

.transhub-tracking-result.error {
    background: #5e030c;
    border-left: 4px solid #dc3545;
}

#trackingModal  .btn-close:before {
    line-height: 45px;
}
.tracking-info li {
    padding: 7px 0;
    font-size: 16px;
    text-transform: capitalize;
}
.tracking-info li  strong {
    margin-right: 20px;
}
.transhub-tracking-result .btn-close {
    width: 25px;
    height: 25px;
    line-height: 30px;
    flex: 0 0 25px;
}
.blog-entry2 .blog-thumb {
    height: 220px;
}
.ls-entry .ls-thumb {
    flex: 0 0 85px;
}
.wp-block-quote {
    padding-left: 70px;
}