﻿.displayLoader {
    background: currentcolor;
    position: relative;
    -webkit-animation: displayLoader 1s ease-in-out infinite;
    animation: displayLoader 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: 0.35em;
    height: 2.0em;
    margin: 0 auto;
    color: #3660aa;
}

    .displayLoader:after, .displayLoader:before {
        content: "";
        position: absolute;
        width: inherit;
        height: inherit;
        background: inherit;
        -webkit-animation: inherit;
        animation: inherit;
    }

    .displayLoader:before {
        right: 0.5em;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .displayLoader:after {
        left: 0.5em;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

@-webkit-keyframes displayLoader {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }

    50% {
        box-shadow: 0 -0.25em 0 currentcolor, 0 0.25em 0 currentcolor;
    }
}

@keyframes displayLoader {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }

    50% {
        box-shadow: 0 -0.25em 0 currentcolor, 0 0.25em 0 currentcolor;
    }
}

/*Related to datatables*/
table.dataTable thead > tr > th {
    text-align: center;
}

table.dataTable tbody > tr {
    text-align: center;
}

table.dataTable tfoot > tr > th {
    text-align: center;
}

.select2-dropdown {
    z-index: 9999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left !important;
}


.bg-dark-blue {
    background: #216299;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 7px !important;
}

.mt-0 {
    margin-top: -3px !important;
}

ol.breadcrumb.breadcrumb2 li {
    border-right: 1px solid #fff;
    padding: 0 8px;
    font-size: 14px;
}

    ol.breadcrumb.breadcrumb2 li .fas {
        font-size: 13px;
        padding-right: 2px;
    }

    ol.breadcrumb.breadcrumb2 li:last-child {
        border-right: none;
    }


/*.form-control {
    margin-bottom: 15px;
}*/

.input-group .btn {
    height: 35px;
}

.input-group-append i {
    margin-right: 2px;
}

input.error, span.error, input.error:focus, span.error:focus {
    border-color: red;
}

.bg-dark-red {
    background-color: #e04141;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.bg-dark-green {
    background-color: #2e8965;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.bg-dark-green2 {
    background-color: #2e8965;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    margin: 4px;
    padding: 4px;
}

.bg-dark-voilet {
    background-color: #0081a7;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.navtab-bg .nav-link {
    background-color: lab(53 1.78 -49.03);
    color: #fff;
    margin: 0 2px;
    padding: 5px 10px;
}

.clickableDiv {
    cursor: pointer;
}

a {
    cursor: pointer;
}

.swal-wide {
    width: 90% !important;
}

.sub-menu-left-space {
    margin-left: 15px;
}


/*File Uploader Multi*/
.dropzone {
    width: 300px;
    height: 200px;
    border: 2px dashed #007BFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}

    .dropzone input {
        display: none;
    }

    .dropzone p {
        color: #007BFF;
    }

#preview {
    margin-top: 20px;
    width: 300px;
}

.preview-item {
    margin-top: 30px;
    margin-right: 30px;
    text-align: center;
    position: relative;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
}

.preview-item img {
    width: 300px;
    height: 300px;
    margin-right: 10px;
    object-fit: cover;
}

.preview-item span {
    flex-grow: 1;
}

.preview-item button {
    background: #FF0000;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

    .preview-item button:hover {
        background: #CC0000;
    }

.remove-btn {
    position: absolute;
    right: 0;
}

.loader-test-2 {
    display: block !important;
}

.remove-btn-pdf {
    position: absolute;
    right: 0;
    z-index: 999;
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}


.sub-question {
    padding-left: 30px;
}

.single-question ul li {
    font-size: 16px;
}

.sub-question ul li {
    font-size: 16px;
}

.question-absolute .fas {
    padding: 5px;
}

.productdDiscount {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

    .productdDiscount span {
        margin-bottom: 3px !important;
        display: block;
    }

.pb {
    background: #2e8965;
    color: #fff;
    padding: 3px 10px;
}

.lto {
    background: #CC0000;
    color: #fff;
    padding: 3px 10px;
}

.ts {
    background: #000;
    color: #fff;
    padding: 3px 10px;
}



/*Test Series Page*/

.purchase_test {
    border: solid 1px #fffbdb;
    background: #fff9f9;
    padding: 0 20px 20px;
    text-align: center;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}

    .purchase_test h1 {
        background: #0067a5;
        color: #ffffff;
        font-size: 22px;
        padding: 10px;
        position: relative;
        height: 72px;
    }

    .purchase_test img {
        border: solid 1px #cccccc;
        padding: 20px;
        margin: 40px 0 0;
        width: 170px;
    }

.series-link a {
    display: inline-block;
    background: #a7c60e;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}

.series-link {
    margin-top: 40px;
}

.select-series-type {
    width: 500px;
    margin: 0 auto;
    background: #fff8f8;
    padding: 10px 20px 40px;
    border: solid 1px #cccccc;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    max-width: 100%;
}

    .select-series-type label {
        font-size: 20px;
        font-weight: bold;
        padding-top: 35px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .select-series-type select.form-control {
        padding: 10px;
        height: auto;
        font-size: 13px;
        color: #000000;
        border: solid 1px #cccccc;
    }

.courses-next a {
    background: #214565;
    padding: 6px 40px;
    margin: 30px 0 10px;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 13px;
}

.our-instrustion h1 {
    background: #a7c60e;
    padding: 10px;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 36px;
}

.test_series_link ul li {
    font-size: 13px;
    line-height: 50px;
    list-style: none;
    color: #464646;
    position: relative;
    padding-left: 40px;
    border-bottom: solid 1px #e6e6e6;
}

    .test_series_link ul li:before {
        content: "\f0a4";
        font-family: fontawesome;
        position: absolute;
        left: 0;
        color: #bb041d;
    }

.term_condition {
    padding-top: 44px;
}

.accept-term-condition input.termcheckbox {
    height: 30px;
    padding: 10px;
    width: 20px;
    border: solid 1px #000000;
    background: transparent !important;
    position: relative;
    margin-right: 10px;
    top: 10px;
}



.accept-term-condition {
    margin-top: 30px;
}

    .accept-term-condition label {
        font-size: 15px;
    }

a.ifaccept {
    background: #a7c60e;
    margin-top: 20px;
    display: inline-block;
    padding: 7px 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.ca_old_courses {
    text-align: center;
    margin: 50px 0 20px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    background: #000000;
}

    .ca_old_courses h1 {
        background: #a7c60e;
        padding: 10px;
        font-size: 26px;
        color: #ffffff;
    }

    .ca_old_courses a {
        display: inline-block;
        margin: 30px;
    }

    .ca_old_courses p {
        font-weight: bold;
        padding-bottom: 20px;
        font-size: 22px;
        color: #ffffff !important;
    }

.cus_checkbox {
    display: inline-block;
    width: 100%;
}

.label_btn {
    display: inline-block;
    float: right;
}

.plan_group_payment .cus_checkbox {
    padding: 10px 0;
    font-size: 13px;
    margin-top: 20px;
}

.plan_group_payment {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    padding: 20px;
    background: #f7ffee;
}

    .plan_group_payment .label_group {
        display: contents;
    }

    .plan_group_payment label {
        font-size: 13px;
    }

    .plan_group_payment input.test_series_subject {
        margin-right: 10px;
        height: 20px;
        width: 20px;
        position: relative;
        top: 6px;
    }

.group-series-test {
    margin-bottom: 30px;
}

h1.group-series-heading {
    text-align: center;
    font-size: 24px;
}

/*   h1.group-series-heading.group-series-heading1 {
        margin-bottom: 60px;
    }*/

.label_group label {
    font-size: 20px;
    font-weight: bold;
}

.group_heading h2 {
    background: #a7c60e;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    top: -20px;
    left: -37px;
    font-size: 20px;
}

.inner_order_summary table thead tr th, .inner_order_summary table tbody tr.total_row td {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    padding: 10px 15px;
}

.inner_order_summary table tbody tr td {
    padding: 6px 15px;
    font-size: 13px;
    line-height: 21px;
    color: #000;
}

.summary_inner_order table {
    width: 100%;
}

.summary_inner_order {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    padding: 20px;
    margin-top: 30px;
}

    .summary_inner_order td {
        font-size: 13px;
        line-height: 37px;
        border-bottom: solid 1px #cccccc;
        padding: 10px 0;
    }

    .summary_inner_order tr th {
        font-size: 20px;
        padding-bottom: 20px;
        background: #0067a5;
        color: #ffffff;
        padding: 10px;
    }

.order_btn a {
    background: #0067a5;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 13px;
    margin: 20px 0;
    display: inline-block;
}

.order_btn {
    text-align: right;
}

h1.all-added {
    font-size: 25px;
    padding-bottom: 20px;
}

.products-content-starts table#cart th.cart_th {
    background: #a7c60e;
    color: #ffffff;
    padding: 10px;
}

tbody.tdata tr td {
    font-size: 13px;
    background: #f3f1f1;
    padding: 10px;
}

.sub_product_summary h3 {
    background: #a7c60e;
    padding: 10px;
    font-size: 13px;
    color: #ffffff;
}

.sub_product_summary {
    border: solid 1px #cccccc;
}

    .sub_product_summary table.summary_table {
        width: 100%;
        padding: 1;
    }

.sub_product_summary {
    border: solid 1px #cccccc;
    padding: 10px;
    /*background: #f5ffea;*/
}

    .sub_product_summary table.summary_table td {
        font-size: 13px;
        line-height: 30px;
        font-weight: bold;
    }

.payment_mode img {
    margin-right: 20px;
}

.payment_mode {
    margin: 20px 0;
}

    .payment_mode img {
        width: 100px;
        float: left;
    }



.discover-note {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    background: #fff;
    text-align: center;
    margin-top: 30px;
}

    .discover-note ul {
        padding: 20px;
        text-align: center;
        /*height: 340px;*/
    }

    .discover-note li {
        list-style: none;
        display: inline-block;
        width: 49%;
    }

    .discover-note h2 {
        background: #3f4f96;
        padding: 10px;
        color: #ffffff;
        font-size: 20px;
    }

    .discover-note p {
        text-transform: uppercase;
        color: #000000;
        padding-top: 10px;
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 20px;
        height: 74px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 56px;
    }

.sampleDiv {
    margin: 5px;
}

.product-grid .docDiv {
    margin: 15px;
}

.image-preview {
    margin: 5px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #3f4f96;
    margin: 0 0 25px;
    border-left: 5px solid #feb801;
    padding-left: 15px;
}


.contact-tst {
    margin: 0;
    padding: 30px 15px;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    margin-bottom: 30px;
}

    .contact-tst:hover {
        border-style: solid;
        border-width: 0px 0px 4px 0px;
        border-color: #0352E6;
        border-radius: 6px 6px 6px 6px;
    }

    .contact-tst h3 {
        margin: 0;
        padding: 10px 0 5px;
        font-size: 25px;
        color: #000;
        font-weight: bold;
    }

    .contact-tst p {
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #000;
        text-align: center;
    }

iframe {
    width: 100%;
}

.list-type5 {
    width: 100%;
    margin: 0 auto;
}

    .list-type5 ol {
        list-style-type: none;
        list-style-type: decimal !ie; /*IE 7- hack*/
        margin: 0;
        margin-left: 1em;
        padding: 0;
        counter-reset: li-counter;
    }

        .list-type5 ol li {
            position: relative;
            margin-bottom: 1.5em;
            padding: 0.5em;
            background-color: #3f4f96;
            color: white !important;
            padding-left: 58px;
        }

    .list-type5 a {
        text-decoration: none;
        font-size: 13px;
        color: white !important;
        font-family: 'Raleway', sans-serif;
    }

    .list-type5 li:hover {
        box-shadow: inset -1em 0 #feb801;
        -webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
        transition: box-shadow 0.5s;
    }

    .list-type5 ol li:before {
        position: absolute;
        top: -0.3em;
        left: -0.5em;
        width: 1.8em;
        height: 1.2em;
        font-size: 2em;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
        color: white;
        background-color: #feb801;
        transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        z-index: 99;
        overflow: hidden;
        content: counter(li-counter);
        counter-increment: li-counter;
    }

.sampleDiv img {
    height: 165px;
}

.sampleDiv a {
    color: #000;
    font-size: 12px;
}

.image-preview video {
    height: 155px;
    object-fit: cover;
    width: 100%;
}


/* Slide checkbox */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
