#header .elementor-item:after {
    height: 5px!important;
 
}
#header .elementor-item:not(.elementor-item-active):after {
    background: transparent!important;
}

#header .elementor-item-active, header .elementor-item:hover{
    background: #f0f3f7!important;
}

div#elementor-popup-modal-132 ul li {
    border-bottom: 1px solid rgb(87 189 189 / 25%);
}

div#elementor-popup-modal-132 ul li:last-child {
    border-bottom: 0px solid rgb(87 189 189 / 25%);
}


div#elementor-popup-modal-132 .dialog-widget-content{
    border-top: 5px solid #57BDBD;
    border-bottom-left-radius:40px!important;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}