
.product-card {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    transition: .35s;
    position: relative
}
.car-details-sidebar  .cotntact-form h3{
    font-size: 1.25rem;
    line-height: 1.5;
}
.product-card .new {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: var(--black-color);
    background-color: #2a8661;;
    display: inline-block;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 20px;
    border-radius: 10px 0
}

.product-card .product-img {
    position: relative;
    border-radius: 5px;
    transition: .35s
}

.product-card .product-img .number-of-img {
    position: absolute;
    left: 20px;
    top: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    transition: .35s;
    opacity: 0
}

.product-card .product-img .fav {
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    transition: .35s;
    line-height: 1;
    opacity: 0
}

.product-card .product-img .fav svg {
    fill: #fff;
    transition: .35s
}

.product-card .product-img .fav:hover svg {
    fill: #2a8661;
}

.product-card .product-img .slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: .35s;
    opacity: 0
}

.product-card .product-img .slider-btn-group .swiper-arrow {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(19,20,26,.6);
    cursor: pointer;
    transition: .35s
}

.product-card .product-img .slider-btn-group .swiper-arrow svg {
    fill: #fff;
    transition: .35s
}

.product-card .product-img .slider-btn-group .swiper-arrow:hover {
    background-color: #2a8661;
}

.product-card .product-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
    background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50.27%);
    transition: .35s;
    opacity: 0
}

.product-card .product-img img {
    border-radius: 5px
}

@media(max-width: 767px) {
    .product-card .product-img img {
        width:100%
    }
}

.product-card .product-content {
    padding: 15px
}

@media(max-width: 1499px) {
    .product-card .product-content {
        padding:15px 10px
    }
}

.product-card .product-content .countdown-timer {
    width: 208px;
    height: 35px;
    line-height: 1;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.product-card .product-content .countdown-timer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.product-card .product-content .countdown-timer ul li {
    line-height: 1;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center
}

.product-card .product-content h5 {
    margin-bottom: 10px;
    line-height: 1
}

.product-card .product-content h5 a {
   
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    transition: .35s
}

.product-card .product-content h5 a:hover {
    color: #2a8661;
}

.product-card .product-content .price-location {
    display: flex;
    align-items: center;
    gap: 30px;
    line-height: 1;
    margin-bottom: 17px
}

.product-card .product-content .price-location .price {
    line-height: 1;
    position: relative
}

.product-card .product-content .price-location .price::after {
    content: "";
    height: 13px;
    width: 1px;
    background-color: rgba(19,20,26,.3);
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.product-card .product-content .price-location .price strong {
   
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #000
}

.product-card .product-content .price-location .price del {
   
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #5E5E5E
}

.product-card .product-content .price-location .location {
    line-height: 1
}

.product-card .product-content .price-location .location a {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    font-weight: 600;
    font-size: 13px;
    color: #000
}

.product-card .product-content .features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
    padding-bottom: 15px;
    flex-wrap: wrap
}

@media(max-width: 1699px) {
    .product-card .product-content .features {
        gap:15px
    }
}

@media(max-width: 1399px) {
    .product-card .product-content .features {
        gap:5px;
        flex-wrap: wrap
    }
}

.product-card .product-content .features::after {
    content: "";
    background-color: #eee;
    position: absolute;
    left: 50%;
    height: 1px;
    width: 80%;
    bottom: 0;
    transform: translateX(-50%)
}

.product-card .product-content .features li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #5E5E5E;
    margin-right: 3px
}

@media(max-width: 1499px) {
    .product-card .product-content .features li {
        font-size:12px
    }
}

@media(max-width: 1399px) {
    .product-card .product-content .features li {
        padding-right:5px
    }
}

.product-card .product-content .features li svg {
    fill: #5E5E5E
}

.product-card .product-content .content-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px
}

.product-card .product-content .content-btm .view-btn2 {
   
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: .35s
}

.product-card .product-content .content-btm .view-btn2 svg path {
    fill: #2a8661;
}

.product-card .product-content .content-btm .view-btn2 svg path:first-child {
    fill: none;
    stroke: #2a8661;
}

.product-card .product-content .content-btm .view-btn2:hover {
    color: #2a8661;
}

.product-card.auction .product-content {
    position: relative;
    z-index: 99;
    padding-top: 0;
    margin-top: -17px
}

.product-card.style-2 {
    background: #faf8fb
}

.product-card.style-2 .product-content {
    padding-top: 20px
}

.product-card.style-2 .product-content .content-top {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.product-card.style-2 .product-content .content-top .price {
    margin-bottom: 7px;
   
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.product-card.style-2 .product-content .content-top .company-logo {
    height: 56px;
    width: 62px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-35px);
    z-index: 99
}

.product-card.style-2 .product-content .launch-date {
    margin-bottom: 30px
}

.product-card.style-2 .product-content .launch-date p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    color: #5E5E5E
}

@media(min-width: 992px) and (max-width:1199px) {
    .product-card.style-2 .product-content .launch-date p {
        font-size:14px
    }
}

.product-card.style-2 .product-content .launch-date p span {
    color: var(--black-color);
    display: inline-block;
    padding-left: 35px;
    position: relative
}

.product-card.style-2 .product-content .launch-date p span::before {
    content: "";
    height: 1px;
    width: 16px;
    background-color: #5E5E5E;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.product-card.style-2 .product-content .launch-btn .primary-btn1 {
   
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    justify-content: center;
    padding: 13px 20px;
    width: 100%;
    justify-content: center
}

.product-card.style-2.compare {
    border-radius: 10px;
    border: 1px solid rgba(238,238,238,.93);
    background: #fff;
    position: relative
}

.product-card.style-2.compare .close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #2a8661;;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.product-card.style-2.compare .close-btn i {
    font-size: 20px;
    font-weight: 700;
    transition: .35s
}

.product-card.style-2.compare .close-btn:hover {
    background-color: red
}

.product-card.style-2.compare .close-btn:hover i {
    color: #fff
}

.product-card.style-2.compare .product-content {
    padding-top: 40px;
    position: relative
}

.product-card.style-2.compare .product-content .content-top {
    margin-bottom: 13px
}

.product-card.style-2.compare .product-content .content-top .company-logo {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    top: -25px
}

.product-card.style-2.compare .product-content .change-model {
    height: 48px
}

.product-card.style-2.compare .product-content .change-model .nice-select {
    height: 48px;
    border-radius: 5px;
    border: 1px solid rgba(238,238,238,.93);
    background: #faf8fb
}

.product-card:hover {
    border-color: #2a8661;
}

.product-card:hover .product-img .number-of-img {
    opacity: 1
}

.product-card:hover .product-img .fav {
    opacity: 1
}

.product-card:hover .product-img .slider-btn-group {
    opacity: 1
}

.product-card:hover .product-img::after {
    opacity: 1
}

.slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.single-category-page .product-card .product-content .price-location {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 17px
}

.slider-btn-group.style-2 {
    position: relative;
    left: unset;
    top: unset;
    transform: unset
}



/* details */


.car-details-area .single-item {
    scroll-margin-top: 200px
}

.car-details-area .car-details-menu.sticky {
    position: fixed;
    top: 71px;
    z-index: 888;
    width: 100%
}

.car-details-area .car-details-menu.sticky {
    left: 0px;
    background: #fff;
}
@media(max-width: 576px) {
    .car-details-area .car-details-menu.sticky {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px
    }
}

.car-details-area .car-details-menu .navbar {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding: 15px 0
}

.car-details-area .car-details-menu .navbar .nav-pills {
    gap: 15px;
    justify-content: space-between;
    width: 100%
}

@media(max-width: 1199px) {
    .car-details-area .car-details-menu .navbar .nav-pills {
        justify-content:center;
        flex-wrap: wrap;
        gap: 20px
    }
}

.car-details-area .car-details-menu .navbar .nav-pills .nav-item {
    line-height: 1
}

.car-details-area .car-details-menu .navbar .nav-pills .nav-item a {
    color: #5E5E5E;
   
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 1;
    background-color: transparent
}

.car-details-area .car-details-menu .navbar .nav-pills .nav-item a.active {
    background-color: transparent;
    color: #000;
    position: relative
}

.car-details-area .car-details-menu .navbar .nav-pills .nav-item a.active::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #13141a;
    width: 100%
}

@media(max-width: 1199px) {
    .car-details-area .car-details-menu .navbar .nav-pills .nav-item a.active::before {
        bottom:-13px
    }
}

.car-details-area .car-details-menu .navbar .nav-pills .nav-item a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -27px;
    height: 14px;
    width: 14px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    border: 1px solid #13141a;
    border-right: none;
    border-bottom: none
}

@media(max-width: 1199px) {
    .car-details-area .car-details-menu .navbar .nav-pills .nav-item a.active::after {
        bottom:-24px
    }
}

.car-details-area .car-img-area .video-area video {
    width: 100%;
    border-radius: 10px
}

.car-details-area .car-img-area .tab-content .product-img  img{
    width: 100%;
}
.car-details-area .car-img-area .tab-content .product-img {
    position: relative;
    border-radius: 5px;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img .number-of-img {
    position: absolute;
    left: 20px;
    top: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img .fav {
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    transition: .35s;
    line-height: 1;
    opacity: 0
}

.car-details-area .car-img-area .tab-content .product-img .fav svg {
    fill: #fff;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img .fav:hover svg {
    fill: #2a8661
}

.car-details-area .car-img-area .tab-content .product-img .slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img .slider-btn-group .swiper-arrow {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(19,20,26,.6);
    cursor: pointer;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img .slider-btn-group .swiper-arrow svg {
    fill: #fff;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img .slider-btn-group .swiper-arrow:hover {
    background-color: #2a8661
}

.car-details-area .car-img-area .tab-content .product-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
    background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50.27%);
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img img {
    border-radius: 5px
}

@media(max-width: 767px) {
    .car-details-area .car-img-area .tab-content .product-img img {
        width:100%
    }
}

.car-details-area .car-img-area .tab-content .product-img2 {
    position: relative;
    border-radius: 5px;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img2 .slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img2 .slider-btn-group .swiper-arrow {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2a8661;
    cursor: pointer;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img2 .slider-btn-group .swiper-arrow svg {
    fill: #fff;
    transition: .35s
}

.car-details-area .car-img-area .tab-content .product-img2 .slider-btn-group .swiper-arrow:hover {
    background-color: #2a8661
}

.car-details-area .car-img-area .tab-content .product-img2 .content {
    padding-top: 20px
}

.car-details-area .car-img-area .tab-content .product-img2 .content h5 {
    color: #000;
    text-align: center;
   
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0
}

.car-details-area .car-img-area .tab-content .product-img-slider .tab-pane .swiper-wrapper .swiper-slide {
    border-radius: 10px
}

.car-details-area .car-img-area .tab-content .product-img-slider .tab-pane .swiper-wrapper .swiper-slide img {
    border-radius: 10px
}

.car-details-area .car-img-area .nav-tabs {
    border-bottom: none;
    justify-content: space-between
}

@media(max-width: 1199px) {
    .car-details-area .car-img-area .nav-tabs {
        justify-content:center;
        gap: 20px
    }
}

.car-details-area .car-img-area .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
    color: #5E5E5E;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: .35s
}

.car-details-area .car-img-area .nav-tabs .nav-item .nav-link svg {
    fill: rgba(19,20,26,.1);
    transition: .35s
}

.car-details-area .car-img-area .nav-tabs .nav-item .nav-link span {
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .35s
}

.car-details-area .car-img-area .nav-tabs .nav-item .nav-link span svg {
    transition: .35s;
    fill: #5E5E5E
}

.car-details-area .car-img-area .nav-tabs .nav-item .nav-link.active {
    border: none;
    color: #000
}

.car-details-area .car-img-area .nav-tabs .nav-item .nav-link.active svg {
    fill: #000
}

.car-details-area .car-img-area .nav-tabs .nav-item .nav-link.active span svg {
    fill: #000
}

.car-details-area .title {
    line-height: 1
}

.car-details-area .title h2,
.car-details-area .title h5 {
    color: #000;
   
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 0
}
.car-details-area .title h2::after,
.car-details-area .title h5::after {
    content: "";
    width: 43px;
    height: 1px;
    background: linear-gradient(90deg,#13141A 0%,rgba(19,20,26,0) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -53px
}

.car-details-area .car-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-columns: 4;
    columns: 4
}

@media(max-width: 767px) {
    .car-details-area .car-info ul {
        -moz-columns:2;
        columns: 2;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px
    }
}

.car-details-area .car-info ul li {
    display: flex;
    align-items: start;
    gap: 15px
}

.car-details-area .car-info ul li .content {
    line-height: 1
}

.car-details-area .car-info ul li .content h3,
.car-details-area .car-info ul li .content h6 {
    margin-bottom: 5px;
    line-height: 1;
    color: #000;
    font-size: 12px;
    font-weight: 600
}
.car-details-area .car-info ul li .content {
    line-height: 1;
    width: calc(100% - 40px);
}
.car-details-area .car-info ul li img {
    width: 25px;
}
.car-details-area .car-info ul li .content span {
    color: #5E5E5E;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.car-details-area .kye-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-columns: 3;
    columns: 3
}

@media(max-width: 767px) {
    .car-details-area .kye-features ul {
        -moz-columns:2;
        columns: 2
    }
}

@media(max-width: 576px) {
    .car-details-area .kye-features ul {
        -moz-columns:1;
        columns: 1
    }
}

.car-details-area .kye-features ul li {
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 20px;
    line-height: 22px;
    vertical-align: top;
}


.car-details-area .kye-features ul li:last-child {
    margin-bottom: 0
}

.car-details-area .kye-features ul li svg {
    fill: #5E5E5E;
    min-width: 12px;
    margin-top: 2px
}

.car-details-area .overview-content {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 30px 20px
}

@media(max-width: 767px) {
    .car-details-area .overview-content {
        flex-wrap:wrap
    }
}
.car-color-wrap .car-img img {
    width: 100%;

}
.car-details-area .overview-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 47%;
    width: 100%
}

@media(max-width: 767px) {
    .car-details-area .overview-content ul {
        max-width:100%
    }
}

.car-details-area .overview-content ul li {
    color: #5E5E5E;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    position: relative;
    padding: 18px 0 10px
}

.car-details-area .overview-content ul li::after {
    content: "";
    height: 1px;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%,#EEE 0%,rgba(238,238,238,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.car-details-area .overview-content ul li:first-child {
    padding-top: 0
}

@media(max-width: 767px) {
    .car-details-area .overview-content ul li:first-child {
        padding-top:18px
    }
}

.car-details-area .overview-content ul li:last-child {
    padding-bottom: 0
}

.car-details-area .overview-content ul li:last-child::after {
    display: none;
    visibility: hidden
}

@media(max-width: 767px) {
    .car-details-area .overview-content ul li:last-child {
        padding-bottom:10px
    }

    .car-details-area .overview-content ul li:last-child::after {
        display: block;
        visibility: visible
    }
}

.car-details-area .overview-content ul li span {
   
    line-height: 1;
    font-weight: 600
}

.car-details-area .car-colors .title-and-slider-btn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.car-details-area .car-colors .title-and-slider-btn .slider-btn-group2 {
    max-width: 68px;
    min-width: 68px
}

@media(max-width: 576px) {
    .car-details-area .car-colors .title-and-slider-btn .slider-btn-group2 {
        display:none
    }
}

.car-details-area .car-colors .title-and-slider-btn .slider-btn-group2 .slider-btn {
    width: 26px;
    height: 26px
}

.car-details-area .car-colors .car-color-wrap {
    text-align: center
}

.car-details-area .car-colors .car-color-wrap .content {
    padding-top: 30px
}

.car-details-area .car-colors .car-color-wrap .content h6 {
    color: #000;
   
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0
}

.car-details-area .faq-wrap {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 30px 20px
}

@media(max-width: 576px) {
    .car-details-area .faq-wrap {
        padding:20px 10px
    }
}

.car-details-area .section-title-and-filter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 767px) {
    .car-details-area .section-title-and-filter {
        flex-wrap:wrap;
        gap: 20px
    }
}

.car-details-area .section-title-and-filter .filter-atra {
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 6px 6px 6px 20px
}

.car-details-area .section-title-and-filter .filter-atra h6 {
    margin-bottom: 0;
    line-height: 1;
    color: #000;
   
    font-size: 16px;
    font-weight: 500
}

.car-details-area .section-title-and-filter .filter-atra .nice-select {
    height: 30px;
    background-color: #2a8661;
    padding-left: 15px;
    padding-right: 35px
}

.car-details-area .section-title-and-filter .filter-atra .nice-select::after {
    border-color: #000;
    right: 18px;
    height: 7px;
    width: 7px
}

.car-details-area .section-title-and-filter .filter-atra .nice-select .current {
    color: #000;
    font-weight: 600;
    font-size: 13px
}

.car-details-area .text-input-area .form-inner {
    border-radius: 10px;
    border: 1px solid #2a8661;
    background: #fff;
    display: flex;
    padding: 15px 25px
}

.car-details-area .text-input-area .form-inner textarea {
    border: none;
    outline: none;
    width: 100%
}

.car-details-area .text-input-area .form-inner button {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #2a8661;
    display: flex;
    align-items: center;
    justify-content: center
}

.car-details-area .text-input-area .form-inner button svg {
    fill: #000
}

.car-details-area .load-moer-btn {
    margin-top: 70px
}

.car-details-area .load-moer-btn .primary-btn3 {
    text-align: center;
    justify-content: center;
    padding: 11px 33px
}



.car-details-sidebar .contact-info .single-contact a {
    color: #fff;
    
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background: #2a8661;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.car-details-sidebar .contact-info .single-contact {
    margin-bottom: 20px;
}
.car-details-sidebar .contact-info .single-contact:last-child {
    margin-bottom: 0;
}
.car-details-sidebar .contact-info .single-contact:nth-child(2) a {
    background-color:#000;
    color: #fff;
}
.car-details-sidebar .contact-info .single-contact a svg path {
   fill: #fff;
}