* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
}

.header {
    position: fixed;
    top: 0;
    padding: 30px 100px 25px;
    width: 100%;
    box-shadow: 0px 0px 5px #dddddd94;
    background-color: #fff;
    z-index: 1000;
}

.header-data {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: flex-end;
}

.menuicon {
    display: none;
    width: 25px;
    margin-right: 12px;
}

.search-form {
    width: 400px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    color: #fff;
    border: 1px solid #0000002e;
    overflow: hidden;
    flex: none;
}

.search-form input {
    flex: 1;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #00000080;
    font-size: 13px;
    font-weight: 600;
    padding: 0 12px 0 0;
}

.search-form input::placeholder {
    color: #00000080;
}

.search-form button {
    border: 0;
    padding: 14px 12px 12px 16px;
    background-color: #fff;
    outline: 0;
}

.search-form img {
    width: 14px;
    opacity: 60%;
}

.navbar {
    display: flex;
    align-items: center;
}

.navlist {
    display: flex;
    align-items: center;
}

.navlist li {
    list-style: none;
    margin-left: 20px;
}

.navlist li:last-child {
    margin-right: 0;
}

.navlist li a {
    text-decoration: none;
    color: #00000080;
    font-size: 15px;
    font-weight: 600;
}

#joinbtn {
    border-radius: 5px;
    background-color: #000;
    border: 2px solid #000;
}

#joinbtn a {
    color: #fff;
    display: block;
    padding: 8px 15px;
}

#searchicon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #eee;
    display: none;
}

.a-link-logo {
    text-decoration: none;
    color: #000;
}

.logo-imagee {
    width: auto;
    height: auto;
    max-height: 50px !important;
    max-width: 180px !important;
}

#searchicon img {
    width: 40%;
}

#closebtn {
    display: none;
    padding: 19px 18px 16px 16px;
}

.logoutbtn {
    background-color: red !important;
    border: 0 !important;

}

.logoutbtn a {
    padding: 10px 15px !important;
}

/* .navlist li:nth-last-child(-n+2) {} */

.uploadby-profile {
    height: 35px;
    width: 35px;
    margin-left: 20px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}

.uploadby-profile img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.user-profile {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.user-profile span {
    display: block;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 600;
}

.user-profile span:last-child {
    margin-top: 4px;
    font-size: 12px;
    color: #000000c4;
}

.modal-header {
    position: absolute;
    top: 100%;
    background-color: #fff;
    right: 100px;
    padding: 20px;
    width: 320px;
    flex: none;
    display: none;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000040;
}

.modalopen {
    display: block;
}

.modalclose {
    display: none;
}

.profilearea-modal {
    display: flex;
    text-decoration: none;
    color: #000;
}

.image-header-profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.image-header-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text {
    margin-left: 15px;
}

.text h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.text p {
    font-size: 12px;
    font-weight: 600;
}

.Modal-btns {
    margin-top: 20px;

}

.Modal-btns a {
    color: #000;
    display: flex;
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 600;
    /* border: 1px solid #eee; */
    text-decoration: none;
    margin-bottom: 15px;
}

.Modal-btns a img {
    width: 20px;
    flex: none;
    margin-right: 30px;
}

.lastbtn {
    background-color: #000;
    color: #fff !important;
    border-radius: 50px;
    margin-bottom: 0px !important;
}

.noti-modal {
    max-height: 280px;
    overflow-y: scroll;
}

.noti-modal::-webkit-scrollbar {
    display: none;
}

.p-r {
    position: relative;
}

.notification_btn {
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.notification_btn img {
    height: auto;
    display: block;
    width: 75%;
    object-fit: fill;
}

.notifcation-heading h3 {
    font-size: 14px;
}

.notification .text h3 {
    font-size: 12px;
}

.mini-image {
    width: 35px;
    height: 35px;
}

.margin-bottom-2 {
    margin: 20px 0;
}

.modal-header .notification:last-child {
    margin-bottom: 0 !important;
}

#num_rows {
    position: absolute;
    display: flex;
    padding: 2px;
    top: 0px;
    right: 0px;
    font-size: 14px;
    font-weight: 800
}

.hdesign {
    font-size: 14px;
    margin-top: 10px;
    color: #00000096;
}

/* css responsive design  */


@media only screen and (max-width:1600px) {
    .search-form {
        width: 400px;
    }

}

@media only screen and (max-width:1440px) {
    .search-form {
        width: 350px;
    }
}

@media only screen and (max-width:1220px) {
    .header {
        padding: 30px 80px 25px;
    }

    .search-form {
        width: 300px;
    }

    .modal-header {
        right: 70px;
    }
}

@media only screen and (max-width:1120px) {
    .header {
        padding: 30px 60px 25px;
    }

    .navlist-small {
        position: absolute;
        top: 180%;
        padding: 20px;
        left: -100%;
        flex-direction: column;
        background-color: #eee;
        width: 300px;
        height: 100vh;
        align-items: flex-start;
    }

    .open {
        transition: .42s;
        left: 0;
    }

    .navlist-small li {
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .navlist-small li a {
        font-size: 16px;
        font-weight: 600;
    }

    .navlist-small li:last-child {
        margin: 0;
    }

    .menuicon {
        display: block;
    }

}

@media only screen and (max-width:920px) {
    .search-form {
        position: absolute;
        width: 100%;
        left: -120%;
    }

    .formopen {
        left: 0;
    }

    .left-minus {
        left: -120%;
    }

    .search-form button {
        padding: 19px 12px 16px 19px;
    }

    #closebtn {
        display: block;
        padding: 20px 18px 16px 16px;
    }

    #searchicon {
        display: flex;
    }

    .display-none {
        display: none;
    }

    .modal-header {
        right: 50px;
    }
}

@media only screen and (max-width:620px) {
    .header {
        padding: 30px 30px 25px;
    }

    .t-parent {
        display: none;
    }

    .logo-imagee {
        width: 90px;
        height: auto;
    }
}

@media only screen and (max-width:440px) {
    .header {
        padding: 20px 0px 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-data {
        width: 360px;
    }

    #joinbtn {
        margin-left: 15px;
    }

    #joinbtn a {
        padding: 8px 12px;
    }

    #btnnavlist li a {
        font-size: 14px;
    }

    .modal-header {
        right: 30px;
    }
}