/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*shahbaz css start here*/
.forgot-pwd {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.try-again{
    background-color: #4B4FDC;
    color: white;
    margin-top: 15px;
}
.try-again i{
    padding-right: 5px;
}

.try-again:hover{
    background-color: #ffffff;
    color: #4B4FDC;
    border: 1px solid #4B4FDC;
}
.try-again:hover i{
    color: red !important;
}

#incorrect-answers-container{
    margin-top: 60px;
}
#incorrect-answers-container h3 {
    margin-bottom: 15px;
    text-align: center;
    color: red;
}
#incorrect-answers-table {
    border-collapse: collapse;
    width: 100%;
}
#incorrect-answers-table tbody{
    font-size: 14px;
}
#incorrect-answers-table td, #incorrect-answers-table th {
    border: 1px solid #ddd;
    padding: 8px;
}
#incorrect-answers-table tr:nth-child(even){background-color: #f2f2f2;}
#incorrect-answers-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4B4FDC;
    color: white;
}

.forgot-pwd .reset-button-link{
    color:#4B4FDC;
}
.step-forgot{
    display: none;
}

.sing-language-video-asl{
    position: relative;
    TEXT-ALIGN: CENTER;
    width: 100%;
    height: 100%;
    display: none;
}
.sing-language-video-asl .asl-language{
    width: 40%;
    height: 40%;
    object-fit: cover;
}

.sing-language-video-bsl{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
}
.sing-language-video-bsl .bsl-language{
    width: 40%;
    height: 40%;
    object-fit: cover;
}
.sing-language-video-bsl .mobile-png{
    /*position: absolute;*/
}




.main-sign-language .form-check{
    display: table;
}





#wpadminbar{
    display: none;
}
.account-detail-page .account-box.step-two{
    display: none;
}
.account-detail-page .account-box.step-three{
    display: none;
}
.submit-btn.hidden{
    display: none;
}
/*shahbaz css close here*/

body{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
a{
    display: inline-block;
    text-decoration: none;
}
.default-btn{
    background: #4B4FDC;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 32px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: ease all 0.5s;
}
.default-btn:hover{
    color: #4B4FDC;
    background-color: #fff;
    border-color: #4B4FDC;
}
h1,h2{
    color: #252525;
    font-family: "Inter", sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.2;
}
h3{
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}
.account-detail-page{
    background: url(../img/bg-layer.png) no-repeat right bottom;
    min-height: 100vh;
    padding: 50px 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.account-detail-page .account-box{
    box-shadow: 0px 4px 22px 0px #0000001A;
    padding: 25px 119px 50px;
    border-radius: 20px;
    max-width: 566px;
    margin: 0 auto;
}
img{
    max-width: 100%;
}
.account-box h2{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #252525;
    letter-spacing: 1.6%;
    line-height: 1.35;
    text-align: center;
    font-weight: 700;
    margin: 9px 0 22px;
}
.translogo {
    margin: 0 -29px;
}
.account-box input {
    width: 100%;
    border: 1px solid #D6E4EC;
    height: 47px;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 300;
    color: #252525;
    outline: none;
    font-family: "Poppins", sans-serif;

}
.account-box ::placeholder{
    color: #AABBC6;
}
.account-box label{
    color: #252525;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 6px;
    display: block;
}
.single-field{
    margin-bottom: 17px;
}
.account-box button {
    background: #4B4FDC;
    width: 100%;
    border: none;
    height: 47px;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    margin: 13px 0 0;
    font-family: "Inter", sans-serif;

}

.optconfirmed h4{
    font-size: 16px;
    color: #252525;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    letter-spacing: 1.6%;
    line-height: 1.35;
    text-align: center;
    font-weight: 700;
    margin: 11px 0 10px;
}
.optsend{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.6%;
    color: #C1C1C1;
    text-align: center;
}
.optsend span{
    font-weight: 500;
    color: #4B4FDC;
}
.optconfirmed .optfields {
    margin: 90px -66px 0px;
}
.optconfirmed  .optcode-resend{
    margin-bottom: 150px;
}
.optfields .opt-code {
    display: flex;
    gap: 30px;
}
.opt-code input {
    border-color: #000;
    border-radius: 0;
    border-width: 0 0 1px 0;
    height: 23px;
    padding: 0;
    text-align: center;
}
.optsend.optcode-resend span {
    font-weight: 400;
    color: #C1C1C1;
}
.optsend.optcode-resend button {
    color: #4B4FDC;
    background: transparent;
    height: auto;
    width: auto;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.optsend.optcode-resend {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.account-box.optconfirmed {
    padding-bottom: 30px;
}
/* On Board */
#sidenav-main {
    position: fixed;
    height: calc(100vh - 20px);
    left: 0;
    top: 0;
    width: 302px;
    max-width: 100%;
    background: #4B4FDC;
    box-shadow: 0px 4px 22px 0px #0000001A;
    overflow-x: auto;
    transition: ease all 0.4s;
    z-index: 99;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.page-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#main-content {
    padding-left: 312px;
    min-height: 100vh;
    background:#F3F4FF  url(../img/bg-layer.png)  no-repeat right bottom;
    padding-bottom: 1px;
}

.sidenav-header {
    padding: 45px 0 0;
}


.dash-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.16;
    color: #fff;
    padding: 10px 20px 10px 35px;
    border-bottom: 1px solid #EBEBEB;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    min-height: 76px;
    opacity: 0.3;
}
.dash-menu ul li i {
    font-size: 18px;
}
.dash-menu ul li .md-icon {
    flex: 0 0 20px;
    margin-right: 6px;
    line-height: 0.7;
}
.main-logo {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 25px;
}
.dash-menu ul li a.active {
    opacity: 1;
    border-bottom: 1px solid rgba(235, 235, 235,0.3);
}
.bottommenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.bottommenu ul li a {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    margin-right: -10px;
    align-items: flex-start;
    line-height: 1.28;
    padding: 10px 0;
}
.sidebar-bottom {
    padding: 0 34px 45px;
    margin-top: auto;
}
.bottommenu ul li a span span{
    font-size: 15px;
    font-weight: 300;
}

.bottommenu ul li a i{
    font-size: 13px;
    margin-right: 4px;
}
.logoutbtn a{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    align-items: center;
    display: flex;
}
.logoutbtn i {
    font-size: 28px;
    margin-right: 13px;
}
.logoutbtn {
    padding-top: 32px;
    margin-top: 23px;
    border-top: 1px solid #EBEBEB;
}
.main-top-header {
    padding: 16px 40px;
    margin: 0 10px 14px;
    border-radius: 10px;
    top: 10px;
    position: relative;
}
.onboard-video-area {
    padding: 20px 40px 0px 40px;
}
.onboardvideo video {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
}
.onboardvideo {
    text-align: left;
}
.progress-bar {
    width: 100%;
    height: 12px;
    background-color: #BFC1EA;
    border-radius: 8px;
    position: relative;
    top: -12px;
}
.progress {
    width: 0;
    height: 100%;
    background-color: #7F82DC;
    border-radius: 8px;
}
.onboard-video-area h4 {
    color: #252525;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 2;
}
.onboardvideo p{
    color: #C1C1C1;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 15px;
}
.confirmation-course-video {
    position: fixed;
    z-index: 888;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: unset;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    display: none;
}
.conf-course-wrap {
    max-width: 395px;
    height: 223px;
    border-radius: 20px;
    width: 100%;
    background: #fff;
    margin: auto;
    padding: 22px 71px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.conf-course-wrap i {
    font-size: 57px;
    color: #10AA02;
    margin-bottom: 18px;
}
.conf-course-wrap h5{
    color: #252525;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
}
.switch-content{
    display: none;
}
.box{
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
}
.course-curriculum-area{
    padding: 25px 42px 150px 34px;
}

.ccurr-head p {
    color: #BBBBBB;
    font-size: 13px;
}
.start-quiz {
    display: flex;
    justify-content: end;
}
.start-quiz  p{
    margin-right: 13px;
}
.ccurr-head {
    margin-bottom: 34px;
}
.single-course-list .fa-check-circle{
    display: none;
    color: #41A971;
    flex: 0 0 17px;
    margin-right: 5px;
}
.single-course-list h3 {
    font-size: 13px;
    margin: 0;
    font-weight: 700;
}
.cousrse-lists .single-course-list{
    margin-bottom: 14px;
}
.single-course-list {
    background: #EBF1F4;
    border: 1px solid transparent;
    border-radius: 9px;
    padding: 13px 85px 13px 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
span.viewmore i {
    margin-left: 6px;
}
span.viewmore {
    font-size: 14px;
    background: #4B4FDC;
    color: #fff;
    padding: 10px 20px 10px 16px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}
.single-course-list  h3 span {
    color: #4B4FDC;
}
.single-course-list.read{
    background-color: transparent;
    border-color: #4B4FDC;
}
.single-course-list.read .fa-check-circle{
    display: block;
}
.accordion-content{
    display: none;
}
.accordion-content.active {
    display: block;
}
.accordion .accordion-item {
    border: none;
}
.accordion {
    padding: 5px 31px 0 15px;
    border-radius: 9px;
    box-shadow: 0px 3.350315809249878px 18.42673683166504px 0px #0000001A;

}
.accordion-item .accordion-title {
    font-size: 14px;
    color: #00261C;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 15px 10px 15px 0;
    position: relative;
    cursor: pointer;
}
.accordion .accordion-item:not(:last-child){
    border-bottom: 1px solid #00000024;
}
.accordion-title.active {
    border-bottom: 1px solid #00000024;
}
.accordion-title span {
    margin-right: 7px;
}
.accordion-content p {
    color: #00261C;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
}
.accordion-content ul{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.accordion-content{
    padding: 10px 15px 0 0;
}
.accordion-item .accordion-title::before {
    content: "\f078";
    color: #252525;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
}
.accordion-item .accordion-title.active::before{
    transform: rotate(180deg);
}

.single-detail-box {
    padding-left: 10px;
    display: none;
}
.single-detail-box.active{
    display: block;
    font-size: 14px;
    line-height: 1.6;
}
.single-course-list.active::before {
    content: '';
    display: block;
    background: url(../img/direction.png) no-repeat center center;
    width: 21px;
    height: 26px;
    position: absolute;
    right: -38px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bg-layer{
    background-image:url(../img/bg-layer.png)  ;
    background-repeat: no-repeat ;
    background-position: right -10px bottom -11px;
}
a.switch-btn.back-btn {
    color: #252525;
    font-size: 24px;
    margin-right: 8px;
}

div#countdown {
    background: #4B4FDC0F;
    border: 1px solid #4B4FDC33;
    border-radius: 10px;
    width: 210px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #252525;
    font-weight: 400;
    padding: 13.5px 5px;
}
.hidden{
    display: none;
}
.quiz-qouestions-area {
    padding: 40px 40px 100px;
    min-height: 81vh;
}
.quiz-qouestion-counts {
    border-bottom: 1px solid #25252526;
    padding-bottom: 23px;
    margin-bottom: 25px;
}
.quiz-question {
    color: #252525;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 23px;
}
.quiz-radio-list label {
    color: #00261C;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 31px;
    position: relative;
    cursor: pointer;
}
#countdown b{
    margin-left: 4px;
}
.quiz-radio-list label::before {
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #494949;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.quiz-radio-list input:checked+label::before{
    content: '\f00c';
    background-color: #10AA02;
    border-color: #10AA02;
}
.quizansers .quiz-radio-list:not(:last-child){
    margin-bottom: 25px;
}
.quizbtns{
    margin-top: 48px;
}
.quizbtns .default-btn {
    font-size: 14px;
    padding: 12px 8px;
    max-width: 150px;
    width: 100%;
}

.quiz-completed {
    display: inline-block;
    background: #4B4FDC;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    display: inline-flex;
    align-items: center;
}
.quiz-completed i{
    margin-right: 10px;
    font-size: 19px;
}



.circular-progress {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-circle {
    position: absolute;
    width: calc(165px - 30px);
    height: calc(165px - 30px);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 22px 0px #00000033;
}
.quiz-cong h3{
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #252525;
}
.quiz-cong p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #252525;
}
.reslcontent {
    color: #252525;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.circle-inner {
    position: relative;
    text-align: center;
    top: -8px;
}
.circle-inner p {
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.circle-inner span{
    color: #0FA302;
    font-size: 44px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    line-height: 1;
}
.cicular-wrap{
    margin-bottom: 15px;
}
.quiz-result{
    display: none;
}
.quiz-result-stats {
    max-width: 765px;
    margin: 27px auto 0;
}
.statbox h5 {
    text-transform: uppercase;
    color: rgb(37 37 37 / 50%);
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: 7px;
}

.statbox p {
    font-size: 17px;
    color: #252525;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.statbox {
    background: #F3F6F8;
    border-radius: 10px;
    padding: 17px 19px;
}
.result-area{
    padding-top: 135px;
}
