
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Javanese Text';
    src: url('../fonts/JavaneseText.eot');
    src: url('../fonts/JavaneseText.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JavaneseText.woff2') format('woff2'),
        url('../fonts/JavaneseText.woff') format('woff'),
        url('../fonts/JavaneseText.ttf') format('truetype'),
        url('../fonts/sJavaneseText.svg#JavaneseText') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LucidaCalligraphyEF';
    src: url('../fonts/LucidaCalligraphyEF.eot');
    src: url('../fonts/LucidaCalligraphyEF.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LucidaCalligraphyEF.woff2') format('woff2'),
        url('../fonts/LucidaCalligraphyEF.woff') format('woff'),
        url('../fonts/LucidaCalligraphyEF.ttf') format('truetype'),
        url('../fonts/LucidaCalligraphyEF.svg#LucidaCalligraphyEF') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Javanese Text';
    background-image: url(../images/body_flag.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}

body .container {
    max-width: 1262px;
}

table tbody,
form,
.left_progress span,
.payment_table thead {
    font-family: 'Inter', sans-serif;
}


/*********************Header css start*******************/
.mid_menu span {
    display: block;
    font-size: 22px;
    color: #005EAB;
    text-transform: uppercase;
    line-height: 44px;
}

header.site_header {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 80px 4px 4px rgba(217, 217, 217, 0.25);
    padding: 6px 0;
    margin-top: 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

.mid_menu {
    margin-top: 9px;
}

.header_left a.mailto {
    display: inline-block;
    background-color: #F5F5F5;
    padding: 10px 12px;
    margin-right: 10px;
    border-radius: 10px;
    text-decoration: none;
    vertical-align: middle;
}

.header_left a.mailto i {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00ABAB;
}

.header_left a.mailto svg {
    height: 30px;
    width: 30px;
}

.right_menu button.navbar-toggler img {
    width: 40px;
}

.right_menu button.navbar-toggler img {
    width: 40px;
}

.header_left .logo {
    max-width: 80px;
    display: inline-block;
}

.header_left .logo img {
    width: 100%;
}

/*********************Header css start*******************/

/**********************body css start*************************/
.graph_item.usa {
    background-color: #C2947A;
}

.progress.usa_bar {
    background-color: #A8AFC5;
}

.progress.usa_bar .progress-bar {
    background-color: #7A8AC2;
}

.progress.uk_bar {
    background-color: #E3DFDA;
}

.progress.uk_bar .progress-bar {
    background-color: #C2947A;
}

.progress.aus_bar {
    background-color: #C4A3A3;
}

.progress.aus_bar .progress-bar {
    background-color: #C27A7A;
}

.progress.can_bar {
    background-color: #EEDEC8;
}

.progress.can_bar .progress-bar {
    background-color: #C2C07A;
}

.progress_item {
    display: flex;
    justify-content: space-between;
}

.progress_item .progress {
    flex: 1;
    border-radius: 50px;
}

.left_progress {
    margin-top: 20px;
    padding-right: 45px;
}

section.payment_graph {
    background-color: #fff;
    padding-top: 100px;
    background-image: url("../images/bg_city.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding-bottom: 80px;
}

.left_progress .progress_item {
    margin-bottom: 40px;
}

.progress_item h3 {
    flex: 1;
}

.progress_item span {
    font-size: 20px;
    color: #3E3E3E;
    margin-right: 15px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: -3px;
}

.graph_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 0 0 50%;
    max-width: 50%;
    height: 202px;
    font-size: 20px;
}

.graph_item.uk {
    background-color: #7A8AC2;
}

.graph_item.aus {
    background-color: #C2C07A;
}

.graph_item.can {
    background-color: #C27A7A;
}

.right_graph_sec {
    padding-left: 0;
    max-width: 426px;
    margin-left: auto;
    border-radius: 50%;
    overflow: hidden;
}

.site_heading h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #2B227D;
    margin-bottom: 10px;
}

.common_vector img {
    width: 110px;
}
.site_heading img {
    width: 250px;
}
section.site_heading {
    margin-top: 50px;
}

.common_card {
    padding: 85px;
    position: relative;
    border: 7px double #2b227d;
}

.right_table table th {
    font-size: 20px;
    text-transform: uppercase;
    color: #2B227D;
    padding: 10px 20px;
    font-weight: normal;
    text-align: center;
}

.right_table table td {
    padding: 10px 20px;
    text-align: center;
}

.common_tab nav .nav-tabs {
    justify-content: space-between;
    border: none;
}

.common_tab nav .nav-tabs button.active,
.common_tab nav .nav-tabs button:hover {
    background-image: url("../images/red_btn.png");
    color: #fff;
}

.left_sidebar .nav button:hover {
    color: #c7111e;
}

.common_tab nav .nav-tabs button {
    transition: all 0.3s ease-out;
    font-size: 20px;
    background-image: url(../images/white_btn.png);
    background-color: transparent !important;
    border: none;
    background-size: contain;
    margin: 0 !important;
    text-transform: uppercase;
    color: #C7111E;
    background-repeat: no-repeat;
    line-height: 65px;
    width: 275px;
}

.admin_table .right_table table th,
.admin_table .right_table table td {
    text-align: left;
}

.admin_search h3 {
    font-size: 20px;
    color: #C7111E;
    text-transform: capitalize;
}

.admin_search form input {
    background-color: #F5F5F5;
    border-radius: 50px;
    border: none;
    padding: 8px 10px 6px 40px;
    line-height: 32px;
    font-size: 15px;
}

.admin_search form .form-group {
    position: relative;
}

.admin_search form .form-group i {
    position: absolute;
    left: 16px;
    top: 11px;
    font-size: 18px;
}

.right_table tbody tr td input {
    background: #FFFFFF;
    border: 1px solid rgba(0, 94, 171, 0.65);
    border-radius: 59px;
    font-weight: 400;
    font-size: 14px;
}

.admin_table tbody tr td input::placeholder {
    font-weight: 400 !important;
    color: #A0A0A0;
}

.admin_search {
    margin-bottom: 25px;
}

.left_sidebar {
    background-color: #fff;
    border-radius: 35px;
}

.left_sidebar .nav {
    list-style: none;
    padding: 30px 0;
    margin: 0;
    border: none;
}

.left_sidebar .nav button {
    font-size: 16px !important;
    text-transform: uppercase !important;
    text-decoration: none;
    color: #2B227D !important;
    display: inline-block;
    padding: 20px;
    width: 100% !important;
    border: none !important;
    background-position: left !important;
    transition: none !important;
    line-height: normal !important;
}

.right_table tbody tr td {
    height: 70px;
}
form.admin_prof_form {
    position: relative;
    z-index: 99;
}
.right_table tbody tr {
    background-color: #f1f1f1;
}

.left_sidebar .nav button:hover,
.left_sidebar .nav button.active {
    background-color: #f5f5f5 !important;
    background-image: url(../images/active_tab.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    color: #C7111E !important;
    background-position: left !important;
    width: 100%;
}

.right_table table {
    width: 100%;
}

.common_tab nav {
    margin-bottom: 40px;
    padding: 0 20px;
    margin-top: 0;
}

.common_vector {
    position: absolute;
    background-color: #fff;
    z-index: 99;
}

span.common_vector.top_left_vector {
    left: -10px;
    top: -10px;
}

span.common_vector.top_right_vector {
    top: -10px;
    right: -10px;
}

span.common_vector.bottom_left_vector {
    bottom: -10px;
    left: -10px;
}

span.common_vector.bottom_right_vector {
    bottom: -10px;
    right: -10px;
}

.cand_name {
    font-size: 19px;
    color: #3E3E3E;
    line-height: normal;
}

.cand_name small {
    display: block;
    font-size: 14px;
    color: #B2B2B2;
}

.right_table tr.active td:last-child {
    color: #27AF54;
}

.right_table table {
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.toggle_switch {
    height: 20px;
    text-align: left;
    width: fit-content;
}

.toggle_switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle_switch label {
    cursor: pointer;
    width: 56px;
    height: 20px;
    background: rgb(40 38 38 / 50%);
    display: inline-block;
    border-radius: 20px;
    position: relative;
}

.toggle_switch label:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    transition: 0.3s;
    background-image: url(../images/toggle_inactive.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.toggle_switch input:checked+label {
    background: #C58785;
}

.toggle_switch input:checked+label:after {
    left: calc(100% - 30px);
    background-image: url(../images/toggle_active.png);
}

.toggle_switch label:active:after {
    width: 30px;
}

.right_table tbody tr.inactive {
    background-color: #E6E6E6;
}

.pay_admin_header {
    padding-top: 30px;
}

.pay_admin_header h3 {
    text-transform: uppercase;
    color: #C7111E;
}

.pay_admin_header_cont .title_vector_bg,
.messege_srch_outr .title_vector_bg {
    background-image: url("../images/red_btn.png");
    color: #fff;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 27px;
    min-width: 190px;
    text-align: center;
    height: 50px;
    line-height: 56px;
    margin: 0;
    padding: 0 20px;
}

.pay_admin_header_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay_admin_payment {
    background-color: #2B227D;
    padding: 13px 24px 8px;
    color: #ffffff;
    border-radius: 20px;
    font-size: 21px;
}

.pay_admin_payment span {
    display: inline-block;
    margin: 0 10px;
}

.common_tab {
    position: relative;
    z-index: 99;
}
.common_card > div {
    position: relative;
    z-index: 99;
}
span.refund {
    background-color: #F7DFFF;
    padding: 5px 15px;
    border-radius: 30px;
    color: #AA14FF;
    font-weight: 500;
}

table.admin_dash_table_complete th,
table.admin_dash_table_pending th {
    text-transform: capitalize;
    color: #c7111e;
    text-align: center;
}

table.admin_dash_table_pending tr td {
    text-align: center;
    height: auto;
}

table.admin_dash_table_complete tr td {
    text-align: center;
}

table.admin_dash_table_pending tr {
    background-color: transparent;
}

table button {
    border: 1px solid #3E3E3E;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 14px;
}

table button:hover {
    border: 1px solid #c7111e;
    background-color: #c7111e;
    color: #ffffff;
}

a:hover,
button:hover {
    transition: 0.3s ease-in-out;
}

div .form-control,
div .form-select {
    border: 1px solid #ffffff;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
}
div .form-control:focus,
div .form-select:focus,
div textarea:focus,
div textarea:focus-visibile {
    border: 1px solid #C7111E !important;
    box-shadow: none !important;
    outline: none !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0 !important;
}

.cstm_btn {
    background-color: #C7111E;
    color: #ffffff;
    padding: 10px;
    border: none;
    font-weight: 600;
    border-radius: 15px;
    height: 48px;
}

.cstm_btn:hover,
.cstm_btn:focus {
    background-color: #005EAB;
    color: #ffffff;
}

.admin_prof_form .cstm_btn {
    width: calc(100% - 70px);
    margin-right: 10px;
    vertical-align: middle;
}

.admin_prof_form_btns {
    padding-top: 30px;
}

.form_dwnld_btn {
    padding: 5px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    width: 55px;
    height: 48px;
    border-radius: 8px;
    font-size: 27px;
    vertical-align: middle;
    color: #2B227D;
}

.form_dwnld_btn:hover {
    background-color: #2B227D;
    border: 2px solid #2B227D;
    color: #ffffff;
}

.form_dwnld_btn img {
    width: 24px;
}

.messege_srch_outr {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 15px;
    margin: 20px 0 30px;
}

.messege_srch_outr .admin_search {
    margin: 0;
}

.messege_srch_outr .admin_search form input {
    background-color: #ffffff;
}

.messege_srch_outr .title_vector_bg {
    line-height: normal;
    padding: 0 36px;
    height: 52px;
    min-width: auto;
    width: fit-content;
}

button.navbar-toggler {
    background-color: #005EAB;
    height: 42px;
    width: 42px;
    border-radius: 12px;
    color: #ffffff;
    border: none;
}

button.navbar-toggler i {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.navbar-toggler:hover,
button.navbar-toggler:focus {
    background-color: #c7111e;
}

.navbar {
    justify-content: flex-end;
}

.navbar-nav .nav-link {
    color: #000000;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav a.nav-link.active {
    color: #c7111e;
    text-transform: uppercase;
}

.table-responsive {
    position: relative;
}

.right_table.message_table table td label {
    color: #C7111E;
    font-family: 'Javanese Text';
    font-size: 18px;
    text-transform: capitalize;
    margin-right: 15px;
}

span.count_nm {
    display: inline-block;
    height: 25px;
    width: 25px;
    color: #3E3E3E;
    border: 1px solid #707070;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
}

span.sent_text {
    max-width: 150px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.2;
}

.right_table.message_table table td {
    vertical-align: middle;
}

.right_table.message_table table td a {
    font-size: 20px;
}

.right_table.message_table table td a i.bi.bi-exclamation-triangle-fill {
    color: #E5E1E1;
}

.right_table.message_table table td a i.bi.bi-check-circle-fill {
    color: #4EAF37;
}

.bg_form {
    background-color: #F5F5F5;
    padding: 50px;
}

.subject_area {
    margin-top: 60px;
}

.subject_area .form-group {
    margin-bottom: 15px;
}

.subject_area .form-group textarea {
    height: 400px;
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
}

.subject_area label {
    color: #005EAB;
    margin-right: 25px;
    font-size: 18px;
}

.admin_table table th {
    color: #c7111e;
}

.send_wrap {
    margin-top: 30px;
}

.send_wrap .send_btn {
    background-color: #005EAB;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 6px 30px;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: Inter;
}

.payment_table table {
    border-collapse: collapse;
}

.right_table table th {
    color: #C7111E;
    text-transform: capitalize;
}

.payment_table textarea {
    width: 100%;
    border-radius: 30px;
    padding-left: 30px;
    resize: none;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border: 1px solid rgba(0, 94, 171, 0.65);
}

.grader_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c7111e;
    text-transform: uppercase;
    margin: 15px 0;
}

.form-group.teatarea_icon {
    position: relative;
}

.form-group.teatarea_icon textarea {
    padding: 36px 15px 15px 36px;
}

.form-group.teatarea_icon i {
    position: absolute;
    left: 20px;
    top: 20px;
}

.form-control:focus,
.form-select:focus,
.form-group textarea:focus {
    box-shadow: none;
    border-color: #c7111e;
}

.grading_awaiting tr td span,
.grading_complete tr td span {
    display: block;
}

.grading_awaiting td,
.grading_complete td {
    text-transform: capitalize;
}

.grading_awaiting thead,
.grading_complete thead {
    font-family: 'Inter', sans-serif;
}

.grading_complete button {
    line-height: normal;
    border: 1px solid #2680EB;
    color: #2680EB;
    background-color: #ffffff;
}

.grading_complete button:hover {
    border: 1px solid #2680EB;
    background-color: #2680EB;
    color: #ffffff;
}

.grading_complete .progress,
.grading_complete .progress-bar {
    border-radius: 30px;
}

.grading_complete .progress {
    background-color: #C5D6C6;
    margin: 0 auto 5px;
    max-width: 160px;
}

.grading_complete .progress-bar {
    background-color: #6EAF74;
}

.right_table.student_dashboard_table table th,
.right_table.student_dashboard_table table td {
    text-align: left;
    text-transform: capitalize;
}

.right_table.student_dashboard_table .progress {
    max-width: 150px;
    border-radius: 50px;
}

.right_table.student_dashboard_table tr.head_row .progress {
    background-color: #F3CFCF;
}

.right_table.student_dashboard_table tr.head_row.complete .progress .progress-bar {
    background-color: #F22626;
}

.right_table.student_dashboard_table tr.head_row.inprogress .progress {
    background-color: #F3CFCF;
}

.right_table.student_dashboard_table tr.head_row.inprogress .progress .progress-bar {
    background-color: #F48D61;
}

.student_dashboard_table .inprogress .status_inprogress {
    color: #FFA782;
}

.student_certicate {
    margin-top: 80px;
}

form.univ_email {
    margin: 50px auto 0;
    background-color: #e1e1e1;
    padding: 35px;
}

form.univ_email .form-group {
    margin-bottom: 20px;
}

form.univ_email .form-group label {
    text-transform: capitalize;
    color: #2B227D;
}

.send_exam_rep input {
    background-color: #e1e1e1;
    border: none;
    padding: 20px 10px;
    border-radius: 10px;
}

.right_table.student_dashboard_table .student_certicate table {
    border-collapse: separate;
    border-spacing: 0px 15px;
}

form.univ_email .form-group:last-child {
    margin-bottom: 0;
}

.student_certicate.favourit_exam {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.student_certicate.favourit_exam form.univ_email {
    margin-top: 0;
}

label.form-label {
    display: block;
}

.common_card form span.select2 span.select2-selection {
    min-height: 46px;
    border-radius: 15px;
    border: none;
    padding: 10px 11px;
}

.common_card form span.select2 span.select2-selection ul.select2-selection__rendered li.select2-search.select2-search--inline {
    width: auto !important;
}

.common_card form span.select2 span.select2-selection ul.select2-selection__rendered li.select2-selection__choice {
    font-size: 12px;
    padding: 3px 5px !important;
}

.common_card form span.select2 span.select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
    width: 8px;
    height: 8px;
}

section.courses_video {
    margin-top: 50px;
}

section.courses_video video {
    width: 100%;
}

section.courses_video {
    margin-top: 50px;
    margin-bottom: 70px;
}

.video_items {
    background-color: #F8F8F8;
    height: 100%;
    text-align: center;
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.video_items i {
    font-size: 34px;
}

.video_items h2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0 0;
}

section.overview_sec {
    margin: 60px 0;
}

section.overview_sec .row>div {
    background-color: #f8f8f8;
    padding: 0 40px;
    border-radius: 16px;
}

.overview_sec .overview_row {
    background-color: #fff;
    border-radius: 20px;
    padding: 45px;
    margin: 60px 0;
}

.overview_row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overview_row h2 {
    font-size: 30px;
    color: #C7111E;
}

.overview_row ul li i {
    color: #4EAF37;
}

.play_gram {
    align-items: center;
    background-color: #EDECEC;
    padding: 25px;
    border-radius: 24px;
    margin: 26px 0;
}

.played {
    background-color: #F8F8F8;
}

.overview_row ul li {
    font-size: 18px;
    margin-bottom: 13px;
}

.play_gram i {
    height: 34px;
    width: 34px;
    font-size: 34px;
    color: #4F4E4E;
}

.play_gram i.bi.bi-check-circle-fill {
    color: #4EAF37;
}

.play_gram i.bi.bi-exclamation-circle-fill {
    color: #F5CA46;
}

.grammer_subject {
    justify-content: center;
    margin: 30px 0;
}

section.certificate_section {
    margin: 70px 0;
}

section.certificate_section .site_heading {
    margin-bottom: 40px;
}

.subject_item {
    flex: 0 0 250px;
    height: 250px;
    background-color: #005EAB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: #ffffff;
    margin: 15px 50px;
}

.played i.bi.bi-play-circle-fill {
    color: #D80027;
}

img {
    max-width: 100%;
}

.site_heading.exam_site_heading img {
    width: 300px;
}

.translate_exam {
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
}

.translate_exam button.red_button {
    background-color: #C7111E;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 24px;
    text-transform: capitalize;
    padding: 13px 70px 10px;
    border-radius: 50px;
    line-height: 26px;
}

.translated_section {
    border: 1px dashed #C7111E;
    border-radius: 38px;
    font-size: 20px;
    margin-top: 15px;
}

.translated_section p {
    margin: 16px 0;
    font-weight: 500;
    padding: 10px 60px;
    text-transform: capitalize;
    line-height: 28px;
}

.fee_list {
    padding: 0 15px;
    color: #C7111E;
}

.business_law,
section.technology {
    margin-top: 120px !important;
}

.business_law .site_heading.exam_site_heading,
.technology .site_heading.exam_site_heading {
    margin-bottom: 50px;
}

.exam_item {
    background-color: #f8f8f8;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}

section.big_city_img img {
    width: 100%;
}

.exam_item h3 {
    color: #fff;
    margin: auto;
    padding: 30px 115px;
    margin-bottom: 30px;
}

.exam_item_list {
    margin-bottom: 26px;
}

.business_law .exam_item h3 {
    background-color: #005EAB;
}

.technology .exam_item h3 {
    background-color: #927C7E;
}

.exam_item_list {
    margin-bottom: 26px;
}

.business_law .exam_item_list h4 {
    color: #005EAB;
}

.technology .exam_item_list h4 {
    color: #927C7E;
}

section.technology {
    margin-bottom: 100px;
}

.courses_video h2 {
    margin:  0;
    text-transform: capitalize;
    color: #2B227D;
}

.recogniser_row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.recogniser_row .recog_item {
    background-color: #F8F8F8;
    flex: 0 0 250px;
    max-width: 250px;
    border-radius: 15px;
    padding: 15px;
    margin: 0 50px 50px;
}

.recogniser_row .recog_item h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 12px 0 0;
}

.recong_btn_inner button {
    background-color: #C7111E;
    border: none;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    padding: 13px 70px 10px;
    border-radius: 50px;
    line-height: 26px;
}

.recog_button {
    text-align: center;
}

.recog_button .recong_btn_inner {
    margin-top: 100px;
}

.exam_merchent_list {
    margin-top: 80px;
}

.exam_merchent_list ul {
    list-style: none;
    margin: 0;
    padding: 0 100px;
}

.exam_merchent_list ul li {
    margin-bottom: 25px;
    font-size: 22px;
    text-transform: capitalize;
}

.exam_merchent_list ul li img {
    margin-right: 40px;
}

.blue_heading {
    text-align: center;
    font-size: 34px;
    color: #2B227D;
}

.blue_heading {
    text-align: center;
    font-size: 34px;
    color: #2B227D;
    text-transform: capitalize;
}
.cate_title img {
    width: 320px;
}
section.qa_section {
    margin: 60px 0;
}

.eng_exam_section h4 {
    text-align: center;
    margin: 5px 0;
    text-transform: capitalize;
    color: #8C1716;
}

.how_work_video video {
    width: 100%;
}

section.qa_section .accordion button {
    background-color: #005EAB;
    color: #fff;
    font-size: 24px;
}

section.qa_section .accordion button::after {
    background-color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    background-size: 16px;
    background-position: center;
}

.qr_app {
    margin-top: 150px;
}

.qr_app>img {
    width: 150px;
}

.app_play {
    margin-top: 60px;
}

.app_play button {
    border: none;
    margin: 10px 15px;
    max-width: 180px;
}

.partner_item {
    text-align: center;
    background-color: #F5F5F5;
    border-radius: 30px;
    padding: 40px;
}

section.partner {
    margin: 180px 0 80px;
}

.right_footer img {
    max-width: 280px;
}

.right_footer img {
    max-width: 280px;
}

.left_footer {
    margin-top: 40px;
}

.left_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left_footer ul li a {
    font-size: 28px;
    text-decoration: none;
    color: #000;
}

.left_footer ul li {
    margin: 0 0 30px;
}

.left_footer ul li i {
    margin-right: 20px;
}

.corner_boxes_sec {
    padding: 60px 0 20px;
}

.corner_boxes_sec .col-lg-4 {
    margin-bottom: 40px;
}

.corner_box {
    background-color: #fff;
    text-align: center;
    position: relative;
    height: 100%;
    font-family: 'Inter', sans-serif;
    border: 5px double rgb(43, 34, 125);
}

.corner_box_inner {
    position: relative;
    padding: 60px 40px;
    height: 100%;
}

.box_logo {
    margin-bottom: 40px;
}

.box_logo img {
    height: 150px;
    object-fit: contain;
    object-position: center;
}

.corner_box h4 {
    font-weight: 600;
    margin: 0;
}

.corner_box::before,
.corner_box::after,
.corner_box_inner::before,
.corner_box_inner::after {
    content: "";
    height: 60px;
    width: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.corner_box::before {
    background-image: url('../images/border_top_left.png');
    left: -10px;
    top: -10px;
    background-color: #fff;
}
 
.corner_box::after {
    background-image: url('../images/border_top_right.png');
    right: -10px;
    top: -10px;
    height: 60px;
    width: 52px;
    background-color: #fff;
}

.corner_box_inner::before {
    background-image: url('../images/border_bottom_left.png');
    bottom: -10px;
    left: -10px;
    background-color: #fff;
}

.corner_box_inner::after {
    background-image: url('../images/border_bottom_right.png');
    bottom: -10px;
    right: -10px;
    height: 60px;
    width: 52px;
    background-color: #fff;
}

.cate_title h2 {
    color: #C7111E;
}

.country_title h2 span {
    font-size: 52px;
    color: #005EAB;
    margin: 0 10px;
}

.country_title img {
    max-width: 36px;
}

.who_accept_boxes .corner_box_inner {
    padding: 20px;
}

.who_accept_boxes .box_logo {
    margin-bottom: 24px;
}

.who_accept_boxes .box_logo img {
    height: 100px;
    max-width: 260px;
}

.corner_box_inner h5 {
    font-weight: bold;
    color: #8C1716;
    margin-bottom: 20px;
}

.corner_box_inner p {
    margin: 3px 0;
}

ul.country_city {
    padding: 0 20px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 5px;
}

.who_accept_footer h1 {
    color: #005EAB;
}

/**************************** Staging 2 CSS ***********************************/


.left_pagi_detail {
    font-family: 'Inter', sans-serif;
}

audio::-webkit-media-controls-play-button {
    transform: scale(2, 2);
}

audio::-webkit-media-controls-timeline {
    height: 3px;
    transform: scale(1, 3);
}

a.logo span {
    display: inline-block;
    color: #c7111e;
    text-decoration: none;
    font-size: 21px;
}

.stage_two_frame {
    position: relative;
    border: 7px double #2b227d;
    font-size: 18px;
}

.login_form {
    max-width: 600px;
    margin: auto;
}

.stage_two_frame label,
.Forgotpassword,
.account_text,
.compre_label {
    font-family: 'Javanese Text';
}

.stage_two_frame label {
    color: #2B227D;
}

.stage_two_frame .form-check-label {
    color: #000000;
}

.stage_two_frame .common_vector {
    position: absolute;
    background-color: #fff;
    z-index: 99;
}

.stage_two_frame span.common_vector.top_left_vector {
    left: -10px;
    top: -10px;
}

.stage_two_frame span.common_vector.top_right_vector {
    top: -10px;
    right: -10px;
}

.stage_two_frame span.common_vector.bottom_left_vector {
    bottom: -10px;
    left: -10px;
}

.stage_two_frame span.common_vector.bottom_right_vector {
    bottom: -10px;
    right: -10px;
}

.Forgotpassword,
.account_text a {
    color: #2B227D;
}

.stage_two_frame .red_button {
    background-color: #C7111E;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 24px;
    text-transform: capitalize;
    padding: 0 70px;
    border-radius: 50px;
    height: 52px;
    line-height: 60px;
    font-family: 'Javanese Text' !important;
    max-width: 350px;
    margin: 10px auto 20px;
    display: table;
}

.account_text {
    margin: 40px 0 30px;
}

.login_form h3 {
    margin: 25px 0;
}

footer.stage_two_footer {
    background-color: #005EAB;
    padding: 10px 0 2px;
    margin-top: 15px;
}

footer.stage_two_footer p {
    margin: 0;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-family: 'Javanese Text';
}

.decor_heading h3 {
    text-transform: uppercase;
    color: #2B227D;
    font-size: 28px;
}

.examp_step_section {
    max-width: 95%;
    margin: auto;
    padding: 0 20px;
}

.decor_heading img {
    max-width: 250px;
}

.decor_heading {
    margin: 0;
}

.buy_exam a {
    background: #FFFFFF;
    border: 2px solid #C7111E;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    color: #2B227D;
    text-decoration: none;
    padding: 7px 50px 0;
    font-size: 22px;
}

.examp_step_section {
    max-width: 95%;
    margin: auto;
    padding: 0;
    position: relative;
    z-index: 99;
}

.wave_icon {
    position: absolute;
    width: calc(100% - 150px);
    background-color: #edeae4;
    right: 10px;
    padding: 0 80px;
}

.buy_exam {
    display: inline-block;
    width: 100%;
    margin: 50px 0 30px;
}

.candidate_dashboard {
    padding: 0 50px;
}

.candidate_dashboard .table-responsive tbody td {
    text-align: center;
}

.stage_two_frame .candidate_dashboard .table-responsive {
    background-color: #EDECEC;
    border: 2px solid #2B227D;
    border-radius: 12px;
    padding: 20px;
}

.stage_two_frame .candidate_dashboard .table-responsive th {
    text-align: center;
    color: #2B227D;
    font-weight: 600;
}

h4.compre_label {
    font-size: 18px;
}

.decor_heading h2 {
    text-transform: uppercase;
    color: #C7111E;
    margin-top: 0;
    font-size: 24px;
}

.exam_inner_content p {
    font-family: 'Arimo', sans-serif;
}

.left_pagi_detail span {
    font-size: 16px;
}

ul.intro_list li {
    color: #2B227D;
    font-size: 18px;
    line-height: 25px;
}

ul.intro_list {
    margin: 15px 0 0;
}

section.stage_two_section {
    margin-top: 20px !important;
}
section.stage_three_section {
    font-size: 24px;
}
section.stage_three_section p {
    font-size: 24px !important;
}
.wrting_sec_image {
    text-align: center;
    margin: -50px auto -20px;
    max-width: 450px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 400px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stage_two_frame .right_table.student_dashboard_table .progress {
    margin: auto;
}

.table_status_exam label {
    margin-top: 10px;
    border: 1px solid #2B227D;
    border-radius: 6px;
    line-height: 30px;
    font-size: 18px;
    padding-right: 10px;
}

.stage_two_frame .candidate_dashboard .table-responsive tbody td {
    font-size: 20px;
}

.table_status_exam label i {
    width: 34px;
    display: inline-block;
    line-height: normal;
    color: #fff;
    background-color: #2B227D;
    text-align: center;
    padding: 5px 0 0;
}
.exam_pagination a {
    border: 1px dashed #C7111E;
    box-shadow: 0px 4px 8px rgba(5, 3, 3, 0.25);
    border-radius: 50px;
    text-decoration: none;
    color: #C7111E;
    line-height: 38px;
    padding: 2px 20px;
    font-family: 'Arimo', sans-serif;
    margin: 0 10px;
    font-size: 24px;
    display: inline-block;
}

.wrting_sec_image img {
    width: 76%;
    align-items: center;
    height: 100%;
    object-fit: contain;
}

.exam_pagination a:hover {
    border: 1px solid #C7111E;
    background-color: #C7111E;
    color: #ffffff;
}

.exam_inner_content .instruction_wrap {
    background: #EDECEC;
    border: 3px solid #2B227D;
    border-radius: 24px;
    padding: 30px;
}

.exam_pagination {
    margin-top: 20px;
}

.stage_two_frame .common_vector img {
    width: 110px;
}

.bottom_vector {
    margin: 10px 0 20px;
}

.strong_border {
    border: 8px solid #2B227D;
    border-radius: 10px;
    padding: 15px;
}

.wave_icon img {
    width: 50%;
    margin: auto;
    display: table;
}

.audio_wave .wave_icon {
    position: absolute;
    background-color: #edeae4;
    right: 20px;
    width: calc(100% - 158px);
    padding: 0 80px;
}

.listening_picture figure img {
    width: 350px;
}

.grammer_part_one .design_input_outr {
    display: inline-block;
    margin: 2px;
}

.grammer_part_two form label {
    background-color: #EDECED;
    border-radius: 0;
    border: 1px solid #21201D;
    margin-bottom: 5px;
    color: #21201D;
    padding: 2px 6px;
    font-family: 'Inter', sans-serif;
    box-shadow: none;
}


.grammer_part_two form .btn-check:active+.btn-outline-primary,
.grammer_part_two form .btn-check:checked+.btn-outline-primary,
.grammer_part_two form .btn-outline-primary:active {
    color: #fff;
    background-color: #EB5757;
    border-color: #EB5757;
    box-shadow: none;
}
.grammer_part_two form .btn-outline-primary:hover{
    
        background-color: #005eab;
    border-color: #005eab;
}
.grammer_part_two form .btn-outline-primary:focus,
.grammer_part_two form .btn-outline-primary:active:focus {
    box-shadow: none;
}

.left_pagi_detail span span {
    border-bottom: 2px solid #c7111e;
}

span.compre_value {
    display: inline-block;
    min-width: 69px;
    border-bottom: 3px dotted;
}

.exam_pagination {
    flex-wrap: wrap;
}

.quiz_imgbox {
    background-color: #ffffff;
    background-clip: padding-box;
    border: solid 6px transparent;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.quiz_imgbox::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    margin: -6px;
    border-radius: inherit;
    background: linear-gradient(rgb(0, 94, 171), rgb(43, 34, 125));
}

.design_input_outr {
    border: 3px solid #2B227D;
    border-radius: 10px;
    padding: 5px 5px 7px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(225, 233, 240, 0.73) 100%);
}

.design_input_outr input {
    width: 24px;
    border: none;
    border-bottom: 2px solid;
    margin: 0 1px;
    height: 30px;
    text-transform: uppercase;
    text-align: center;
    background-color: #E1E9F0;
    padding: 0;
}

.quiz_imgbox img {
    height: 150px;
    margin-bottom: 10px;
    object-fit: contain;
}

.compr_part_three input {
    width: 20px;
    border: none;
    border-bottom: 2px solid;
    margin: 0 2px;
    height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.missing_letter_outr {
    grid-column-gap: 10px;
    row-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.missing_letterbox {
    text-align: center;
    padding: 4px;
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: solid 6px transparent;
    border-radius: 0.8rem;
    width: fit-content;
    min-width: 293px;
    font-size: 16px;
}

.missing_letterbox:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -6px;
    border-radius: inherit;
    background: linear-gradient(to bottom, #005EAB, #2B227D);
}

.quiz_form {
    margin: 0px -30px;
    padding: 15px 30px 0;
}

.audio_wave {
    display: flex;
    justify-content: space-between;
    background: #EDEAE4;
    border-radius: 100px;
    margin-top: 15px;
    padding: 7px 12px;
    align-items: center;
    font-family: 'Arimo';
    font-size: 16px;
    position: relative;
}

.writing_section textarea {
    width: 100%;
    height: 200px;
    border: none;
    resize: none;
    background-color: transparent;
}

.gradient_bg_btn {
    background: linear-gradient(180deg, #005EAB 0%, #2B227D 100%);
    border-radius: 12px;
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
}

.gradient_bg_btn span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.audio_outer {
    display: inline-block;
    vertical-align: middle;
}

.audio_outer i {
    color: #EB5757;
}

.audio_outer span {
    border-bottom: 2px solid #BB6BD9;
}

.audio_outer .speaking_audio {
    display: inline-block;
    max-width: 260px;
    margin-left: 10px;
    border: none;
    vertical-align: middle;
}

.gradient_bg_btn img {
    max-width: 42px;
    margin-right: 5px;
}

.gradient_bg_btn.start_time {
    background: linear-gradient(180deg, #27AE60 0%, #155832 100%);
    text-shadow: 0px 0px 13.2286px #91CAC3, 0px 0px 7.55921px #91CAC3, 0px 0px 4.40954px #91CAC3,
        0px 0px 2.20477px #91CAC3, 0px 0px 0.629934px #91CAC3, 0px 0px 0.314967px #91CAC3;
}

.cong_cont {
    background-color: #EDECEC;
    border: 3px solid #2B227D;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.cong_cont h3 {
    color: #2B227D;
    margin-bottom: 30px;
}

.cong_cont p strong {
    color: #C7111E;
}

.cong_list_outer {
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: left;
}

.cong_list_outer li i {
    color: #27AE60;
}

ul.cong_social {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}


ul.cong_social li {
    list-style-type: none;
    width: 100%;
}

.cong_social a {
    color: #000000;
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    border: 3px solid #005EAB;
    line-height: 1;
}

.cong_social i {
    color: #005eab;
    margin-right: 10px;
}

.cong_social a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #005EAB;
}

.cong_social a:hover i {
    color: #ffffff;
}

.score_report_btn {
    color: #ffffff;
    background-color: #005eab;
    display: inline-block;
    padding: 0 24px;
    height: 52px;
    line-height: 52px;
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(5, 3, 3, 0.25);
    font-family: 'Inter', sans-serif;
}

.score_report_btn:hover {
    background-color: #C7111E;
    color: #ffffff;
}

.manual_button {
    padding: 0 30px;
    margin-bottom: 50px;
}

.manual_button a {
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    padding: 8px 24px;
    box-shadow: 0px 4px 8px rgba(5, 3, 3, 0.25);
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: 'Arimo';
}

.manual_button .grade {
    background: #27AE60;
}

.manual_button .reset_all {
    background: #F2994A;
}

.manual_button .reset_section {
    background: #9B51E0;
}

.manual_button .block_exam {
    background: #828282;
}

.submit_grading {
    text-decoration: none;
    text-align: center;
    padding: 8px 24px;
    box-shadow: 0px 4px 8px rgba(5, 3, 3, 0.25);
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: 'Arimo';
    border: none;
    background: #F2994A;
}
.add_comment textarea {
    padding: 15px;
}

span.page_number {
    background: #EDECEC;
    border-radius: 6px;
    line-height: 32px;
    padding: 6px 12px 0;
    margin: 0 16px;
}

.arrow_up {
    color: #fff;
    border: none;
    background-color: #f2994a;
    height: 39px;
    width: 39px;
    border-radius: 50px;
    padding: 2px 0;
    display: inline-block;
    font-size: 30px;
}

.submit_grading_btn {
    margin-top: 40px;
}

.add_comment {
    margin-top: 40px;
}

.add_comment label {
    font-family: 'Arimo';
    width: 100%;
}

.add_comment textarea {
    width: 100%;
    background: #EDECEC;
    border: 3px solid #2B227D;
    border-radius: 15px;
    height: 120px;
}

.graded_success .grade_check {
    border: none;
    color: #4EB037;
    font-size: 36px;
    background-color: transparent;
    line-height: 36px;
    vertical-align: middle;
}

.graded_success {
    margin-top: 30px;
    text-transform: uppercase;
}

.submit_grade_modal .modal-dialog {
    max-width: 700px;
}

.submit_grade_modal .modal-dialog button.btn-close {
    position: absolute;
    right: 20px;
    top: 30px;
}
.exam-format-modal h5 {
    text-transform: uppercase;
    color: #2B227D;
}

.exam-format-modal 
 .inner-exam-modal {
    max-width: 200px;
    margin: auto;
}

.exam-format-modal .inner-exam-modal label {
    color: #2B227D;
}

.inner-exam-modal .form-group {
    margin: 8px 0;
}

.exam-format-modal .modal-footer {
    justify-content: center;
}
.success-info p {
    color: #2B227D;
}

.exam-format-modal .modal-footer button.btn.btn-primary {
    background-color: #C7111E !important;
    font-family: 'Javanese Text';
    padding: 12px 0 7px;
    font-size: 20px;
}
.accepts-info-form label, .accepts-info-form p {
    display: block;
    font-size: 18px;
    color: #2B227D;
}

.accepts-info-form .col-md-12 {
    margin-top: 30px;
}

.submit_grade_modal .modal-header {
    justify-content: center;
    border: none;
}

.submit_grade_modal .modal-content {
    border: 4px solid #2B227D;
    border-radius: 20px;
    padding: 20px 20px;
}

.modal-content .modal-body p {
    font-size: 20px;
}

.modal-content .modal-body p span {
    font-weight: bold;
    color: #219653;
}

.bottom_decor {
    text-align: center;
}

.submit_grade_modal .modal-content .modal-footer {
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.submit_grade_modal .modal-content .modal-footer button.btn {
    border-radius: 50px;
    font-family: 'Arimo';
    box-shadow: 0px 4px 8px rgba(5, 3, 3, 0.25);
    padding: 8px 20px;
    border: none;
    margin: 0 30px;
    min-width: 140px;
}

.submit_grade_modal .modal-content .modal-footer button.btn.btn-primary {
    background: #27AE60;
}

.submit_grade_modal .modal-content .modal-footer button.btn.btn-secondary {
    background: #EB5757;
}

.submit_grade_modal .modal-header h5 img,
.bottom_decor img {
    max-width: 200px;
}

.next_btn {
    background-color: #C7111E;
    color: #ffffff;
    padding: 0 30px;
    border: none;
    font-weight: 400;
    border-radius: 30px;
    height: 48px;
    line-height: 56px;
    font-family: 'Javanese Text';
    text-decoration: none;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
}

.next_btn:hover,
.next_btn:focus {
    background-color: #005EAB;
    color: #ffffff;
}

.ident_heading,
.ident_box h4,
.ident_content,
.timin_exp_list li {
    font-family: 'Javanese Text';
    color: #2B227D;
}

.ident_heading {
    text-align: center;
    margin-bottom: 30px;
    font-style: normal;
    text-transform: uppercase;
}

.ident_box {
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #2B227D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px;
    margin-bottom: 30px;
}

.ident_box img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 30px;
    object-fit: contain;
}

.ident_content {
    max-width: 340px;
    margin: 0 auto 30px;
}

.ident_icon i.bi-check-circle-fill,
.ident_icon i.bi-x-circle-fill {
    font-size: 86px;
}

.ident_icon i.bi-check-circle-fill {
    color: #4EAF37;
}

.ident_icon i.bi-x-circle-fill {
    color: #C7111E;
}

.timin_exp_list {
    padding: 0;
    list-style-type: none;
    margin-bottom: 40px;
}

.timin_exp_list li {
    position: relative;
    background-color: #EDECEC;
    padding: 15px 15px 10px 46px;
    margin-bottom: 10px;
    border-radius: 10px;
    line-height: 1.3;
}

.timin_exp_list i {
    position: absolute;
    left: 10px;
    top: 11px;
    color: #4EAF37;
    font-size: 27px;
}

.head_vector img,
.bottom_vector img {
    width: 300px;
}

.decor_heading h3 {
    font-size: 20px;
}


.schl_prof_box {
    background: rgb(242 242 242 / 64%);
    border: 2px solid #2B227D;
    border-radius: 24px;
    padding: 30px;
    margin: 20px 0 40px;
}

.schl_prof_box .row {
    align-items: center;
}

.schl_prof_pic {
    border-radius: 100%;
    overflow: hidden;
    height: 180px;
    width: 180px;
}

.schl_prof_pic img {
    object-fit: cover;
    object-position: top;
}

.schl_prof_name {
    text-transform: uppercase;
}

.schl_prof_cont img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    flex-shrink: 0;
}

.schl_prof_cont h4 {
    color: #2B227D;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.schl_prof_cont span {
    color: #100F0F;
    margin-left: 8px;
}

.school_skills .col-md-3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
}

.school_skills h4 {
    color: #2B227D;
    margin-bottom: 15px;
}

.skill_shape {
    width: 100%;
    max-width: 130px;
    height: 130px;
    margin: 0 auto;
    background-image: url(../images/circle_vector_design.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 27px;
    line-height: 1.2;
}

.skill_shape small {
    font-size: 15px;
}

.undergrad_prog .row {
    margin: 0;
}

.undergrad_prog .col-lg-6 {
    padding: 0;
}

.undergrad_prog ul {
    padding: 25px 35px;
    list-style-type: none;
    background-image: url(../images/frame.svg);
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 300px;
    background-size: 100% 100% !important;
    max-width: 420px;
    margin: auto;
}

.undergrad_prog ul li {
    padding: 15px 10px 7px;
    border-bottom: 1px solid #2B227D;
    line-height: 1.5;
    font-size: 15px;
}

a.next_btn {
    display: inline-block;
}

.error_page {
    padding: 60px 40px;
    background-image: url('../images/error_page_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: calc(100vh - 112px);
    text-align: center;
}

.content_error_page {
    color: #ffffff;
}

.content_error_page h1 {
    font-size: 180px;
    line-height: 1;
}

.content_error_page span {
    display: inline-block;
}

.content_error_page h2 {
    font-size: 60px;
}

.content_error_page p {
    font-family: 'Javanese Text';
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    max-width: 900px;
}

.score_report .decor_heading {
    position: relative;
}

.score_report .decor_heading a {
    color: #2B227D;
    width: 227px;
    position: absolute;
    display: inline-block;
    border: 2px solid #C7111E;
    line-height: 20px;
    border-radius: 50px;
    padding: 12px 12px 8px;
    font-size: 18px;
}

.download_pdf {
    left: 0;
    top: -12px;
}

.copy_link {
    top: -12px;
    right: 0;
}

.score_report {
    padding: 40px 150px;
}

.student_card_detail {
    background-color: #EDECEC;
    border-radius: 20px;
    border: 3px solid #2B227D;
    padding: 30px;
    margin: 30px 0;
}

.student_info_detail label {
    text-transform: uppercase;
}

.overall_eng_score h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #2B227D;
    font-size: 22px;
}

.overall_eng_score p {
    margin-bottom: 0;
}

.overall_eng_score {
    margin: 8px 0;
}

.overall_eng_score h2 span {
    color: #219653;
    font-size: 30px;
}

.assesment_item {
    border: 2px solid #2B227D;
    border-radius: 12px;
    padding: 15px 0 0;
    margin-bottom: 24px;
}

.assesmemt_grid {
    margin-top: 50px;
}

.assesmemt_grid>h3 {
    color: #C7111E;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.assesment_item h3 img {
    width: 45px;
    margin: 0 5px;
}

.assesment_item h3 {
    border-bottom: 1px solid #2B227D;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0;
}

.overall_score_section {
    border: 7px double #CEBD82;
    padding: 25px;
}

.assesment_item .row {
    margin: 0;
}

.score_td {
    padding: 12px 15px 2px;
    line-height: 30px;
    text-transform: uppercase;
    color: #005EAB;
}

.assesment_item .row .col-md-6 {
    padding: 0;
}

.assesment_item .row .col-md-6:first-child {
    border-right: 1px solid #2B227D;
}

.assesment_item .col-md-6 .score_td {
    border-bottom: 1px solid #2B227D;
}

.assesment_item .col-md-6 .score_td:last-child {
    border-bottom: none;
}

.assesment_item .row .col-md-6:nth-child(2) {
    text-align: center;
}

.overall_bandbox {
    background: #EDECEC;
    padding: 30px 30px 15px;
    margin-bottom: 36px;
    border: 2px solid #2B227D;
    border-radius: 15px;
}

.overall_band_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-transform: uppercase;
    border-bottom: 5px solid #C7111E;
    margin-bottom: 10px;
}

.overall_band_heading h4 span {
    color: #219653;
}

.overall_band_heading h4 {
    margin: 0;
}

.overall_exam_list {
    padding: 0;
    margin: 0 0 60px;
    list-style-type: none;
}

.overall_exam_list li {
    background: #EDECEC;
    border: 3px solid #2B227D;
    border-radius: 20px;
    padding: 24px 24px 14px;
    margin-bottom: 10px;
}

.overall_exam_list .col-md-6 {
    padding: 0 5px;
}

.overall_exam_list .score_td {
    font-size: 14px;
}

.overall_exam_list .assesment_item {
    margin-bottom: 10px;
    background-color: #ffffff;
}

.overall_exam_list .assesment_item h3 {
    font-size: 19px;
}

.overall_exam_list .assesment_item h3 img {
    width: 30px;
    margin-right: 10px;
}

.exam_list_title {
    font-weight: bold;
    color: #C7111E;
    text-transform: uppercase;
}

.exam_list_date {
    color: #005EAB;
    text-transform: uppercase;
}

.overall_exam_list .overall_eng_score {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


audio::-webkit-media-controls-panel {
    background-color: #edeae4;
}

.audio_wave audio {
    width: 100%;
}

/*************************************************/

.chart {
    position: relative;
    width: 100%;
}

.chart-pattern-path {
    stroke: #2B227D;
    stroke-width: 2;
}

.temperature-graph {
    height: 370px;
    width: 100%;
}

.labels {
    fill: #005EAB;
    font-size: 16px;
}

.labels--x {
    text-anchor: middle;
}

.labels--y {
    text-anchor: end;
}

.temperature-graph-grid {
    stroke: #2B227D;
    stroke-dasharray: 0;
    stroke-width: 2;
}

.feel-temp {
    fill: none;
    stroke: #b6d7a8;
    stroke-width: 1.5;
}

.actual-temp {
    fill: none;
    stroke: #C7111E;
    stroke-width: 2.5;
}

.axis-title {
    text-anchor: middle;
    font-size: 20px;
    fill: #444444;
}

.temperature-graph-dot {
    fill: #76afa3;
    stroke-width: 1.5;
    stroke: white;
}

.dot {
    r: 4;
}

.dot--hot {
    fill: #f44336;
    r: 5;
}

.dot--cold {
    fill: #2986cc;
    r: 5;
}

.axis-line {
    stroke: #2B227D;
    stroke-width: 2
}

.switch--on {
    fill: #d9ead3;
    stroke: #38761d;
    stroke-width: 1.5
}

.switch--off {
    fill: #f4cccc;
    stroke: #cc0000;
    stroke-width: 1.5
}

div .form-control,
div .form-select,
.form-group textarea {
    border: 1px solid #2B227D;
}

.left_out_pages {
    font-size: 16px;
    margin: 0 10px;
    
}
.sub_arrow {
    align-items: center;
    justify-content: end;
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    right: 0;
    background-color: #fff;
    padding: 10px 0 !important;
}
.reading_section .quiz_form .left_out_pages {
    margin-top: 20px;
}
.multi_quiz{
    opacity:0;
    visibility:hidden;
}
div .sb_arrow_btn {
    color: #C7111E;
}
div .sb_arrow_btn:hover {
    border: 1px solid #C7111E;
    background-color: #C7111E;
    color: #ffffff;
}
.sb_arrow_btn {
border: 1px dashed #C7111E;
    box-shadow: 0px 4px 8px rgba(5, 3, 3, 0.25);
    border-radius: 50px;
    text-decoration: none;
    color: #C7111E;
    line-height: 38px;
    padding: 2px 20px;
    font-family: 'Arimo', sans-serif;
    margin: 0 10px;
    background-color: #fff;
    font-size:16px;
}

ul.inst_blue_box {
    padding: 15px 30px;
    margin: 0 -30px 30px;
    list-style-type: none;
    background-color: #005EAB;
    color: #ffffff;
}
ul.inst_blue_box li {
    max-width: 800px;
    margin: 10px auto;
    position: relative;
    padding-left: 35px;
}
ul.inst_blue_box li img {
    width: 27px;
    margin-right: 7px;
    object-fit: contain;
    position: absolute;
    left: 0;
}
.instruction_wrap h2 {
    text-align: center;
    color: #2B227D;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.instruction_wrap h2,
.instruction_wrap ul,
.instruction_wrap  ol {
    font-family: 'Arimo', sans-serif;
}
ol {
    padding-left: 19px;
}
.instruction_wrap ol {
    margin-bottom: 0;
}
.exam_inner_content .instruction_wrap h5 {
    color: #005EAB;
    font-family: 'Arimo';
    font-weight: 600;
}
.sub_arrow button.sb_arrow_btn.left_sb[disable="disable"]{
    cursor: not-allowed;
    pointer-events: none;   
}
.left_pagi_detail {
    position: relative;
    display: inline-block;
    top: -37px;
}
.reading-wrap .left_pagi_detail {
    min-height: 50px;
}
.assesmemt_grid .word-count-col {
    border-left: 3px solid #C7111E;
    padding-left: 15px;
    color: #2B227D;
}
.question-count-info {
    border-radius: 20px;
    border: 15px solid #2B227D;
    padding: 20px;
}

.question-count-info p {
    margin-bottom: 0;
}
.angel-divider img {
    width: 340px;
}
.exam-section-overview table {
    width: 100%;
}
.exam-section-overview table th {
    text-transform: capitalize;
    padding: 8px 12px;
    width: 1% !important;
    text-align: center;    font-size: 24px;
    border-bottom: 2px solid #005eab;
}
.exam-section-overview table td {
    text-align: center;
    border-bottom: 1px solid #EDECEC;
    padding: 8px 0;
    font-size: 24px;
}
.exam-section-overview {
    margin-top: 50px;
}
.exam-time {
    margin-top: 50px;
}
.take-exam-btn {
    margin-top: 50px;
    margin-bottom: 40px;
}
.take-exam-btn .site_btn {
    display: inline-block;
    border-radius: 100px;
    background: var(--green-1, #219653);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    line-height: normal;
    padding: 5px 60px 0;
    font-size: 20px;
    text-transform: uppercase;
}
.exam-time p {
    color: #2B227D;
    font-family: 'Inter', sans-serif;
}
.exam-format .accordion .accordion-header button::after {
    content: none !important;
}
.exam-format .accordion .accordion-header button.accordion-button {
    justify-content: center;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 18px;
    align-items: center;
}
.exam-format .accordion .accordion-item {
    border-radius: 24px !important;
    overflow: hidden;
    margin-bottom: 22px;
    font-size: 24px;
}
.exam-format .accordion .accordion-header button.accordion-button img {
    width: 28px;
    vertical-align: middle;
    margin-top: -7px;
    margin-right: 10px;
}
.exam-format .accordion .accordion-header button.accordion-button {
    position: relative;
    color: #fff;
    padding: 18px 0 12px;
}
.exam-format .accordion .accordion-header button.accordion-button i {
    position: absolute;
    right: 20px;
    top: 16px;
}

.accordion-item.grammer-item {
    border: 1px solid #F2994A;
}

.accordion-item.grammer-item button.accordion-button {
    background-color: #F2994A;
}

.accordion-item.compr-item {
    border: 1px solid #27AE60;
}

.accordion-item.compr-item button {
    background-color: #27AE60;
}

.accordion-item.listening-item {
    border: 1px solid #56CCF2;
}

.accordion-item.listening-item button {
    background-color: #56CCF2;
}

.accordion-item.reading-item {
    border: 1px solid #9B51E0;
}

.accordion-item.reading-item button {
    background-color: #9B51E0;
}
.accordion-item.writing-item {border: 1px solid #2B227D;}
.accordion-item.writing-item button {
    background-color: #2B227D;
}
.accordion-item.speaking-item {border: 1px solid #F2994A;}
.accordion-item.speaking-item button {
    background-color: #F2994A;
}
.exam-format .accordion {
    font-family: 'Inter', sans-serif;
}
.exam-format .accordion h3 {
    font-size: 26px;
    font-weight: 600;
}
.found-team-info p {
    margin-bottom: 0;
    color: #2B227D;
}
.team-item {
    text-align: center;
    border: 12px double #2B227D;
    margin-top: 40px;
    position: relative;
}

.team-item h3 {
    border-top: 3px solid #C8102E;
    border-bottom: 3px solid #C8102E;
    font-size: 24px;
    text-transform: uppercase;
    color: #2B227D;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0 0;
    margin-bottom: 25px;
}

.our_team > div:nth-child(even) .team-item::before {
    content: "";
    width: 3px;
    height: 50%;
    background-color: #2B227D;
    position: absolute;
    left: -27%;
    top: 50%;
    transform: translateY(-50%);
}

.team-item h3 img {
    width: 48px;
    margin-top: -8px;
    margin-left: 15px;
}
.name-sec {
    margin-top: 40px;
}

.name-sec figure {
    border: 3px solid #2B227D;
    border-radius: 20px;
    color: #2B227D;
    font-size: 23px;
    padding: 7px 10px;
}

.name-sec figure img {
    width: 60px;
}
.charter-wrap .exam-time p, .charter-wrap .exam-time ul li {
    text-align: left;
    color: #2B227D;
    font-family: 'Inter', sans-serif;
}
.connect-info p {
    margin-bottom: 0;
    color: #2B227D;
}
.connect-info p span {
    color: #C7111E;
}
.main_feature_sec figure {
    text-align: center;
    margin-bottom: 0;
}

.main_feature_sec figure img {
    width: 100px;
}

.main_feature_sec .row {
    align-items: center;
    color: #2b227d;
    font-family: 'Inter', sans-serif;
    margin-bottom: 40px;
}
.notes_section {
    border-radius: 20px;
    border: 3px solid var(--blue-text, #2B227D);
    background: var(--grey, #EDECEC);
    position: relative;
}

.notes_section h3 {
    display: inline-block;
    border-radius: 20px 0px;
    background: var(--blue, #005EAB);
    color: #fff;
    font-size: 26px;
    padding: 16px 40px 5px;
    margin-top: -2px;
}

.notes_section ul {
    list-style: none;
    padding: 0 20px;
}

.notes_section ul li {
    font-size: 22px;
    color: var(--blue-text, #2B227D);
    margin-top: 23px;
}

.me-sec-step {
    margin-top: 60px;
    text-align: center;
}

.me-sec-step h2 {
    font-family: 'Inter', sans-serif;
    color: #2B227D;
    font-size: 24px;
    font-weight: 700;
}

.me-sec-step ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    font-family: 'Inter', sans-serif;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}

.me-sec-step ul li {
    flex: 1;
}

.me-sec-step ul li p {
    color: #2B227D;
    margin: 20px auto !important;
    max-width: 190px;
}
.me-sec-step ul li span {
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    background-color: #27AE60;
    border-radius: 50px;
    line-height: 60px;
    color: #fff;
}
.me-info-col h2 {
    background-color: #f5d3f1;
    margin-bottom: 10px;
    color: #2B227D;
    text-transform: uppercase;
    line-height: 50px;
    padding: 8px 0 0;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
}

.me-sec-section .row {
    margin-bottom: 40px;
    align-items: center;
}
.me-sec-step ul::before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #27ae60;
    top: 30px;
    z-index: -1;
}
.me-info-col p, .me-info-col ul li {
    color: #2B227D;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
}
.me-sec-step .special-me {
    text-align: left;
    font-family: 'Inter', sans-serif;
    color: #2B227D;
    padding: 25px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    width: 100%;
    max-width: 70%;
    position: relative;
}

.me-sec-step .special-me h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.me-sec-step .special-me h3 small {
    font-size: 68%;
    text-transform: capitalize;
    font-weight: 500;
}

.special-me.me-one {
    border-radius: 24px;
    border: 2px solid #9690d3;
    background: #FFF;
    margin-top: 50px;
    margin-left: auto;
    margin-right: 50px;
}

.me-sec-step .special-me p {
    margin-bottom: 0;
}

.special-me.me-two {
    border-radius: 24px;
    border: 2px solid  #27AE60;
    background: var(--white, #FFF);
    margin-top: 60px;
    margin-bottom: 70px;
    margin-left: 50px;
}
.reason-1 h2 {
    background-color: #C7111E;
}
.reason-item.reason-2 h2 {
    background-color: #F2994A;
}
.reason-item.reason-3 h2 {
    background-color: #219653;
}
.reason-item.reason-4 h2 {
    background-color: #2F80ED;
}
.reason-item.reason-5 h2 {
    background-color: #9B51E0;
}
.reason-item.reason-6 h2 {
    background-color: #F2C94C;
}
.reason-item.reason-7 h2 {
    background-color: #005EAB;
}

.reason-item {
    border-radius: 24px;
    border: 3px solid var(--blue-text, #2B227D);
    background: var(--white, #FFF);
    margin-top: 30px;
    font-family: 'Inter', sans-serif;
}

.reason-item h2 {
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 50px;
    margin: -20px auto 10px;
    display: table;
}

.reason-item p {
    color: #2B227D;
    padding: 0 24px;
    font-size: 18px;
}

.seven-sec .me-sec-step {
    margin-bottom: 60px;
}
.prepare-sec .row figure {
    margin-bottom: 0;
    display: flex;
    height: 200px;
    width: 200px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(43, 34, 125, 1);
    border-radius: 50%;
    margin-top: 120px;
}
.prepare-sec .reason-item ul li {
    font-size: 24px;
}
.prepare-sec .reason-item.reason-1 {
    border: none;
}
.prepare-sec .reason-item.reason-1 ul li {
    color: #2B227D;
}
.prepare-sec .reason-item.reason-1 p a {
    color: #c7111e;
}
.prepare-sec .reason-item.reason-1 h2 {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}
.message-wrap {
    border-radius: 24px;
    border: 3px solid var(--blue-text, #2B227D);
    background: var(--white, #FFF);
    padding: 32px;
    font-family: 'Inter', sans-serif;
    color: #2B227D;
}
.sing-icon img {
    width: 260px;
}
.message-wrap ul {
    list-style: none;
}
.message-wrap ul {
    list-style: none;
    padding: 0;
}
.message-wrap ul li h4 {
    display: inline-block;
    background-color: #f5d3f1;
    padding: 5px 15px;
}
.flow-image {
    margin-top: 40px;
}
.exam-demo .exam-demo-items .reason-item {
    border: none;
    background-color: transparent;
    margin-top: -10px;
}
.demo-1 h2{
background: #F2994A;
}
.demo-2 h2{
 background: #27AE60;   
}
.demo-3 h2{
    background: #56CCF2;
}
.demo-4 h2{
    background: #9B51E0;
}
.demo-5 h2{
    background: #2B227D;
}
.demo-6 h2{
    background: #F2C94C;
}
.exam-demo .exam-demo-items .reason-item h2 img {
    width: 32px;
}
.exam-demo .exam-demo-items .reason-item h2 {
    width: 100%;
    text-align: center;
    margin: 0;
}
.validity_notes h3 {
    background-color: #9B51E0;
}

.access_notes h3 {
    background-color: #219653;
}

.drive_notes h3 {
    background-color: #C7111E;
}

.accept-notes h3 {
    text-transform: uppercase;
    padding: 16px 25px 5px;
}

.notes_section.accept-notes {
    margin-top: 15px;
}

.notes_section.accept-notes p {
    padding: 8px 20px 15px;
    margin-bottom: 0;
}
.red-btn-round a.site_btn {
    background-color: #C7111E !important;
}
.accept-exam-details {
    margin-top: 60px;
}
.accept-exam-details .site_heading {
    margin-bottom: 30px;
}
.accept-exam-details .accordion-item {
    border-width: 0 0 1px 0 !important;
    border-color: rgba(43, 34, 125, 1);
    background-color: transparent !important;
}

.accept-exam-details .accordion-item .accordion-header button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
    color: rgba(43, 34, 125, 1) !important;
    font-size: 26px;
    padding: 10px 20px;
}
.recomended-score p {
    color: rgba(43, 34, 125, 1);
    font-size: 20px !important;
}
.score-recom {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.score-recom span {
    border-radius: 50px;
    background: var(--green-1, #219653);
    color: #fff;
    line-height: normal;
    padding: 10px 30px 4px;
    font-size: 26px;
}
.accept-exam-details .accordion-item .accordion-header {
    border: none !important;
}

.accept-exam-details .accordion-item .accordion-header button i {
    display: none;
}

.accept-exam-details .accordion-item .accordion-body p {
    margin-bottom: 0;
    color: rgba(43, 34, 125, 1);
}

.accept-exam-details .accordion-item .accordion-body {
    background-color: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 14px;
}
.exam-img img {
    width: 100%;
}
.exam-img {position: relative;margin-bottom: 30px;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);border-radius: 24px;}
.exam-img h4 {
    text-transform: uppercase;
    text-align: center;
    font-family: Arimo;
    color: #fff;
    position: absolute;
    bottom: 30px;
    font-size: 20px;
    padding: 0 20px;
    line-height: 34px !important;
    left: 0;
    right: 0;
}
.current-exam {
    margin-top: 50px;
}
.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive {
    background-color: #fff;
    border: none;
    padding: 0;
}

.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table {
    width: 100%;
}

.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table td:first-child, .stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table th:first-child {
    text-align: left;
    color: rgba(16, 15, 15, 1);
}
.exam-test-table {
    margin-top: 50px;
}

.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table th:not(:first-child) {
    text-transform: capitalize;
    color: rgba(16, 15, 15, 1);
    font-size: 24px;
    font-weight: normal;
    border-bottom: 2px solid var(--blue-text, #2B227D);
}

.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive th {
    width: 20%;
    padding: 5px 0;
}

.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive td {
    padding: 18px 0;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive td img {
    width: 30px;
}
.green-color{
    color: #219653 !important;
}
.exam-band-score .table-responsive {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.exam-band-score .table-responsive table {
    width: 100%;
}
.exam-band-score {
    margin-top: 50px;
}
.exam-band-score ul {
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    position: relative;
}
.exam-band-score ul::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    background: linear-gradient(8deg, #F24E1E 0%, #F08C37 24.33%, #FFC700 49.76%, #99C456 74.72%, #5EC282 100%);
}
.exam-band-score ul li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: -13px;
    border-radius: 50px;
}

.exam-band-score ul li:first-child span {
    background: linear-gradient(0deg, #E05A33 0%, #E05A33 100%), #FFF;
}
.exam-band-score ul li:nth-child(2) span {
    background: linear-gradient(0deg, #F1782F 0%, #F1782F 100%), #FFF;
}
.exam-band-score ul li:nth-child(3) span {
    background: linear-gradient(0deg, #F8AA1C 0%, #F8AA1C 100%), #FFF;
}
.exam-band-score ul li:nth-child(4) span {
    background: linear-gradient(0deg, #F7C844 0%, #F7C844 100%), #FFF;
}
.exam-band-score ul li:nth-child(5) span {
    background: linear-gradient(0deg, #B8C53D 0%, #B8C53D 100%), #FFF;
}
.exam-band-score ul li:nth-child(6) span {
    background:  linear-gradient(0deg, #84C467 0%, #84C467 100%), #FFF;
}
.exam-band-score ul li:last-child span {
    background: linear-gradient(0deg, #5EC282 0%, #5EC282 100%), #FFF;
    right: -3px;
}
.exam-band-score ul li {
    position: relative;
    color: rgba(43, 34, 125, 1);
    font-size: 28px;
    line-height: 80px;
}

.exam-band-score .table-responsive td {
    width: 25%;
    text-align: left !important;
    border: 1px solid #EDECEC;
    padding: 15px 22px;
    font-size: 24px !important;
}
.notes_section{
    overflow: hidden;
}
.landing-page-section section.courses_video video {
    max-width: 750px;
    margin: auto;
    display: table;
}
.landing-page-section section.site_heading h2 {
    text-transform: uppercase;
}
.landing-page-section .recogniser_row .recog_item {
    border-radius: 17px;
    border: 2px solid var(--blue-text, #2B227D);
    background: var(--white, #FFF);
}
.exam-skiill span {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.left-al-row span:first-child {
    background: linear-gradient(90deg, #213478 0%, #3971B1 100%);
}
.left-al-row span:nth-child(2) {
    background: linear-gradient(90deg, #41A0AA 0%, #3F8BAB 100%);
}
.left-al-row span:last-child {
    background: linear-gradient(90deg, #3761AE 0%, #4A5482 100%);
}

.right-al-row span:first-child {
    background: linear-gradient(90deg, #3C2F9D 0%, #476A85 100%);
}
.right-al-row span:nth-child(2) {
    background: linear-gradient(90deg, #243475 0%, #2F68B1 100%);
}
.right-al-row span:last-child {
background: linear-gradient(90deg, #585496 0%, #424D9E 100%);
}

.left-al-row span {
    margin-right: -15px;
}

.right-al-row span {
    margin-left: -15px;
}

.exam-skiill {
    max-width: 840px;
    margin: auto;
}

.exam-skiill .site_heading {
    margin-bottom: 40px;
    margin-top: 70px;
}
.landing-brand .row > div {
    text-align: center;
    margin-bottom: 20px;
}

.landing-brand .row > div img {
    width: 150px;
}

.landing-brand .row {
    align-items: center;
}
.right-al-row {
    margin: 20px 0;
}
.me-sec-step.landing-quote {
    margin-bottom: 50px;
}

.me-sec-step.landing-quote .special-me.me-two {
    border-color: #2B227D;
    margin-bottom: 0 !important;
}

.me-sec-step.landing-quote .special-me a {
    color: #C7111E;
    text-transform: capitalize;
    font-weight: bold;
}
.landing-page-section section.courses_video {
    margin-bottom: 30px;
}
.exam-milestone {
    border-radius: 24px;
    border: 12px solid #CFB47E;
    box-shadow: 0px 0px 1.1591999530792236px 0px #EDE1D4, 0px 0px 2.3183999061584473px 0px #EDE1D4, 0px 0px 8.114399909973145px 0px #EDE1D4, 0px 0px 16.22879981994629px 0px #EDE1D4, 0px 0px 27.82080078125px 0px #EDE1D4, 0px 0px 48.6864013671875px 0px #EDE1D4;
    padding: 20px;
    margin-bottom: 50px;
}
.landing-page-section ul {
    list-style: none;
    margin-bottom: 0;
}
.exam-milestone p {
    margin-bottom: 0;
    color: #2B227D;
    font-family: 'Inter', sans-serif;
}
.me-sec-step.landing-quote .special-me.me-one {
    border-color: #C7111E;
}
.landing-page-section .landing-overview.student_card_detail ul {
    margin: 0;
    padding: 0;
}
.landing-page-section .landing-overview.student_card_detail h3 {
    color: #C7111E;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-left: 34px;
}
.landing-page-section .landing-overview.student_card_detail ul li {
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.landing-page-section .landing-overview.student_card_detail ul li img {
    width: 30px;
    margin-right: 10px;
}
.exam-section-wrap .exam-demo-items .reason-item h2 {
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.exam-section-wrap .exam-demo-items .demo-1 {
    border: 1px solid #f2994a;
}
.exam-section-wrap .exam-demo-items .demo-2 {
    border: 1px solid #27ae60;
}
.exam-section-wrap .exam-demo-items .demo-3 {
    border: 1px solid #56ccf2;
}
.exam-section-wrap .exam-demo-items .demo-4 {
    border: 1px solid #9b51e0;
}
.exam-section-wrap .exam-demo-items .demo-5 {
    border: 1px solid #2b227d;
}
.exam-section-wrap .exam-demo-items .demo-6 {
    border: 1px solid #f2c94c;
}
.exam-section-wrap .exam-demo-items {
    margin-bottom: 40px;
    text-align: center;
}
.exam-section-wrap .exam-demo-items p {
    margin-bottom: 0;
    padding: 15px;
    color: #000;
    min-height: 100px;
}
.explain-table-col {
    margin-top: 30px;
    text-align: center;
}

.table-col-item h2 {
    font-family: 'Inter', sans-serif;
    background-color: #2B227D;
    color: #fff;
    font-size: 30px;
    padding: 10px 54px;
    min-height: 88px;
}

.table-col-item p {
    border-bottom: 1px solid #000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
    padding: 10px;
}

.exp_notes {
    color: #2B227D;
    font-family: 'Inter', sans-serif;
    margin: 20px 0 20px;
}
.message-wrap ul li h4 {
    background-image: url(../images/pink_vector.png);
    background-color: transparent;
    background-size: cover;
}
section.stage_three_section p strong {
    color: #005EAB;
}
.me-info-col h2 {
    background-image: url(../images/pink_vector.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}
.partner_sec_row .site_heading h2 {
    background-image: url(../images/pink_vector.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    display: inline-block;
    padding: 30px 40px 20px 30px;
}
.partner_sec_row {
    margin: 80px 0 0;
}
.partner_sec_row .site_heading {
    margin-bottom: 40px;
}
.partner_item_col {
    border: 7px double #2b227d;
    padding: 30px;
    margin-bottom: 30px;
}
.partner_item_col figure img {
    height: 150px;
}

.partner_item_col figure {
    margin-bottom: 30px;
}

.partner_item_col h4 {
    color: #2B227D;
    font-size: 26px;
    font-weight: bold;
}
.accepts-info-form .form-group {
    margin-bottom: 15px;
}
.team-item p {
    padding: 0 50px !important;
    min-height: 154px;
}
.flow-image img {
    max-width: 538px;
    margin: auto;
    display: table;
}
.assess_info_grid .info_grid_item {
    text-align: center;
    border-radius: 17px;
    border: 2px solid var(--blue-text, #2B227D);
    min-height: 180px;
    padding-top: 20px;
}
.assess_info_grid .info_grid_item h4 {
    max-width: 175px;
    margin: 20px auto 0;
    font-family: 'Inter', sans-serif;
}
.assess_info_grid {
    margin: 70px 0;
}
section.stage_three_section .language_heading p {
    font-family: 'LucidaCalligraphyEF' !important;
    color: var(--blue-text, #2B227D);
    font-size: 28px !important;
    padding: 0 115px;
}
.assess_feature .site_heading {
    margin-bottom: 30px;
}
.assess_feature .site_heading h2 {
    text-transform: uppercase;
}
.assess_feature .feature_item {
    font-family: arimo;
    border-radius: 32px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 15px 0px rgba(20, 96, 158, 0.18);
    padding: 20px;
    margin-bottom: 30px;
}
.assess_feature .feature_item h4 {
    font-weight: bold;
}
.assess_feature .feature_item p {
    margin-bottom: 0;
}
.feature_item span.feature_status {
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 8px;
    margin: 10px 0 15px;
}
.feature_item span.feature_status.feature_green {
    background-color: #219653;
    border: 6px solid #9dd39d;
}
.feature_item span.feature_status.feature_orange {
    background-color: orange;
    border: 6px solid #ffd17d;
}
.feature_item span.feature_status.feature_purple {
    background-color: purple;
    border: 6px solid #ff9dff;
}
.feature_item span.feature_status.feature_yellow {
    background-color: yellow;
    border: 6px solid #ffff90;
}
.feature_item span.feature_status.feature_pink {
    background-color: #f94363;
    border: 6px solid #ffb5c2;
}
.feature_item span.feature_status.feature_blue {
    background-color: #2475e9;
    border: 6px solid #a0bde7;
}
.feature_item span.feature_status.feature_sky {
    background-color: #87cde7;
    border: 6px solid #caf1ff;
}
.manchester_exam_app {
    text-align: center;
    margin-top: 75px;
    border-radius: 24px;
    border: 3px solid var(--blue-text, #2B227D);
    padding: 30px;
    font-family: 'Arimo';
}
.manchester_exam_app h2 {
    color: var(--black-text, #100F0F);
    font-weight: bold;
    margin-bottom: 20px;
}
.manchester_exam_app p {
    color: var(--black-text, #100F0F);
}
.app_qr_row {
    margin-top: 40px;
}
.choose_heading {
    margin: 16px 0;
}
.choose_heading h5 {
    font-family: 'Arimo';
    border-radius: 9px;
    border: 3px solid var(--blue-text, #2B227D);
    background: var(--white, #FFF);
    display: inline-block;
    padding: 4px 20px;
    color: var(--blue-text, #2B227D);
}
span.question_count {
    background: var(--green, #219653);

}
.qnswer_flow > span{
    border-radius: 50px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Arimo';
    color: #fff;
    padding: 5px 22px;
    font-size: 15px;
    height: 43px;
    line-height: 32px;
}

.qnswer_flow {
    margin: 30px 0;
}

.qnswer_flow span.page_count {
    background-color: #EA7D18;
}

.qnswer_flow span.time_count {
    background-color: #005EAB;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 17px;
}

.qnswer_flow span.time_count small {
    display: block;
    font-size: 13px;
}
.questions_flow_info {
    border-radius: 24px;
    background: var(--Light-blue, #F4FAFF);
    box-shadow: 0px 4px 10px 0px rgba(17, 25, 51, 0.25);
    font-family: 'Arimo';
    color: #2B227D;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 30px;
}
h5.step_question {
    color: #2B227D;
    font-weight: 600;
}

.examp_step_section .form-group input {
    display: none;
}

.examp_step_section .form-group input d {
    display: none;
}

.examp_step_section .form-group label {
    border-radius: 100px;
    border: 2px dashed var(--Red, #C7111E);
    background: var(--Grey, #F6F6F6);
    font-family: 'Arimo';
    color: #100F0F !important;
    min-width: 250px;
    text-align: left;
    padding: 2px 10px;
    margin: 10px 0;
    cursor: pointer;
}

.examp_step_section .form-group input:checked + label {
    background-color: #005EAB;
    color: #fff !important;
    border-color: transparent;
}
.match_sentence {
    padding: 30px 50px;
}
.match_sentence ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.match_sentence ul li label {
    border-radius: 8px;
    border: 3px solid var(--blue-text, #2B227D);
    background: var(--white, #FFF);
    font-family: 'Arimo';
    padding: 15px 30px;
}
.match_sentence ul li input {
    display: none;
}
.match_sentence ul li input:checked + label {
    background-color: #2B227D !important;
    color: #fff;
}
.match_sentence ul li {
    margin: 16px 0;
}
.finish-sentence ul {
    list-style: number;
    padding: 0;
    text-align: left;
    margin: auto;
    display: table;
}
.sentences_span {
    margin-bottom: 30px;
}
.finish-sentence ul li input {
    width: 160px;
    border-radius: 10px;
    border: 2px solid var(--Blue, #005EAB);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 10px 0px rgba(17, 25, 51, 0.25);
    margin-left: 12px;
    padding: 5px 10px;
}
.match_sentence ul:first-child li span::after {
    content: "";
    background-image: url(../images/match-arrow.png);
    height: 60px;
    width: 130px;
    display: inline-block;
    z-index: 99999;
    position: relative;
    background-size: 100%;
    background-position: center;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.match_sentence ul:first-child li::after {
    content: "";
}
.finish-sentence ul li {
    margin: 12px 0;
    list-style: numeric;
}
.sentences_span span {
    background-color: #2B227D;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    line-height: normal;
    padding: 2px 15px;
    margin: 6px 2px;
    display: inline-block;
    text-transform: uppercase;
}
.common_radio_col h4 {
    font-family: 'Arimo' !important;
    color: #2B227D;
    font-weight: 700;
}
.reading_right_queston .form-check label {
    font-family: 'Arimo';
}
.reading_right_queston .reading_question_step {
    margin-bottom: 26px;
}
.listen_answer_item ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    max-width: 540px;
    margin: 20px auto 20px;
    flex-wrap: wrap;
    text-align: left;
}
.strong_border ~ .strong_border {
    margin-top: 30px;
}
.listen_answer_item ul li label {
    font-family: 'Arimo';
}

.listen_answer_item ul li {
    flex: 0 0 50%;
    max-width: 50%;
}

.listen_answer_item h4 {
    margin-top: 20px;
}
.student_info_detail {
    color: #2B227D;
}
.chief_sign.text-center img {
    width: 320px;
}
.error_left h3 {
    border-color: #eb0000  !important;
}
.assess_other ul {
    padding: 0 !important;
    margin-top: 30px;
}

.assess_other ul li {
    margin-bottom: 30px;
    font-size: 16px;
}

.assess_other ul li img {
    width: 30px;
}
.green_right h3 {
    border-color: #00c108 !important;
}
.chief_sign {
    margin: 50px 0;
}
.assess_other .site_heading {
    margin-bottom: 40px;
}

.assess_other {
    margin-top: 70px;
}

.assess_other h3 {
    border-bottom: 1px solid;
}


/************************/
section.stage_two_section.assessJuniorsMainDiv {
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 !important;
    padding: 60px 0 !important;
}
.assessJuniors1 {
    background-image: url(../images/top-01.png) , url(../images/bottom-01.png) !important;
    background-color: #ded7e5 !important;
    background-repeat: no-repeat;
    background-size: 100% 300px !important;
    background-position: top center, bottom center !important;
}
.assessJuniors2 {
    background-image: url(../images/top-02.png) , url(../images/bottom-02.png) !important;
    background-color: #d1dfd1 !important;
    background-repeat: no-repeat;
    background-size: 100% 300px !important;
    background-position: top center, bottom center !important;
}
.assessJuniors3 {
    background-image: url(../images/top-03.png) , url(../images/bottom-03.png) !important;
    background-color: #d2dae4 !important;
    background-repeat: no-repeat;
    background-size: 100% 300px !important;
    background-position: top center, bottom center !important;
}
.assessJuniors4 {
    background-image: url(../images/top-04.png) , url(../images/bottom-04.png) !important;
    background-color: #e3d0d8 !important;
    background-repeat: no-repeat;
    background-size: 100% 300px !important;
    background-position: top center, bottom center !important;
}
.noBorderDiv {
    display: inline-block;
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    padding: 30px;
    border: none !important;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}   

.centerImageDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.assessJuniorsMainDiv .decor_heading h2 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #2B227D;
}

.customCheckBoxes {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.singleCheckBox {
    display: inline-block;
    position: relative;
    margin: 12px;
}
.singleCheckBox input {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.singleCheckBox span {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #9b51e0 !important;
    background: #fff;
}
.singleCheckBox input:checked ~ span {
    border: 2px solid #9b51e0 !important;
    background: #9b51e0 !important;
    color: #fff !important;
}
.fullWidthCheckBox .singleCheckBox {
    display: block;
}
.darkBgHeading {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.darkBgHeading h3 {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    color: #fff !important;
    background-color: #219653 !important;
    padding: 12px 20px 3px;
    border-radius: 10px;
}
.assessJuniors3 .darkBgHeading h3 {
    background-color: #005eab !important;
}
.assessJuniorsMainDiv .finish-sentence ul li,
.assessJuniorsMainDiv .sentences_span span {
    font-family: 'Inter', sans-serif;
}
.assessJuniorsMainDiv .finish-sentence ul li input {
    border: 2px solid #9b51e0;
} 
.noBorderDiv .examp_step_section .match_sentence li span {
    display: block;
}
.noBorderDiv .examp_step_section .match_sentence li span label {
    width: 100%;
    text-align: center;
}
.noBorderDiv .examp_step_section .match_sentence ul {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 80px;
}
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
@media screen and (min-width: 1199px) {

.flow-arrow img {
    margin-left: 190px;
}
    .main_feature_sec {
    padding: 0 100px;
}
    .score_report {
        padding: 40px 100px;
    }
   .partner_sec_row .site_heading h2 {
    min-width: 500px;
    } 
}

@media screen and (min-width: 992px) {

    .content_error_page p,
    .error_page_btn {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
.notes_section h3 {
    font-size: 20px;
}
.accept-notes h3 {
    padding: 10px 20px 3px;
}
    .undergrad_prog ul {
        max-width: 427px;
        margin: 0 auto 20px;
    }
.notes_section h3 img {
    width: 18px;
}
.take-exam-btn .site_btn {
    line-height: 30px;
    padding: 5px 60px 0;
    font-size: 18px;
}
.take-exam-btn {
    margin-top: 30px;
    margin-bottom: 30px;
}
.exam-time {
    margin-top: 30px;
}
.score-recom span {
    font-size: 18px;
}
.recomended-score p {
    font-size: 18px !important;
}
.exam-img h4 {
    font-size: 20px;
}
.accept-exam-details .accordion-item .accordion-header button {
    font-size: 18px;
}
.accept-exam-details .accordion-item .accordion-body p {
    font-size: 16px !important;
}
    .content_error_page h1 {
        font-size: 150px;
    }

    .content_error_page h2 {
        font-size: 48px;
    }

    .content_error_page p {
        font-size: 27px;
        line-height: 1.3;
    }

    .overall_exam_list .overall_eng_score {
        min-height: auto;
    }
}


@media screen and (min-width: 768px) {

    .right_table tbody tr td:first-child {
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .right_table tbody tr td:last-child {
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .payment_table tbody tr:nth-child(2n+2) {
        border-bottom: 15px solid #fff;
    }

    .payment_table tbody tr td:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .payment_table tbody tr td:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .payment_table tbody tr:nth-child(odd) td:first-child {
        border-top-left-radius: 35px;
    }

    .payment_table tbody tr:nth-child(odd) td:last-child {
        border-top-right-radius: 35px;
    }

    .payment_table tbody tr:nth-child(even) td:first-child {
        border-bottom-left-radius: 35px;
    }

    .payment_table tbody tr:nth-child(even) td:last-child {
        border-bottom-right-radius: 35px;
    }

    .grading_complete button {
        display: block;
        width: 100%;
        max-width: 140px;
        margin: 5px auto;
    }

    .right_table.student_dashboard_table tbody tr td:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .right_table.student_dashboard_table tbody tr td:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.manual_button a {
    min-width: 130px;
    padding: 8px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px){
    .app_qr_row img {
    max-width: 120px;
    }   
    .app_qr_row  > div {
    margin-bottom: 25px;
    }
    section.stage_three_section .language_heading p {
    font-size: 20px !important;
    padding: 0;
    }
    .assess_info_grid {
    margin: 0;
    }
    .assess_info_grid .info_grid_item {
    margin-bottom: 10px;
    }
    .assess_other ul li img {
    width: 15px;
    }
    .flow-image img {
    width: 100%;
    }
    .finish-sentence ul li input {
    margin-left: 0;
    }
    .finish-sentence ul {
    padding: 0 20px;
    }
    .sentences_span {
    margin-bottom: 10px;
    }
    .match_sentence ul:first-child li span::after {
    width: 70px;
    transform: rotate(90deg);
    margin-top: 30px;
    }
   .match_sentence ul {
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
    .match_sentence ul:first-child li:not(:last-child) span::after {
    display: none;
    }   
    .match_sentence {
    flex-wrap: wrap;
    }
    .match_sentence ul li label {
    border: 2px solid var(--blue-text, #2B227D);
    padding: 8px;
    width: 100%;
}
    .qnswer_flow {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
    gap: 10px;
    margin: 10px 0;
    }
    .match_sentence {
    padding: 0;
    }
    .partner_sec_row {
    margin: 50px 0 0;
    }
    .partner_sec_row .site_heading {
    margin-bottom: 10px;
    }
    .partner_item_col figure img {
    height: 100px;
    }
    .partner_item_col h4 {
    font-size: 20px;
    }
    .partner_item_col figure {
    margin-bottom: 10px;
    }
    .table-col-item h2 {
    font-size: 20px;
    padding: 10px 20px;
    min-height: auto;
    }
   body section.stage_three_section p {
    font-size: 16px !important;
    }
    .left-al-row span {
    margin-right: 0;
    margin-bottom: -7px;
    }
    .exam-skiill .d-flex {
    flex-wrap: wrap;
    justify-content: center !important;
    }
    .landing-brand .site_heading.text-left {
    text-align: center;
    }
    .landing-page-section .landing-overview.student_card_detail ul li {
    margin-top: 14px;
    font-size: 16px;    
    }
    section.stage_three_section {
    font-size: 16px;
    }
    section.stage_three_section p {
    font-size: 16px !important;
    }
    .exam-band-score ul li span {
    width: 20px;
    height: 20px;
    top: -8px;
}
.exam-band-score .table-responsive td {
    padding: 7px 15px;
    font-size: 15px !important;
    display: table-cell;
}
.exam-band-score ul li {
    font-size: 15px;
    line-height: 66px;
}
    .stage_two_frame .candidate_dashboard .exam-test-table .table-responsive thead {
    overflow: visible !important;
    position: static !important;
    width: 100% !important;
}
.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table th:not(:first-child) {
    font-size: 18px;
    padding: 0 15px;
}
.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive {
    white-space: nowrap;
}
.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table td:first-child, .stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table th:first-child {
    display: table-cell;
}
.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive td {
    display: table-cell;
}
.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive td img {
    width: 20px;
}
.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive th {
    width: auto;
}
.stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table td:first-child, .stage_two_frame .candidate_dashboard .exam-test-table .table-responsive table th:first-child {
    display: table-cell;
}
    .exam-format .exam-section-overview table td {
    text-align: right;
}
    .notes_section ul li {
    font-size: 16px;
    margin-top: 15px;
}
.missing_letterbox {
    min-width: 240px;
}   
ul.inst_blue_box {
        padding: 15px 10px;
    margin: 0 -15px 30px;
}
.exam_inner_content .instruction_wrap {
    padding: 15px;
}
.error_page {
    background-position: center;
}    
.add_comment {
    margin-top: 20px;
}
.content_error_page p {
    font-size: 20px;
}
.content_error_page h1 {
    font-size: 100px;
}
.content_error_page h2 {
    font-size: 34px;
}
.schl_prof_pic {
    height: 140px;
    width: 140px;
}    
.undergrad_prog ul {
    margin-bottom: 0;
}    
.school_skills h4 {
    margin-bottom: 0;
}  
.skill_shape {
    max-width: 110px;
    height: 110px;
    font-size: 20px;
  }
.timin_exp_list {
    margin-top: 15px;
}
.schl_prof_cont img {
    max-width: 34px;
 }
.schl_prof_cont h4 {
    font-size: 16px;
}
.schl_prof_box {
    padding: 20px;
    margin: 20px 0;
}
.ident_content {
    max-width: 100%;
 
}    
.ident_heading {
    margin-bottom: 10px;
}    
.stage_two_frame .examp_step_section label {
    margin-bottom: 0;
}    
.buy_exam {
    margin: 30px 0;
}  
.stage_two_frame .candidate_dashboard .table-responsive tbody td {
    font-size: 14px;
}
.stage_two_frame .candidate_dashboard .table-responsive tbody td br {
    display: none;
}
.buy_exam a {
    padding: 3px 50px 0;
    font-size: 18px;
}    
.candidate_dashboard {
    padding: 0 20px;
}    
.stage_two_frame .right_table.student_dashboard_table .progress {
    margin: 0 0 0 auto;
}    
.candidate_dashboard .right_table.student_dashboard_table tbody tr {
    background-color: #fff;
}
.login_form h3 {
    margin: 15px 0;
}    
.stage_two_frame .form-group label {
    margin-bottom: 0;
}    
.account_text {
    margin: 20px 0 0;
}    
.stage_two_frame .red_button {
    font-size: 18px;
    padding: 0 50px;
    height: 44px;
    line-height: 52px;
    max-width: 350px;
 }    
.modal-content .modal-body p {
    font-size: 16px;
    margin-bottom: 10px;
}
.submit_grade_modal .modal-content .modal-footer {
    margin-bottom: 20px;
}
.audio_outer {
    text-align: center;
}
.submit_grade_modal .modal-content .modal-footer button.btn {
    margin: 0 10px;
    min-width: 140px;
}
.manual_button {
    padding: 0 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 18px;
    max-width: 300px;
    margin: 10px auto 20px;
}  
.score_report {
    padding: 40px 30px;
}  
.overall_score_section {
    padding: 15px;
}
.overall_eng_score h2 {
    font-size: 16px;
}
.overall_eng_score h2 span {
    font-size: 20px;
}
.assesmemt_grid {
    margin-top: 30px;
}
.assesmemt_grid>h3 {
    font-size: 20px;
}
.assesment_item h3 img { 
    width: 27px;
 }
.assesment_item h3 {
    font-size: 18px;
}
.profile_image {
    max-width: 200px;
    margin: 0 auto 30px;
}
.score_report .decor_heading a {
    position: static;
    font-size: 16px;
    margin: 10px 0;
}
.gradient_bg_btn img {
    max-width: 32px;
 }    
  .speaking_part_one p.audio_outer {
    text-align: center;
}
.quiz_imgbox img {
    height: 100px;
 }    
.instruction_wrap h2 {
    font-size: 22px;
}    
.exam_inner_content .instruction_wrap h5 {
    font-size: 18px;
}    
.exam_pagination {
    justify-content: center !important;
}    
.stage_two_frame {
    font-size: 15px;
}  
.decor_heading h2 {
    font-size: 18px;
    margin-bottom: 0;
}
.left_pagi_detail {
    top: 0px;
    margin-top: 11px;
    text-align: center;
    width: 100%;
}    
.left_pagi_detail span {
    font-size: 14px;
}
.sub_arrow {
    align-items: center;
    justify-content: center;
    margin-top: 11px;
    position: absolute;
    bottom: 50px;
    right: 0;
    background-color: transparent;
    padding: 10px 0 !important;
    letter-spacing: 0;
    margin: auto;
    left: 0;
}
    .who_accept_boxes .box_logo img {
        height: 70px;
        max-width: 200px;
    }

    .box_logo img {
        height: 90px;
    }

    .country_title h2 span {
        font-size: 32px;
        margin: 0 10px;
        vertical-align: middle;
    }

    .heading_who_accept img {
        width: 170px;
    }

    .exam_merchent_list ul {
        padding: 0 20px;
    }

    .exam_merchent_list ul li img {
        width: 50px;
        margin-right: 10px;
    }

    .exam_merchent_list ul li {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .qr_app {
        margin-top: 80px;
    }

    section.partner {
        margin: 80px 0;
    }

    .left_footer {
        margin-top: 40px;
        text-align: center;
    }

    .left_footer ul li {
        margin: 0 0 14px;
    }

    .right_footer.text-end {
        text-align: center !important;
    }

    .left_footer {
        margin-top: 0;
    }

    .right_footer img {
        max-width: 150px;
    }

    .partner_item {
        padding: 20px;
        margin-bottom: 25px;
    }

    section.overview_sec .row>div {
        padding: 0 20px;
    }

    .overview_sec .overview_row {
        padding: 20px;
        margin: 30px 0;
    }

    section.overview_sec {
        margin: 30px 0;
    }

    .overview_row h2 {
        font-size: 24px;
    }

    .overview_row ul li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .play_gram i {
        height: 24px;
        width: 24px;
        font-size: 24px;
    }

    .play_gram {
        padding: 15px;
        border-radius: 15px;
        margin: 15px 0;
    }

    .video_items {
        padding: 20px;
        height: auto;
    }

    .video_items i {
        font-size: 24px;
    }

    .video_items h2 {
        font-size: 17px;
    }

    .grammer_subject {
        margin: 0;
        flex-wrap: wrap;
    }

    .common_card {
        padding: 30px;
    }

    .admin_prof_form_btns {
        padding-top: 10px;
    }

    .header_left .logo {
        max-width: 50px;
    }

    .header_left a.mailto {
        padding: 8px;
        margin-right: 6px;
    }

    .header_left a.mailto i {
        font-size: 21px;
    }

    button.navbar-toggler {
        height: 36px;
        width: 36px;
    }

    .right_table table th,
    .right_table table td {
        font-size: 15px;
        padding: 10px 15px;
    }

    .right_table table td {
        height: auto;
    }

    .right_table {
        white-space: nowrap;
    }

    .grader_heading h3 {
        font-size: 19px;
    }

    /********   Table Responsive    **********/

    table thead {
        clip: rect(0 0 0 0);
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table td {
        display: block;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        color: #C7111E;
        font-family: 'Javanese Text';
        line-height: normal;
        text-align: left;
    }

    .right_table tbody tr td {
        height: auto;
        border-bottom: 1px solid #e1e1e1;
        min-height: 50px;
    }

    .right_table tbody tr td:last-child {
        border: none;
    }

    .right_table tbody tr {
        display: block;
        padding: 10px 0;
        margin: 10px 0;
        border-radius: 10px;
    }

    .toggle_switch {
        text-align: right;
        width: auto;
    }

    .admin_table .right_table table td,
    .admin_prof_table table td {
        text-align: right;
    }

    .right_table.payment_table tbody .paym_table_textarea {
        margin-bottom: 20px;
    }

    .right_table.payment_table tbody tr {
        margin: 0;
        border-radius: 0 0 10px 10px;
    }

    .payment_table .paym_table_textarea td {
        border: none;
    }

    .payment_table .paym_table_textarea td:empty {
        display: none;
    }

    .common_tab nav .nav-tabs {
        justify-content: center;
    }

    table.admin_dash_table_complete td:last-child {
        display: grid;
    }

    .left_sidebar .nav button {
        font-size: 14px !important;
        padding: 5px 0;
    }

    .right_table tbody tr td {
        text-align: right;
    }

    .left_sidebar .nav {
        padding: 10px 0;
    }

    .admin_search {
        text-align: center;
    }

    .site_heading h2 {
        font-size: 20px;
    }

    .messege_srch_outr .title_vector_bg {
        padding: 7px 35px;
        height: 50px;
        font-size: 20px;
        margin-top: 15px;
    }

    .messege_srch_outr {
        padding: 10px;
        margin: 15px 0 20px;
    }

    .offcanvas-end {
        width: 300px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;

    }

    .message_table table td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .message_table table td::before {
        content: none;
    }

    .message_table table td span.sent_text {
        font-size: 13px;
        max-width: initial;
        margin-left: 10px;
        flex: 1;
        text-align: right;
    }

    .message_table table td a {
        margin-left: 5px;
    }

    .site_heading h2 {
        white-space: normal;
    }

    .right_table.student_dashboard_table table th,
    .right_table.student_dashboard_table table td {
        text-align: right;
    }

    .student_certicate {
        margin-top: 40px;
    }

    .send_exam_rep input {
        padding: 10px;
    }

    form.univ_email {
        margin: 30px auto 0;
        padding: 15px;
    }

    .site_heading h2 br {
        display: none;
    }

    .right_table.student_dashboard_table .progress {
        margin-left: auto;
    }

    .right_table.student_dashboard_table .student_certicate table td::before {
        color: #C7111E;
    }

    .grading_complete .progress {
        max-width: 120px;
        margin: 0 0 5px auto;
    }

    .common_tab nav {
        margin-bottom: 15px;
    }

    .common_vector img {
        width: 50px !important;
    }

    .login_form {
        padding: 0 15px;
    }

    footer.stage_two_footer {
        padding: 20px 0 15px;
        margin-top: 30px;
    }

    footer.stage_two_footer p {
        line-height: 30px;
        font-size: 18px;
    }

    .ident_box {
        padding: 20px;
        min-height: 250px;
    }

    .ident_box img {
        max-width: 70px;
        margin-bottom: 20px;
    }

    .ident_icon i.bi-check-circle-fill,
    .ident_icon i.bi-x-circle-fill {
        font-size: 60px;
    }

    .schl_prof_pic {
        margin: 0 auto 20px;
    }
}


@media screen and (max-width: 540px) {

    .undergrad_prog ul {
        padding: 12px 22px;
        min-height: auto;
        max-width: 280px;
    }

    .undergrad_prog ul li {
        font-size: 13px;
        padding: 7px 10px;
    }
}

@media screen and (max-width: 480px) {

    .schl_prof_box {
        padding: 20px 15px;
    }
    .undergrad_prog ul li {
    font-size: 12px;
    }

    .schl_prof_cont h4 {
        font-size: 18px;
    }

    .error_page {
        padding: 50px 15px;
    }

    .content_error_page h1 {
        font-size: 92px;
    }

    .content_error_page h2 {
        font-size: 32px;
    }

    .content_error_page p {
        font-size: 21px;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1514px){
    .stage_three_section .container, header .container, footer .container {
        max-width: 1300px;
    }
}
@media only screen and (min-width: 1600px){
    .stage_three_section .container, header .container, footer .container {
        max-width: 1515px;
    }
}