@media (max-width: 767px) {
.btn-rounded {
    background: #0a1162;
    color: #fff;
}
    .offcanvas {
        overflow-y: scroll;
        z-index: 9999;
    }

    .navbar {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 10px 10px;
        box-shadow: 0 0 4px rgb(0 0 0 / 10%), 0 4px 8px rgb(0 0 0 / 15%);
    }

    .bg-nav {
        background: #fff !important;
        background-position: bottom;
    }

    .mobNav {
        justify-content: end !important;
    }

    .mobNav a {
        text-decoration: none;
    }

    .navbar>.container-fluid {
        justify-content: flex-end;
        padding-right: 0;
    }

    .logo {
        width: 100%;
    }

    .Offlogo {
        width: 80%;
    }

    .mobLogo {
        display: block;
    }

    .header {
        display: none;
    }

    .mobcart {
        color: #0d4f49;
        margin-right: 20px;
        font-size: 23px;
        display: block;
    }

    .fs {
        font-size: 29px;
        text-align: start;
        line-height: 1.4em;
    }
    .align{
        text-align:start;
    }
    .wd-70{
        width:70%;
    }
    .posireltive{
        display: none;
    }
    .offer {
        background-repeat: no-repeat;
        /* background-image: url('../img/offerbg.jpg'); */
        color: white;
        padding: 30px 0;
        margin-top: 0;
        background-position: bottom;
    }

    #ShopCategory .owl-nav .owl-prev {
        position: absolute;
        left: 35px;
        top: 50%;
        transform: translate(-50%, -190%);
        color: #fff;
    }
    
    #ShopCategory .owl-nav .owl-next {
        position: absolute;
        right: 0;   
        top: 50%;
        transform: translate(-50%, -190%);
        color: #fff;
    }
    .mb-15{
        margin-bottom: 15px!important;
    }
    .btn2 {
        padding: 10px 30px !important;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 0;
        margin: 0px -32px;
        font-size: 1.2em !important;
        background: none;
    }
    .mb-20{
        margin-bottom: 20px!important;
    }
    .pt-15{
        padding-top: 15px!important;
    }
    .aboutdiam {
        background-position: bottom!important;
    }
    .mt50{
       margin-top: 50%;
    }
    .fs-36{
        font-size: 36px!important;
    }

    .p-20{
        padding: 20px!important;
    }



.LeftArrow{
    background: #00000057;
    font-size: 27px;
    border-radius: 80px;
    padding: 4px 8px;
}
.RightArrow{
    background: #00000057;
    font-size: 27px;
    border-radius: 80px;
    padding: 4px 8px;
}
.nav-link {
    color: #000 !important;
    font-size: 30px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    padding-left: 20px;
}
.offcanvas-body{
    display: none!important;
}
.navbar-nav{
    flex-grow: unset!important;
}
.NavLine{
    display: none!important;
}
.tabNone{
    display: block !important;
}
}

@media only screen and (min-width: 600px) and (max-width: 860px) {
.btn-rounded {
    background: #0a1162;
    color: #fff;
}
    .offcanvas{
        overflow-y: scroll;
        z-index: 9999;
    }
    .header {
        display: none;
    }
    .TabRes {
        display: flex;
        flex-wrap: nowrap;
        background: #fff!important;
    }
    .mobLogo {
        display: block;
        margin-left: 40px;
    }
    .mobcart {
        color: #0d4f49;
        margin-right: 20px;
        font-size: 23px;
        display: block;
    }
    .mobNav{
        display: flex;
        justify-content: flex-end!important;
        gap: 20px!important;
    }
    .mobNav a{
        text-decoration: none;
    }
    .mt-32{
        margin-top: 32%!important;
    }
    .aboutdiam{
        background-position: bottom;
    }
    .pdd {
        padding: 8px 10px!important;
    }
    .p-10{
        padding: 10px!important;
    }
    .tabNone{
        display: block !important;
    }
}

@media only screen and (min-width: 988px) and (max-width: 1024px) {
    .aboutdiam {
        background-position: bottom;
    }
    .mt-32{
        margin-top: 32%!important;
    }

}

@media (min-width: 1600px) and (max-width:2600px) {
    .mt-60{
        margin-top: 140px;
    }
}