#mu_header.header {
    display: none !important;
}

.report-header {
    display: none;
}

.header-fixed__wrap {
    padding: 10px 0px;
}

.report-header.fixed {
    background: #fff;
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 20%);
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.3s linear;
    animation: fadin 0.3s ease;
    display: block;
}

.report-header.fixed .button svg {
    margin-right: 10px;
}

.report__title-header {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #2B354F;
    margin-bottom: 3px;
}

.report__title-details {
    color: #667395;
    font-size: 15px;
}

.report-header.fixed>div>div>div>div.col-md-6 {
    border-left: 1px solid rgba(43, 53, 79, 0.25);
}

.report-cta .article__content {
    margin-left: 30px;
}

.report-cta .article__img .img {
    background: transparent;
}

.report-header.fixed .button {
    margin: 0 5px;
}

.covid-banner {
    position: relative;
}

.covid-banner .request-btn {
    position: absolute;
    top: 64%;
    left: 34%;
    font-size: 14px;
    background: #fefefe;
    border: 1px solid #ffffff;
    padding: 7px 16px;
    border-radius: 15px;
    color: #664098;
    font-weight: 600;
}

.covid-banner .request-btn:hover {
    background: #674199;
    color: #FFF;
}

.covid-banner img {
    /* 	max-height:150px; */
    width: 100%;
    margin-bottom: 15px;
}

.faq-wrapper {
    margin: 53px 0;
}

.faq-wrapper .main-title {
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
    color: #363636;
    font-size: 20px;
}

.faq-item {
    background: #fff;
    padding: 20px 20px;
    margin: 0 15px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 10%);
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.faq-item .faq-title {
    cursor: pointer;
}

.faq-item .faq-title .title {
    margin: 0;
    padding-right: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    border-bottom: none !important;
    font-family: inherit;
}

.faq-item .faq-title .icon {
    width: 10px;
    height: 10px;
    border-top: 1px solid #3b368c;
    border-left: 1px solid #3b368c;
    position: absolute;
    right: 25px;
    top: 28px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.faq-item .faq-content {
    display: none;
    padding-top: 10px;
}

.faq-item.open .icon {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* 	.black-friday-banner img{
    height: 50px;
    width: 100%;
} */
.line-through {
    text-decoration: line-through;
    font-size: 11px;
    line-height: 200%;
    color: #4e4a4a;
}

.mu_discount_chip {
    font-size: 9px;
    border: 1px solid #14801d;
    background: #d2f9d6;
    border-radius: 20px;
    text-align: center;
    line-height: 12px;
    max-width: fit-content;
    padding: 2px 9px;
}

/* Pricing Table*/
.mu-pricing-section {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    overflow: auto;
    margin: auto;
}

table.mu-pricing td,
table.mu-pricing th {
    text-align: center;
    padding: 20px 15px;
}

table.mu-pricing td {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: 500;
    color: #6c6b71;
}

table.mu-pricing td:first-child {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #363636;
}

table.mu-pricing th {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #f2f2f2;
}

table.mu-pricing th:first-child {
    border: none;
}

.mu_sale_price {
    font-size: 24px;
    margin: 7px 0;
    color: #63458c;
    font-weight: 600;
    margin-bottom: 0;
}

.mu_actual_price {
    margin: 0;
    line-height: 0;
    margin-top: 14px;
    margin-bottom: 5px;
    color: #ee5d3f;
    font-weight: 600;
    text-decoration: line-through;
}

.mu_sale_extra {
    font-size: 11px;
    color: #4e4c4c;
}

.mu_save_price {
    border: 1px solid #499c39;
    border-radius: 20px;
    width: fit-content;
    padding: 3px 15px;
    background: #d4ffd7;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    margin: auto;
    margin-top: 10px;
}

.report--info .report-info__img {
    flex: unset !important;
    border-radius: 0px;
}

.fill-ratings span,
.empty-ratings span {
    font-size: 18px !important;
}

.report-info-show .report-info__img .img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    box-shadow: 5px -20px 40px 10px #454748;
}

.mu_cta_triggr {
    position: fixed;
    left: 25px;
    bottom: 35px;
    z-index: 9999;
    display: flex;
    padding: 10px;
    align-items: center;
    column-gap: 10px;
    border-radius: 5px;
    background: #fff;
    background: linear-gradient(to left, #af18a3 0%, #811ba3 100%);
    -webkit-animation: bounce 1.25s infinite 15s;
    cursor: pointer;
    box-shadow: 0px 2px 12px #6c6666c2;
    color: #ffffff;
    font-weight: 600;
}

.mu_cta_triggr:hover {
    -webkit-animation: unset;
}

.mu_cta_triggr:hover div {
    display: block !important;
}

span.mu_hide {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(43, 53, 79) !important;
    cursor: pointer;
}

.breadcrumb_h1 {
    font-size: 14px;
    margin-bottom: 1rem;
    margin-left: 10px;
}

#breadcrumbs>span>span,
#breadcrumbs>span>span>span {
    display: flex;
    gap: 10px;
}

.overlay-container {
    position: relative;
    display: inline-block;
}

p.overlay-container:hover .overlay {
    display: flex;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffc7;
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
}

.overlay>div {
    text-align: center;
    max-width: 50%;
}

.overlay h3 {
    color: #272d32;
    font-size: 22px;
    line-height: 140%;
}

.overlay p {
    font-size: 16px;
    color: #000;
}

button.overlay-button {
    padding: 15px 30px;
    background-color: #9c27b0;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.fixed-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #6a6a6a4a;
    padding: 10px !important;
    text-align: right;
}

a.mu_talk_analyst {
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    color: #687882;
}

@keyframes shakeAnimation {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px) rotate(-5deg);
    }

    50% {
        transform: translateX(5px) rotate(5deg);
    }

    75% {
        transform: translateX(-5px) rotate(-5deg);
    }

    100% {
        transform: translateX(0);
    }
}

@media only screen and (max-width: 575px) {
    .report__title {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-size: 18px;
        line-height: 27px;
        color: #4a148c;
        margin: 0;
        margin-bottom: 10px;
        text-align: left;
        font-family: "Poppins", sans-serif;
    }
}



/* .button--schedule svg {
    animation: shakeAnimation 2s infinite;
} */


/* .button--request svg {
    animation: shakeAnimation 2s infinite;
} */

@media only screen and (max-width: 991px) {
    .overlay {
        height: auto;
    }

    .hidden_form {
        margin-bottom: 60px;
    }

    .overlay>div {
        max-width: 100%;
        padding: 20px;
    }

    .mu_get_more_reports {
        max-width: 100%;
        width: 100%;
        left: 0px;
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(1, 1) translate(0px, 0px);
    }

    30% {
        transform: scale(1, 0.8) translate(0px, 10px);
    }

    75% {
        transform: scale(1, 1.1) translate(0px, -25px);
    }

    100% {
        transform: scale(1, 1) translate(0px, 0px);
    }
}

.value-trust div {
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #2B354F;
    margin-top: 30px;
}

.value-trust span {
    color: #483a80;
}


.our_client-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.our_client-slider li {
    flex: 0 0 30%;
    align-self: center;
    text-align: center;
}

.client-slider__box img {
    max-width: 80px;
    filter: grayscale(100%) contrast(25%) brightness(1.2);
}

.client-slider__box:hover img {
    filter: unset !important;
}