@media only screen and (max-width: 768px) {
    .hide-in-mobile {
        display: none;
    }

    .show-in-mobile {
        display: flex !important;
    }

    /* .main-container{
        padding-right: 10px!important;
        padding-left: 10px!important;
    } */

    .heading-area {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .heading-area>.heading-area-title {
        margin-top: 15px;
        font-size: 24pt;
        font-weight: 400;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

    .heading-area>.heading-area-subtitle {
        font-size: 20pt;
        font-weight: 300;
        margin-top: 10px;
    }

    .filter-holder {
        /* display: inline-block; */
        padding-top: 10px;
    }


    .home-filter-title {
        font-size: 16pt;
        text-align: center;
    }

    .filter-select {
        height: 25px;
        margin-bottom: 7px;
    }

    .filter-holder button{
        width: 100%;
    }

    .car-type-holder {
        margin-top: 15px;
    }

    .single-car-type {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

    .single-car-type img {
        height: 40px;
    }

    .single-car-type p {
        font-size: 12pt;
    }

    /* new */


    .ready-stock-area {
        padding-top: 10px;
    }

    .stock-heading-area {}

    .stock-product-area {
        padding-left: 0px;
        padding-right: 0px;
    }

    p.stock-title {
        font-size: 16pt;
        font-weight: 600;
    }

    a.stock-see-all {
        font-size: 10pt;
        float: right;
    }

    a.stock-see-all:link {
        color: #000;
    }

    a.stock-see-all:hover {
        color: #6fa943;
    }

    .ready-stock-area {
        padding-right: 0px;
        padding-left: 0px;
    }

    .single-product-holder {
        padding-bottom: 8px;
    }

    .single-product-holder img {
        /* width: 100%;
        max-height: max-content; */
    }

    p.single-product-year {
        padding-top: 5px;
        font-size: 10pt;
        margin-bottom: 3px;
    }

    p.single-product-model {
        font-size: 10pt;
        height: 20px;
    }

    p.single-product-price-holder {
        margin-bottom: 13px;
    }

    span.single-product-price {
        font-size: 10pt;
        padding-right: 10px;
        border-right: none;
        display: block;
    }

    span.single-product-km {
        font-size: 10pt;
        padding-left: 4px;
        display: block;
    }

    .ask-for-price-button {
        font-size: 8pt;
        float: right;
        margin-right: 10px;
        padding: 2px 3px;
        text-decoration: none;
    }

    .single-product-holder-shadow {
        min-height: 227px;
    }

    .single-product-holder-shadow-stock {
        min-height: 175px;
    }

    footer {
        background-color: #3F3F3F;
        margin-top: 88px;
    }


    .footer-menu>ul {
        display: flex;
        overflow-x: scroll;
        height: 55px;
    }

    .footer-menu>ul>li {
        min-width: max-content;
    }

    .footer-menu>ul>li a {
        display: block;
        color: white;
        text-align: center;
        padding: 16px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .footer-menu>ul>li a:hover {
        background-color: #111111;
    }

    .footer-copy-right-section {
        padding: 0px;
        overflow: hidden;
    }

    .footer-copy-right {
        text-align: center;
        padding-top: 0px;
        font-size: medium;
    }

    .footer-social-link {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .footer-social-link a {
        font-size: 20px;
        margin-right: 20px;
    }

}

@media only screen and (min-width: 1366px) and (max-width: 1366px) {
    .details-car-name-holder {
        padding: 0px;
    }

    .vehicle-type-holder label {
        padding: 14px;
        font-size: 14px;
    }

    .details-you-may-like {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .heading-area {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .heading-area>.heading-area-title {
        font-size: 26pt;
    }
    
    .heading-area>.heading-area-subtitle {
        font-size: 20pt;
    }

    .home-filter-title {
        font-size: 16pt;
    }

    span.single-product-price {
        font-size: 16pt;
    }
    
    span.single-product-km {
        font-size: 16pt;
    }

    .single-product-holder-shadow {
        min-height: 355px;
    }

    .single-product-holder-shadow-stock {
        min-height: 315px;
    }
}