
@media screen and (max-width:1650px){
   
}
@media screen and (max-width:1480px){
    
}
@media screen and (max-width:1367px){
    
}
@media screen and (max-width:1349px){
    
}

@media screen and (max-width:1200px){
    .breadcrum{
        padding: 12px 20px;
    }
    .page-title{
        padding: 8px 20px;
    }
    .dashboard-main{
        padding: 20px 20px;
    }
    .create-filter{
        padding: 10px 20px;
    }
    .menu-toggle{
        display: block;
    }
    .navigation{
        z-index: 1;
        position: fixed;
        right: -300px;
        top: 50px;
        height: calc(100% - 50px);
        width: 300px;
        background: #0A2463;
        padding-top: 10px;
        transition: all 0.3s ease;
    }
    .menu-open .navigation{
        right: 0;
    }
    .navigation .nav-list{
        display: block !important;
        padding: 0 20px;
    }
    .nav-list > li{
        margin: 15px 0;
        flex-wrap: wrap;
    }
    .nav-list > li a{
        font-size: 1.6rem;
    }
    .nav-list li .sub-menu{
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        background: transparent;
        padding-top: 10px;
        box-shadow: none;
        padding-bottom: 0;
        display: none;
    }
    .nav-list li.open-sub .sub-menu{
        display: block;
    }
    .nav-list li .sub-menu li a{
        color: #fff;
    }

    .create-main{
        padding: 20px 20px;;
    }
    .feature-card{
        padding: 20px 15px;
    }
    .feature-card p{
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .inbox-left .nav-tabs .nav-item{
        padding-right: 30px;
    }
}
@media screen and (max-width:991px){
    .header .header-logo span{
        font-size: 2.2rem;
    }
    .dashboard-row .col-4{
        width: 50%;
    }
    .dashboard-row .third-col{
        width: 100%;
        padding-top: 8px;
        display: flex;
        flex-wrap: wrap;
    }
    .dashboard-row .third-col .dashboard-card{
        width: 50%;
    }
    .dashboard-row .third-col .dashboard-card:first-child{
        margin-right: 4px;
    }
    .dashboard-row .third-col .dashboard-card:last-child{
        margin-left: 4px;
        margin-bottom: 8px !important;
    }

    .feature-card{
        height: 120px;
    }
    .feature-card h3 {
        font-size: 28px;
        line-height: 32px;
        padding-top: 15px;
    }
    .chart-card{
        padding: 15px 20px;
    }
    .feature-card p {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .chart-card h4{
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .create-filter{
        padding: 10px 20px;
    }

    .projectinfo-extra{
        flex-wrap: wrap;
    }
    .projectinfo-extra li{
        margin-bottom: 6px;
    }
    .inbox-left .nav-tabs .nav-item{
        padding-right: 20px;
    }
    .inbox-left .nav-tabs .nav-link{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

}
@media screen and (max-width:767px){
    .btn-lg{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .login-wraper{
        margin: 0 15px;
    }
    .logo img{
        width: 70px;
        height: 70px;
    }
    .logo span{
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .login-from .from-group{
        margin-bottom: 15px;
    }
    .login-from .form-control{
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .login-from h4.fs-2{
        line-height: 24px;
    }

    .user-info .welcome-text{
        display: none;
    }
    .user-info strong{
        font-size: 1.2rem;
    }
    .logout{
        font-size: 0;
        margin-left: 10px;
        height: 14px;
    }
    .logout i{
        font-size: 1.4rem;
    }
    .header .header-logo span{
        font-size: 1.6rem;
    }
    .menu-toggle{
        margin-left: 10px;
    }

    .breadcrum{
        padding: 10px 15px;
    }
    .page-title{
        padding: 8px 15px;
    }
    .dashboard-main{
        padding: 20px 15px;
    }
    .dashboard-row .col-4{
        width: 100%;
    }
    .secound-col{
        margin-top: 8px;
    }
    .dashboard-row .third-col .dashboard-card{
        width: 100%;
    }
    .dashboard-row .third-col .dashboard-card:first-child{
        margin-right: 0;
    }
    .dashboard-row .third-col .dashboard-card:last-child{
        margin-left: 0;
    }
    .page-title h2{
        font-size: 1.4rem;
    }
    
    .create-main {
        padding: 20px 15px;
    }
    .workspace-info{
        margin-top: 7px;
    }
    .create-filter{
        padding: 8px 15px;
    }
    .create-feature .col-3{
        width: 50%;
        padding-bottom: 10px;
    }
    .feature-card{
        padding: 15px;
        height: 86px;
    }
    .feature-card h3 {
        font-size: 24px;
        line-height: 28px;
        padding-top: 10px;
    }
    .feature-card p{
        font-size: 1.3rem;
    }
    .create-feature{
        padding-bottom: 10px;
    }
    .chart-row > *{
        width: 100%;
        padding-bottom: 10px;
    }
    .chart-card h4{
        padding-bottom: 15px;
    }

    .dataTables_wrapper .dataTables_length{
        padding-top: 0;
        padding-bottom: 10px;
        text-align: left;
    }
    .page-title .btn {
        min-width: 82px;
        line-height: 1.4rem;
    }
    .dataTables_wrapper .dataTables_filter{
        padding-bottom: 10px;
    }
    .modal-title{
        font-size: 1.6rem;
        line-height: 2rem;
    }

    
    
    .projectinfo-filter{
        flex-wrap: wrap;
        padding: 5px 15px 10px;
    }
    .projectinfo-filter li{
        max-width: 145px;
        margin-bottom: 5px;
        min-height: 44px;
        padding: 5px 7px 3px 7px;
    }
    .projectinfo-extra{
        padding: 10px 15px 5px;
    }
    .adddiscription textarea{
        padding: 0;
        height: 50px;
    }
    .projectinfo-chat label{
        padding-bottom: 8px;
    }
    .projectinfo-chat{
        min-height: 200px;
    }
    .footer p{
        padding: 10px 0;
        font-size: 1.2rem;
    }
    
    .inbox-left{
        width: 100%;
        border-right: none;
        margin-bottom: 30px;
    }
    .inbox-left .nav-tabs .nav-link{
        padding-bottom: 3px;
    }
    .inbox-left .nav-tabs .nav-link:before{
        height: 1px;
    }
    .inbox-right{
        width: 100%;
    }
    .inbox-right .inbox-chat{
        margin: 0 -15px;
    }
    .inbox-left .projectinfo-headlink{
        right: 0;
    }
    .incoming-items{
        padding-right: 0;
    }
}