* {
    box-sizing: border-box;
}

#mini-panel-product_menu:before {
    content: '';
    background: #FDF2CC;
    display: block;
    min-height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.zl-roadmap-wrapper {
    display: block;
}

.rmadd-title-section {
    padding: 60px 0;
}

.rmadd-title-wrap {
    padding: 0 0 15px;
}

.rmadd-title-section h1 {
    font-size: 30px;
    font-family: var(--zf-secondary-bold);
    margin: 0;
    position: relative;
    padding: 0 0 0 60px;
}

.rmadd-title-section p {
    margin: 0;
}

#BackBtn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100%;
    vertical-align: middle;
    position: absolute;
    top: -4px;
    margin: 0 10px 0 0;
    left: 0;
}

#BackBtn:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: #000 transparent transparent #000;
    border-width: 2px;
    transform: rotate(-45deg);
    top: 14px;
    left: 13px;
box-sizing: content-box;
}

#BackBtn:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #000;
    top: 18px;
    left: 14px;
}

/* tabs section */

.tab {
    background: #fffdf7;
    border: 1px solid #d5caa9;
    padding: 40px 30px;
    margin-bottom: 80px;
}

.tab iframe {
    width: 100%;
    height: 800px;
}

@media only screen and (max-width: 767px) {
    .rmadd-title-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .rmadd-title-left {
        width: 100%;
        margin: 30px 0 0;
    }
    .rmadd-title-section {
        padding: 60px 0 20px;
    }
}