.exam-page-bg {
    /* background-color: #f3edfe; */
    min-height: 700px;
    padding-top: 20px;
}

.exam-page-bg .best-questions-free {
    margin-top: 40px;
    margin-bottom: 20px;
}

.exam-page-bg .best-questions-free h1 {
    font-size: 20px;
}

/* .best-questions-free {
    margin: 30px 0;
} */

#rbi_grade_b_header .logo {
    width: 100px;
    position: relative;
    top:5px;
}

.best-questions-free h1 {
    font-size: 30px;
}

.bucket {
    padding: 4px;
}

.mmt_select_exam {
    margin-bottom: 30px;
}

.mmt_all_services {
    text-align: center;
    margin-bottom: 20px;
}

.mmt_all_services h3 {
    color: #17468c;
    margin-bottom: 8px;
}

.mmt_all_services p{
    font-size: 14px;
    color: #2b2b2b;
}

.choose-your-exam {
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    margin-bottom: 0px;
    cursor: pointer;
    transition: all ease-in-out 0.1s;
    position: relative;
    overflow: hidden;
    border: solid 1px #e9ecef;
}

.choose-your-exam  .slider {
    position: absolute;
    display:block;
    left: 0;
    bottom: 0;
    margin:0 auto;
    height: 3px;
    background-color: #f68b29;
    width: 0%;
    transition: width 0.5s ease;
}

.choose-your-exam:hover .slider {
    width: 100%;
}

.choose-your-exam:hover {
    box-shadow: -1px 1px 14px 0 rgba(117,138,172,.12);
    -webkit-box-shadow: -1px 1px 14px 0 rgba(117,138,172,.12);
}

.choose-your-exam:hover h3{
    color: #f68b29;
}



.choose-your-exam h3{
    margin:10px 0 0 0;
    font-size: 16px;
    font-weight: normal;
}

.width800 {
    max-width: 800px;
    margin: auto;
}

.width600 {
    max-width: 600px;
    margin:0 auto;
}

.select-dropdown {
    padding: 20px 0 10px;
}

.select-dropdown h4{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

#get_test_question {
    margin-bottom: 20px;
}

.custom-orange-btn {
    background: rgb(242,141,40);
    background: linear-gradient(180deg, rgba(242,141,40,1) 0%, rgba(253,101,78,1) 100%);
    padding:10px 20px;
    margin-top: 6px;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(255,27,0,0.35);
    border:solid 2px rgb(242,141,40);
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
}

.custom-orange-btn:hover{
    text-decoration: none;
    background: rgb(253,101,78);
    background: linear-gradient(180deg, rgba(253,101,78,1) 0%, rgba(242,141,40,1) 100%);
    border:solid 2px rgb(248, 179, 110);
    color: #fff;
}

.mmt_all_exam_block {
    background-color:#f4f5ff; 
    padding:60px 0; 
    margin-top:50px
}

.best-questions-free {
    margin: 20px 0;
}


/* Share Exam Link */

.mainLinkShareSection {
    padding: 80px 0;
}

.shareExamLink h2 {
    font-size: 20px;
    color: #646f79;
}

.custom-button{
    padding: 10px 20px;
    border-radius:10px;
    color: #fff;
    text-align: center;    
    display: block;
    max-width: 300px;
}

.shareExamLink {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.shareExamLink p {
    margin: 0 0 20px 0;
}

.custom-button:hover,
.custom-button:focus{
    text-decoration: none;
    color: #fff;
}

.ornge-bg{
    background-color: #f68b29;
}

.blue-bg{
    background-color: #063970;
}

.green-bg{
    background-color: #24cc63;
}

.exam-options span,
.choose-question-exam span{
    width: 30px;
    height: 30px;
    background: #f3edfe;
    border-radius: 50px;
    border:solid 1px #ebe1fd;
    text-align: center;
    line-height: 28px;
    float: left;
}

.exam-options p,
.choose-question-exam p{
    max-width: 700px;
    margin-left: 15px;
    margin-bottom: 0;
    
}

.exam-options p label {
    cursor: pointer;
    color: #5c5b5b;
}

.choose-question-exam.active {
    border: solid 1px #17468c;
    color: #17468c;
}

.choose-question-exam {
    padding: 10px 10px;;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
    transition: all ease-in-out 0.1s;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: solid 1px #e9ecef;
}

.cursor-pointer{cursor: pointer;}
.cursor-none{cursor: auto;}


.back-button a{
    color: #000;
}

.back-button a:hover {
    text-decoration: none;
}

.user-profile-section {
    text-align: center;
}

h4.user-img{
    width: 100px;
    height: 100px;
    background-color: #f68b29;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto 10px;
    font-size: 30px;
}

.user-emailID i.fa-user {
    font-size: 12px;
    position: relative;
    margin-right: 5px;
}

.user-profile-section p {
    margin: 0;
}

.user-profile-section .user-emailID {
    font-size: 14px;
    word-break: break-all;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    text-overflow: ellipsis;
}

.user-profile-section .user-time-end{
    background-color: #fbecdd;
    padding: 2px 15px;
    border-radius: 3px;
    margin: 10px 0 2px;
    display: inline-block;
}

.user-profile-section .user-time-end .fa{
    font-size: 13px;
    position: relative;
    top: -1px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-none {
    cursor: auto;
}



.quiz-buttons button{
    border: 0;
    background-color: #17468c;
    color: #ffffff;
    padding: 10px 15px;
    cursor: pointer;
}

.quiz-buttons button i{
    position: relative;
    top: 0;
    font-size: 12px;
}

.quiz-buttons button:hover{
    background-color: #f68b29;
    outline: 0;
}

.quiz-buttons button:focus {
    outline: 0;
}

.student-profile-img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
    border: solid 1px #ccc;
    border-radius: 50px;
}

.student-profile-img img{
    width: 100% !important;
    object-fit:cover;
} 

.both-user-score{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.both-user-score span{
    border-radius: 50px;
    background-color: #f68b29;
    padding:5px 20px;
    color: #fff;
    margin-bottom: 10px;
}

.both-user-score p{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.question-solution-challenge button:nth-of-type(2){
    background-color: #f68b29;
}

.question-solution-challenge button:nth-of-type(2):hover{
    background-color: #17468c;
}

.wrong-answer {
    border:solid 1px #e4174f
}

.right-answer {
    border:solid 1px #28a745
}

.wrong-answer p.badge-danger,
.right-answer p.badge-success{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: normal;
}


.question-list {
    padding: 10px 10px 0px;
    box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
    -webkit-box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #fff;
}
.question-list ul {
    padding: 0; margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%; 
}


.question-list ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 30px;
    border:  1px #007bff !important;
    height: 30px;
    background-color: #f3edfe;
    border-radius: 20px;
    margin-left: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.question-list ul li:first-child {
    margin-left: 0;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .question-list ul {
    scrollbar-width: auto;
    scrollbar-color: #17468c #ffffff;
  }

  /* Chrome, Edge, and Safari */
  .question-list ul::-webkit-scrollbar {
    height: 1px;
  }

  .question-list ul::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .question-list ul::-webkit-scrollbar-thumb {
    background-color: #17468c;
  }

  .choose-question-exam input {
      display: none;
  }

  .question_border{
      border-width: 1px;
      border-style: solid;
      border-color: #f68b29;
  }

  .result-page p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.check_your_QA {
    padding-bottom: 25px;
}

#get_test_question12 {
    margin-bottom: 20px;
}

.best-questions-free h2 {
    font-size: 24px;
}

.practice-mocktest-question > div > h6 {
    font-weight: 700;
}

.rbi_grade_b_header {
    justify-content: space-between;
}

#header_heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header_heading p {
    color: #fff;
}

.mmt_questions {
    margin-bottom: 120px;
}

.choose-your-exam img {
    width: 50px;
    border:solid 1px #ccc;
    border-radius: 50px;
}

.groups_of_mmt_btn {
    display: flex;
    width: 100%;
}

.groups_of_mmt_btn a,
.groups_of_mmt_btn button{
    width: 100%;
    margin: 0 6px;
}

footer {
    display: none;
}

@media(min-width:767px){
    .quiz-buttons,
    .question-solution-challenge {
        text-align:right;
        margin-bottom: 20px;
        display: flex;
        justify-content: end;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 15px 210px;
        background: #fbfbfb;
        margin: 0;
        box-shadow:0 0 20px #dfdfdf;
    }

    .question-solution-challenge a {
        background-color: #17468c;
        color: #ffffff;
        padding: 10px 30px;
        margin: 0 0 0 10px;
        border-radius: 10px;
    }

    .question-solution-challenge a:hover {
        text-decoration: none;
        background-color: #f68b29;
    }

    .quiz-buttons button{
        min-width: 150px;
        margin: 0 0 0 15px;
        border-radius: 10px;
    }
}
  

@media (max-width:567px){

    .exam-options p label {
        font-size: 14px;
    }

    .custom-orange-btn,
    .custom-orange-btn:hover {
        border: 0;
    }

    .best-questions-free p {
        font-size: 14px;
    }

    #next button,
    #submit_my_test {
        border-left: solid 1px #8aa1c9;
    }

    button#submit_my_test {
        width: 175px;
    }

    .create_challenge {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        max-width: initial;
        margin: 0;
        left: 0;
        font-size: 16px;
        z-index: 99;
    }

    .quiz-buttons {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        display: flex;
        z-index: 99;
        margin: 0;
        padding: 0;
    }

    .quiz-buttons  a,
    .quiz-buttons  button,
    #submit_my_test {
        width: 100%;
    }

    .custom-button {
        max-width: inherit;
        width: 100%;
    }

    .choose-your-exam {
        padding:10px 10px;
        flex-direction:row;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .choose-your-exam img {
        width: 25px;
    }

    .choose-your-exam h3{
        font-size: 14px;
        margin: 0;
        padding-left: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 85px;
    }

    .exam-page-bg .col-6{
        padding: 0px 10px 0px 10px;
    }

    .select-dropdown {
        padding: 5px 0 10px;
    }

    .mobile-mt-20 {
        margin-top: 20px;
    }

    .mainLinkShareSection {
        text-align: center;
        padding: 20px 0;
    }

    .mainLinkShareSection .shareExamLink a{
        margin: auto;
    }

    .mobile-hidden {
        display:none ;
    }

    .result-page h4.user-img, .student-profile-img {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .result-page p {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    h4.user-img {
        margin: 0 auto;
    }

    .question-solution-challenge button{
        width: 100%;
        margin-bottom: 10px;
    }
    .question-solution-challenge {
        background-color: #ffffff;
        position: fixed;
        bottom: 0;
        z-index: 99;
        padding: 0;
        margin: 0;
        display: flex;
    }

    #get_solutions,
    #get_challenge button{
        background-color: #17468c;
        padding: 10px;
        color: #fff;
        border-radius: 0px;
        width: 100%;
        margin: 1px;
    }

    .groups_of_mmt_btn {
        flex-direction: column;
        padding: 0 20px;
    }

    .groups_of_mmt_btn a, .groups_of_mmt_btn button {
        margin:0 0 10px 0;
    }
}

.ixambee-loader .lightgreen,
.ixambee-loader .darkgreen {
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 9999;
}

.ixambee-loader .lightgreen {
  z-index: 999;
  background-color: rgba(246,139,41, .7);
  animation: hide1 5s ease infinite;
}

#login_modal {
    display: flex;
}

#login_modal a {
    display: block;
    width: 100%;
    margin: 0 8px;
}

#login_modal a button.login_button{
    background-color: #17468c;
    padding: 10px 5px;
    color: #fff;
    border-radius: 10px;
    border:solid 1px #17468c;
}

#login_modal a button.login_button:hover{
    border:solid 2px #17468c;
    color: #2b2b2b;
    background-color: #ffffff;
}

#login_modal a button.register_button{
    background-color: #f68b29;
    padding: 10px 5px;
    color: #fff;
    border-radius: 10px;
    border:solid 2px #f68b29;
}

#login_modal a button.register_button:hover{
    border:solid 2px #f68b29;
    color: #2b2b2b;
    background-color: #ffffff;
}

#login_modal a:hover{
    text-decoration: none;
}

#login_modal a button{
    display: block;
    width: 100%;
    margin: 5px;
}

.new a{
    color: #000 !important;
}