.biz-color {
    color: #8205e1 !important;
}
.header-style-3 .sticky-header {
    background: #fff;
    padding: 10px 0;
}
.main-menu ul li a {
    color: #000;
}
.main-menu ul li ul.sub-menu {
    background-color: #000531;
}
.main-menu ul li ul.sub-menu {
    background-color: #fff;
}

.about-section-3 {
    background: rgb(154 78 255 / 3%);
}
.copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.biz-box {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 0 #8205e1 !important;
}
.video-guide {
    width: 100%;
    border-radius: 10px;
    height: 500px;
}
.feedback-img{
    width: 10%;
    margin-right: 10px;
}
.feedback-img img{
    border-radius: 100% !important;
}

.faq-content-wrap {
    max-height: 630px;
    overflow-y: auto;
    padding-right: 15px;
}

.faq-content-wrap::-webkit-scrollbar {
    width: 5px;
}

.faq-content-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.faq-content-wrap::-webkit-scrollbar-thumb {
    background: #8205e1;
    border-radius: 10px;
}

.faq-content-wrap::-webkit-scrollbar-thumb:hover {
    background: #8205e1;
}

.testimonial-section-2 {
    background: rgb(130 78 255 / 3%);
}

.biz-logo {
    width: 60%;
}

.partner-section-3 {
    background: #000531;
}
@media (max-width: 767px) {
    .copyright-content {
        flex-direction: column;
    }
    .video-guide {
        height: 190px;
    }
    .feedback-img{
        width: 18%;
    }
    .biz-logo {
        width: 100%;
    }
}