@media (min-width: 1400px) {
    .hero-banner .item, .surpluspagebanner .item {
        height: 372px;
    }
    .add-img.add1st {
        height: 300px;
    }

    .add-img.add2nd {
        height: 593px;
    }

    .add-img.add3rd {
        height: 285px;
       /* margin-top: 37px;*/
    }

    
}

@media (max-width: 1399.98px) {
    .category-menu ul li a {
        font-size: 13px
    }

    .hero-banner .item, .surpluspagebanner .item {
        height: 373px;
    }

    .add-img.add1st {
        height: 256px;
    }

    .add-img.add3rd {
        height: 242px;
    }

    .add-img.add4th {
        height: 260px;
    }

   
    .hero-form {
        height: 100%;
        padding:7px 24px;
    }
    .product-list-item-txt a.pdli-btn{
        width: 166px;
        padding: 8px 0;
    }

  
}

@media (max-width: 1199.98px) {

    .add-img img{
        object-fit:fill;
    }
    .add-img.add1st {
        height: 247px;
    }

    .add-img.add2nd {
        height: 531px;
    }

    .add-img.add3rd {
        height: 234px;
    }

    .add-img.add4th {
        height: 248px;
    }

    .product-list-item-txt a.pdli-btn{
        width: 137px;
        font-size: 13px;
    }
    .category-menu ul li a {
        font-size: 13px
    }
  
}


/* Eta */
@media (max-width: 1112px) {
    .hero-banner .item, .surpluspagebanner .item {
        height: 395px;
    }

}






@media (max-width: 991.98px) {
   
    .primary-menu {
        top: -26px;
    }

    .hero-form {
        min-height: inherit;
    }

    .hero-form-action a {
        margin: 0;
    }

    .add-img {
        display: none;
    }

    .benefit-item {
        border-radius: 8px;
    }

    .benefit-item-icon {
        margin: 0 auto 12px;
    }

    .benefitbox-header h4 {
        font-size: 16px;
    }

    .acb-btn, .acb-btn-outline {
        display: inline-block;
    }

    .ps-item-cont-text {
        margin-bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    /* For Mobile App */

    .subcategory-box-mobile .item a:hover{
        color:var(--primary); 
        background:white;
    }

    .sub-sub-info-box a:hover {
        background:black !important;
        color:white !important;
    }

    .custom-margin {
        margin-bottom: 10px;
    }

    .secondary-menu-bar {
        padding: 12px 0;
        background: #edf8ff;
    }

    header.fixed {
        padding-bottom: 0;
    }

    .company-logo {
        margin: -22px auto 0;
    }

    .com-verifi-img {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .hero-banner .item, .surpluspagebanner .item {
        height: auto !important;
    }

    .product-cat-item {
        margin-bottom: 0;
    }

    .sec-gt {
        padding: 24px 0;
    }
    #ui-id-2{
        width:100%;
        left:5px !important;
    }

    .product-list-item {
        padding: 0;
        border: none;
        background: #f2f2f2;
        border-radius: 5px;
        padding: 4px;
    }

        .product-list-item-txt p, .product-list-item .leadType p {
            margin-bottom: 2px
        }

    .product-list-item-txt a {
        margin: 5px 0;
    }

        .product-list-item-txt a.pdli-btn {
            width: 100%;
        }

    .action-icon-btn li a {
        border: 1px solid #0068ad;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 27px;
        margin-bottom: 12px;
    }

    .ps-item {
        padding: 12px;
    }
    .dynamic-list{
        margin:11px;
        margin-bottom:24px;
    }

    .product-view-more-txt{
        height:auto;
        overflow-y:auto;
    }
    
}

@media (max-width: 575.98px) {
    .custom-margin {
        margin-bottom: 10px;
    }
}

@media (max-width: 475.98px) {
    .product-cat-item-title h2 {
        font-size: 10px;
        padding: 4px 10px;
        min-width: 100%;
    }

    .product-cat-item-title {
        top: 10px;
        left: 10px;
    }

    .custom-margin {
        margin-bottom: 10px;
    }
}



@media (min-width: 1199.98px) and (max-width: 1399.98px) {
    .category-menu ul li a {
        font-size: 14px
    }
}


@media (max-width: 1024px) {
    .category-menu ul li a {
        font-size: 14px;
    }

    .hero-banner .item, .surpluspagebanner .item {
        height: 391px;
    }

    .hero-form {
        padding: 10px 10px;
    }
    .add-img img{
        object-fit:none;
    }
   
}

/*LME  pages price*/

.margin-bottom {
    margin-bottom: 15px;
    /*            margin-top: 1rem;*/
}

@media only screen and (max-width: 768px) {
    .margin-bottom {
        margin-top: 1rem !important;
    }
}