@media screen and (max-width: 720px){


    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    
    #slider-bottom p {
      padding: 30px 0;
    }
    #cssmenu{
        display: block;
    }
    #product {
        padding: 50px 0;
    }
    #slider{
        padding: 20px 0 50px; 
        height: auto;
    }
    .custom-shape-divider-bottom-1642609308 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 45px;
    }
    .slider-cotent{
        width: 98%;
        padding: 0;
    }
    .slider-cotent h2{
        padding: 0;
        font-size: 17px;
        line-height: 25px;
    }
    .slide-control {
        display: none;
    }
    .slider-cotent h3 {
        font-size: 14px;
    }
    .box-icon{
        margin-bottom: 15px;
    }
    .img-box h3 {
        font-size: 14px;
    }
    .img-box img {
        width: 40px;
    }
    .mega-box h3{
        font-size: 20px;
    }
    .footer-list {
        margin-bottom: 15px;
    }
    .all-img-box{
        flex-direction: column;
    }
    .img-box{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        flex-direction: column;
    }
    
}

