* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans,
        Tahoma, sans-serif;
}

.main {
    width: 100%;
    height: 100%;
    background-color: #e2e3eb;
}

/* navbar */


.nav_section {
    color: #fff;
    background-color: #28527a;
    background-position: 0 0, 40% 20%;
    background-size: auto, 437px;
    box-shadow: 0 1px rgba(0, 0, 0, 0.13);
    width: 100%;
}

.nav-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.nav-brand img {
    height: 30px;
}

.navbar-light .navbar-toggler-icon {
    border: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

.custom_container {
    max-width: 940px;
    padding: 0;
}

.nav_menu .nav-item .nav-link {
    color: #fff !important;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans,
        Tahoma, sans-serif;
    padding: 26px 17px;
    font-size: 16px;
    font-weight: 400;
}

/* banner sec */

.banner_sec {
    text-shadow: 0 1px rgba(0, 0, 0, 0.23);
    background-color: rgba(204, 236, 240, 0.5);
    /* margin-top: 73px; */
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner_heading h1 {
    color: #3a3a3a;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

.banner_small_txt p {
    color: #3a3a3a;
    text-shadow: none;
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.banner_small_txt p span {
    font-weight: 700;
    color: #3a3a3a;
}

.banner_btn {
    max-width: 250px;
    background-color: #ce093a;
    padding: 15px 0;
    font-weight: 400;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.29);
    text-align: center;
}

.banner_btn a {
    text-decoration: none;
    color: #fff;
}

.very_small_txt {
    color: #3a3a3a;
    font-size: 12px;
    margin-bottom: 26px;
    text-shadow: none;
    line-height: 26px;
}

.banner_img {
    width: 400px;
    height: 250;
}

.banner_img2 {
    width: 147px;
    height: 250px;
    display: none;
}

.notice_txt p {
    display: none;
}

/* test sec */

.test_sec {
    padding-top: 20px;
    padding-bottom: 40px;
}

.test_bg {
    background-color: rgba(0, 0, 0, 0.05);
}

.chart_img {
    padding: 10px;
}

.test_heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
}

.test_heading p {
    font-weight: 700;
    color: #333;
    font-size: 19px;
    margin-bottom: 0;
}

.test_containt {
    margin-top: 30px;
}

.test_containt h2 {
    font-size: 24px;
}

.test_containt p {
    font-weight: 700;
    color: #333;
}

.test_que p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.feature_sec {
    margin-top: 71px;
}

.feature_info h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}

.feature_info p {
    font-size: 14px;
    color: #333;
}

/* user test */

.user_test_heading {
    width: 70%;
    height: 20px;
    border-radius: 5px;
    display: block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #dfecf8;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    margin-bottom: 10px;
}

.user_test_heading h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.point_img {
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

.btn_test {
    padding: 13px 23px;
    font-weight: 400;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.29);
    background-color: #28527a;
    color: #fff;
    margin: 10px 0;
}

.btn_test:hover {
    color: #fff;
}

/* footer sec */

.footer_sec {
    background-color: #2b2c2e;
    padding-top: 42px;
    padding-bottom: 42px;
}

.footer_txt p {
    color: #a3a4a5;
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    display: block;
}

.footer_links a {
    color: #939596;
    text-decoration: none;
    word-wrap: break-word;
}

.footer_icon i {
    color: #fff;
}

/* start page */
.progress_title p {
    font-size: 14px;
    font-weight: 400;
    color: #13143f;
}

.progress_sec {
    background: #fff;
    width: 100%;
    padding: 10px 120px;
    height: 60px;
    box-shadow: 0px 2px 3px #ddd;
    /* margin-top: 73px; */
    display: flex;
    align-items: center;
}

.custom_progress {
    height: 12px;
    margin: 12.5px 12.5px 12.5px 15px;
    background: #eee;
    border-radius: 7.5px;
}

.test_sec {
    width: 100%;
    height: 100%;
}

.test_bx {
    margin: 20px auto;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-sizing: border-box;
    padding: 20px 40px;
    box-shadow: 2px 2px 5px #ddd;
    text-align: center;
    width: 50%;
    min-height: 400px;
    min-width: 600px;
    overflow: auto;
    max-width: calc(100% - 80px);
}

.test_bx h2 {
    color: #1a477c;
    font-size: 32px;
    font-weight: 600;
    margin: 15px 0 20px 0;
}

.test_bx p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 300;
    color: #4e4e4e;
}

.orange-button {
    background: #eb7559;
    color: #fff;
    text-align: center;
    height: 50px;
    border: 0;
    line-height: 50px;
    border-radius: 25px;
    min-width: 170px;
    font-size: 16px;
    display: inline-block;
    max-width: 200px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 5px;
}

.margin-50 {
    margin: 0 50px;
}

/* testcard css*/
.testcard_sec {
    /* width: 100%;
    height: 90vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e2e3eb;
    padding: 20px;
}

.test_card {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #ddd;
    padding: 30px;
    width: 960px;
    margin: auto;
    border-radius: 5px;
}

.test_view {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.test_info {
    padding: 10px 35px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px 0 0 5px;
}

.test_info p {
    color: #43505e;
    font-size: 32px;
}

.extra-bold {
    font-weight: 800;
    color: #13143f;
    margin: 0 2.5px;
}

.test_cont {
    padding: 10px 35px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 0 5px 5px 0;
}

.test_cont p {
    color: #48a6e3;
    font-size: 22px;
    margin-top: 10px;
}


.choose_bx {
    width: 100%;
    max-width: 158px;
    cursor: pointer;
    padding: 10px 2.5px;
}

.choose_bx:hover {
    background: #e2e5e8;
    cursor: pointer;
}

.choose_pic img {
    width: 90px;
}

.choose_head h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.choose_sec {
    padding-top: 48px;
}

.choose_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    cursor: pointer;
}

/* .choose_bx.active {
    background-color: #e2e5e8;
  } */

.choose_bx.active .choose_title p {
    color: #fff;
}

/* input[type="radio"] {
    appearance: none;
    display: none;
} */

input[type="radio"]:checked+div {
    color: #000;
    font-weight: 900;
    transition: 0.3s;
}

.choose_title {
    background: #e2e5e8;
    height: 28px;
    width: 28px;
    text-align: center;
    display: block;
    color: #131340;
    margin-left: 10px;
    margin-right: 20px;
    line-height: 28px;
    border-radius: 5px;
    font-weight: 100;
    font-size: 14px;
}

.select {
    display: flex;
    justify-content: center;
}

.test_select1 {
    padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px 0 0 5px;
}

.test_select2 {
    padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 0px 5px 5px 0;
}

.choose_pic img {
    height: 80px;
    width: 90px;
}

/* Bottombar css */
.bottom_bar {
    padding: 15px 70px;
    background: #8b9eb0;
    width: 960px;
    margin-top: 40px;
}

.finish_btn {
    border: 3px solid #fff;
    width: 170px;
    background: transparent;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.step_btn {
    border: 2px solid #fff;
    color: #fff;
    width: 70px;
    height: 30px;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.step_btn a {
    text-decoration: none;
    color: #fff;
}

.bar_btns {
    margin-top: 40px;
}

/* certificate css */

.Certificate_card {
    background-color: #f9fafb;
    width: 100%;
    max-width: 788px;
    margin: auto;
    padding: 10px 59px;
}

.note_info {
    background: #c7f6e4;
    padding: 10px 20px;
}

.note_info p {
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 0;
}

.note_info p span {
    font-weight: bold;
    color: #04b250;
}

.entry-title {
    color: #17457e;
    font-size: 33px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}

.checkout-pretext {
    text-align: center;
    font-size: 14px;
}

.order_info {
    margin: 30px 0;
}

.order_btn {
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 4px;
    background-color: #0d3959;
    display: flex;
}

.order_btn p {
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.order_btn i {
    color: white;
    padding: 0 10px;
}

.table_img img {
    width: 234px;
    padding: 10px 0;
}

.order_text h5 {
    font-size: 16px;
    text-align: end;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4e4e4e;
}

.order_text p {
    font-size: 12px;
    font-style: italic;
    text-align: end;
    font-weight: 400;
    padding: 10px;
}

.order_number {
    width: 30px;
}

.payment-total {
    border-top: 6px solid #0d3959;
    border-bottom: 1px solid #0d3959;
}

.payment-total h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: end;
    color: #4e4e4e;
}

.payment-total p {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
}

.pay_img1 {
    width: 164px;
    margin: 5px 0;
}

.pay_img2 {
    width: 132px;
    margin: 5px 0;
    object-fit: contain;
}

.pay_img3 {
    width: 37px;
    margin: 8px 0 5px 6px;
}

.iq_btn {
    text-align: center;
    line-height: 60px;
    display: block;
    background: #f4954b;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    height: 55px;
    text-decoration: none;
    padding: 0 20px;
}

/* testimonial sec */

.testimonial_sec {
    margin-top: 40px;
}

.testi_head h3 {
    color: #494949;
    font-size: 17px;
    text-decoration: underline;
    font-weight: 500;
}

.testi_head p {
    color: #757575;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.testi_card {
    padding: 20px 0;
    background: #fff;
    margin: 40px 0;
}

.testicard_head {
    margin: 20px 30px;
    text-align: center;
}

.testicard_head h4 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.star_img {
    width: 159px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.testicard_head p {
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}

.trust_img {
    width: 109px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.five_start {
    width: 108px;
    margin-right: 5px;
}

.user_txt {
    color: #666;
    font-size: 13px;
}

.testi_bx {
    margin: 20px;
    background: #f8f9fa;
    border-left: 1px solid #e1e7ed;
    border-right: 1px solid #e1e7ed;
    border-bottom: 2px solid #e1e7ed;
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 20px 20px 10px;
}

.testi_bx_title {
    margin: 10px 0;
}

.testi_bx_title h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #4e4e4e;
}

.testi_bx_title p {
    font-size: 14px;
    font-weight: 300;
}

.testi_footer {
    background: #f4954b;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
}

.testi_footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 24px;
}

.orange_btn {
    text-align: center;
    line-height: 36px;
    background: #fff;
    color: #f4954b;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 1px #f44e2d;
    text-decoration: none;
    margin: 0 auto;
    border: none;
    width: 264px;
    height: 52px;
}

.padding-48 {
    padding-bottom: 48px;
}

/* footer */
.Certificate_footer {
    background: #f4f5f7;
}

.footer_content {
    width: 100%;
    max-width: 788px;
    margin: auto;
    padding: 40px 0 70px;
}

.menu-footer-ul .menu-item {
    list-style: none;
}

.menu-footer-ul .menu-item a {
    padding: 10px 20px;
    color: #4e4e4e !important;
    font-size: 14px;
    text-decoration: none;
    background: none !important;
}

.copy_txt {
    color: #4e4e4e;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 13px;
}


/* proccensing */

.proccesing_sec {
    width: 100%;
    height: 100vh;
    background-color: #e2e3eb;
}

.proccesing_card {
    margin: 0px auto;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    width: 50%;
    min-height: 400px;
    min-width: 768px;
    overflow: auto;
    max-width: calc(100% - 80px);
}

.transition10s {
    transition: 10s ease-in-out;
    -moz-transition: 10s ease-in-out;
    -ms-transition: 10s ease-in-out;
    -webkit-transition: 10s ease-in-out;
    -o-transition: 10s ease-in-out;
}

.transition300 {
    transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}

.fLeft {
    float: left !important;
}

/*Track Timer*/
.timerCont {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.loader {
    position: relative;
    width: 134px;
    height: 134px;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #ddefff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-bg {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.spiner-holder-1 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.spiner-holder-2 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader-spiner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 12px solid #0b96da;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.animate-0-25-a {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animate-0-25-b {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animate-25-50-a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animate-25-50-b {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animate-50-75-a {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animate-50-75-b {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animate-75-100-a {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animate-75-100-b {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.text {
    padding-top: 33%;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.border0 {
    border-color: #17457e;
}

.border25 {
    border-color: #17457e;
}

.border50 {
    border-color: #17457e;
}

.border75 {
    border-color: #17457e;
}

.timetitle {
    width: 85%;
    line-height: 30px;
    padding: 5px 20px;
    display: inline-block;
    vertical-align: middle;
}

.count_txt h1 {
    font-size: 16px;
    font-weight: 600;
    color: #17457e;
}

.count_width {
    width: 475px;
    margin: auto;
}

.preccess_info {
    background-color: #17457e;
    padding: 10px;
}

.info_txt {
    font-size: 12px;
    color: #fff;
}

.info_bx {
    width: 100%;
    max-width: 200px;
    margin: 20px auto 0;
}

.info_bx p {
    color: #fff;
    font-weight: 600;
}

.checkbx_img {
    width: 20px;
}

.nav-button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
}

.nav-button.active {
    background-color: #5fafe1;
    color: white;
}

.nav-button:hover {
    background-color: #5fafe1;
    color: white;
}

.answered {
    background-color: #8b9eb0;
    color: white;
}

.progress-bar {
    background-color: #8b9eb0 !important;
}

/* input selector css */
.option-value .selection {
    margin-bottom: 1em;
}

.option-value .selection label {
    display: flex;
    width: 180px;
    height: 100px;
    color: #000;
    padding: 0.5em;
    cursor: pointer;
}

.option-value .selection label:hover {
    background-color: #e2e5e8;
}

.option-value .selection input[type=radio] {
    display: none;
}

.option-value .selection input[type=radio]:checked~label {
    background-color: #e2e5e8;
}

.choose_title {
    background: #e2e5e8;
    height: 28px;
    width: 28px;
    text-align: center;
    display: block;
    color: #131340;
    margin-left: 10px;
    margin-right: 20px;
    line-height: 28px;
    border-radius: 5px;
    font-weight: 100;
    font-size: 14px;
}

/* .choose_title::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 36px;
    height: 0;
    border-left: 10px solid #e2e5e8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    clear: both;
} */



/* congratulation page css  */

.success_head h2 {
    font-weight: 800;
}

.success_head img {
    width: 33px;
    height: 33px;
}

.success_head p {
    font-size: 15px;
    font-weight: 600;
    color: #6c757d;
}

.success_info h5 {
    font-size: 1.3rem;
    font-weight: 600;
}

.big_font h1 {
    font-size: 86px;
    font-weight: 600;
}

.graph_img p {
    font-size: 14px;
    color: #6c757d;
}

.success_info .small {
    font-size: 15px;
    color: #6c757d;
}

.correct_sec h4 {
    font-weight: 600;
    font-size: 1.25rem;
}

.correct_sec p {
    font-size: 15px;
    color: #616970;
}

.alert_txt p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.small_txt p {
    font-size: 13px;
    color: #6c757d;
}

.modal_containt h5 {
    font-weight: 800;
    font-size: 1.75rem;
}

.modal_containt img {
    width: 30px;
    height: 30px;
}

.test-answer-number {
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    top: -10px;
    left: -10px;
    background-color: #888888;
    color: #ffffff;
}

/* Responsive Css */
@media (max-width: 991px) {
    .custom_container {
        max-width: 728px;
    }

    .test_card {
        width: 100%;
    }

    .test_info {
        padding: 10px 12px;
    }

    .proccesing_card {
        width: 100%;
        min-width: 100%;
    }
}

@media (min-width:768px) {
    .test_select1 img {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .banner_img {
        display: none;
    }

    .banner_sec {
        padding: 60px 20px 60px 30px;
        margin-top: 51px;
    }

    .notice_txt p {
        color: #d51c1c;
        text-align: left;
        text-shadow: none;
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-bottom: 0;
    }

    .banner_heading h1 {
        font-size: 25px;
    }

    .chart_img {
        text-align: center;
    }

    .chart_img img {
        max-height: 300px !important;
    }

    .test_sec {
        padding: 0;
    }

    .test_heading {
        margin-bottom: 44px;
    }

    .test_containt {
        margin-top: 0;
        margin-bottom: 34px;
        padding: 0 10px;
    }

    .test_containt p {
        padding-left: 40px;
    }

    .test_que p {
        padding-left: 40px;
    }

    .feature_info {
        text-align: center;
        margin-bottom: 32px;
    }

    .footer_logo img {
        width: 100% !important;
        height: 100%;
    }

    .progress_sec {
        padding: 20px;
    }

    .test_bx {
        width: 100%;
        min-width: 100%;
        padding: 10px;
        margin: 0 auto;
    }

    .margin-50 {
        margin: 0;
    }

    .test_bx h2 {
        margin: 0px 0 20px 0;
    }

    /* .testcard_sec {
        margin-top: 60px;
    } */

    .count_width {
        width: 100%;
    }
}

@media (max-width:568px) {
    .Certificate_card {
        padding: 10px 19px;
    }

    .entry-title {
        font-size: 20px;
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .table_img img {
        width: 180px;
    }

    .option-value .selection label {
        width: 100%;
        height: auto;
    }

    .choose_title {
        padding: 0 10px;
        margin-left: 0;
        margin-right: 10px;
    }

    .testcard_sec {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .custom_container {
        max-width: 100%;
    }

    .row {
        width: 100%;
        margin: auto;
    }

    .banner_sec {
        padding: 0;
    }

    .banner_heading h1 {
        margin-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 32px;
        line-height: 44px;
    }

    .banner_small_txt {
        padding-left: 10px;
        padding-right: 10px;
    }

    .notice_txt p {
        display: none;
    }

    .banner_img2 {
        display: block;
    }

    .test_heading {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .test_containt {
        padding-left: 20px;
        padding-right: 20px;
    }

    .test_containt p {
        padding-left: 0;
    }

    .test_que p {
        padding-left: 0;
    }

    .feature_info {
        text-align: start;
        padding: 0 10px;
    }

    .feature_sec {
        margin-top: 40px;
    }

    .footer_logo img {
        width: 130px !important;
    }

    .footer_txt p {
        padding-left: 0;
        margin-top: 10px;
    }

    .user_test_heading {
        width: 100%;
    }

    .user_test_heading h6 {
        font-size: 12px;
    }

    #personal-bar {
        width: 100%;
        background: #fff;
        width: 100%;
        padding: 10px 120px;
        top: 0;
        height: 60px;
        position: relative;
        box-sizing: border-box;
        box-shadow: 0px 2px 3px #ddd;
    }

    .test_select1 img {
        width: 100%;
    }

    .select {
        display: block;
    }

    .choose_bx {
        margin: auto;
    }

    /* .testcard_sec {
        height: auto;
    } */

    .footer_content {
        padding: 30px 0 15px;
    }

    .copy_txt {
        margin-top: 20px;
    }

    .testi_card {
        margin: 20px 0;
    }

    .testi_footer {
        margin-top: 30px;
    }

    .orange_btn {
        width: 100%;
    }

    .testi_bx {
        padding: 10px;
    }

    .table_img img {
        width: 110px;
    }

    .nav-button {
        padding: 5px 20px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width:365px) {
    .choose_title {
        margin-right: 5px;
        font-size: 12px;
    }
}

.orange-btn {
    font-weight: bolder;
    font-size: 16px;
    color: #121212;
    background-color: #f81;
    padding: 11px 30px;
    border: none;
    border-radius: 0 15px;
    transition: all .5s;
    display: inline-block;
    font-size: 20px;
    padding: 15px 35px;
    cursor: pointer;
    margin-bottom: 15px;
    text-decoration: none;
}

.orange-btn:hover {
    text-decoration: none;
    color: #fff;
}

.transaction-lock {
    clear: both;
    margin-bottom: 14px;
    font-size: 11px;
    color: #555;
    padding-left: 1px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
}

.order-detail-item {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 10px;
    background-color: #f6f5f5;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-right: -1px;
}

.order_index {
    font-weight: bolder;
    font-size: 28px;
    color: #094065;
    margin: 0;
    margin-top: 15px;
}

.first_box {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    margin-left: 80px;
}

.payment_images {
    margin-left: 17%;
    display: grid;
}

.res_button {
    text-align: end;
}

@media (max-width: 567px) {
    .first_box {
        margin-left: 0px;
    }

    .payment_images {
        margin-left: 0px;
        display: flex;
    }

    .res_button {
        text-align: center;
    }
}