 body {
    background-color: #F5F5F5;
    text-align: center;
    font-family: "Manrope", sans-serif;
    position: relative;
    overflow-x: hidden;
    /* background-image: url(../image/Group-center.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
}
/* body:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 180px;
    height: 180px;
    top: 0;
    bottom: 0;
    background-image: url(../image/vector_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
body:before {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    width: 180px;
    height: 180px;
    top: 220px;
    bottom: 0;
    background-image: url(../image/vector_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: -1;
} */

.footer-img-before:before {
    content: '';
    position: absolute;
    left: 10%;
    right: 0;
    width: 257px;
    height: 420px;
    bottom: -235px;
    background-image: url(../image/Vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;

}

.img-box-center {
    position: absolute;
    top: 148px;
    /* position: absolute; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 386px;
    z-index: -1;
}
.img-box-center img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.welcome_area {
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 100px;
}
header {
    padding: 0 0; 
}
.logo {
    margin-bottom: 20px;
}
.welcome_area .content {
    max-width: 500px;
    margin: 0 auto;
}
/* -------------------------- */
.btn-primary,
.btn.btn-primary {
    background-color: #fff !important;
    border: 1px solid #001CA8;
    color: #001CA8;
    font-weight: 700;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 10px;
}
.btn-primary:hover {
    background-color:#001CA8 !important;
    color: #fff;
}
/* --------------------------------- */
.lesson-all-btn{
    background-color: #fff !important;
    border: 1px solid #001CA8;
    color: #001CA8;
    font-weight: 700;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 10px;
}
.lesson-all-btn:hover{
    background-color:#001CA8 !important;
    color: #fff;
}

.card-border-all {
  border: 1px solid #0000000F;
  transition: all 0.3s ease-in-out;
  border-radius: 26px;
}

.card-border-all:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  
}


/* ------------------Header---------------------- */


    .bg-let-body{
        background-color:#FFFFFF;
        border-radius: 35px;
        padding: 40px;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .let-img{
          position: relative; 
            overflow: visible;


            display: flex!important;
    justify-content: space-between;
    background-color:#001CA8;
        border-radius: 20px;
        padding:42px 30px;
    }

    .let-img img{
          position: absolute;
  right: 30px;        
  bottom: 0;
    }

    .let-begin-text{
        color:#fff;
        text-align: left;
    }
    .let-begin-text span{
        color:#FFFFFF80;
        font-size: 14px;
    font-weight: 600;
        
    }
    .let-begin-text p{
        color:#fff;
        font-size: 14px;
    font-weight: 300;
    
        
    }

    .let-begin-text h3{
            font-size: 42px;
    font-weight: 500;
    }


    .right-img img{
        width: 300px;
        height:auto;
    }

    .card-text-main{
        text-align: left;
    }

   .card-icon {
  width: 55px;                
  height: 55px;
  background-color: #001CA8;  
  border-radius: 50%;        
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;       
}

.card-icon img {
  width: 35px;              
  height: 35px;
  object-fit: contain;
}

.card-title-lessons{
    color:#101141;
    font-size:20px;
    font-weight:600;
}

.text-lessons{
    color:#10114180;
  font-size:14px;
    font-weight:400;
}
.progress-bar-main{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}
.progress-bar{
    background-color:#001CA8 !important;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.btn-go-to{
    padding: 10px 30px;
    border: 1px solid #001CA8;
    border-radius: 12px;
    color: #001CA8;
    font-weight: 700;
}
.btn-go-to:hover{
    color: #fff;
    background-color:#001CA8;
}

.btn-prev-next{
    border: 2px solid #15162D !important;
    color: #15162D !important;
    padding: 12px 40px;
    border-radius: 14px;
    font-size: 14px;
}
.btn-prev-next:hover{
    background-color: #15162D;
    color: #fff !important;
   
}

.speed-btn-nsf.active{
    background-color: #15162D !important;
    color: #fff !important;
    border: 2px solid #15162D;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    
    
    
}
/* .btn-group button{
    padding: 10px 40px;
} */

.btn-group{
    padding: 22px;
    background-color: #EFF1FE;
    border-radius: 30px;
}


.btn-play-re-sound{
    border-radius: 10px;
    background-color: #15162D;
    color: #fff;
    width: 45px;
    height: 45px;
}
.btn-play-re-sound:hover{
   
    background-color: #15162D;
    color: #fff;
}

.progress-text-40{
    color: #15162D66;
}


@media (max-width: 768px) {
  .let-img {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
  }

  .let-begin-text {
    text-align: center;
    width: 100%;
  }

  .let-begin-text h3 {
    font-size: 32px;
  }

  .right-img {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }

  .right-img img {
    position: static;
    width: 200px;
  }

  .card-text-main {
    width: 100%;
  }

  .padd-card{
    padding: 10px !important;
  }

  .card .d-flex {
    flex-direction: column;
    /* align-items: center; */
    text-align: left;
  }

  .card .d-flex img {
    margin-top: 15px;
    width: 100%;
    max-width: 220px;
  }

  .btn-go-to {
    width: 100%;
  }

  .btn-snf-l,.btn-snf-m,.btn-snf-r {
    padding: 8px 20px !important;
    font-size: 8px !important;
}

.btn-group{
    padding: 12px;
}
.btn-prev-next{
    padding: 8px 6px !important;
    font-size: 10px !important;
}


}

@media (max-width: 576px) {
  .let-begin-text h3 {
    font-size: 24px;
  }

  .let-begin-text span,
  .let-begin-text p {
    font-size: 13px;
  }

  .bg-let-body {
    padding: 20px;
    margin-top: 30px;
    text-align: left;
  }

  .btn-snf-l,.btn-snf-m,.btn-snf-r {
   padding: 8px 20px !important;
    font-size: 8px !important;
    
    
}
.btn-group{
    padding: 12px;
}
.btn-prev-next{
    padding: 8px 6px !important;
    font-size: 8px !important;
}
}







/* -----------------------------End----------------------------- */












.btn.btn-outline-primary {
    border: 1px solid #001ca8 !important;
    color: #001ca8;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 10px;
}
.btn.btn-outline-primary:hover {
    background: #001ca8;
    color: #fff;
}
/* .btn-group button.speed-btn.active {
    background-color: #001CA8 !important;
    color: white !important;
    border-color: #001CA8 !important;
} */
.card-header.bg-primary.text-white {
    background: #001CA8 !important;
}
.timer_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.timer {
    font-size: 24px;
    font-weight: bold;
    color: #002E98;
    margin-top: 10px;
}
p.question_title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}
.question-text {
    font-size: 16px;
    margin-bottom: 20px;
}
.question-container {
    text-align: left;
}
.answer-buttons .btn {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.yellow-background {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 20%;
    height: 20%;
    background-color: #f7f7a0;
    border-radius: 50%;
    z-index: -1;
}
.blue-background {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 20%;
    height: 20%;
    background-color: #a5c0f5;
    border-radius: 50%;
    z-index: -1;
}
.form-check {
    margin: 10px 0;
    padding: 0;
}
.form-check-input:checked {
    background-color: #002E98;
    border-color: #002E98;
}
.form-check-label {
    font-size: 16px;
    display: block;
    padding: 10px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    max-width: 500px;
    border: 1.85px solid #001CA8;
    color: #000;
}
section.quiz_area {
    padding-bottom: 60px;
}
.form-check-input:checked + .form-check-label {
    background-color: #002E98;
    color: #fff;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    position: absolute;
    display: none;
}
.question_title h2 {
    font-size: 25px;
    margin: 15px 0;
    line-height: 100%;
}
.btn.btn-secondary {
    border-color: #001CA8;
    background: transparent;
    color: #001CA8;
    padding: 10px 60px;
    font-size: 18px;
    border-radius: 18px;
}
.form_btn {
    text-align: right;
}
input.form-control {
    background: #F9F9FF;
    border: 0;
    border-bottom: 1.85px solid #001CA8;
    max-width: max-content;
    min-width: 50%;
}
input.form-control:focus {
    box-shadow: none;
}
section.quiz_area {
    padding: 30px 0 70px;
}

.lesson-name{
    font-size: 22px;
    font-weight: 600;
    color: #101141 !important;
}

.lesson-score{
    font-size: 12px;
    font-weight: 500;
    color: #101141 !important;
}


.bg-completed{
    background-color: #19E48C !important;
    color: #fff;
    border-radius: 20px !important;
    font-size: 11px;
    font-weight: 500;
}
.bg-inprogress{
    background-color: #EDF342!important;
    color: #271E1E;
    border-radius: 20px !important;
    font-size: 11px;
    font-weight: 500;
}
.bg-started{
    background-color: #A5A6AD!important;
    color: #FFFFFF;
    border-radius: 20px !important;
    font-size: 11px;
    font-weight: 500;
}
.bg-locked{
    background-color: #A5A6AD!important;
    color: #FFFFFF;
    border-radius: 20px !important;
    font-size: 11px;
    font-weight: 500;
}









.footer {
    background-color: #001CA8 !important;
    color: #ffffff !important;
    padding: 10px;
    width: 100%;
   /* position: fixed !important;*/
    bottom: 0;
}










.form-section {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
    text-align: left;
}

.image-section {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-title {
    font-size: 42px;
    margin-bottom: 10px;
    color: #000000;
}

.form-description {
    font-size: 18px;
    margin-bottom: 10px;
    color: #00000066;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
    gap: 20px;
}

.form-group {
    flex: 1;
    min-width: 250px;
}

/* input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    width: 100%;
    padding: 12px 10px;
    border: none;
    border-bottom: 1px solid #333;
    background-color: #FEFDED;
    font-size: 16px;
    outline: none;
    color: #000000B8;
} */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    width: 100%;
    padding: 12px 10px;
    border: none;
    border: 1px solid #33333329;
    /* background-color: #FEFDED; */
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    color: #000000fc;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin: 13px 0;
}

.checkbox-group input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.mandatory-note {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}

.submit-btn {
    background-color: #001CA8;
    color: white;
    border: none;
    padding: 15px 0;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    cursor: pointer;
    
}

.consent-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    max-width: 500px;
}

.checkbox-group .checkbox-label {
    color: #000000B8;
    font-size: 14px;
}

.login-link {
    text-align: center;
    margin-top: 6px;
    color: #00000066;

}

.login-link a {
    color: #001CA8;
    text-decoration: none;
    font-weight: 500;
}

.yellow-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #fff5b8;
    z-index: -1;
}

.blob-top-left {
    top: -150px;
    left: -150px;
}

.blob-bottom-right {
    bottom: -100px;
    right: -100px;
}
.progress-bar.bg-success {
    width: auto !important;
    padding: 0 10px;
    border-radius: 10px;
}
/* button#audioPauseBtn,
button#audioResumeBtn,
button#audioPlayBtn {
    width: 45px;
    height: 45px;
} */
.btn-snf-r{
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px;
     border: 2px solid #15162D;
     /* margin-left: -18px; */
    color:#15162D !important; 
    border-right: none;
    
}
.btn-snf-m{
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px;
     border: 2px solid #15162D;
     /* margin-left: -18px; */
    color:#15162D !important; 
    border-left: none;
    border-right: none;
    
}
.btn-snf-l{
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px;
     border: 2px solid #15162D;
     /* margin-left: -18px; */
    color:#15162D !important; 
    border-left: none;
  
    
}


.btn-snf-r:hover,
.btn-snf-m:hover,
.btn-snf-l:hover {
    border-color: #15162D;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}


/* .custom-border-tbl{
    border-top: 2px solid #15162D;
    border-bottom: 2px solid #15162D;
    border-left: 2px solid #15162D;
   
}
.custom-border-tbl-end{
    border-top: 2px solid #15162D;
    border-bottom: 2px solid #15162D;
    border-right: 2px solid #15162D;
  
}
.custom-border-tbl-mid{
    border-top: 2px solid #15162D;
    border-bottom: 2px solid #15162D;
    
} */




.nsf-outer-padding{
    background-color: #EFF1FE;
    padding: 20px;
    border-radius: 20px;
}

.padd-for-footer{
    padding: 122px 10px;
}


.info-card-body ul.info-list {
    text-align: left;
}
section.signup-area {
    padding: 50px 0;
}
h2#lessonTitle {
    font-size: 25px;
    line-height: 150%;
    color: #15162D;
    text-align: left;
}
@media (max-width: 991px) {
    ul.navbar-nav.ms-auto {
        text-align: left;
    }
    h2#lessonTitle {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .image-section {
        display: none;
    }
    h2#lessonTitle {
        font-size: 14px;
    }

    .padd-for-footer{
    padding: 80px 10px !important;
}
.footer-sec{
    font-size: 10px;
}
    
.form-section {
    padding-right: 0px;
}
    button.btn.btn-outline-secondary, 
    .btn-primary {
        display: flex;
        align-items: center;
        vertical-align: middle;
        line-height: 120%;
        padding: 10px 20px;
        font-size: 14px;
        min-width: 118px;
        justify-content: center;
    }
   .btn-play-re-sound{
        width: 35px;
        height: 35px;
        padding: 0 !important;
        min-width: auto;
    }
    .footer{
        font-size: 12px;
    }
    section.signup-area {
        padding: 50px 0;
    }

    .footer {
        position: relative !important;
    }
    .audio-buttons {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    button.btn.btn-primary.rounded-circle {
        min-width: auto;
    }
    button.btn.speed-btn i {
        margin-right: 5px;
    }
    .lead {
        font-size: 1rem;
    }
}