#trucks-list .owl-nav button {
    position: absolute;
    left: -40px;
    background: #000 !important;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    border-radius: 50%;
    font-size: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#trucks-list .owl-nav button.owl-next {
    left: unset;
    right: -40px;
}
#trucks-list .owl-nav {
    display: block;
}
.product-box {
    border: 1px solid #ddd;
}
.product-box:hover img{
    transform: scale(.95);
}
.product-box:hover img{
    transition: 0.5s ease-in all;
}
.owl-dots {
    display: none;
}
.profit-tech-count .border {
    border: 8px solid #6b7d82 !important;
}
#trucks-list  .product-box .w-75{width:75% !important;}
.profit-tech-count li {
    transition: 0.2s ease-in all;
}

.profit-tech-count li:hover {
    background: #EC1F25 !important;
    color: #fff;
}
.find-dealer {
    padding: 7rem 4rem;
}
.faq-list button:hover {
    background: unset !important;
    color: unset !important;
}
.accordion-item {
    border: 1px solid rgb(0 0 0 / 20%) !important;
    margin-bottom: 20px;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-body {
    border-top: 1px solid rgb(0 0 0 / 20%) !important;
    text-align: left;
}
.pb-125{padding-bottom:100px ;}



@media(max-width:1024px){
    .accordion-button {
        padding: 1rem 1.25rem !important;
    }
}

@media(max-width:576px){
.find-dealer {
    padding: 2rem 1rem;
}
#trucks-list .owl-nav .owl-prev{left:10px;}
#trucks-list .owl-nav .owl-next{right:10px !important;}
.profit-tech-count {
    margin-top: 20px;
}
.profit-tech-count li {
    width: 100% !important;
}
.find-dealer .d-flex {
    flex-wrap: wrap;
}

.find-dealer .d-flex select {
    margin: 0 0 10px !important;
}
}