/* home-page */

.category {
    padding: 0 15px;
}

.sub-items {
    border-radius: 0px;
}

.sub-items .subImg_box {
    gap: 30px;
    margin: 0;
    /*justify-content: center;*/
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px 0;
}

.sub-items .subImg_box .imgBox {
    display: flex;
    justify-content: center;
    width: 336px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 13px;
}

.sub-items .subImg_box .imgBox .image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 6px 25px;
}

.sub-items .subImg_box .imgBox .image a .items_img {
    width: 100px;
    height: 100px;
}

.sub-items .subImg_box .imgBox .image .deatils {
    display: flex;
    flex-direction: column;
       gap: 15px;
    /*gap: 30px;*/
}

.sub-items .subImg_box .imgBox .image .deatils .name {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

.sub-items .subImg_box .imgBox .image .deatils .button .view_btn {
    border: 1px solid rgba(248, 72, 73, 1);
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: rgba(248, 72, 73, 1);
    border-radius: 30px;
    padding: 5px 15px;
}

.sub-items .subImg_box .imgBox .image .deatils .button .view_btn img {
    width: 16px;
    height: 16px;
}

@media (max-width: 767px) {
    .compare .title h3 {
        font-size: 20px;
        line-height: 18px;
    }

    .enquiry .form-title,
    .card-body {
        padding: 0;
    }

    .blogDiv .row {
        margin: 0;
    }

    .blogs {
        padding: 0;
    }

    .terms .service {
        flex-wrap: wrap;
    }

    .terms .rightBox .header {
        display: flex;
        gap: 30px;
        justify-content: space-between;
        margin-bottom: 0 !important;
    }

    .terms .rightBox .header .title h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .term-head p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .contact .header {
        margin-bottom: 20px !important;
    }

    .contact-info .card {
        width: 100%;
        padding: 20px;
    }

    .contact .header h3 {
        font-size: 30px;
        line-height: 28px;
    }

    .contact .card-body a {
        bottom: 0;
    }

    .about-sale .box2 {
        padding: 20px;
    }

    .about-sale .box2 .text p {
        font-size: 14px;
        line-height: 24px;
    }


    .pinBar .pin1 img {
        left: 7%;
        margin-top: 60px !important;
        width: 40%;
    }

    .pinBar .pin1 .listing1 {
        position: absolute;
        left: 50px;
        top: 110px;
    }

    .pinBar .pin1 .listing1 .num p {
        font-size: 24px;
        line-height: 24px;
    }

    .pinBar .pin1 .listing1 .text p {
        font-size: 12px;
        line-height: 18px;
    }

    .pinBar .pin2 img {
        position: absolute;
        left: 50%;
        width: 40%;
        margin-top: 80px;
    }

    .pinBar .pin2 .listing2 {
        top: 130px;
        right: 45px;
    }

    .pinBar .pin2 .listing2 .num p {
        font-size: 24px;
        line-height: 24px;
    }

    .pinBar .pin2 .listing2 .text p {
        font-size: 12px;
        line-height: 18px;
    }

    .pinBar .pin3 img {
        margin-top: 145px;
        width: 40%;
    }

    .pinBar .pin3 .listing3 {
        top: 215px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .pinBar .pin3 .listing3 .num p {
        font-size: 24px;
        line-height: 24px;
    }

    .pinBar .pin3 .listing3 .text p {
        font-size: 12px;
        line-height: 18px;
    }

    .about-sale .box3 {
        height: 0px;
    }

    .about-value {
        padding: 15px;
    }

    .about-value .para {
        margin-top: 275px;
    }

    .about-value .para p {
        font-size: 14px;
        line-height: 24px;
    }

    .leftDivabout .para p {
        font-size: 20px !important;
        line-height: 24px !important;
        padding: 20px !important;
    }

    .about-sale .box1 .title {
        margin-top: 0;
    }

    .about-sale .box1 .title p {
        rotate: 0deg;
        font-size: 32px !important;
    }

    .about-sale .box1 {
        height: 80px;
    }

    .pinBar {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 325px;
        gap: 25px;
    }

    .category .box {
        margin-top: 0;
    }

    .category .box .img-wrapper a img {
        width: 100%;
    }

}

@media (max-width: 450px) {
    .sub-items .subImg_box {
        padding: 15px;
    }

    .sub-items .subImg_box .imgBox {
        width: 100%;
    }

    /* sell-auction-page */
    .sidebar .nav-tabs {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
    }



    .classifie .heading h3 {
        font-size: 20px;
        line-height: 28px;
    }

    input[type=text] {
        width: 100%;
    }



}