header.entry-header {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #603f97;
}
.post-type-archive-quiz p {
    max-width: 800px;
}


h1 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    font-size: 48px;
    font-size: 4.8rem;
    letter-spacing: -.25px;
}
h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 2.6rem;
    font-size: 26px;
    color: #000;
    letter-spacing: -.5px;
}
.post-type-archive-quiz h2 {
       font-size: 3.8rem;
    font-size: 38px; 
    margin-top:60px;
}
h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}
button {
    border-radius: 4px;
}
.header-container-quiz {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    padding: 60px 60px;
    color: #fff;
}
.meta-desc-formatting-quiz {
    display: inline-block;
    font-weight: 400;
    max-width: 800px;
    font-size: 20px;
    line-height: 28px;
    min-height: 65px;
    letter-spacing: -0.25px;
}
#breadcrumbs-quiz {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    color: #fff;
}
.breadcrumbs-wrap-quiz{
    max-width: 1140px;
    margin: 0 auto;
}
#breadcrumbs-quiz a {
    font-weight: 500;
    color: #3fbeb6;
}
#breadcrumbs-quiz a:hover {
    color: #fff;
}

.custom-footer-message {
text-align: center;
    padding: 20px 0;
    font-size: 16px;
    background: #e1f3f3;
    color: #000;
    font-weight: 600;
}
.quiz_wrapper {
    margin: 40px 0px;
    max-width: 780px;
}
.quiz_wrapper input.wpProQuiz_button {
    border-radius: 4px !important;
}
.quiz_benefits {
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    max-width: 780px;
    border:2px solid #ece8f3;
}

.related_quizzes {
background: #e1f3f3;
    display: inline-block;
    margin: 40px 0px 0px 0px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
padding:20px;
}
.related_quizzes h2 {
        text-align: center;
    padding: 20px;
        margin-bottom: 0px;
}

/*quiz  grid*/
.rs-quiz-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    border-radius: 8px;
    max-width: 1140px;
    margin: 40px auto;   
}

.rs-quiz {
    background-color: #fff; /* Light grey background */
    padding: 20px;
    border-radius: 8px;
    line-height: 26px;
     border:1px solid #3FBEB6;
}
.rs-quiz p {
    margin-bottom: 0px;
}
.quiz-icon-top {
background: #3FBEB6;
width: fit-content;
    margin-bottom: 10px;
    border-radius: 4px;
}
.svg-tools {
display: inline-block;
    height: 40px;
    overflow: visible;
    vertical-align: -8px;
    width: 40px;
    padding: 10px;
    color:#fff;
}
.quiz_wrapper ol.wpProQuiz_list {
    margin-left: 0px;
}
.quiz_wrapper ol > li {
    list-style-type: none !important;
}
   
.quiz_wrapper .wpProQuiz_question_page {
    font-weight: 600;
}

.quiz_wrapper .wpProQuiz_resultsList, .quiz_wrapper .wpProQuiz_points  {
display:none !important;
}
.quiz_wrapper .wpProQuiz_response {
    display: none !important;
}
.quiz_wrapper .wpProQuiz_question_text {
    font-weight: 500;
}

@media only screen and (max-width: 860px) {
    .single-quiz .site-inner{
    padding: 16px 16px 0px 16px;
}
.post-type-archive-quiz .site-inner {
   padding: 30px; 
}
    .single-quiz .entry {
        padding: 0px;
        margin-bottom: 0px;
    }
    .header-container-quiz {
    padding: 30px;
}
}
    @media only screen and (max-width: 600px) {
        
    h1 {
    font-size: 32px;
    line-height: 36px;
    font-size: 3.2rem;
    }
     .post-type-archive-quiz h2 {
            font-size: 24px;
             margin-top: 20px;
        }
        h2 {
                  font-size: 24px;
        }
    .meta-desc-formatting-quiz {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

}
