@media screen and (max-width: 768px) {
    .sidebar-menu{
        display: none;
    }
    
    .content-dashbord-name h6{
        font-size: 24px;
    }
    .dashbord-img-user {
        position: absolute;
        right: 18%;
        top: -70px;
    }
    .main-box-dashbord-items{
        margin-top: 169px;
        margin-bottom: 20px;
    }
    .main-box-dashbord-item{
        margin-bottom: 20px;
        padding: 10px;
    }
    .bottom-menu-section{
        display: block;
    }
    .send-filter-box{
        justify-content: space-between !important;
    }
    .send-filter-box-img-responsive{
        margin-left: 0px;
    }
    .send-filter-box-status{
        display: none;
    }

    .send-filter-box-date{
        display: none;
    }
    .send-filter-box-btn a{
        padding:12px 8px;
        font-size: 13px;
    }
    .collaboration-detail-btn {
        font-size: 15px !important;
        padding: 13px 12px !important;
    }
    .receiving-cargo-box-status{
        display: none;
    }
    .add-contracts-bnt{
        display: none;
    }
    .contracts-box-status{
        display: none;
    }
    .table-colleagues{
        display: none;
    }
    .sign-in-section{
        padding: 0;
        height: unset;
        margin-top: 60px;
    }
    .sign-in-section-box{
        border: unset;
    }
    .form-grop-resposive{
        margin-top: 15px !important;
    }
    .set-up-contract-section{
        padding: 0;
        height: unset;
        margin-top: 60px;
    }
    .add-colleague-section-box{
        border: unset;
        padding: 30px;
    }
    .btn-sign-in-code{
        padding: 15px 90px;
    }
    .btn-Contract-details{
        padding: 15px 90px;
    }
    .p-b-responsive{
        padding-bottom: 200px !important;
    }

    .contract-type-text {
        display: block;
    }

    .toastify-costom {
        width: 90% !important;
        margin: auto !important;
        right: 0px !important;
        left: 0px !important;
        padding: 16px  !important;
        text-align: justify !important; 
    }
    /*  */
    .menu-desktop-landing{
        display: none !important;
    }
    .menu-toggle{
        border: none;
        background: transparent;
    }
    .logo-img img{
        width: 19.93px;
        height: 41px;

    }
    .landing-header-img{
        margin-top: 60px;
    }
    .landing-header-section{
        min-height: 800px;
    }
    .about-us-img img{
        height: 300px;
    }
    .landing-panel-option-boxs{
        text-align: center;
    }
    .img-landing-panel-option-box-1 {
        right: -35px;
    }
    .img-landing-panel-option-box-2 {
        top: 148px;
        left: -13px;
    }
    .img-landing-panel-option-box-3 {
        top: 236px;
        left: 5px;
    }
    .img-landing-panel-option-box-4 {
        bottom: 217px;
        right: 8px;
    }
    .img-landing-panel-option-box-5 {
        bottom: 109px;
        left: 9px;
    }
    .footer-links {
        padding-right: 10px;
    }
    /*  */
    .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;  
    display: none;  
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.collaborations-pagination{
    padding-bottom: 70px;
}

.menu-content {
    background-color: #fff;
    width: 100%;  
    height: 100%;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}


.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-links li {
    margin: 20px 0;
}

.menu-links a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    transition: color 0.3s;
}

.menu-links a:hover {
    color: #007bff;  
}

}
@media screen and (min-width: 768px ) {
    
    .Log-out-btn-responsive{
        display: none;
    }
    .bottom-menu-section{
        display: none;
    }
    .send-filter-box-status-responsive{
        display: none;
        
    }
    .receiving-cargo-box-status-responsive{
        display: none;
    }
    .contracts-box-status-responsive{
        display: none;
    }
    .btn-add-new-contracts{
        display: none;
    }
    .mobile-colleague-section{
        display: none;
    }
    .menu-moblil-landing{
        display: none;
    }
    .overlay-android{
        display: none;
    }
    .overlay-ios{
        display: none;
    }
}