/* common style :Start */
.btn-type2 {
    display: inline-block;
    background: transparent;
    border: 1px solid #cc0000;
    color: #cc0000;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
.btn-type2:hover {
    color: #fff;
	background: #cc0000;
}


/* .innerpg-head-1 {
    background-color: #012269;
    padding: 90px 0px;
} */
/* common style :End */


/* Login & Register Page style :Start */
.logreg-section.login .lrshead {
    margin-bottom: 35px;
}
.logreg-section.register .lrshead {
    margin-bottom: 20px;
}

.logreg-section .lrshead h3 {
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}
.logreg-section .lrshead p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}
.logreg-section .lrshead .price {
    font-size: 46px;
    font-weight: 600;
    color: #cc0000;
    text-align: center;
    margin-bottom: 0;
}
.logreg-form .form-label {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.logreg-form .form-label.required::after {
    content: '*';
    font-size: 14px;
    font-weight: 400;
    color: #cc0000;
}
.logreg-form .form-control {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 12px 10px;
}
.logreg-form .nice-select{
    text-transform: uppercase;
}
.logreg-form .btn-login:hover {
    color: #cc0000;
}
.logreg-form .forgotpassword {
    text-align: center;
    margin-bottom: 40px;
}
.logreg-form .forgotpassword > a {
    display: inline-block;
    font-size: 18px;
    color: #012269;
    text-decoration: underline;
}
.logreg-form .forgotpassword > a:hover {
    color: #cc0000;
    text-decoration: none;
}

.logreg-form .form-control.nice-select::after {
    right: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.logreg-form .form-control.nice-select.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.logreg-form .form-control.nice-select .current {
    color: #000000;
}
/* Login & Register Page style :End */

/* summary page :Start */
.summary-page .result-box {
    background-color: #dae3f4;
    padding: 25px 25px;
}
.summary-page .result-box h3 {
    font-size: 24px;
    font-weight: 500;
    color: #cc0000;
    margin-bottom: 0;
}
.summary-page .result-box p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.summary-page .result-box .rbox-mark {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}
.summary-page .result-box .rbox-mark li {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.summary-page .result-box .rbox-mark li:first-child {
    padding: 20px 30px;
}
.summary-page .result-box .rbox-mark li:last-child {
    flex-shrink: 0;
    flex-grow: 0;
    padding: 20px 60px;
    border-left: 3px solid #dae3f4;
}
.rbox-status.passed {
    display: inline-block;
    background: #43cc00;
    border: 1px solid #43cc00;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
}
.rbox-status.failed {
    display: inline-block;
    background: #cc0000;
    border: 1px solid #cc0000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
}
.btm-btn-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* summary page :End*/

/* Test page :Start*/
.questions-box {
    background-color: #dae3f4;
    padding: 30px 20px;
}


.questimg-wrapper {
    margin-bottom: 60px;
}
.questimg-wrapper .qiw-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;
}
.questimg-wrapper .qiw-list li {
    margin-bottom: 30px;
    flex-shrink: 0;
    flex-grow: 0;
}
.questimg-wrapper .qiw-list li img {
    width: 130px;
    height: auto;
}


.questions-box .qheading-1 {
    font-size: 36px;
    font-weight: 400;
    color: #cc0000;
    margin-bottom: 30px;
}
.questions-box .qheading-2 {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}


/* == ol-list-1 :Start == */
.ol-list-1 {
    list-style: none;
    counter-reset: item;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin: 10px 0px;
    padding: 0;
}
.ol-list-1 li {
    width: 100%;
    min-height: 40px;
    counter-increment: item;
    position: relative;
    padding: 2px 0 2px 65px;
    margin: 0px 0px 25px 0px;
}
.ol-list-1 li::before {
    content: counter(item)".";
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    font-size: 18px;
    color: #ffffff;
    background-color: #012269;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ol-list-1[type='a'] li::before {
    content: counter(item, lower-alpha)".";
}
/* == ol-list-1 :End == */


.quest-list li h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
.quest-list li h4 .qred {
    display: block;
    color: #cc0000;
    margin-top: 8px;
}
.quest-list li .answer-block-1 {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.quest-list li .answer-block-1 label {
    font-size: 18px;
    font-weight: 400;
    color: #cc0000;
    margin-right: 15px;
    margin-bottom: 0;
}
.quest-list li .answer-block-1 input {
    width: 37px;
    height: 37px;
    background-color: #ffffff;
    padding: 5px 5px;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 22px;
    font-weight: 400;
    color: #cc0000;
    text-align: center;
}


.quest-list li .answer-block-2 {
    margin-top: 15px;
}
.quest-list li .answer-block-2 .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.quest-list li .answer-block-2 .form-check:last-child {
    margin-bottom: 0;
}
.quest-list li .answer-block-2 .form-check-input {
    min-width: 22px;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 1px solid #778bb6;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 0;
    box-shadow: none;
}
.quest-list li .answer-block-2 .form-check-input:checked {
    background-color: #cc0000;
    border-color: #cc0000;
}
.quest-list li .answer-block-2 .form-check-label {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.qbackhome {
    display: flex;
    justify-content: center;
    align-items: center;
}
.qbackhome img {
    margin-right: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.qbackhome:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.qnext {
    display: flex;
    justify-content: center;
    align-items: center;
}
.qnext img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-left: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.qnext:hover {
    color: #cc0000;
}
.qnext:hover img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

/* Test page :End*/


.qprogress-wrap {
    margin-bottom: 50px;
}
/* ========================================================================= */
.qprogress-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.qprogress-list li:nth-child(odd) {
    flex-grow: 0;
    flex-shrink: 0;
}
.qprogress-list li:nth-child(even) {
    flex: 1;
}

.qprogress-list li .qpl-block .qplb-image {
    width: 90px;
    height: 90px;
    font-size: 38px;
    font-weight: 400;
    color: #cc0000;
    background-color: transparent;
    border: 1px solid #cc0000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    margin: 0 auto;
    overflow: hidden;
}

.qprogress-list li .qpl-block .qplb-text {
    margin-top: 15px;
}
.qprogress-list li .qpl-block .qplb-text p {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    text-align: center;
}

.qprogress-list li .qpl-block.active .qplb-text p {
    color: #cc0000;
}
.qprogress-list li .qpl-block.active .qplb-image {
    color: #ffffff;
    background-color: #cc0000;
}
.qprogress-list li .qpl-block.completed .qplb-image {
    color: #ffffff;
    background-color: #012269;
    border-color: #012269;
    position: relative;
}
.qprogress-list li .qpl-block.completed .qplb-image::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #012269;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qprogress-list li .qpl-block.completed .qplb-text p  {
    color: #012269;
}



.qprogress-list li:nth-child(even) .progress-line {
    margin: 7px -10px;
}
.qprogress-list li:nth-child(even) .progress-line h5 {
    font-size: 26px;
    font-weight: 400;
    color: #cc0000;
    text-align: center;
    margin-bottom: 10px;
}
.qprogress-list li:nth-child(even) .progress-line .progress {
    overflow: visible;
}
.qprogress-list li:nth-child(even) .progress-line .progress-bar {
    background-color: #cc0000;
    position: relative;
    overflow: visible;
}
.qprogress-list li:nth-child(even) .progress-line .progress-bar::after {
    content: '';
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #cc0000;
    overflow: hidden;
}
/* ========================================================================= */


/* Profile :Start*/
.profile-block {
    background-color: #dae3f4;
    padding: 30px 30px;
}
.profile-block .pb-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.profile-block .pb-head .pbh-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
}
.profile-block .pb-head .pbh-user .usrimg {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    overflow: hidden ;
    margin-right: 20px;
}
.profile-block .pb-head .pbh-user .usrimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile-block .pb-head .pbh-user .usrdetails h3 {
    font-size: 20px;
    font-weight: 500;
    color: #cc0000;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.profile-block .pb-head .pbh-user .usrdetails p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.proedit-btn {
    display: flex;
    align-items: center;
    padding: 13px 16px;
}
.proedit-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-left: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.proedit-btn:hover {
    color: #cc0000;
}
.proedit-btn:hover img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.profile-block .pb-body {
    border-top: 1px solid #aeb6c3;
    padding-top: 30px;
}
.profile-block .pb-body .pbb-block {
    margin-bottom: 24px;
}
.profile-block .pb-body .pbb-block h6 {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.profile-block .pb-body .pbb-block h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}
/* Profile :End*/

/* MY Test Pay :Start*/
.mytest-pay {
    margin-bottom: 80px;
}
.mytest-pay h3 {
    font-size: 46px;
    font-weight: 600;
    color: #cc0000;
    text-align: center;
    margin-bottom: 40px;
}
.mytest-pay h5 {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.mytest-pay .form-group label span {
    color: #cc0000;
}
/*.mytest-pay .form-group .form-control {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 12px 10px;
}
.mytest-pay .form-group .form-control.nice-select::after {
    right: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.mytest-pay .form-group .form-control.nice-select.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mytest-pay .form-group .form-control.nice-select .current {
    color: #000000;
}*/
/* MY Test Pay :End*/



/* Responsive :Start*/
@media (max-width: 1199px) {
    .questimg-wrapper .qiw-list {
        column-gap: 40px;
    }
    .questimg-wrapper .qiw-list li img {
        width: 100px;
    }

    .qprogress-list li .qpl-block .qplb-image {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }
    .qprogress-list li .qpl-block .qplb-text p {
        font-size: 20px;
        line-height: 1.3;
    }
    .qprogress-list li:nth-child(even) .progress-line h5 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
	.login-section {
        padding: 50px 0px;
    }
    .summary-page .result-box h3 {
        font-size: 20px;
    }
    .summary-page .result-box .rbox-mark li {
        font-size: 16px;
    }

    .questimg-wrapper {
        margin-bottom: 50px;
    }
    .questimg-wrapper .qiw-list {
        column-gap: 30px;
    }
    .questimg-wrapper .qiw-list li img {
        width: 80px;
    }

}
@media (max-width: 767px) {
	.login-section {
        padding: 40px 0px;
    }

    .questimg-wrapper {
        margin-bottom: 40px;
    }
    .questimg-wrapper .qiw-list {
        column-gap: 10px;
    }
    .questimg-wrapper .qiw-list li img {
        width: 70px;
    }

    .profile-block .pb-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .profile-block .pb-head .pbh-buttons {
        margin-top: 10px;
        margin-left: 80px;
    }
}
@media (max-width: 575px) {
    .questimg-wrapper .qiw-list {
        column-gap: 10px;
    }
    .questimg-wrapper .qiw-list li img {
        width: 70px;
    }
}
/* Responsive :End*/


/* invoice :Start*/
.invoice-wrapper {
    overflow: auto;
}
.invoice-outer {
    font-family: Arial, Helvetica, sans-serif;
    width: 210mm;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin: 15px auto;
}

.invoice-outer .invo-header {
    height: 100px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid #dddddd
}
.invoice-outer .invo-header h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.invoice-outer .invo-info {
    display: flex;
}
.invoice-outer .invo-info .iv-address {
    width: 40%;
    padding: 20px 20px;
    border-right: 1px solid #dddddd;
}
.invoice-outer .invo-info .iv-address p {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.invoice-outer .invo-info .iv-others {
    width: 60%;
}
.invoice-outer .invo-info .iv-others table {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
}
.invoice-outer .invo-info .iv-others table tr:first-child {
    border-top: 0;
}
.invoice-outer .invo-info .iv-others table tr:last-child {
    border-bottom: 0;
}
.invoice-outer .invo-info .iv-others table tr th:first-child {
    border-left: 0;
}
.invoice-outer .invo-info .iv-others table tr td:last-child {
    border-right: 0;
}

.invoice-outer .invo-info .iv-others table tr th {
    width: 40mm;
}


.invo-items {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
}
.invo-items table thead tr th:first-child {
    width: 50px;
}
.invo-items table thead tr th:last-child {
    width: 50px;
}
.invo-items table tr:last-child {
    border-bottom: 0;
}
.invo-items table tr th:first-child {
    border-left: 0;
}
.invo-items table tr td:last-child {
    border-right: 0;
}

.invoice-outer table {
    vertical-align: middle;
    border-color: #dddddd;
}
.invoice-outer table td,
.invoice-outer table th {
    padding: 15px 15px;
}
/* invoice :End*/