.tap-logo {
    background-color: #eef2f8;
    height: 80px;
}

.round-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.round-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab-button {
    padding: 8px;
    border: 1px solid #53525280;
    color: #00000080;
    transition: all 0.5s ease;
}

.tab-button.active,
.btn-outline-two.active {
    background-color: black;
    color: white;
    border: 1px solid black;
}

.tab-button:hover,
.btn-outline-two:hover {
    background-color: #EAEAEA;
    color: Black;
}

.tab-img-logo {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.color-grey {
    color: rgb(147, 147, 147);
}

.btn-range {
    background-color: black;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px 5px;
    width: 260px;
}

@media (max-width:676px) {
    .colum-table {
        border-bottom: 2px solid rgb(147, 147, 147);
        ;
    }
}

/* --------filter box ---------- */
.box-filter {
    position: relative;
    border: 1px solid #EAEAEA;
    padding: 10px;
}

.search-icon {
    transition: all 0.5s ease;
    color: #0c78ed;
}

.search-icon:hover {
    color: rgb(170, 16, 16);
    cursor: pointer;
}

.search-icon h5 {
    color: inherit;
}

.search-icon i {
    color: inherit;
    font-size: 30px;
}

/* --select box --- */
.big {
    font-size: 1.2em;
}

.square {
    width: .7em;
    height: .7em;
    margin: .5em;
    display: inline-block;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 100%;
}


@media (max-width:500px) {
    .row-inputs-double {
        flex-wrap: wrap;
    }
}


@media (max-width:700px) {
    .flex-wrap-2 {
        flex-wrap: wrap;
    }
}


.custom-dropdown select,
.custom-dropdown input {
    background-color: #fff;
    color: #000;
    font-size: inherit;
    padding: .5em;
    padding-right: 2.5em;
    margin: 0;
    border-radius: 10px;
    text-indent: 0.01px;
    text-overflow: '';
    border: 1px solid #84858580;
    width: 100%;
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown select {
    font-weight: lighter;
    font-size: 15px;
    color: #00000080;
    text-transform: capitalize;
}

.custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

/* ---colors filter -- */
.color-circle {
    border-radius: 50%;
    width: 26px;
    height: 25px;
    margin: 1px;
}

@media (max-width:500px) {
    .color-circle {
        margin: 15px 0px;
    }
}

.bg-red {
    background-color: red;
}

.bg-green {
    background-color: green;
}

.bg-blue {
    background-color: blue;
}

.bg-yellow {
    background-color: yellow;
}

.bg-orange {
    background-color: orange;
}

.bg-blanchedalmond {
    background-color: blanchedalmond;
}

.bg-blueviolet {
    background-color: blueviolet;
}

.bg-teal {
    background-color: teal;
}

.bg-olive {
    background-color: olive;
}

.bg-tomato {
    background-color: tomato;
}

.form-check-two {
    margin-left: 10px;
    padding: 10px;
    padding-right: 30px;
}

.form-check-two label {
    font-size: 16px;

}

.btn-outline-two {
    background-color: #fff;
    border-color: #0000001f;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.section-filter {
    border-top: 1px solid rgb(147, 147, 147);
}

.section-filter h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;

}

.all-parameters-container-2 {
    position: sticky;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 222;
    background-color: #fff;
    height: 60px;
    padding: 0px 20px;
}

.open-box,
.all-parameters-container-2,
.data-columns-2,
.all-cars-btns-2 {
    display: none;
}

#all-parameters,
#all-parameters-2 {
    cursor: pointer;
}

#all-parameters:hover {
    color: #0c78ed;
}

.img-arrow {
    transform: rotate(180deg);
}

/* ----range--- */
.wrapper-range {
    width: 60%;
    border-radius: 10px;
    padding: 20px 25px 40px;
}

@media (max-width:768px) {
    .wrapper-range {
        width: 100%;
    }
}
.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    justify-content: space-between;
}

.field input {
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.slider {
    height: 5px;
    position: relative;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
    width: 100%;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* --model-- */
.model-image-select {
    background-color: #fff;
    width: 600px;
    z-index: 222;
    height:400px;
    overflow-y: scroll;
/*    box-shadow: 0px 4px 12px rgba(0, 0, 0, .12), 0px 0px 2px rgb(0 0 0/8%);*/
    padding: 15px;
    right: 0;
    display: none;

}
.model-image-select h3 {
    z-index: 3;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.model-image-select form {
    width: 200px;
    display: flex;
    align-items: center;
    margin-top: 10px;

}

.checkbox-module {
    position: relative;
    z-index: 333;
    width: 40px !important;
}

.model-image-select img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    object-fit: cover;
/*    box-shadow: 0px 4px 12px rgba(0, 0, 0, .12), 0px 0px 2px rgb(0 0 0/8%);*/
    margin: 5px;
}

@media (max-width:768px) {
    .wrapper-range , 
    .model-image-select 
    {
        width: 100%;
    }
}

/* ---start navbar--- */

 .navbar-new{
    height:100%;
    width:100%;
    float:left;
    padding:3px;
     color: white;
     background: black;
    font-family:'Poppins',sans-serif;
    border-top: 2px solid #3433331c;
    border-bottom: 2px solid #3433331c;
    margin-bottom: 20px;
}

.navbar-new .nav{
     -webkit-justify-content: center;
  justify-content: center;
}

 .navbar-new .nav-header{
    float:left;
    padding:10px 0
}
 .navbar-new .nav-links{
    margin:0;
    float:right
}
 .navbar-new .nav-links .nav-item{
    position:relative;
    list-style:none;
    float:left
}
 .navbar-new .nav-links .nav-item .nav-link{
    padding:10px 15px;
    text-transform:uppercase;
    display:block;
    text-decoration:none;
    color: white;
     text-transform: uppercase;
}

 @media (min-width: 768px){
    .dropdown-menu-new-1 , 
    .dropdown-menu-new-2 ,
    .dropdown-menu-new-3 {
        display: none;
    }
     .dropdown-menu-new {
            position: absolute;
    left: inherit;
    top: 20px;
    width: 1000px;
    padding: 0;
    border: unset;
    z-index: 1;
    background-color: #fff;
    transform: translateY(30px);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
    transform-origin: top;
    transition: all 0ms ease;
    margin: auto;
    }
    .dropdown-menu-container img {
        
       
        border-radius: 5px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
     .navbar-new .has-dropdown ul li {
        width: 100%;
        position: relative;
        display: block;
        line-height: 24px;
        font-weight: 500;
        font-size: 15px;
        text-transform: capitalize;
        color: #222;
        border-bottom: 1px solid rgba(34,34,34,.1);
        text-align: left;
        transition: all 500ms ease;
    }
}
 