.yellow_bx{
    background: #FFFDF2;
    border: 1px solid #F5D30D;
    padding: 20px;
    border-radius: 10px;
}

.student_reading_form_main h4 { 
    text-align: center;
}
.student_reading_form_main select {
    border-radius: 10px!important;
}
.student_reading_form_main label {
    margin-bottom: 5px;
}
.score_bord_main .w-50 {
    margin: 0;
    width: calc(50% - 10px/2);
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
} 
.border-primary {
    border: 2px solid #007bff !important;
}
.border-success {
    border: 2px solid #28a745 !important;
}
.border-warning {
    border: 2px solid #ffc107 !important;
}
.border-info {
    border: 2px solid #17a2b8 !important;
}
.border-danger {
    border: 2px solid #dc3545 !important;
}
.alert {
    font-size: 1.1rem;
    font-weight: bold;
}
.card.score_bord_main {
    text-align: center;
}
.score_bord_main .row {
    display: flex;
    gap: 10px;
    justify-content: center;
    column-count: 2;
    flex-wrap: wrap;
}
.card.score_bord_main .row .card p {
    margin: 0px;
}
.card.score_bord_main .row .card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 195px;
    width: 100%;
}
.card.score_bord_main .row .card h5 {
    font-size: 20px;
    line-height: 1.25;
}
.card.score_bord_main .btn {
    background: #03291E;
}
.card.score_bord_main .btn:hover {
    background: #002AF9;
}
#question {
    background-color: #e5ebff;
    border: 1px solid #0336FF;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #050505;
    margin-bottom: 20px;
}
.question_ans_main {
    width: 100%;
}
.question_ans_main .action_btn {
        margin-top: 30px;
        gap: 10px;
}
 
.question_ans_main #passage:before {
    content: 'Passage:';
    font-weight: 500;
    margin-right: 10px;
}

.question_ans_main .form-check label {
    font-size: 16px;
}

.action_btn {
    display: flex;
    justify-content: flex-end;
}
.question_ans_main .action_btn .btn {
    background: #e6ecff;
    color: #000;
    line-height: 1;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 30px;
    border-color: var(--color1);
    transition: all ease 0.5s;
}
.question_ans_main .action_btn .btn:hover {
    background: #fff;
    color: var(--color1);
}
.next_btn::after {
    content: '';
    background: url(../images/arrow-right-org.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 15px;
}
.question_ans_main .action_btn .btn.skip_btn {
    color: #646464;
    background: #fff;
    border-color: currentColor;
}
.question_ans_main .action_btn .btn.skip_btn:hover {
    background: #646464;
    color: #fff;
    border-color: #4e4e4e;
}
 
.preloader {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Keep it on top */
    padding-top: 20px;
}

div#more_question_messsage {
    text-align: center;
}
div#more_question_messsage .spinner {
    margin: 0 auto;
}

.pre-loader {
    padding-top: 20px;
}
/* Spinner animation */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1); /* Light gray border */
    border-top: 5px solid #002AF9; /* Blue border for the spinning effect */
    border-radius: 50%; /* Makes it round */
    animation: spin 1s linear infinite; /* Rotate continuously */
}

/* Keyframes for the spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    100% {
        transform: rotate(360deg); /* Complete a full circle */
    }
}


.pre-loader,
div#waiting_messsage {
    text-align: center;
}
.pre-loader .spinner,
div#waiting_messsage .spinner {
    margin: 0 auto;
}
.reading_report_card .d-flex {
    display: flex;
    gap: 10px;
}
.reading_report_card {
    background: #f7f7f7;
    padding: 15px;
    border: 1px dashed #2747f7;
    box-shadow: inset 0px 0px 0px 3px #2747f729;
    font-size: 16px;
    line-height: 1.25;
}
.reading_report_card h3 {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Parkinsan', sans-serif;
    color: #2747F7;
    text-shadow: 1px 2px 2px #aaacb7;
}
.report_logo {
    max-height: 40px;
}
.head_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}
.persional_details {
    border: 1px solid #dddddd;
    padding: 10px;
    background: #2747f712;
}
.persional_details .row_bx {
    column-count: 2;
}
.persional_details .lbl_itm {
    line-height: 1.5;
}
.persional_details h5 {
    font-size: 16px;
    text-align: center;
    color: #000;
    border-bottom: 2px solid #000;
    display: block;
    margin: 0px auto 10px;
    width: auto;
    max-width: max-content;
}

/* table css */
.table_data {
    margin-top: 20px;
    text-align: center;
}
.table_data h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.table_data p {
    font-size: 16px;
    line-height: 1.35;
}
.table_custom {
    margin-bottom: 20px;
}
.table_custom tr td,
.table_custom tr th{
    border: 1px solid #E9E9E9;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.25;
    padding: 10px 15px;
    color: #000;
}
table.table_custom td:first-child, table.table_custom th:first-child,
table.table_custom td:last-child, table.table_custom th:last-child {
    text-align: center;
}

.bottom_lbl {
    justify-content: space-between;
}
.bottom_lbl span {
    font-size: 16px;
    font-weight: 500;
}

.question_ans_main .shape1 {
    top: 40px;
    right: 100px;
}
.question_ans_main .shape2 {
    top: 180px;
    left: 100px;
}
.question_ans_main .shape3 {
    bottom: 0px;
    left: 0;
}
.question_ans_main .shape4 {
    bottom: 110px;
    right: 90px;
}

.cms_page .container .entry-content>div.score_form {
    max-width: 1280px !important;
    margin: 0 auto;
    min-height: 550px;
}
.score_form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.score_form .pre-loader {
    position: absolute;
}
.score_form .heading_main h1 {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 500;
    color: #000;
    margin: 0px;
    display: inline-block;
    position: relative;
    font-family: "poppins", sans-serif;
}
.score_form .heading_main h3 {
    color: #4F4F4F;
    font-size: 18px;
    line-height: 1.15;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    margin-top: 0;
}

.score_bx {
    background: #0336FF0D;
    border: 1px solid #2132661f;
    border-radius: 50px;
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    overflow: hidden;
    max-width: 1130px;
    margin: 0 auto;
}
.score_bx .score_content p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #4F4F4F;
    font-family: "poppins", sans-serif;
}
.score_bx p .label {
    font-weight: 300;
    color: #050505;
    display: block;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    margin-bottom: 5px;
    min-width: 100px;
}
.score_bx p .val {display: block;font-size: 20px;line-height: 1.25;font-weight: 600;}
.lit-score.val {
    color: #01A652;
    font-weight: 600;
}
.score_bx .download_certificate_btn {padding: 7px;width: 40px;height: 40px;flex: 0 0 auto;display: flex;align-items: center;justify-content: center;max-width: 100%;border-radius: 50%;background: var(--color2);font-size: 16px;font-weight: 500;outline: none;box-shadow: none !important;text-decoration: none !important;cursor: pointer;color: var(--color1);transition: all ease 0.5s;overflow: hidden;}
.score_bx .download_certificate_btn:hover {
    background: var(--color4);
}
.score_bx .download_certificate_btn svg {
    width: 100%;
    height: 100%;
}
.download_certificate_btn.downloading {
    background: #fff !important;
    padding: 5px;
}
.download_certificate_btn.downloading img {
    border-radius: 50%;
    max-height: 60px;
}
.score-card .row_bx {
    gap: 30px;
}
.score_content {
    border-top: 1px solid #00000021;
}
.score_content h4 {
    margin-bottom: 10px;
}
.score_content p {
    font-size: 22px;
}
.top_user_details .user_dt_row {
    gap: 30px;
}
.page-template-default article.entry .entry-content .user_dt_row p,
.user_dt_row p {
    display: inline-block;
    width: auto;
    margin: 0;
    flex: 0 0  auto;
}
.user_nm {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}
.score_content,
.bottom_content,
.top_user_details {
    width: 100%;
    padding: 40px 80px;
}
.top_user_details {
    justify-content: space-between;
}
.top_user_details .text_wrap {
    width: calc(100% - 300px);
}
.top_user_details .action_wrap {
    background: #f7a29157;
    padding: 20px;
    border-radius: 20px;
}
.top_user_details .action_wrap h6 {
    max-width: 150px;
}
.top_user_details .action_wrap h6 span {
    color: var(--color5)
}
.bottom_content{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ededed;
}

/*radio ps*/
.radio_ps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.radio_list {
    padding-left: 52px;
    width: 100%;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 1px;
}
.radio_ps [type="radio"]:checked,
.radio_ps [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio_ps [type="radio"]:checked + label,
.radio_ps [type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    display: inline-block;
    color: #050505;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 7px 15px;
    min-height: 30px;
    margin: 0px;
    width: 100%;
    background: #fff;
}
.radio_ps [type="radio"]:checked + label:before,
.radio_ps [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -52px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #D8D8D8;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #050505;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.radio_ps #option_A + label::before {
    content: 'A';
}
.radio_ps #option_B + label::before {
    content: 'B';
}
.radio_ps #option_C + label::before {
    content: 'C';
}
.radio_ps #option_D + label::before {
    content: 'D';
}
  
.radio_ps [type="radio"]:checked + label:after,
.radio_ps [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 10px solid transparent;
    border-left-color: #D8D8D8;
    margin-left: -10px;
}
.radio_ps [type="radio"]:checked + label:before,
.radio_ps [type="radio"]:checked + label {
    border-color: #01A14E;
    background: #01A14E1A;
}

.radio_ps [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.radio_ps [type="radio"]:checked + label:after {
    opacity: 1;
    border-left-color: #01A14E;
    margin-left: 0;
}

/* New css start */
body .saren--account--dashboard { margin: 0;}
.wb-box-wrapper{box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.05) 0 1px 2px 0;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem}
.parent_box-header-title{letter-spacing:-.025em;font-size:1.125rem;line-height:1.75rem;font-weight:600;gap:.5rem;display:flex;align-items:center}
.lit-score-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}
.lit-score-data p{color:#16a34a;font-weight:700;font-size:1.875rem!important;line-height:2.25rem!important;display:block;margin-bottom:.5rem;margin-top:.75rem}
.lit-score-data span{display:block;font-size:.875rem;line-height:1.25rem;color:#4b5563}
body .green-pill{color:#166534;font-weight:600;font-size:.75rem;line-height:1rem;padding:.125rem .625rem;display:inline-block;background-color:#dcfce7;border-radius:50px}
.lit-score-data .blue {  color: #2563eb;}
.lit-score-data .purple {  color: #9333ea;}
.lit-score-data .orange {  color: #ea580c;}
.lit-score-data p>span {
    all: inherit;
    margin: 0;
    display: inline-block;
    width: auto;
}
.user--graph--score { width: 100% !important; margin-top: 15px;}
.graph-grade-info{background-color:#eff6ff;border-radius:8px}
.green-line{background-color:#22c55e;height:.125rem;width:1rem}
.graph-grade-info *{font-size:.875rem!important;line-height:1.25rem!important;color:#4b5563}
.graph-grade-info p{display:block;margin-top:.5rem}
.pi-stngth-rec-item h4{color:#111827;font-weight:500;font-size:1rem;line-height:1.5rem;margin-bottom:.75rem}
.pi-stngth-rec-item ul li span{color:#4b5563;font-size:.875rem;line-height:1.25rem;display:block}
.pi-stngth-rec-item ul{gap:.5rem;display:flex;flex-direction:column}
.pi-stngth-rec{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:15px;}
.performance-insights-wrap{margin-top:2rem;margin-bottom:2rem}
.green-dot{background-color:#22c55e;width:.5rem;height:.5rem;border-radius:50%}
.blue-dot{background-color:#3b82f6;width:.5rem;height:.5rem;border-radius:50%}
.ready-to-next-ass svg{width:3rem;height:3rem}
body .ready-to-next-ass{border-color:#bfdbfe;background-color:#eff6ff}
.ready-to-next-ass{border-color:#bfdbfe;background-color:#eff6ff;margin-top:2rem}
.ready-to-next-ass h3{font-size: 1.125rem;line-height:1.75rem!important;font-weight:600!important;margin-bottom:.5rem !important;margin-top:0;color:#111827}
.ready-to-next-ass p{color:#4b5563;margin-bottom:1rem;display:block;font-size:1rem!important;line-height:1.5rem!important}
.ready-to-next-ass span{color:#3a82f6;font-size:.875rem ;line-height:1.25rem ;font-weight:500;display:block}
.user--comparision--table table * {color:#0a0a0a !important; font-family: Arial, Helvetica, sans-serif !important; text-align: left !important;font-weight: 500;font-size: .875rem !important;line-height: 1.25rem !important;border: 0 !important;}
.user--comparision--table table th{font-weight:500;color:#737373!important;height:3rem;padding:0 1rem}
.user--comparision--table table tbody tr { border-top: 1px solid #e5e5e5 !important;}
.user--comparision--table table .download-cerificate{padding:0 .75rem;white-space:nowrap;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;transition:all .5s ease;border:1px solid #e5e5e5!important;border-radius:6px}
.download-cerificate:hover{background-color:#f5f5f5!important;text-decoration:none!important}
body .user--comparision--table table span.level-pills{color:#166534!important;font-weight:600;font-size:.75rem!important;line-height:1rem!important;padding:.125rem .625rem;background-color:#dcfce7;border-radius:50px}
body .user--comparision--table table .level-pills.beginner-level{ background-color: #dbeafe;color: #1e40af !important;}
.improvements-td span { color: #6b7280 !important; display: block;}
.improvements-td span.up-imp { color: #16a34a !important;}
.improvements-td span.low-imp { color: #dc2626 !important;}

/* instruction modal */
.instruction-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    padding: 0px 20px;
}
.instruction-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.instruction-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    margin-top: 65px;
}
.gif_icon {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -95px;
    overflow: hidden;
}
.instruction-box h3 {
    font-size: 24px;
    line-height: 1.25;
    color: var(--color1);
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCD6;
}
.instruction-box ul li {
    font-size: 16px;
    line-height: 1.25;
}
  
.time_txt h6 {
    font-size: 16px;
    line-height: 1.15;
}
.time_txt p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px !important;
    display: block;
    color: #292929;
}
.timer-display {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #213266;
    box-shadow: 0px 0px 1px 1px #f27a9f;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    min-width: 85px;
}
.timer-display svg {
    width: 24px;
    height: 24px;
    color: #213266;
    margin-right: 5px;
}
.timer-display svg path {
    fill: #f27a9f;
}
.timer-display span {
    line-height: 1;
    min-width: 40px;
}

.timer_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.qus_no {    
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #213266;
    padding: 7px 10px;
    border-radius: 10px;
}

/* Toggle switch */
.theme-switcher {
  top: 0px;
  right: 20px;
  width: 80px;
  height: 34px;
  background-color: #4b4395;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.3s;
  gap: 5px;
  color: #fff;
}
.theme-switcher .thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.5s;
  flex: 0 0 auto;
}
.mode {
 transition: transform 0.5s;
 font-size: 14px;
 line-height: 1;
 font-weight: 500;
}
.theme-switcher.active .mode {
    transform: translateX(-20px);
}
.theme-switcher img {
  width: 14px;
  height: 14px;
}
.theme-switcher.active {
  background-color: var(--color2);
  color: var(--color1);
}
.theme-switcher.active .thumb {
  transform: translateX(50px);
  background: var(--color1);
}

.passage_txt {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    background: #7e7c7c36;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.question_container.dark .passage_txt {
    background: var(--color7);
    color: #000000;
}
.question_container:not(.dark) .passage_txt span {
    color: inherit !important;
}

.row_bx_inner {
    display: flex;
    gap: 10px;
}
.question_container {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    background: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-items: flex-start;
    align-content: flex-start;
}
.info_txt {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
    background: #213266;
    padding: 2px 5px;
    color: #fff;
    border-radius: 5px;
}
.ques_with_option {
    width: 50%;
    padding: 20px;
    background: #f2f5ff;
    border-radius: 10px;
}

/* falling effect */
.confetti {
    position: absolute;
    width: 8px;
    height: 14px;
    background-color: red;
    opacity: 0.8;
    top: -20px;
    animation: fall linear forwards;
  }

  @keyframes fall {
    to {
      transform: translateY(110vh) rotate(360deg);
      opacity: 0;
    }
  }


.header_two {
    padding: 15px 50px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.logo_text {
    display: flex;
    width: 180px;
}
.heading_main.heading_test_page {
    text-align: right;
    margin: 0;
}
.heading_main.heading_test_page .font60 {
    font-size: 30px;
}
.heading_main.heading_test_page h3 {
    font-size: 18px;
    margin-top: 0;
    color: #727272;
}  

.tlq_score_test {
    height: calc(100vh - 92px);
    padding-left: 50px;
    padding-right: 50px;
    margin: 0px !important;
}
.tlq_score_test::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg_img_group2.png);
  background-position: left center;
  opacity: 0.17;
  z-index: -1;  
}
.tlq_score_test>div {
    height: 100%;
}
.lit_login_form {
    max-width: 810px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 0px 20px;
}


/* media css */

@media screen and (max-width: 1800px) {
    .question_ans_main .shape3 {
        left: 50px;
    }
}

@media screen and (max-width: 1600px) {
    
    .question_ans_main .action_btn {
        margin-top: 30px;
    }
    .question_ans_main .shape1 {
        max-width: 20px !important;
        top: 50px;
    }
    .timer-display svg {
        width: 20px;
        height: 20px;
    }
    .timer-display {
        font-size: 18px;
    }
    .theme-switcher {
        height: 30px;
    }
    .question_ans_main .lead {
        font-size: 16px;
    }
    .score-card .heading_main {
        margin-bottom: 20px;
    }
    .cms_page .container .entry-content>div.score_form {
        min-height: 400px;
    }
    .radio_ps [type="radio"]:checked + label:before, .radio_ps [type="radio"]:not(:checked) + label:before,
    .radio_ps [type="radio"]:checked + label, .radio_ps [type="radio"]:not(:checked) + label {
        /* font-size: 16px; */
    }
    .instruction-box {
        padding: 20px;
    }
    .instruction-box h3 {
        font-size: 20px;
    }
    .gif_icon {
        margin-top: -75px;
    }
    .site .instruction-box .button,
    .instruction-box .button {
        font-size: 16px;
        padding: 10px 20px;
    }
    
    .time_txt h6,
    .instruction-box ul li {
        font-size: 14px;
    }
    .question_ans_main .shape2 {
        left: 40px;
    }
    .question_ans_main .shape4 {
        right: 50px;
    }
}

@media screen and (max-width: 1500px) {
    
    .question_ans_main .shape2 {
        top: 50px;
        max-width: 30px !important;
    }
    .question_ans_main .shape4 {
        bottom: 20px;
    }
}
@media screen and (max-width: 1300px) {
   
    .question_ans_main #options .btn,
    .score_form .heading_main h3 {
        font-size: 16px;
    }
    .score_form .heading_main h1 {
        font-size: 24px
    }
    .site .score_content .button{
        font-size: 16px;
        padding: 10px 30px;
    }
    .score_bx .font26 {
        font-size: 20px;
    }
    .score_bx .score_content p {
        font-size: 16px;
    }
    .score_bx p .val {
        font-size: 20px;
    }
    .score_content, .bottom_content, .top_user_details {
        padding: 30px 50px;
    }
    .user_nm {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1199px) { 
    .top_user_details {
        flex-wrap: wrap;
    }
      
    .score_content, .bottom_content, .top_user_details {
        padding: 40px 40px;
    }
    .score_form .heading_main h3 {
        font-size: 20px;
    }
     
    .lit-score-boxes {  gap: 1rem; grid-template-columns: repeat(2, 1fr);}
     .user--comparision--table table.comparison-table{width:1px!important;min-width:unset!important;max-width:100%!important;display:table-caption}
}

@media screen and (max-width: 991px) {
    .header_two,
    .tlq_score_test {
        padding-left: 20px;
        padding-right: 20px;
    }
    .row_bx_inner {
        flex-wrap: wrap;
    }
    .question_container,
    .ques_with_option {
        width: 100%;
    }
    .radio_ps {
        gap: 20px;
    }
     
    .top_user_details .text_wrap {
        width: 100%;
    }
    .score-card .row_bx{
        flex-wrap: wrap;
    }
    .score_content, .score_bx {
    width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .passage_txt,
    .qus_no {
        font-size: 16px;
    }
    .info_txt {
        font-size: 14px;
    }
    .logo_text {
        width: 120px;
    }
    .header_two {
        padding: 15px 20px;
    }
     .heading_main.heading_test_page .font60 {
        font-size: 22px;
    }
    .heading_main.heading_test_page h3 {
        font-size: 16px;
    }
    .question_ans_main .lead {
        font-size: 16px;
    }
    .lit-score-data p {
        font-size: 20px !important;
    }
    .ready-to-next-ass h3 {
        font-size: 16px;
    }
    .download_certificate_btn, .btn-journey {
        margin-top: 20px;
    }
    #question {
        font-size: 14px;
    }
    .radio_list {
        width: 100%;
    }
    
    .score_content, .bottom_content, .top_user_details {
        padding: 30px 30px;
    }
    .user_nm {
        font-size: 24px;
    }
    .score_bx .bottom_content {
        flex-wrap: wrap;
    }
    .score_content h4.font26 {
        font-size: 20px;
    }
    
    .score_bx p .val,
    .score_bx p .label {
        text-align: inherit;
        width: 100%;
    }
    .bottom_lbl a span,
    .table_custom tr td, .table_custom tr th,
    .table_data p {
        font-size: 14px;
    }
    .reading_report_card {
        font-size: 14px;
    }
    .table_custom {
        width: 100%;
        overflow-x: auto;
        display: block;
    }
    .reading_report_card h3 {
        font-size: 18px;
    }
    .score_bord_main .w-50 {
        width: 100%;
    }
    .score_bord_main .row {
        column-count: initial;
    }
    .pi-stngth-rec,.lit-score-boxes {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 575px) {
    .top_user_details .action_wrap {
        padding: 10px 15px;
    }
    .top_user_details .user_dt_row {
        flex-direction: column;
        gap: 15px;
    }
    body .saren--account--dashboard.dashboard_tbt_score .user--graph--score {
        padding: 1rem 0 0;
    }
    .persional_details .row_bx {
        column-count: 1;
    }
    .bottom_lbl,
    .head_top {
        justify-content: center;
        flex-wrap: wrap;
    }

}