.back-to-telenity-bar {
    background: #09005D;
    padding: 5px 0;
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 14px;
}

.header {
    top: 65px;
}

.back-to-telenity-bar a {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.child-menu {
    z-index: 2;
}


.back-to-telenity-bar a svg {
    margin-right: 7px;
}


.digital-merchants .row {
    z-index: unset;
}

.gray-faq-area {
    background-color: #fff;
}

.gray-faq-area.question-banner .question-row .question-box {
    background-color: #EDEFF5;
}
.gray-faq-area.text-left h3 {
    color: #0b4c8f;
}

.gray-faq-area .question-row .question-box {
    box-shadow: 0 20px 40px rgba(0,0,0,.01);
}


@media screen and (max-width: 550px) {
    .main .main-image {
        bottom: -128px;
        z-index: -1;
    }

    .main .container {
        padding: 100px 15px 0px;
    }

    .superstar img {
        height: auto;
    }

    .dark-blue-banner h2 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 550px) {
    .contact-section {
        background: #edeff5;
    }
}

@media screen and (max-width:576px) {
    .back-to-telenity-bar {
        position: fixed;
        border-radius: 12px;
        right: 15px;
        top: 85vh;
    }

    .header {
        top: 0;
    }
}