@media (max-width: 260px) {

    .logo-img img {
        width: 100px;
    }

    a.btn {

        font-family: 'Poppins', sans-serif;
        font-size: 8px;

        padding: 4px 10px;
    }

    .sub-head {
        padding: 20px 0px;
    }

    .sub-head h1 {
        font-size: 20px;
    }

    .sub-head p {
        font-size: 12px;
    }

    .order-now {
        margin-bottom: 20px;
    }

    .serviceBox .title {
        color: black;
        font-size: 10px;


    }

    .serviceBox .service-icon img {
        width: 50%;
    }

    .serviceBox {
        /* margin-bottom: 10px; */
        padding: 5px;
    }

    .serviceBox .service-icon {
        width: 30%;
    }

    .btn-order {
        width: 50%;
    }

    .seller-img{
        width: 100%;
    }
    .seller-contents h1{
        font-size: 16px;
        line-height: 22px;
    }
    .seller-contents{
        width: 100%;
    }
    .seller-contents p{
        font-size: 12px;
        line-height: 18px;
    }

    .price-first{
        font-size: 24px;
        line-height: 30px;
    }
    .price-second{
        font-size: 18px;
        line-height: 24px;
    }
    .order-now-button{
        padding: 2px 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .product-design{
        padding: 10px;
        flex-wrap: wrap;
    }
    .seller-img img{
        padding: 0px;
    }
}


@media (min-width: 260px) and (max-width: 360px) {

    .logo-img img {
        width: 250px;
    }

    a.btn {

        font-family: 'Poppins', sans-serif;
        font-size: 9px;

        padding: 6px 18px;
    }

    .sub-head {
        padding: 20px 0px;
    }

    .sub-head h1 {
        font-size: 30px;
    }

    .sub-head p {
        font-size: 12px;
    }

    .order-now {
        margin-bottom: 20px;
    }

    .sub-head p {
        font-size: 12px;
    }

    .serviceBox .title {
        color: black;
        font-size: 12px;
    }
    .serviceBox .service-icon img {
        width: 50%;
    }
    .serviceBox {
        /* margin-bottom: 10px; */
        padding: 5px;
    }

    .serviceBox .service-icon {
        width: 30%;
    }

    .btn-order {
        width: 50%;
    }

    .seller-img{
        width: 40%;
    }
    .seller-contents h1{
        font-size: 16px;
        line-height: 22px;
    }
    .seller-contents{
        width: 60%;
    }
    .seller-contents p{
        font-size: 12px;
        line-height: 18px;
    }

    .price-first{
        font-size: 24px;
        line-height: 30px;
    }
    .price-second{
        font-size: 18px;
        line-height: 24px;
    }
    .order-now-button{
        padding: 2px 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .product-design{
        padding: 10px;
    }
}

@media (min-width: 360px) and (max-width: 576px) {

    .logo-img img {
        width: 250px;
    }

    a.btn {

        font-family: 'Poppins', sans-serif;
        /* font-size: 10px;

        padding: 6px 18px; */
    }

    .sub-head {
        padding: 20px 0px;
    }

    .sub-head h1 {
        font-size: 35px;
    }

    .order-now {
        margin-bottom: 20px;
    }

    .serviceBox .service-icon img {
        width: 40%;
    }

    .serviceBox {
        /* margin-bottom: 10px; */
        padding: 5px;
    }

    .serviceBox .title {
        font-size: 12px;
    }

    .btn-order {
        width: 50%;
    }

    .seller-img{
        width: 40%;
    }
    .seller-contents h1{
        font-size: 16px;
        line-height: 22px;
    }
    .seller-contents{
        width: 60%;
    }
    .seller-contents p{
        font-size: 12px;
        line-height: 18px;
    }

    .price-first{
        font-size: 24px;
        line-height: 30px;
    }
    .price-second{
        font-size: 18px;
        line-height: 24px;
    }
    .order-now-button{
        padding: 2px 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .product-design{
        padding: 10px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .btn-order {
        width: 30%;
    }

    .seller-img{
        width: 40%;
    }
    .seller-contents h1{
        font-size: 16px;
        line-height: 22px;
    }
    .seller-contents{
        width: 60%;
    }
    .seller-contents p{
        font-size: 12px;
        line-height: 18px;
    }

    .price-first{
        font-size: 24px;
        line-height: 30px;
    }
    .price-second{
        font-size: 18px;
        line-height: 24px;
    }
    .order-now-button{
        padding: 2px 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .product-design{
        padding: 10px;
    }

}
@media (min-width: 768px) and (max-width: 992px) {


    .seller-img{
        width: 40%;
    }
    .seller-contents h1{
        font-size: 16px;
        line-height: 22px;
    }
    .seller-contents{
        width: 60%;
    }
    .seller-contents p{
        font-size: 12px;
        line-height: 18px;
    }

    .price-first{
        font-size: 24px;
        line-height: 30px;
    }
    .price-second{
        font-size: 18px;
        line-height: 24px;
    }
    .order-now-button{
        padding: 2px 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .product-design{
        padding: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {

    .seller-img{
        width: 40%;
    }
    .seller-contents h1{
        font-size: 16px;
        line-height: 22px;
    }
    .seller-contents{
        width: 60%;
    }
    .seller-contents p{
        font-size: 12px;
        line-height: 18px;
    }

    .price-first{
        font-size: 24px;
        line-height: 30px;
    }
    .price-second{
        font-size: 18px;
        line-height: 24px;
    }
    .order-now-button{
        padding: 2px 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .product-design{
        padding: 10px;
    }
}
@media (max-width: 577px) {
    img.desk-img {
        display: none !important;
    }
    /* .main-banner img
    {
        height: auto;
    } */
}
@media (min-width: 577px) {
    img.mob-img {
        display: none !important;
    }
}