/* .Our_services_sec {
    margin: 5% 0px;
}


.Our_services_sec .titlediv .title {
    margin-bottom: 20px;
}

.Our_services_sec .titlediv .title .inner_tag {
    background: #f49206;
    padding: 2px 4px;
    border-radius: 3px;
}
.Our_services_sec .titlediv .subtitle {
    font-weight: 500;
    font-size: 21px ;
    color: #000;
}

.Our_services_sec .servicessec {
    margin-top: 50px;
}

.Our_services_sec .servicessec .service-div {
    padding: 20px;
    border-radius: 7px;
    background: linear-gradient(180deg, #000, #f1f1f1);
    text-align: center;
    transition: 0.3s;
    box-shadow: 0px 3px 6px #17171742;
}

.Our_services_sec .servicessec .service-div:hover {
    padding: 20px;
    border-radius: 7px;
    margin-top: -10px;
    transition: 0.3s;
    text-align: center;
}

.Our_services_sec .servicessec .service-div .cardtitle {
    font-weight: normal;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    background: #fff;
    width: fit-content;
    margin: -20px auto 15px auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    opacity: 1;
    padding: 5px 36px;
}



.Our_services_sec .servicessec .service-div .img-div {
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 15px;
    margin-bottom: 15px;
    border: 1px solid #fff;
}

.Our_services_sec .servicessec .service-div:hover .img-div .serviceimg {
    transform: scale(1.2);
    transition: 0.3s;
}

.Our_services_sec .servicessec .service-div .serviceimg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: 0.3s;
}

.Our_services_sec .servicessec .service-div .bookbtn {
    padding: 6px;
    width: 53%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background-color: #000;
    position: relative;
    color: #fff;
    margin-top: 10px;
}

.Our_services_sec .servicessec .service-div:hover .bookbtn {
    background-color: #f7b04b;
    color: #000;
    font-weight: 600;
}


@media (min-width:0px) and (max-width:575px) {
    .Our_services_sec .servicessec .service-div {
        width: 100%;
        margin: 0px auto 30px auto;
        height: 100%;
        padding: 5px;
    }
    .Our_services_sec .servicessec .service-div .cardtitle {
        font-size: 12px;
        margin: -7px auto 15px auto;
        opacity: 1;
        padding: 4px 5px;
    }
    .Our_services_sec .servicessec .service-div .bookbtn {
        padding: 5px;
        width: 95%;
        font-size: 12px;
        margin-top: 10px;
    }
}






@media (min-width:576px) and (max-width:991px) {
    .Our_services_sec .servicessec .service-div .bookbtn {
        width: 78%;
        font-size: 13px;
    }

    .Our_services_sec .servicessec .service-div .cardtitle {
        font-size: 13px;
        padding: 5px 10px;
    }

} */

.car_range_section{
    padding:80px 0;
    background:#fff;
}

.car_range_section .section_title {
    text-align: center;
    margin-bottom: 30px;
}

.car_range_section .section_title h2 {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    margin-bottom: 5px;
    margin-bottom: 15px;
}


.car_range_section .section_title p{
    font-weight: 500;
    font-size: 22px;
    color: #000;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.car_range_section .car_card{
    background:#fff;
    transition:.4s;
}

.car_range_section .car_card:hover{
    transform:translateY(-10px);
}

.car_range_section .car_image{
    text-align:center;
    height:220px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.car_range_section .car_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* transition: .5s; */
}
.car_range_section .car_card:hover .car_image img{
    transform:scale(1.06);
}

.car_range_section .car_content .car_name {
    font-size: 18px;
    color: #444;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: auto;
    font-weight: 500;
}

.car_range_section .car_content .seater {
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
}

.car_range_section .car_content .seater span{
    color:#555;
    font-weight:600;
}

.car_range_section .car_content {
    box-shadow: 0 0 39px 10px grey;
    padding: 10px;
}
.car_range_section .car_bottom{
    /* display:flex;
    justify-content:space-between; */
    align-items:center;
}

.car_range_section .rating {
    display: flex;
    gap: 3px;
    color: #f49206;
    font-size: 14px;
}
.car_range_section .price{
    border-left:2px solid #d8d8d8;
    padding-left:15px;
    text-align:left;
}

.car_range_section .price .cost {
    color: #00345b;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.car_range_section .price span {
    font-size: 13px;
    color: #f49206;
    font-weight: 600;
    letter-spacing: 1px;
}
.rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

.rating svg {
  transition: 0.2s;
}

.rating svg:hover {
  transform: scale(1.15);
}
@media (min-width:768px) and (max-width:1199px){

.car_range_section{
    padding:60px 0;
}

.car_range_section .car_content .car_name {
    font-size: 17px;
}
.car_range_section .price .cost {
  
    font-size: 20px;
}

}

@media (min-width:0px) and (max-width:767px){

.car_range_section{
    padding:50px 0;
}

    .car_range_section .section_title h2 {
        font-size: 20px;
    }
    .car_range_section .section_title p{
        font-size: 16px;
    }
.car_range_section .car_content .car_name {
    font-size: 14px;
}
.car_range_section .car_content .seater {
    font-size: 13px;
}
.car_range_section .price .cost {
    font-size: 18px;
}
.car_range_section .car_bottom {
    /* display: flex; */
    justify-content: space-around;
    align-items: center;
}
.car_range_section .car_image {
  
    height: 200px;
}

}