@media only screen and (max-width: 768px){
    .bread-crumb_d{
        padding-bottom: 30px;
    }
    .bread-crumb-in a{
        font-size: 9px;
    }
    .bread-crumb-in ul li{
        padding: 0 8px;
    }
    .bread-crumb-in i{
        font-size: 5px;
    }
    .bread-crumb-in h1{
        font-size: 22px;
        margin-bottom: 0;
    }
    .main-b_d{
        padding: 21px 0;
    }
    .product-main img {
        margin-bottom: 5px;
        width: 25%;
    }
    .productmodule{
        padding: 30px 0; 
    }
    .product-main h2{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product-main p {
        font-size: 9px;
        line-height: 12px;
        margin: 0;
    }
    .product-top-tab ul, .product-bottom-tab ul{
        overflow: scroll;
        justify-content: flex-start;
    }
    .product-top-tab ul li{
        width: unset;
    }
    .product-top-tab a{
        font-size: 14px;
    }
    .product-top-tab ul li{
        padding: 8px 16px;
    }
    .product-bottom-tab a{
        font-size: 14px;
    }
    .product-top-tab{
        box-shadow: none;
    }
    .product-bottom-tab ul li{
        width: fit-content;
    }
    .productdiscription h3{
        font-size: 16px;
    }
    .productdisbtn a{
        font-size: 12px;
        padding: 10px 12px;
    }
    .fullonimg {
        display: flex;
        justify-content: center;
    }
    .fullonimg img {
        width: 50%;
    }
    .lauch-box{
        height: 290px;
    }
    .text-box{
        left: 10px;
    }
    .text-box-heading{
        font-size: 20px;
        margin: 0
    }
    .text-box-description{
        font-size: 14px;
        line-height: 20px;
    }
    .dropdown-menu {
        display: none;
        background-color: #fff;
        border: 1px solid #ccc;
    }
    .dropdown.open .dropdown-menu {
        display: block;
    }
    .product-bg h1{
        font-size: 30px;
        line-height: 40px;
    }
    .main-bg-product{
        padding: 100px 0;
    }
     .full-righttext img{
        width: 80px;
        margin-bottom: 10px;
    }
    .full-righttext h2{
        font-size: 20px;

    }
    .full-righttext p{
        font-size: 11px;
        margin-bottom: 0px;
        width: 55%;
        margin-left: auto;
        line-height:18px;
    }
    .full-righttext a{
        font-size: 10px;
        padding: 5px 10px;
    }
    .fullon-bg, .ever-bg{
        padding: 20px 10px;
    }
    .fullon-bg_main{
        padding: 50px 0;
    }
    .product_main{
        padding: 10px 0;
    }
    .product-bg h2{
        font-size: 16px;
    }
    .productdiscription h2{
        font-size: 16px;
    }
    .productdiscription p{
        font-size: 11px;
        line-height: 16px;
    }
}