.maincategory{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.maincategory .item{
    width: 33.3%;
}
.widget-dwn{
    width: 25%;
    height: 230px;
}
.widget-dwn .download-file{

    height: 100%;
}
.widget-dwn .download-file .title{
    margin-bottom: 35%;
}
.portfolio .img-box{
    width: 290px;
    height: 180px;
}
.portfolio .img-box img{
    width: 100%;
    height: 100%;
}
#dzSwitcher-right{
    display: none;
}
.DZ-bt-buy-now{
    display: none !important;
}
.DZ-bt-support-now{
    display: none !important;
}

@media (max-width: 1200px){
 
    .widget-dwn{
        display: none;
    }
}

@media (max-width: 992px){
    .dlab-box .dlab-media{
        width: 100%;
        margin-bottom: 30px;
    }
    .top-bar{
        display: none;
    }
    .site-header {
        height: auto;
    }
}
@media (max-width: 768px){
    .section-head .title{
        font-size: 30px;
    }
}
@media (max-width: 480px){
    .section-head .title{
        font-size: 28px;
    }
    .icon-content{
        width: 100%;
    }
}
@media (max-width: 360px){
    .section-head .title{
        font-size: 28px;
    }
}