.tabs {
    padding-top: 25px;
    position: relative;
}
.tabs .owl-carousel {
    margin: 0;
}
.tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    width: 100%;
    gap: 5px;
}
.tab-nav li {
    padding: 10px 20px;
    cursor: pointer;
    background: rgb(205, 250, 250, 0.08);
    font-size: 16px;
    color: #cbcbcb;
}
.tab-nav li.active {
    background: #3373c4;
    color: #fff;
}
.tab-pane {
    display: none;
    border: 3px solid #3373c4;
    background: #fff;
    overflow: hidden;
}
.tab-pane.active {
    display: block;
}
.car-img img {
    display: block;
    width: 100%;
}
.car-dlt-info {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 35px;
}
.car-name {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}
.car-name::after{
    position: absolute;
    content: "";
    bottom: -15px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    border: none;
    height: 1px;
    background: #0071B9;
    background: linear-gradient(to right, white, #0071B9, #0c5393, #0c5393, white);
    opacity: 0.5;
}
.label-info {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #8d8d8d;
    margin-bottom: 14px;
}
.car-dlt-card .car-price {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: left;
    line-height: 32px;
}
.car-dlt-card .car-price span {
    color: #686868;
    font-weight: normal;
    font-size: 15px;
    display: block;
    line-height: 18px;
    margin-top: 5px;
}
.car-dlt-card .list {
    margin: 0;
    padding: 0;
    padding-left: 18px;
}
.car-dlt-card .list .list li {
    padding: 0 0 8px 0;
}
.car-dlt-card {
    flex: 0 0 24%;
    padding: 0 30px;
    position: relative;
    border-right: 1px solid #e7e7e7;
}
.car-dlt-card:last-child {
    border-right: 0;
}

.arrow-left-right {
    position: relative;
}
.arrow-left-right .owl-controls {
    position: absolute;
    top: 50%;
    right: 0 !important;
    width: 100%;
    z-index: 5;
}
.arrow-left-right .owl-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}
.arrow-left-right .owl-controls .owl-buttons div {
    width: 30px;
    height: 50px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.arrow-left-right .owl-controls .owl-buttons div.owl-prev  {
    transform: rotate(-180deg);
}

@media only screen and (max-width: 768px) {
.car-dlt-card {
    border-bottom: 1px solid #e7e7e7;
    border-right: 0;
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.arrow-left-right .owl-controls .owl-buttons div {
    width: 25px;
    height: 24px;
}
.car-dlt-info {
    flex-direction: column;
}
.arrow-left-right .owl-controls .owl-buttons div {
    width: 25px;
    height: 25px;
}
.arrow-left-right .owl-controls {
    top: 24.5%;
}
.arrow-left-right .owl-buttons {
    padding: 0;
}
}

@media only screen and (max-width: 575px) {
.tab-nav li {
    padding: 5px 8px;
    font-size: 14px;
}
.car-dlt-card {
    flex: 0 0 24%;
    padding: 0 15px;
}
.car-name {
    font-size: 22px;
    margin-bottom: 35px;
}
.car-dlt-card .car-price {
    font-size: 25px;
    line-height: 28px;
}
.label-info {
    margin-bottom: 8px;
}

}

@media only screen and (max-width: 380px) {
.tab-nav {
    gap: 2px;
}
.tab-nav li {
    padding: 5px ;
    font-size: 13px;
}
}