.auto-parts-main{
    width: 75%;
    margin: auto;
    /* background-color:rebeccapurple */
    /* background-color: #F5F5F5; */
}
.top-rated-img{
    /* width: 95%;
    height: 70vh; */
top: 50%;
width: 100%;

}
.auto-part-all{
    background-color: #F5F5F5;
    padding-top: 20vh;
    padding-bottom:50px ;

}
.star,.UsedSalvageParts{
    background-color: #F5F5F5;

}
.service-list ul{
list-style-type: none;

}
.service-list ul li{

padding: 10px 25px;
background-color: F5F5F5;
margin: 10px 0px;
border-radius: 3px;
width: fit-content;
/* font-size: 20px; */

} 

@media screen and (max-width: 1150px) {
    /* .auto-parts{
        margin-top: 10vh;
    } */
    .auto-parts-main{
        width: 95%;
        margin: auto;
    }
    .auto-parts-herader-text  {
        width: 100%!important;
        margin-top: 40px;
    }
.auto-parts-image {
    max-height: 75vh!important;
}
.top-rated-img{
    max-height: 75vh!important;
    width: 80%!important;
    margin: 0 auto;
}
}

@media screen and (max-width: 1024px) {
    /* .auto-parts{
        margin-top: 25vh;
    } */
}
@media screen and (max-width: 1000px) {
    .auto-parts-herader-text h3{
        margin: auto;
    }
    .final-div{
        max-width: 308px!important;
    }
    /* .auto-parts{
        margin-top: 15vh;
    } */
    .top-rated-img{
        margin: auto;
        width: 70%;
    }
    .auto-parts-herader-text{
        width: 90%!important;
        margin: auto;
        text-align: center ;
        margin-top: 40px;
}}
@media screen and (max-width: 770px) {
    
    .auto-parts-main{
        width: 95%;
        margin: auto;
    }
    /* .auto-parts{
        margin-top: 30vh;
    } */
    .auto-parts-image {
        max-height: auto!important;
    }
    .top-rated-img{
        max-height: auto!important;
        width: 100%!important;

    }

}
@media screen and (max-width: 540px) {
    .top-rated-img{
        width: 100%;
        height: 50vh;
    }
    /* .auto-parts{
        margin-top: 65vh;
    } */
}
@media screen and (max-width: 380px) {
    
    /* .auto-parts{
        margin-top: 75vh;
    } */
}
.final-div{
max-width:408px;
}