.dtooltip-main-element {
    display: inline-block;
    width: auto!important;
    padding: 0 20px;
}
.elementor-element.active {    
    z-index: 99999999999!important;
}
.derick-tooltip, .dtooltip-icon { position: relative; }
.dtooltip-popup {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9999;            
    padding-bottom: 60px;

    color: #000100;
    width: 339px;
    text-align: left;
    margin-left: -169.5px;
}
.derick-tooltip.default .dtooltip-popup {
    visibility: hidden!important;
    opacity: 0!important;
}
.derick-tooltip.active .dtooltip-popup {
    opacity: 1;
    visibility: visible;
    z-index: 99999999999;
}
.dtooltip-popup .dtooltip-image {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.dtooltip-wrap {
    padding: 26px 30px 15px;
    background-color: #fff;
}
.dtooltip-popup .elementor-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
}
.dtooltip-popup .elementor-description {    
    font-size: 16px;
    line-height: 1.5;    
}
.dtooltip-arrow {
    position: absolute;
    left: 50%;    
    bottom: 50px;
    margin-left: -10px;
    width: 20px;
    height: 10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
.dtooltip-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
}

@media only screen and (max-width: 767px) {
    .dtool-tip-active {
        overflow-y: hidden!important;
        overflow-x: hidden!important;
    }

    .dtooltip-popup {
        position: fixed!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        height: 100%!important;
        z-index: 999999!important;
        overflow-x: hidden!important;
        overflow-y: auto!important;
        align-items: center!important;
        justify-content: center!important;
        background-color: rgb(169 169 169 / 80%)!important;
        padding: 32px!important;
        margin-left: 0!important;
    }
    .derick-tooltip.active .dtooltip-popup {
        display: flex!important;
    }
    .dtooltip-popup-m {
        position: relative;
        padding: 0;
        background-color: #fff;
    }
    .dtooltip-wrap {
        padding-top: 40px!important;
    }
}