@media only screen and (max-width: 920px){
    header .header .logo-container a{
        width: 60%;
    }
    .header .main-search{
        display: none;
    }
    header .header .logo-container img {
        width: 100%;
    }
    .warpper-search {
        display: block;
    }
    .notification_icon1 {
        display: block !important;
        cursor: pointer;
        margin-right: 20px;
        position: relative;
        margin-top: 5px;
    }
}
header .header .nav-btn {
    flex: 6.4 !important;
    display: flex;
}
.notification_icon {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    top: 30px;
}
.notification_icon span {
    position: absolute;
    top: -10px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    left: 8px;
}
.notification_icon i{
    color: #fff;
    font-size: 19px;
}
.notification-box {
    width: 320px;
    position: absolute;
    background-color: #fff;
    top: 100%;
    height: 0px;
    opacity: 0;
    overflow-y: scroll;
    right: 10px;
    transition: 1s opacity, 250ms height;
    box-shadow: 0px 0px 5px lightgrey;
}
.notifi-box  {
    display: flex;
    flex-direction: row;
}
.notifi-box .box_pic {
    width: 1.6rem;
    border-radius: 3px;
    background-color: #013674;
    
}

/* Hide scrollbar for WebKit browsers */
.notification-box::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.notification-box {
    scrollbar-width: none; /* Firefox */
}

.notification-box h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #F88C1F;
}
.notifi-item {
    /* padding: 10px; */
    padding-left: 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    align-items: center;
    cursor: pointer;
}
.notification-box h2 span {
    color: #ff4004;
}
.notifi-item img {
    display: block;
    width: 20%;
    height: auto;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: 10px;
}
.notifi-item .notifi-text h4 {
    font-size: 16px;
    margin-top: 10px;
}


.notification_icon1 {
    display: none;
}
.notification_icon1 span {
    position: absolute;
    top: -10px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    left: 20px;
}
.notification_icon1 i{
    color: #fff;
    font-size: 23px;
    margin-left: 10px;
}

.notification-box1 {
    width: 350px;
    position: absolute;
    background-color: #fff;
    top: 100%;
    height: 0px;
    opacity: 0;
    overflow-y: scroll;
    right: 10px;
    transition: 1s opacity, 250ms height;
    box-shadow: 0px 0px 5px lightgrey;
}
.notifi-box1  {
    display: flex;
    flex-direction: row;
}

/* Hide scrollbar for WebKit browsers */
.notification-box1::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.notification-box1 {
    scrollbar-width: none; /* Firefox */
}

.notification-box1 h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #F88C1F;
}
.notifi-item1 {
    padding-left: 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    align-items: center;
    cursor: pointer;
}
.notification-box1 h2 span {
    color: #ff4004;
}
.notifi-item1 img {
    display: block;
    width: 20%;
    height: auto;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: 10px;
}
.notifi-item1 .notifi-text1 h4 {
    font-size: 16px;
    margin-top: 10px;
}


.notification-box3 {
    display: none;
}

.notification_icon3 {
    display: none; /* Hidden by default; shows on smaller screens */
}

@media only screen and (max-width: 460px){
    .notification_icon3 span {
        position: absolute;
        top: 7px !important;
        background-color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        margin-left: -10px;
    }
}
@media only screen and (max-width: 920px){
    .notification_icon3 span {
        position: absolute;
        top: 34%;
        background-color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        margin-left: -10px;
    }
}

@media only screen and (max-width: 920px) {
    .notification_icon3 {
        display: block;
    }

    .notification_icon3 i {
        color: #fff;
        font-size: 23px;
        margin-left: 10px;
        margin-top: 5px;
    }

    .notification-box3 {
        display: none; /* Default hidden */
        background: #fff;
        position: absolute;
        top: 100%;
        width: 350px;
        right: 15px;
        padding-left: 10px;
        height: 400px;
        overflow-y: scroll;
        box-shadow: 0px 0px 5px lightgrey;
        opacity: 0; /* Default opacity */
        transition: opacity 0.25s ease; /* Transition for smooth effect */
    }

    .notification-box3.show {
        display: block; /* Show when class is added */
        opacity: 1; /* Fully visible */
    }

    .notification-box3 h2 {
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #F88C1F;
    }

    .notifi-item {
        padding-left: 10px;
        padding-bottom: 10px;
        display: flex;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        align-items: center;
        cursor: pointer;
    }

    .notifi-item img {
        width: 20%;
        height: auto;
        margin-right: 10px;
        border-radius: 50%;
        margin-top: 10px;
    }

    .notification-box3 h2 span {
        color: #ff4004;
    }
}