.case-study-banner {
    padding: 38px 0 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.case-study-banner-tag {
    border-radius: 100px;
    border: 1px solid #E8ECFF;
    background: linear-gradient(90deg, #FF8000 0%, #80F 100%);
    display: inline-flex;
    padding: 8px 16px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 37px;
}
.case-study-banner-inner h1 {
    color: #212121;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.case-study-banner-inner h1 {
    color: #212121;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 800px;
    margin: 0 auto;
}
.case-study-banner-inner p {
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    max-width: 550px;
    margin: 25px auto 32px;
}
.case-study-banner-inner small {
    border-radius: 4px;
    background: #F8F8F8;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 30px;
    display: inline-flex;
}
ul.case-study-banner-counter {
    display: flex;
    max-width: 1015px;
    border-top: 1px solid #F2F2F2;
    padding-top: 48px;
    margin: 48px auto 60px;
    gap: 30px;
    justify-content: space-between;
}
ul.case-study-banner-counter li {
    width: 33.33%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
}
ul.case-study-banner-counter strong {
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    position: relative;
}
ul.case-study-banner-counter span {
    color: #5D5D5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
ul.case-study-banner-counter strong svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.case-study-banner-cta a span {
    display: flex;
    align-items: center;
    gap: 12px;
}
.case-study-banner-cta a {
    padding: 13px 30px;
}
.case-study-banner-cta a span svg {
    width: 30px;
    height: 30px;
}
.case-study-banner:after {
    position: absolute;
    content: "";
    width: 634px;
    height: 634px;
    border-radius: 634px;
    background: #F7EAFF;
    filter: blur(125.5px);
    right: -250px;
    bottom: -188px;
    z-index: -1;
}
.case-study-banner:before {
    position: absolute;
    content: "";
    width: 634px;
    height: 634px;
    border-radius: 634px;
    background: rgba(225, 255, 0, 0.20);
    filter: blur(197px);
    left: -250px;
    bottom: -188px;
    z-index: -1;
}
span.comman-heading-badge {
    border-radius: 12px;
    background: #FFF;
    color: #0D56F9;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 11px 36px;
    display: inline-flex;
    margin-bottom: 32px;
}
span.yellow-line-text {
    position: relative;
}
span.yellow-line-text svg {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
}
.overview-inner {
    display: flex;
    gap: 32px;
}
.overview-inner-left p {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 205%;
}
.overview-inner-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.overview-inner-right {
    border-radius: 16px;
    background: #FFF;
    padding: 32px;
    width: 100%;
    max-width: 477px;
}
.overview-inner-right span {
    color: #0D56F9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    display: block;
}
.overview-inner-right p {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 12px 0 24px;
}
.overview-inner-right ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.overview-inner-right ul li {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 18px;
    position: relative;
}
.overview-inner-right ul li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #0D56F9;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.overview-inner-bottom {
    border-radius: 16px;
    background: #FFF;
    padding: 32px 24px;
    margin-top: 32px;
}
.overview-inner-bottom p {
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.overview-inner-bottom span {
    border-radius: 8px;
    background: #0D56F9;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 8px 28px;
    display: inline-flex;
    margin-bottom: 16px;
}
.scoring-methodology .comman-heading-badge {
    background: #F4FAFF;
}
.scoring-methodology-inner {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}
.scoring-methodology-inner-box {
    width: calc(33.33% - 20px);
    border-radius: 12px;
    border: 1px solid #E2E2E2;
    background: #FBFBFB;
    padding: 32px;
}
.scoring-methodology-inner-box span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0D56F9;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.scoring-methodology-inner-box p {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0 24px;
}
.scoring-methodology-inner-box small {
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    display: block;
}
.scoring-methodology-middle {
    border-radius: 16px;
    background: #FAFAFA;
    padding: 24px 32px;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    margin: 32px 0;
}
.scoring-methodology-bottom {
    display: flex;
    gap: 32px;
}
.scoring-methodology-bottom-right {
    width: 100%;
    max-width: 480px;
    display: inline-flex;
    padding: 32px 24px 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    background: #FAFAFA;
}
.scoring-methodology-bottom-right span {
    display: flex;
    height: 34px;
    padding: 9px 21px 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    background: #FFF;
    color: #0D56F9;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.scoring-methodology-bottom-right p {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.scoring-methodology-bottom-right small {
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 210%;
    display: block;
}
.scoring-methodology-bottom-left {
    width: 100%;
}
.new-common-table {
    width: 100%;
    overflow: auto;
    border-radius: 12px;
    border: 1px solid #E8ECFF;
    background: #FFF;
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.02);
}
.new-common-table table {
    width: 100%;
    border-collapse: collapse;
}
.new-common-table table th {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #0D56F9;
    padding: 16px 24px;
    text-align: left;
}
.new-common-table table td {
    color: #212121;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 22px 24px;
    border-bottom: 1px solid #E8ECFF;
}
.new-common-table table tr:nth-child(even) td {
    background: #FBFBFB;
}
.new-common-table table tr:last-child td {
    border-bottom: 0;
}
.scoring-methodology-bottom-left .new-common-table table td:nth-child(2) {
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.scoring-methodology-bottom-left .new-common-table table td:nth-child(3) {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
}
.scoring-methodology-bottom-left .new-common-table table td.red {
    color: #EF4444 !important;
}
.scoring-methodology-bottom-left .new-common-table table td.green {
    color: #10B585 !important;
}
.scoring-methodology-bottom-left .new-common-table table tr:last-child td:first-child {
    border-left: 3px solid #534D4D;
}
.scoring-methodology-bottom-left .new-common-table table tr:first-child td:first-child {
    border-left: 3px solid #534D4D;
}
.practice-outcomes-box {
    border-radius: 20px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.02);
    padding: 30px;
    margin-bottom: 32px;
}
.practice-outcomes-box-heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.practice-outcomes-box-heading-left {
    border-radius: 4px;
    background: #EFF8FF;
    color: #0D56F9;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 4px 10px;
}
.practice-outcomes-box-heading-middle p {
    color: #212121;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.practice-outcomes-box-heading-middle span {
    color: #5A5A5A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    display: block;
    margin-top: 15px;
}
.practice-outcomes-box-heading-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: 80px;
}
.practice-outcomes-box-heading-right span {
    color: #10B585;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
.practice-outcomes-box-heading-right small {
    color: #5A5A5A;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
}
.practice-outcomes-box-content {
    border-radius: 12px;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.practice-outcomes-box-content-box {
    width: 33.33%;
    text-align: center;
    position: relative;
}
.practice-outcomes-box-content-box strong {
    color: #212121;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
.practice-outcomes-box-content-box span {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-top: 4px;
}
.practice-outcomes-box-content-box:nth-child(2) strong {
    color: #10B585;
}
.practice-outcomes-box-content-box:nth-child(3) strong {
    color: #0D56F9;
}
.practice-outcomes-box-footer p {
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    margin-top: 15px;
}
.practice-outcomes-box-footer p strong {
    color: #000;
}
.practice-outcomes-box.practice-outcomes-b .practice-outcomes-box-heading-right span {
    color: #0D56F9;
}
.practice-outcomes-box-table {
    margin-top: 24px;
}
.practice-outcomes-box-table .new-common-table table td:nth-child(3),
.practice-outcomes-box-table .new-common-table table td:nth-child(4) {
    color: #212121;
    font-weight: 700;
}
.practice-outcomes-b .practice-outcomes-box-table .new-common-table table tbody tr:last-child {
    border-left: 3px solid #10B585;
    background: #F0FDF4;
}
.practice-outcomes-b .practice-outcomes-box-table .new-common-table table tr:last-child td:nth-child(3),
.practice-outcomes-b .practice-outcomes-box-table .new-common-table table tr:last-child td:nth-child(4) {
    color: #10B585;
}
.practice-outcomes-box.practice-outcomes-c .practice-outcomes-box-heading-right span {
    color: #8B5CF6;
}
.practice-outcomes-box-table tbody tr td:first-child span {
    border-radius: 4px;
    background: #212121;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding: 4px 10px;
    display: inline-flex;
    white-space: nowrap;
}
.practice-outcomes-box-table tbody tr:nth-child(2) td:first-child span {
    background: #0D56F9;
}
.practice-outcomes-box-table tbody tr:nth-child(3) td:first-child span {
    background: #10B585;
}
.practice-outcomes-box-table tbody tr td:last-child span {
    border-radius: 4px;
    border: 0.5px solid #EF4444;
    background: #FFF5F5;
    color: #EF4444;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 4px 10px;
    width: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.practice-outcomes-box-table tbody tr:nth-child(2) td:last-child span {
    background: #FFF8F0;
    border-color:#FFD9A3;
    color: #FF9604;

}
.practice-outcomes-box-table tbody tr:nth-child(3) td:last-child span {
    background: #F5F3FF;
    border-color:#8B5CF6;
    color: #8B5CF6;
}
.practice-outcomes-bottom {
    border-radius: 16px;
    background: #0D56F9;
    padding: 40px;
}
.practice-outcomes-bottom span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
}
.practice-outcomes-bottom p {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0 27px;
}
.practice-outcomes-bottom-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.practice-outcomes-bottom-inner-box {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
}
.practice-outcomes-bottom-inner-box:nth-child(2):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    opacity: 0.5;
    background: #FFF;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.practice-outcomes-bottom-inner-box:nth-child(2):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    opacity: 0.5;
    background: #FFF;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.practice-outcomes-bottom-inner-box strong {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.practice-outcomes-bottom-inner-box small {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.7;
}
.case-study-roadmap .comman-heading-badge {
    background: #F4FAFF;
}
.case-study-roadmap-inner {
    display: flex;
    gap: 32px;
}
.case-study-roadmap-inner-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.case-study-roadmap-inner-left p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
}
.case-study-roadmap-inner-right {
    width: 50%;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FAFAFA;
    padding: 28px;
}
.case-study-roadmap-inner-right p {
    color: #0D56F9;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.case-study-roadmap-inner-right ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}
.case-study-roadmap-inner-right ul li {
    display: flex;
    align-items: flex-start;
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 12px;
}
.case-study-roadmap-bottom {
    border: 1px solid #E8E8E8;
    background: #FAFAFA;
}
.case-study-notes-box {
    border-radius: 12px;
    border: 1px solid #E8ECFF;
    background: #FFF;
    padding: 40px;
}
.case-study-notes-box p {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.case-study-notes-box p span {
    display: flex;
    padding: 6px 12px;
    align-items: flex-start;
    border-radius: 100px;
    background: #EFF8FF;
    color: #0D56F9;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.case-study-notes-box ul {
    border-top: 1px solid #E8ECFF;
    margin: 25px 0 32px;
    padding-top: 25px;
}
.case-study-notes-box-box small {
    color: #5A5A5A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.case-study-notes-box-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    
}
.case-study-notes-box-box a,
.case-study-notes-box-box span {
    color: #0D56F9;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
.case-study-notes-box ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.case-study-notes-box ul li {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    padding-left: 22px;
    position: relative;
}
.case-study-notes-box ul li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #0D56F9;
    left: 0;
    top: 10px;
}
.case-study-roadmap-inner-right ul li svg {
    width: 18px;
    flex: 0 0 18px;
}
/*-------------------------------*/
.case-study-page2 .case-study-banner-inner h1 {
    max-width: 882px;
}
.case-study-page2 .case-study-banner-inner p {
    max-width: 700px;
}
.case-study-banner-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8FCFF;
    border: 1px solid #E4ECFF;
    border-radius: 50%;
}
.overview-inner-left .main-heading.main-heading1 {
    text-align: left;
    margin: 0;
}
.overview-inner-left .main-heading.main-heading1 h2{
    text-align: left;
}
.overview-inner-left .comman-heading-badge {
    margin-bottom: 12px;
}
.case-study-page2 .overview-inner-left {
    width: 100%;
    max-width: 880px;
}
.case-study-page2 .overview-inner-right {
    border-radius: 0;
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 408px;
    margin: 0 0 0 auto;
}
.case-study-page2 .overview-inner {
    align-items: flex-end;
}
.overview-inner-right-box {
    border-radius: 12px;
    border: 1px solid #DFE9FF;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 24px 24px;
    gap: 16px;
    margin-bottom: 32px;
}
.overview-inner-right-box:last-child {
    margin-bottom: 0;
}
.overview-inner-right-box-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #EFF8FF;
}
.overview-inner-right-box-icon svg {
    width: 19px;
    height: 19px;
}
.overview-inner-right-box-content p {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
}
.overview-inner-right-box-content span {
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 4px;
}
.comman-heading-badge-blue{
    background: #F4FAFF !important; 
}
.the-dataset-table {
    max-width: 760px;
    margin: 0 auto;
}
.the-dataset-table th:last-child,
.the-dataset-table td:last-child {
    text-align: right;
}
.the-dataset-table td:last-child {
    color: #0D56F9;
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.overview-case-study2-table{
    max-width: 1182px;
    margin: 0 auto;
}
.overview-case-study2-table td:nth-child(3) {
    color: #0D56F9;
    font-weight: 700;
}
.overview-case-study2-table td:nth-child(3) {
    color: #10B585;
    font-weight: 700;
}
.overview-case-study2-table tbody tr:last-child {
    background-color: #EFF8FF;
    border-left: 4px solid #10B585;

}
.overview-case-study2-inner {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    flex-flow: wrap;
}
.overview-case-study2-inner-box {
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 32px;
    width: calc(50% - 16px);
}
.overview-case-study2-inner-box-top {
    color: #0D56F9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: relative;
    margin-bottom: 8px;
}
.overview-case-study2-inner-box-top small {
    border-radius: 6px;
    background: #F2FDE3;
    color: #10B585;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 12px;
    position: absolute;
    display: flex;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.overview-case-study2-inner-box p {
    color: #212121;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}
.overview-case-study2-inner-box span {
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: block;
}
.score-tier-table-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.score-tier-table-box span {
    border-radius: 99px;
    background: #0D56F9;
    padding: 5px 15px;
    display: flex;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 60px;
    border: 1px solid #0D56F9;
}
.score-tier-table td:nth-child(3) {
    color: #FF9604;
    font-weight: 700;
}
.score-tier-table tbody tr:last-child td:nth-child(3) {
    color: #212121;
    font-weight: 700;
}
.score-tier-table tbody tr:last-child td:nth-child(4)  {
    color: #FF9604;
    font-weight: 700;
}
.score-tier-table tbody tr td:nth-child(4)  {
    color: #212121;
    font-weight: 700;
}
.score-tier-table tbody tr td:nth-child(5)  {
    color: #212121;
    font-weight: 700;
}
.score-tier-table tbody tr:last-child td:nth-child(5)  {
    color: #10B585;
    font-weight: 700;
}
.score-tier-table tbody tr td:nth-child(6)  {
    color: #10B585;
    font-weight: 700;
}
.score-tier-table td:last-child span {
    color: #FF9604;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 6px;
    background: #FFF3E0;
    padding: 6px 12px;
    width: 92px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.score-tier-table tr:nth-child(2) td:first-child .score-tier-table-box span {
    border: 1px solid #0D56F9;
    background: transparent;
    color: #0D56F9;
}
.score-tier-table tr:nth-child(3) {
    border-left: 4px solid #10B585;
}
.score-tier-table tr:nth-child(3) td:first-child .score-tier-table-box span {
    border: 1px solid #10B585;
    background: transparent;
    color: #10B585;
}
.score-tier-table-inner {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-flow: wrap;
}
.score-tier-table-inner-box {
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    width: calc(50% - 15px);
    position: relative;
    overflow: hidden;
}
.score-tier-table-inner-box:after {
    position: absolute;
    content: "";
    right: -30px;
    top: -29px;
    width: 132px;
    height: 132px;
    background: #F8E3FD;
    filter: blur(97px);
    border-radius: 50%;
}
.score-tier-table-inner-box:last-child:after {
    background: #FDF0E3;
}
.score-tier-table-inner-box-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #EFF8FF;
    flex: 0 0 32px;
}
.score-tier-table-inner-box p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.score-tier-table-inner-box:last-child .score-tier-table-inner-box-icon {
    background: #FDF0E3;
}
.the-plateau-table td:first-child span {
    border-radius: 999px;
    background: #F2F2F2;
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 6px 12px;
    display: inline-block;
    white-space: nowrap;
}
.the-plateau-table tr:nth-child(2) {
    border-bottom: 1px solid #FF9F04;
    border-left: 4px solid #FF9F04;
    background: #FDFDFD;
}
.the-plateau-table tr:nth-child(2) td:nth-child(2) {
    color: #FF9604;
}
.the-plateau-table tr:nth-child(2) td:first-child span {
    background: #FF9604;
    color: #FFFFFF;
}
.the-plateau-table tr:nth-child(3) {
    border-left: 4px solid #10B585;

}
.the-plateau-table tr:nth-child(3) td:first-child span {
    background: #10B585;
    color: #FFFFFF;
}
.the-plateau-table tr:nth-child(2) td:nth-child(2) span {
    display: block;
    color: #5A5A5A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
}
.the-plateau-table tr td:nth-child(3),
.the-plateau-table tr td:nth-child(5),
.the-plateau-table tr td:nth-child(6),
.the-plateau-table tr td:nth-child(4){
    color: #5A5A5A;
    font-weight: 700;
}
.the-plateau-table tr:nth-child(3) td:nth-child(3),
.the-plateau-table tr:nth-child(3) td:nth-child(5),
.the-plateau-table tr:nth-child(3) td:nth-child(6){
    color: #10B585;
}
.the-plateau-table tr:nth-child(1) td:nth-child(4),
.the-plateau-table tr:nth-child(2) td:nth-child(4){
    color: #EF4444;
}
.the-plateau-table tr:nth-child(2) td:nth-child(5){
    color: #FF9604;
}
.the-plateau-table-inner {
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
    gap: 18px;
}
.the-plateau-table-inner-box {
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.01);
    padding: 24px;
    width: calc(33.33% - 12px);
    position: relative;
    overflow: hidden;
}
.the-plateau-table-inner-box-top span {
    width: 64px;
    height: 64px;
    background: #F8E3FD;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.the-plateau-table-inner-box-top {
    display: flex;
    align-items: center;
    gap: 16px;
}
.the-plateau-table-inner-box-top p {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.the-plateau-table-inner-box small {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    display: block;
    margin-top: 20px;
}
.the-plateau-table-inner-box:after {
    position: absolute;
    content: "";
    width: 132px;
    height: 132px;
    background: #F2F2F2;
    filter: blur(97px);
    top: -28px;
    right: -18px;
    border-radius: 50%;
}
.the-plateau-table-inner-box:nth-child(2) .the-plateau-table-inner-box-top span {
    background: #FDF0E3;
}
.the-plateau-table-inner-box:nth-child(3) .the-plateau-table-inner-box-top span {
    background: #FDE3F3;
}
.difficulty-analysis-table tbody tr:first-child {
    border-left: 4px solid #EF4444;
    background: #FFF5F5;
}
.difficulty-analysis-table tbody tr:nth-child(2) {
    border-left: 4px solid #FF9604;
}
.difficulty-analysis-table tbody tr:nth-child(2) td{
    background: #FFF8F0 !important;
}
.difficulty-analysis-table-count {
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: rgba(0, 0, 0, 0.00);
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.difficulty-analysis-table tbody tr:first-child .difficulty-analysis-table-count{
    background: #EF4444;
    border-color: #EF4444;
    color: #FFF;
}
.difficulty-analysis-table tbody tr:nth-child(2) .difficulty-analysis-table-count{
    background: #FF9604;
    border-color: #FF9604;
    color: #FFF;
}
.difficulty-analysis-table-tag {
    border-radius: 20px;
    background: #FFF3E0;
    color: #FF9604;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 4px 12px;
    width: 72px;
}
.difficulty-analysis-table-tag.speaking {
    background: #EFF8FF;
    color: #0D56F9;
}
.difficulty-analysis-table-tag.writing {
    background: #F5F3FF;
    color: #8B5CF6;
}
.difficulty-analysis-table tr td:nth-child(5) {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.difficulty-analysis-table tr td:nth-child(5) {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.new-common-table tr td.red{
    color: #EF4444 !important;
}
.new-common-table tr td.orange{
    color: #FF9604 !important;
}
.new-common-table tr td.green{
    color: #10B585 !important;
}
.difficulty-analysis-table .progress {
    border-radius: 10px;
    background: #F5F5F5;
    width: 240px;
    height: 8px;
    position: relative;
}
.difficulty-analysis-table .progress-bar {
    border-radius: 10px;
    position: absolute;
    height: 8px;
    left: 0;
}
.difficulty-analysis-table .progress-bar.progress-bar-red{
    background: #EF4444;
}
.difficulty-analysis-table .progress-bar.progress-bar-orange {
    background: #FF9604;
}
.difficulty-analysis-table .progress-bar.progress-bar-purple {
    background: #8B5CF6;
}
.difficulty-analysis-table .progress-bar.progress-bar-blue {
    background: #0D56F9;
}
.difficulty-analysis-table .progress-bar.progress-bar-green {
    background: #10B585;
}
.difficulty-analysis-table tbody tr:last-child {
    background: #F0FDF4;
    border-left: 4px solid #10B585;
}
.difficulty-analysis-table tbody tr td:nth-child(2) span ,
.difficulty-analysis-table tbody tr:last-child td:nth-child(2) span {
    display: block;
    color: #EF4444;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.difficulty-analysis-table tbody tr:last-child td:nth-child(2) span {
    color: #10B585;

}
.mistake-analysis-inner {
    display: flex;
    gap: 48px;
}
.mistake-analysis-left {
    border-radius: 12px;
    border: 1px solid #E8ECFF;
    background: #FFF;
    box-shadow: 0 12px 24px 0 rgba(13, 86, 249, 0.03);
    flex: 0 0 520px;
    padding: 30px;
}
.mistake-analysis-left p {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}
.mistake-analysis-left p + span {
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mistake-analysis-left ul {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}
.mistake-analysis-left ul li {
    border-bottom: 1px solid #F2F2F2;
    padding: 12px 0 12px 20px;
    position: relative;
}
.mistake-analysis-left ul li strong {
    overflow: hidden;
    color: #212121;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 8px;
    align-items: center;
}
.mistake-analysis-left ul li strong span {
    color: #EF4444;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    background: #FFF5F5;
    padding: 4px 8px;
}
.mistake-analysis-left ul li small {
    overflow: hidden;
    color: #5A5A5A;
    text-overflow: ellipsis;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 4px;
}
.mistake-analysis-left ul li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #EF4444;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mistake-analysis-left ul li:last-child{
    border-bottom: 0;
}
.mistake-analysis-left ul li.orange:after {
    background: #FF9604;
}
.mistake-analysis-left ul li.gray:after {
    background: #212121;
}
.mistake-analysis-left ul li.orange strong span {
    background: #FFFBEB;
    color: #F59E0B;
}
.mistake-analysis-left ul li.gray strong span {
    background: #F2F2F2;
    color: #5A5A5A;
}
.mistake-analysis-right p {
    color: #0D56F9;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mistake-analysis-table tbody tr td:first-child {
    color: #0D56F9;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mistake-analysis-table tbody tr td:nth-child(3) {
    color: #212121;
    font-weight: 600;
}
.mistake-analysis-table tbody tr td {
    padding-top:30px;
    padding-bottom:30px;
}
.table-badge {
    color: #EF4444;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    background: #FFF5F5;
    padding: 4px 8px;
    display: inline-block;
}
.table-badge.table-badge-yellow {
    background: #FFFBEB;
    color: #F59E0B;
}
.mistake-analysis-right {
    width: 100%;
}
.mistake-analysis-bottom {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.mistake-analysis-bottom-box {
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 30px;
}
.mistake-analysis-bottom-box span {
    color: #EF4444;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
}
.mistake-analysis-bottom-box p {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 8px 0 12px;
}
.mistake-analysis-bottom-box small {
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: flex;
}
.mistake-analysis-bottom-box:last-child span {
    color: #0D56F9;

}
.case-study-banner-cta a {
    padding: 13px 30px;
}
.case-study-banner-cta a svg path {
    transition: all 0.4s;
}
.case-study-banner-cta a:hover svg path {
    fill: #0d56f9;
}


@media(max-width:1350px){
    .case-study-banner-tag {
        padding: 6px 14px;
        font-size: 12px;
        margin-bottom: 28px;
    }
    .case-study-banner-inner h1 {
        font-size: 44px;
    }
    ul.case-study-banner-counter strong {
        font-size: 40px;
    }
    ul.case-study-banner-counter strong svg {
        width: 154px;
        height: auto;
    }
    .case-study-banner-cta a {
        padding: 11px 26px;
    }
    .case-study-banner-cta a span svg {
        width: 28px;
        height: 28px;
    }
    .case-study-banner:before {
        width: 534px;
        height: 534px;
        border-radius: 534px;
        left: -200px;
        bottom: -128px;
    }
    .case-study-banner:after {
        width: 534px;
        height: 534px;
        border-radius: 534px;
        right: -200px;
        bottom: -128px;
        z-index: -1;
    }
    span.comman-heading-badge {
        font-size: 16px;
        padding: 10px 30px;
        margin-bottom: 26px;
    }
    .the-plateau-table-inner-box-top span {
        width: 58px;
        height: 58px;
    }
    .mistake-analysis-inner {
        gap: 40px;
    }
}
@media(max-width:1200px){
    .case-study-banner-inner h1 {
        font-size: 40px;
    }
    ul.case-study-banner-counter strong {
        font-size: 34px;
    }
    ul.case-study-banner-counter li {
        gap: 6px;
    }
    ul.case-study-banner-counter strong svg {
        width: 134px;
    }
    span.comman-heading-badge {
        font-size: 14px;
        padding: 8px 24px;
        margin-bottom: 20px;
    }
    .overview-inner {
        gap: 24px;
    }
    .overview-inner-left p {
        font-size: 14px;
    }
    .overview-inner-left {
        gap: 20px;
    }
    .overview-inner-right p {
        font-size: 18px;
        margin: 10px 0 20px;
    }
    .overview-inner-right {
        padding: 24px;
        max-width: 410px;
        flex: 0 0 410px;
    }
    .overview-inner-bottom {
        padding: 24px 20px;
        margin-top: 24px;
    }
    .overview-inner-bottom span {
        font-size: 12px;
        padding: 8px 20px;
        margin-bottom: 12px;
    }
    .overview-inner-bottom p {
        font-size: 12px;
    }
    .scoring-methodology-inner {
        gap: 24px;
    }
    .scoring-methodology-inner-box {
        width: calc(33.33% - 16px);
        padding: 24px;
    }
    .scoring-methodology-inner-box span {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    .scoring-methodology-inner-box p {
        font-size: 18px;
        margin: 12px 0 20px;
    }
    .scoring-methodology-inner-box small {
        font-size: 12px;
    }
    .scoring-methodology-middle p {
        font-size: 14px;
    }
    .scoring-methodology-middle {
        padding: 20px 24px;
        font-size: 14px;
        margin: 24px 0;
    }
    .scoring-methodology-bottom-right {
        max-width: 430px;
        padding: 24px 20px 25px 20px;
        gap: 18px;
    }
    .scoring-methodology-bottom-right span {
        height: 30px;
        padding: 8px 16px 9px 16px;
        border-radius: 8px;
        font-size: 10px;
    }
    .scoring-methodology-bottom-right p {
        font-size: 14px;
    }
    .scoring-methodology-bottom-right small {
        font-size: 14px;
        line-height: 200%;
    }
    .new-common-table table th {
        font-size: 12px;
        padding: 14px 20px;
    }
    .new-common-table table td {
        font-size: 14px;
        padding: 20px 20px;
    }
    .scoring-methodology-bottom-left .new-common-table table td:nth-child(3) {
        font-size: 14px;
    }
    .scoring-methodology-bottom {
        gap: 24px;
    }
    .practice-outcomes-box {
        padding: 24px;
        margin-bottom: 24px;
    }
    .practice-outcomes-box-heading-middle p {
        font-size: 20px;
    }
    .practice-outcomes-box-heading-middle span {
        font-size: 14px;
        margin-top: 11px;
    }
    .practice-outcomes-box-heading-right span {
        font-size: 30px;
    }
    .practice-outcomes-box-heading-right small {
        font-size: 12px;
    }
    .practice-outcomes-box-heading-right {
        margin-left: 50px;
    }
    .practice-outcomes-box-content {
        padding: 20px;
        margin-top: 20px;
    }
    .practice-outcomes-box-content-box strong {
        font-size: 32px;
    }
    .practice-outcomes-box-footer p {
        font-size: 14px;
        margin-top: 14px;
    }
    .practice-outcomes-bottom p {
        font-size: 26px;
        margin: 14px 0 22px;
    }
    .practice-outcomes-bottom-inner-box strong {
        font-size: 32px;
    }
    .practice-outcomes-bottom-inner-box small {
        font-size: 14px;
    }
    .practice-outcomes-bottom-inner-box {
        gap: 8px;
    }
    .practice-outcomes-bottom-inner-box:nth-child(2):before {
        width: 1px;
        height: 70%;
        left: -30px;
    }
    .case-study-roadmap-inner-right p {
        font-size: 16px;
    }
    .case-study-roadmap-inner-right ul {
        gap: 14px;
        margin-top: 28px;
    }
    .case-study-roadmap-inner-right {
        width: 100%;
        padding: 24px;
        max-width: 445px;
    }
    .case-study-roadmap-inner-left {
        width:100%;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    .case-study-notes-box {
        padding: 30px;
    }
    .case-study-notes-box p {
        font-size: 18px;
        gap: 18px;
    }
    .case-study-notes-box ul {
        margin: 20px 0 26px;
        padding-top: 20px;
        gap: 10px;
    }
    .case-study-notes-box ul li {
        font-size: 14px;
        padding-left: 20px;
    }
    .case-study-notes-box ul li:after {
        width: 5px;
        height: 5px;
        top: 9px;
    }
    .mistake-analysis-inner {
        gap: 40px;
    }
    .case-study-banner-icon svg {
        width: 28px;
        height: auto;
    }
    .overview-inner-right-box {
        padding: 20px 20px;
        gap: 12px;
        margin-bottom: 24px;
    }
    .the-plateau-table-inner-box-top span {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
    .the-plateau-table-inner-box-top p {
        font-size: 16px;
    }
    .the-plateau-table-inner-box small {
        font-size: 14px;
        margin-top: 10px;
    }
    .mistake-analysis-left {
        flex: 0 0 430px;
        padding: 24px;
    }
}
@media(max-width:991px){
    .case-study-banner-tag {
        padding: 6px 12px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .case-study-banner-inner h1 {
        font-size: 36px;
    }
    .case-study-banner-inner p {
        font-size: 14px;
        margin: 20px auto 28px;
    }
    .case-study-banner-inner small {
        font-size: 12px;
        padding: 8px 20px;
    }
    ul.case-study-banner-counter {
        max-width: 1015px;
        padding-top: 48px;
        margin: 30px auto 40px;
        gap: 20px;
    }
    ul.case-study-banner-counter strong {
        font-size: 30px;
    }
    ul.case-study-banner-counter span {
        font-size: 12px;
    }
    ul.case-study-banner-counter strong svg {
        width: 114px;
    }
    .scoring-methodology-inner {
        gap: 20px;
    }
    .scoring-methodology-inner-box {
        width: calc(33.33% - 14px);
        padding: 20px;
    }
    .scoring-methodology-inner-box span {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .scoring-methodology-inner-box p {
        font-size: 16px;
        margin: 10px 0 14px;
    }
    .scoring-methodology-bottom {
        gap: 20px;
    }
    .scoring-methodology-bottom {
        flex-flow: wrap;
    }
    .scoring-methodology-bottom-right {
        max-width: 100%;
        padding: 20px 20px 20px 20px;
        gap: 18px;
    }
    .practice-outcomes-box-heading-right span {
        font-size: 28px;
    }
    .practice-outcomes-box {
        padding: 20px;
        margin-bottom: 24px;
    }
    .practice-outcomes-box-heading-right {
        margin-left: 30px;
    }
    .practice-outcomes-box-content-box strong {
        font-size: 28px;
    }
    .practice-outcomes-box-footer p {
        font-size: 14px !important;
    }
    .practice-outcomes-bottom-inner-box strong {
        font-size: 26px;
    }
    .practice-outcomes-bottom p {
        font-size: 20px !important;
        margin: 12px 0 14px;
    }
    .practice-outcomes-bottom {
        padding: 30px;
    }
    .case-study-roadmap-inner {
        gap: 20px;
    }
    .overview-inner-right {
        max-width: 360px;
        flex: 0 0 360px;
    }
    .mistake-analysis-inner {
        gap: 30px;
    }
    .overview-inner {
        flex-flow: wrap;
    }
    .case-study-page2 .overview-inner-left {
        max-width: 100%;
    }
    .case-study-page2 .overview-inner-right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .the-dataset-table td:last-child {
        font-size: 20px;
    }
    .overview-case-study2-inner {
        gap: 24px;
        margin-top: 24px;
    }
    .overview-case-study2-inner-box {
        padding: 24px;
        width: 100%;
    }
    .overview-case-study2-inner-box p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .overview-case-study2-inner-box-top {
        font-size: 12px;
        gap: 8px;
        margin-bottom: 8px;
    }
    .overview-case-study2-inner-box-top small {
        font-size: 10px;
    }
    .score-tier-table-inner {
        gap: 24px;
        margin-top: 24px;
    }
    .score-tier-table-inner-box {
        width: 100%;
        padding: 20px;
        gap: 10px;
    }
    .score-tier-table-inner-box p {
        font-size: 12px;
    }
    .the-plateau-table td:first-child span {
        font-size: 14px;
        padding: 5px 10px;
    }
    .the-plateau-table-inner-box {
        width: 100%;
    }
    .difficulty-analysis-table .progress {
        width: 150px;
        height: 8px;
    }
    .difficulty-analysis-table tr td:nth-child(5) {
        font-size: 16px;
    }
    .mistake-analysis-inner {
        gap: 24px;
    }
    .mistake-analysis-left {
        flex: 0 0 100%;
        padding: 24px;
    }
    .mistake-analysis-inner {
        flex-flow: wrap;
    }
    .mistake-analysis-right p {
        font-size: 12px !important;
        margin-bottom: 10px;
    }
    .mistake-analysis-table tbody tr td {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mistake-analysis-bottom {
        flex-flow: wrap;
        gap: 24px;
        margin-top: 24px;
    }
    .mistake-analysis-bottom-box {
        padding: 24px;
    }
    .mistake-analysis-bottom-box span {
        font-size: 12px;
    }
    .mistake-analysis-bottom-box p {
        font-size: 16px;
        margin: 8px 0 8px;
    }
}
@media(max-width:767px){
    ul.case-study-banner-counter strong {
        font-size: 26px;
    }
    ul.case-study-banner-counter strong svg {
        width: 104px;
    }
    .case-study-banner:before {
        width: 234px;
        height: 234px;
        border-radius: 234px;
        left: 0;
        bottom: -28px;
    }
    .case-study-banner:after {
        width: 234px;
        height: 234px;
        border-radius: 234px;
        right: 0px;
        bottom: -28px;
    }
    .case-study-banner-cta a {
        padding: 10px 22px;
    }
    .case-study-banner-cta a span {
        gap: 10px;
    }
    .case-study-banner-cta a span svg {
        width: 24px;
        height: 24px;
    }
    .case-study-banner {
        padding: 28px 0 50px;
    }
    .case-study-banner-inner p {
        font-size: 14px !important;
    }
    p {
        font-size: 14px !important;
    }
    .overview-inner {
        flex-flow: wrap;
    }
    .overview-inner-right {
        padding: 20px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .scoring-methodology-inner-box {
        width: 100%;
        padding: 20px;
    }
    .practice-outcomes-box-heading {
        flex-flow: wrap;
    }
    .practice-outcomes-box-heading-right {
        margin-left: 0;
        text-align: left;
    }
    .practice-outcomes-bottom-inner-box strong {
        font-size: 24px;
    }
    .practice-outcomes-bottom p {
        font-size: 18px !important;
    }
    .case-study-roadmap-inner {
        flex-flow: wrap;
    }
    .case-study-roadmap-inner-right {
        width: 100%;
        padding: 20px;
        max-width: 100%;
    }
    .case-study-notes-box p {
        flex-flow: wrap;
        gap: 12px;
    }
    .case-study-notes-box p span {
        padding: 5px 10px;
        font-size: 10px;
    }
    .case-study-notes-box-box {
        flex-flow: wrap;
        gap: 10px;
    }
    .case-study-notes-box {
        padding: 24px;
    }
    .case-study-banner-inner h1 {
        font-size: 30px;
    }
    .case-study-banner-icon {
        width: 54px;
        height: 54px;
    }
    .case-study-banner-icon svg {
        width: 22px;
        height: auto;
    }
    .new-common-table table th {
        font-size: 10px;
        padding: 12px 16px;
        white-space: nowrap;
    }
    .new-common-table table td {
        font-size: 12px;
        padding: 16px 16px;
    }
    .mistake-analysis-left ul li strong {
        font-size: 12px;
        gap: 6px;
        align-items: center
    }
    .mistake-analysis-left {
        padding: 20px;
    }
    .mistake-analysis-left ul li {
        padding: 10px 0 10px 18px;
    }
    .mistake-analysis-left ul li:after {
        width: 6px;
        height: 6px;
    }
    .mistake-analysis-left ul li strong span {
        font-size: 8px;
        padding: 3px 6px;
    }
    .mistake-analysis-table tbody tr td:first-child {
        font-size: 12px;
    }
    .difficulty-analysis-table-count {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .difficulty-analysis-table-tag {
        font-size: 10px;
        padding: 4px 10px;
        width: 68px;
    }
    .difficulty-analysis-table tr td:nth-child(5) {
        font-size: 14px;
    }
    .difficulty-analysis-table .progress {
        width: 100px;
        height: 6px;
    }
    .difficulty-analysis-table .progress-bar {
        height: 6px;
    }
    .the-plateau-table-inner-box-top span {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .the-plateau-table-inner-box-top {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .the-plateau-table-inner-box {
        padding: 20px;
    }
    span.comman-heading-badge {
        font-size: 12px;
        padding: 8px 18px;
        margin-bottom: 16px;
    }
    .overview-inner-bottom span {
        font-size: 10px;
        padding: 8px 14px;
        margin-bottom: 10px;
    }
    .scoring-methodology-inner-box span {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }
    .practice-outcomes-box-table tbody tr td:last-child span {
        font-size: 10px;
        padding: 3px 8px;
        width: 60px;
    }
    .practice-outcomes-box-table tbody tr td:first-child span {
        font-size: 10px;
        padding: 4px 8px;
    }
    .practice-outcomes-bottom {
        padding: 24px;
    }
}
@media(max-width:576px){
    ul.case-study-banner-counter strong {
        font-size: 24px;
    }
     ul.case-study-banner-counter {
        padding-top: 24px;
        margin: 20px auto 30px;
        gap: 14px;
    }
    ul.case-study-banner-counter span {
        font-size: 10px;
    }
    ul.case-study-banner-counter strong svg {
        width: 90px;
    }
    .practice-outcomes-box-content {
        flex-flow: wrap;
        gap: 20px;
    }
    .practice-outcomes-box-content-box {
        width: 100%;
    }
    .practice-outcomes-bottom-inner {
        flex-flow: wrap;
    }
    .practice-outcomes-bottom-inner-box {
        width: 100%;
    }
    .practice-outcomes-bottom-inner-box:nth-child(2):before ,
    .practice-outcomes-bottom-inner-box:nth-child(2):after {
        display: none;
    }
}