.contact-us {
    padding: 2% !important;
}

/* .widget-contact-us{
    padding-left: 4rem  !important;
} */
.tf-page-title .page-title {
    padding: 144px 0;
    background-image: url(../images/page/view-heavy-machinery-used-construction-industry.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: none !important;
}

.banner-car-listing-list {
    background-image: url(../images/page/view-heavy-machinery-used-construction-industry.jpg);
}

.bg-grey {
    background-color: #f3f3f3;
}

.post-property .wrap-style {
    margin-bottom: 40px;
}

.test-driver {
    font-size: 20px !important;
}

@media only screen and (max-width: 991px) {
    .driver-price-wrap {
        margin-top: 0px !important;
    }
}

.post-property .title:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 2px;
    background-color: #f58526;
}

.padd-left {
    padding-left: 15px !important;
}

.page-link {
    position: relative;
    display: block;
    color: black;
    text-decoration: none;
    background-color: transparent;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: black;
    background-color: transparent;
    border-color: none;
}

.btn-success:hover {
    color: black;
    background-color: white;
    border-color: 1px solid black !important;
}

iframe {
    height: 100%;
    width: 100%;
}
.object-fit-contain{
    object-fit: contain !important;
}