section.details-sec {
    width: 100%;
    padding: 20px 0;
    background: #F8F8F8;
}
.details-head {
    width: 100%;
    padding: 15px 0;
    margin: 0;
}
.ride-person {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-end;
    /* justify-content:space-between; */
    padding: 0;
    gap: 20px;
    position: relative;
}
.ride-person .add-list{
    position: relative;
    background:transparent;
    top: 0;
    right: 0;
}
.price-p{
    width: 44%;
    text-align: right;
}
.price-p i{
    font-style: normal;
    width: 100%;
}
.price-p b {
    width: 100%;
    color: #252525;
    font-size: 14px;
    font-family: 'GilroyRegular';
}
.ride-rent {
    background: #1E2541;
    border-radius: 4px;
    width:140px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    font-size: 14px;
}
.details-p b {
    padding-left: 10px;
    color: #6C6C6C;
    font-family: 'GilroyRegular';
    font-size: 14px;
}
.car-ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.list-class {
    width: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #252525;
    font-family: 'GilroyRegular';
}
.list-class b{
    width: 3px;
    height: 3px;
    background: #252525;
    border-radius: 50%;
}

.car-detailview {
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    padding: 30px;
}
.img-view {
    width: 100%;
    position: relative;
}
.item {
    width: 100%;
    height: 530px;
    overflow: hidden;
    border-radius: 15px;
}
.carview-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.social-data {
    width: 90px;
    height: 26px;
    position: absolute;
    right: 25px;
    bottom: 45px;
    z-index: 10;
}
.social-data .icon-data{
    width: 24px;
    height: 24px;
    display: inline-block;
}
.car-features {
    width: 100%;
    padding-top: 20px;
}
.nav-features {
    width: 25%;
    background: #DDDDDD;
    border-radius: 44px;
    overflow: hidden;
}
.nav-features li.nav-link {
    width: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    color: #7C7C7C;
    border: 0;
    cursor: pointer;
    border-radius: 44px;
    padding: 10px 15px;
}
.nav-features .nav-item.show .nav-link,
.nav-features .nav-link.active{
    background: #1E2541;
    color: #fff;
}
.tab-details {
    width: 100%;
    border: 1px solid #6c6c6c36;
    border-radius: 6px;
    padding: 15px;
    margin: 14px 0;
}
.tab-head {
    color: #6C6C6C;
    width: 100%;
}
.tab-text{
    font-size: 14px;
}
.car-price {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
.car-price li{
    width: 10%;
}
.price-range {
    width: 100%;
    border: 1px solid #6c6c6c36;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.price-text{
    margin: 0;
    font-family: 'GilroySemiBold';
    font-size: 15px;
}
.range-features {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.range-features li {
    margin-right: 20px;
    font-size: 14px;
}
.mile-data {
    width: 100%;
    padding: 0;
}
.mile-list {
    width: 100%;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: 'GilroySemiBold';
}
.mile-list::before{
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../images/check-green.svg") no-repeat;
    top: 2px;
    left: 0;
}
.review-details span {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.review-details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.ride-p {
    width:auto;
    margin-bottom: 0;
}

.ride-p i{
    color: #6C6C6C;
    font-size: 14px;
    font-family: 'GilroyRegular';
    font-style: normal;
    display: block;
}
.review-img {
    display: flex;
    width: 95px;
    height: 15px;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.p-review {
    font-size: 14px;
}

.car-liked {
    width: 100%;
    border: 1px solid #6c6c6c36;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}
.add-list {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 1000;
    right: 15px;
    top: 15px;
    border: 0;
    background: #fff;
    padding: 0
}
.similar-details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.similar-head {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.similar-head  span {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.similar-p {
    width:100%;
    margin-bottom: 0;
    font-size: 18px;
}
.similar-p i{
    color: #6C6C6C;
    font-size: 14px;
    font-family: 'GilroyRegular';
    font-style: normal;
    display: block;
}
.similar-img {
    display: flex;
    width: 95px;
    height: 15px;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.simcar-img {
    width: 331px;
    height: 164px;
    border-radius: 6px;
    overflow: hidden;
    margin: 15px 0;
}
.similar-price {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.similar-price li {
    width: 32%;
    font-size: 12px;
}
.similar-range {
    width: 100%;
    border: 1px solid #6c6c6c36;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.similar-text {
    margin: 0;
    font-family: 'GilroySemiBold';
    font-size: 13px;
}
.offer-text {
    width: 60px;
    height: 30px;
    position: absolute;
    background: #8DBF20;
    top: -7px;
    color: #FFFFFF;
    font-size: 9px;
    right: -24px;
    transform: rotate(45deg);
    padding-top: 16px;
    text-align: center;
}
.map-data{
    width: 100%;
    height: 260px;
    overflow: hidden;
    border: 1px solid #6c6c6c36;
    border-radius: 6px;
    padding: 15px;
    margin: 14px 0;
}


@media only screen and (max-width: 767px){
    .details-head .col-xs-12{
        padding: 0;
    }
    .ride-person {
        justify-content: flex-start;
        gap: 16px;
    }
    .price-p {
        text-align: left;
    }
    .car-detailview {
        padding: 10px;
    }
    .tab-head{
        width: 100%;
    }
    .carview-img {
        width: 100%;
        height: 100%;
    }
    .social-data {
        right: 5px;
        bottom: 10px;
    }
    .ride-rent {
        width: 110px;
    }
    .nav-features {
        width: 100%;
    }
    .car-price {
        gap: 10px;
    }
    .car-price li {
        width: 46%;
    }
    .range-features li {
        width: 100%;
    }
    .simcar-img {
        width: 100%;
        height: 100%;
    }
    .similar-p {
        font-size: 18px;
    }
    .nav-map {
        width: 60%;
    }
}
@media only screen and (min-width: 568px) and (max-width: 767px){
    .price-p {
        width: 20%;
    }
    .ride-person {
        justify-content: flex-start;
    }
    .car-price li {
        width: 20%;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1200px){
    .ride-person {
        gap: 10px;
    }
    .price-p {
        width: 53%;
    }
    .ride-rent {
        width: 100px;
    }
    .carview-img {
        width: 100%;
        height: 100%;
    }
    .car-price li {
        width: 15%;
    }
    .simcar-img {
        width: 100%;
        height: 100%;
    }
    .similar-p {
        font-size: 18px;
    }
}
.review-data {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}