@media only screen and (min-width:280px) and (max-width:480px) {

    /*****  col-6  ***/
    .searchbox {
        width: 100%;
    }

    .logosect1 {
        width: 60%;
    }

    .logosect1 img {
        width: 180px;
    }

    .menubox {
        width: 40%;
    }

    .menubox-mobile .mobile-cart {
        width: 55%;
        text-align: end;
        display: block;
    }


    .menu-toggle {
        width: 30%;
    }

    .mobile-cart {
        width: 20%;
    }

    .main-box,
    .cagry-box {
        width: 50%;
    }

    .img-box img,
    .cagry-box img {
        width: 110px;
        height: 110px;
        object-fit: contain;
    }

    .cata-box-wrap {
        width: 100%;
    }

    .cata-des-wrap {
        border-top: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .thr-box {
        width: 100%;
    }

    .pym-box {
        width: 100%;
    }

    .labo-box {
        width: 100%;
    }

    .sin-footer {
        width: 100%;
    }

    .sec-box2 {
        width: 100%;
    }

    .sect-con {
        width: 100%;
    }

    .form-row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cont-btn {
        width: 100%;
    }

    .contact-form h2 {
        text-align: start;
        padding: 10px 0;
        font-size: 20px;
    }

    .get-tuch {
        width: 100%;
    }

    .navwebste {
        width: 95%;
    }
}

@media only screen and (min-width:480px) and (max-width:576px) {
    .searchbox {
        width: 100%;
    }

    .logosect1 {
        width: 60%;
    }

    .logosect1 img {
        width: 180px;
    }

    .menubox {
        width: 40%;
    }

    .mobile-cart {
        width: 20%;
    }

    /*****  col-6  ***/
    .main-box,
    .cagry-box {
        width: 33.33%;
    }

    .img-box img,
    .cagry-box img {
        width: 130px;
        height: 130px;
        object-fit: contain;

    }

    .cata-box-wrap {
        width: 33.33%;
    }

    .cata-des-wrap {
        border-top: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .thr-box {
        width: 50%;
    }

    .pym-box {
        width: 50%;
    }

    .labo-box {
        width: 50%;
    }

    .sin-footer {
        width: 50%;
    }

    .sec-box2 {
        width: 100%;
    }

    .sect-con {
        width: 50%;
    }

    .cont-btn {
        width: 100%;
    }

    .contact-form h2 {
        text-align: start;
        padding: 10px 0;
        font-size: 20px;
    }

    .get-tuch {
        width: 50%;
    }

    .menubox-mobile .mobile-cart {
        width: 70%;
        text-align: end;
        display: block;
    }

    .navwebste {
        width: 70%;
    }
}

@media only screen and (min-width:576px) and (max-width:768px) {
    .searchbox {
        width: 100%;
    }

    .logosect1 {
        width: 60%;
    }

    .logosect1 img {
        width: 180px;
    }

    .menubox {
        width: 40%;
    }

    .mobile-cart {
        width: 20%;
    }

    /*****  col-sm-6  ***/
    .main-box,
    .cagry-box {
        width: 33.33%;
    }

    .img-box img,
    .cagry-box img {
        width: 130px;
        height: 130px;
        object-fit: contain;

    }

    .cata-des-wrap {
        border-top: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .thr-box {
        width: 50%;
    }

    .pym-box {
        width: 50%;
    }

    .labo-box {
        width: 50%;
    }

    .sin-footer {
        width: 50%;
    }

    .sec-box2 {
        width: 100%;
    }

    .sect-con {
        width: 50%;
    }

    .get-tuch {
        width: 50%;
    }

    .contact-form h2 {
        text-align: start;
        padding: 10px 0;
        font-size: 20px;
    }

    .cont-btn {
        width: 50%;
    }

    .menubox-mobile .mobile-cart {
        width: 70%;
        text-align: end;
        display: block;
    }

    .navwebste {
        width: 50%;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .searchbox {
        width: 100%;
    }

    .logosect1 {
        width: 60%;
    }

    .logosect1 img {
        width: 180px;
    }

    .menubox {
        width: 40%;
    }

    .mobile-cart {
        width: 20%;
    }

    /*****  col-md-6  ***/
    .cata-box-wrap {
        width: 50%;
    }

    .main-box,
    .cagry-box {
        width: 25%;
    }

    .img-box img,
    .cagry-box img {
        width: 140px;
        height: 140px;
        object-fit: contain;
    }


    .thr-box {
        width: 33.33%;
    }

    .pym-box {
        width: 50%;
    }

    .labo-box {
        width: 33.33%;
    }

    .sin-footer {
        width: 50%;
    }


    .sec-box2 {
        width: 100%;
    }

    .sect-con {
        width: 50%;
    }

    .cont-btn {
        width: 100%;
    }

    .contact-form h2 {
        text-align: start;
        padding: 10px 0;
        font-size: 20px;
    }

    .get-tuch {
        width: 50%;
    }

    .menubox-mobile .mobile-cart {
        width: 80%;
        text-align: end;
        display: block;
    }

    .navwebste {
        width: 40%;
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {

    /*****  col-lg-6  ***/
    .logosect1 img {
        width: 180px;
    }

    .main-box,
    .cagry-box {
        width: 20%;
    }

    .img-box img.cagry-box img {
        width: 165px;
        height: 165px;
        object-fit: contain;
    }

    .labo-box {
        width: 33.33%;
    }

    .thr-box {
        width: 33.33%;
    }

    .pym-box {
        width: 33.33%;
    }

    .pym-box {
        width: 33.33%;
    }

    .sin-footer {
        width: 25%;
    }

    .cata-box-wrap {
        width: 50%;
    }

    .sect-con {
        width: 50%;
    }

    .adtocard .cart-count {
        position: absolute;
        top: 0;
        right: -8px;
    }

}

@media only screen and (min-width:1200px) and (max-width:1390px) {
    .adtocard .cart-count {
        position: absolute;
        top: 0;
        right: -3px;
    }



}

@media only screen and (min-width:1200px) and (max-width:10000px) {
    /*****  col-xl-6  ***/



}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .menubox {
        width: 65%;
    }

    .head-icon {
        width: 15%;
    }


    .profile {
        width: 90%;
    }

    .adtocard {
        width: 20%;
    }

}

@media only screen and (min-width:280px) and (max-width:991px) {

    .nomobile,
    .nomobile p {
        display: none;
    }

    .sec-box1 {
        display: none;
    }

    .menubox-mobile {
        display: flex;
        align-items: center;
    }

    .nemu-responive {
        width: 20%;
        text-align: end;
    }

    .mobile-cart .cart-count {
        position: absolute;
        top: 0;
        right: -7px;
        background: red;
        color: white;
        font-size: 10px;
        font-weight: 700;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-content: center;
        left: auto;
        bottom: auto;
    }

    .breadcrumb {
        display: none;
    }

    .sin-footer .hd {
        margin-top: 20px;
    }

    .main-title h1,
    .main-title h2,
    .main-title h3,
    .main-title h4,
    .main-title h5,
    .main-title h6 {
        font-size: 23px !important;
        text-align: center !important;
        margin-top: 50px !important;
        color: #004880 !important;
        font-weight: 600 !important;
    }

    .dlogo {
        width: 220px;
        padding-top: 0;
    }

    .menu-toggle {
        display: flex;
        margin-left: auto;
    }

    .navwebste {
        display: none;
        flex-direction: column;
        background: #0460af;
        position: absolute;
        top: 0px;
        right: 0;
        height: 100vh;
        text-align: center;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
        border-left: 1px solid #eee;
        animation: slideOut 0.5s ease forwards;
        z-index: 999;
        padding-top: 60px;
    }

    .navwebste.active {
        display: block;
        animation: slideIn 0.5s ease forwards;
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0);
        }
    }

    @keyframes slideOut {
        from {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0);
        }
    }

    .navwebste li {
        margin: 0;
    }

    .navwebste li a {
        padding: 5px 15px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #fff;
        color: #fff;
    }

    .close-menu {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 10px;
        left: auto;
        z-index: 1000;
        display: block;
        padding: 0;
        right: 10px;
        font-size: 25px;
        color: #27a5e8;
        cursor: pointer;
        border: 1px solid #27a5e8;
        border-radius: 4px;
        background: #fff;
    }

    .navbarbox {
        position: relative;
    }

    .profile-mobile {
        display: block;
    }

}