/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    section.side_bar.active {
        left: 0;
    }
        section.side_bar {
            left: -110%;
            position: absolute;
            top: 0;
            width: 100%;
            transition: 0.5s;
            z-index: 9999;
        }
        a.toggle-btn {
            display: block;
            position: absolute;
            top: 10px;
            right: 20px;
            z-index: 9999;
        }
        
        .dashbord-right-box {
            padding-top: 50px;
        }
        .header-profile-box {
            margin-top: 20px;
        }
        
        .user-profile-info h4 {
            font-size: 14px;
        }
        .header-profile-box {
            margin-top: 20px;
        }
        
        .user-profile-info h4 {
            font-size: 14px;
        }
        
        .welcome-box {
            left: 20px;
            width: 100%;
        }
        
        img.wecolme-img {
            height: 300px;
            object-fit: cover;
        }
        
        .dashboar_page-content.home-page {
            margin: 20px 10px;
        }
        
        .upload-resume-box {
            margin-top: 20px;
        }
        
        .Upcoming-Appointment-box h2 {
            font-size: 22px;
        }
        
        .Upcoming-Appointment-box {
            height: 550px;
        }
        a.close-btn {display: block;}
.carer-guidance-box ul h3 {
    font-size: 16px;
}

.carer-guidance-box ul {
    gap: 10px;
}

.carer-guidance-box ul span {
    width: 30px;
    display: block;
}
ul.notification-messages-list {
    left: -40px;
    top: 60px;
}

ul.mail-messages {
    left: 0;
    top: 60px;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    a.close-btn {display: block;}
    section.side_bar.active {
    left: 0;
}
    section.side_bar {
        left: -110%;
        position: fixed;
        top: 0;
        width: 100%;
        transition: 0.5s;
        z-index: 9999;
        height: 100%;
    }
    a.toggle-btn {
        display: flex !important;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 999999999999999;
        color: #fff;
        background: #9bd3ca;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }
    
    .dashbord-right-box {
        padding-top: 50px;
    }
    .header-profile-box {
        margin-top: 20px;
    }
    
    .user-profile-info h4 {
        font-size: 14px;
    }
    .header-profile-box {
        margin-top: 20px;
    }
    
    .user-profile-info h4 {
        font-size: 10px;
    }
    
    .welcome-box {
        left: 20px;
        width: 90%;
    }
    
    img.wecolme-img {
        height: 330px;
        object-fit: cover;
    }
    ul.category-list {
    display: block;
}

ul.category-list li {
    width: 100%;
    margin-top: 20px;
}

.welcome-box h3 {
    font-size: 25px;
}

.tab-news.text-end {
    text-align: start !important;
    margin-top: 14px;
}

.contact-box-small a, .contact-box-small p {
    font-size: 10px;
}

.upload-resume-box h2 {
    font-size: 22px;
}

.upload-resume-in p {
    font-size: 12px;
}
    
    .dashboar_page-content.home-page {
        margin: 20px 10px;
    }
    
    .upload-resume-box {
        margin-top: 20px;
    }
    .carer-guidance-box ul h3 {
    font-size: 16px;
}

.carer-guidance-box ul {
    gap: 10px;
}

.carer-guidance-box ul span {
    width: 30px;
    display: block;
}
    .Upcoming-Appointment-box h2 {
        font-size: 22px;
    }
    
    .Upcoming-Appointment-box {
        height: 550px;
    }
    ul.notification-messages-list {
        left: -40px;
        top: 60px;
    }
    
    ul.mail-messages {
        left: 0;
        top: 60px;
    }
}


/*Media Query End*/