@media (max-width:1550px) {
    .carousel-card .price-tag {
        padding: 2px 25px;
    }
}

@media (max-width:1360px) {
    .carousel-card .price-tag {
        padding: 2px 10px;
    }

    .car-item .radius {
        padding: 8px 10px !important;
    }

    .price-style {
        display: grid;
    }
}

@media screen and (max-width: 1024px) {
    .page-wrapper.toggled .nb-footer {
        padding-left: 200px;
    }
}

@media (max-width:991px) {
    p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {
    #show-sidebar {
        left: 8px;
        top: 6px;
    }

    .previewImage img {
        border-radius: 15px;
        object-fit: cover !important;
    }

    .previewImage {
        width: 100% !important;
    }

    .font-22 {
        font-size: 16px;
    }

    .nb-form-container {
        background: var(--nb-grey-light) !important;
        width: 100% !important;
        height: auto !important;
        display: grid !important;
        padding: 20px 0px !important;
    }

    .form-img img {
        height: 150px;
        width: 150px;
    }

    .page-wrapper .page-content>div {
        padding: 20px 20px;
    }

    .justify-center {
        justify-content: center !important;
    }

    .btn {
        padding: 4px 13px;
        font-size: 14px;
    }

    .page-wrapper.toggled .nb-footer {
        padding-left: 0px;
    }

    p {
        font-size: 15px;
        line-height: 25px;
    }

    #show-sidebar .logo-close {
        height: 55px;
        width: 55px;
    }
}