.header-top {
    background-color: #f8f9fa;
}

.color-dark {
    color: var(--bs-color-black);
}

.auth-cover-brand {
    z-index: 3;
}

.box-search-advance .box-bottom-search .item-search  {
    width: 25%;
}

.mobile-header-logo img {
    padding: 30px;
}

.bottom-logo {
    max-width: 400px;
}

.car-details {
     width: 50%;
     padding: 0px 0px 0px 30px;
     margin-bottom: 13px;
     color: #000000;
}

.car-details i {
     color: #000000;
     margin-right: 10px;
}

.page-header-2 .custom-container {
    min-height: 260px;
}

@media screen and (max-width: 1400px) {
    .header .main-header .header-right {
        margin-top: -57px;
    }
}