.bao-hidden {
    display: none !important;
}

.bao-show {
    display: block !important;
}


/**
fix second scroll from adminbar
 */
body {
    overflow-x: visible;
}
/**
for lang switcher
 */
.lang-separator {
    pointer-events: none;
}

/**
slider span
 */
.swiper-container .conversation__section strong span {
    font-size: 24px;
    font-weight: bold;
}

/**
elementor text editor fix for list
 */
.elementor-text-editor ul {
    list-style: disc;
    margin-left: 15px;
}
.elementor-text-editor ol {
    list-style: decimal;
    margin-left: 15px;
}
.elementor-text-editor li {
    margin-bottom: 40px;
}
/**
pricing shadow
 */
.pricing-first .elementor-widget-wrap{
    box-shadow: inset 0px 11px 8px -10px #ccc,
                inset -5px 0px 5px -3px #ccc,
                inset 11px 0px 8px -10px #ccc,
                inset;
}


/**
no sticky mobile navbar
 */

.elementor-hidden-desktop.header {
    position: relative;
    /* height: 0; */
    /* padding: 0; */
    margin-top: 0!important;
    margin: 0 auto;
}
.elementor-hidden-desktop.header .elementor-container.elementor-column-gap-default{
    position: absolute;
}
@media (max-width: 1024px) {
    .elementor-hidden-desktop.header {
        padding-top: 0!important;
    }
    .elementor-hidden-desktop.header .elementor-container.elementor-column-gap-default{
        margin-top: 24px;
        width: 95%;
    }
}

@media (max-width: 768px) {
    .page-id-6157 .elementor-hidden-desktop.header ,
    .page-id-7536 .elementor-hidden-desktop.header {
        top: 24px;
    }
}

@media (min-width: 768px) {
    .page-id-6157 .elementor-hidden-desktop.header ,
    .page-id-7536 .elementor-hidden-desktop.header {
        top: 0;
    }
}

@media (max-width: 768px) {
    .page-id-6157 .elementor-hidden-desktop.header .elementor-container.elementor-column-gap-default,
    .page-id-7536 .elementor-hidden-desktop.header .elementor-container.elementor-column-gap-default{
        top: -40px;
    }
}