.index-feature-img {
    margin-top: -24px;
}

.index-choose-us-img {
    background-image: url('../frontend/img/why-choose.png');
}

.course-card {
    background-image: url('../frontend/img/course-background.png');
}

.popular-course-img {
    width: 158px !important;
    height: 220px !important;
}

.popular-courses .bottom-info li {
    padding: 5px 2px !important;
    font-size: 13px;
    background: none;
}

.bottom-info .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Optional: Adjust this to control the spacing between items */
}

.info-list {
    list-style: none;
    display: flex;
    gap: 15px;
    /* Adjust the gap between list items as needed */
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: center;
}

.our-features {
    display: flex;
    flex-wrap: wrap;
}

.our-features .col-md-4,
.our-features .col-sm-4 {
    display: flex;
    align-items: stretch;
}

.our-features .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.index-feature-img {
    max-width: 100%;
    height: auto;
}

.our-features .icon {
    text-align: center;
}

.our-features .info {
    text-align: center;
    margin-top: 15px;
}

.text-dark {
    color: #000 !important
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\00BB';
    color: #000;
    padding: 0 10px;
    font-size: 1.5em;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #007bff;
}

.contact-card {
    padding: 10px;
    background: #E8F0FF;
}

.card-background-color {
    background: #E8F0FF;
}

.contact-content {
    padding: 75px;
}

.contact-card-name {
    background: #fff;
    padding: 15px;
}

.contact-card-body {
    padding: 77px;
    background: #fff;

}

.contacts>table>tbody>tr>td,
.table>tbody>tr>th {
    border-top: none;
}

.card-border {
    border-radius: 12px;
}

.contact-icon {
    margin-right: 10px;
}

.text-center {
    text-align: center !important;
}

.menu-height {
    margin-top: 10px;
}

.p-viewer {
    z-index: 9999;
    position: absolute;
    top: 54%;
    right: 32px;
}

@media (max-width: 1279px) {
    .p-viewer {
        z-index: 9999;
        position: absolute;
        top: 51%;
        right: 32px;
    }
}

@media (max-width: 991px) {
    .p-viewer {
        z-index: 9999;
        position: absolute;
        top: 64%;
        right: 32px;
    }
}

.password-viewer {
    z-index: 9999;
    position: absolute;
    top: 70%;
    right: 32px;
}

.login-height {
    margin-top: 35px !important;
}

.register-height {
    margin-top: 20px !important;
}

.banner-area {
    height: 100vh !important;
}

@media (max-width: 1279px) {
    .password-viewer {
        z-index: 9999;
        position: absolute;
        top: 71%;
        right: 32px;
    }
}

@media (max-width: 1122px) {
    .password-viewer {
        z-index: 9999;
        position: absolute;
        top: 68%;
        right: 32px;
    }
}

@media (max-width: 991px) {
    .password-viewer {
        z-index: 9999;
        position: absolute;
        top: 76%;
        right: 32px;
    }
}

.card-bottom {
    margin-bottom: 80px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .45rem .9rem;
    border-radius: .15rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-color-button {
    background: #004368 !important;
    border-radius: 12px !important;
}

.text-white {
    color: #fff;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.popular-course-book-img {
    margin-left: 94px;
}

.course-img {
    width: 300px;
}

.text-color {
    color: #2574FF !important;
}

.blue-button-color {
    background-color: #2574FF !important;
}

.orange-button-color {
    background-color: #FE8228 !important;
}

.end {
    float: right !important;
}

.online-btn {
    background: #002147 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: capitalize;
}

/* form.white-block {
    width: 94% !important;
    margin-top: 20px;
  } */
.white-block {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    margin: auto;
    margin-top: auto;
    padding: 20px 20px;
    position: relative;
    width: 94%;
    overflow: hidden;
    margin-top: 20px;
}

/* form.white-block .login-custom {
    border-left: none !important;
  } */

.border-bottom {
    border-bottom: 2px solid #e7e7e7;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 129% !important;
    margin-left: -58px;
}

.next-btn {
    border-radius: inherit;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px 35px;
    text-transform: uppercase;
}

.tab-margin-top {
    margin-top: 45px;
}

.popular-courses .bottom-info a,
.top-bar-area .user-login a,
.course-details-area .tab-info .nav-pills li.active a,
form.white-popup-block button[type="submit"],
.online-btn:hover {
    color: white !important;
}

.site-heading h2::before,
.site-heading h2::after,
.popular-courses .bottom-info a,
.top-bar-area .user-login a,
.btn-theme.effect:hover,
.btn-theme.effect:focus,
.about-area .info h2::before,
.about-area .info h2::after,
.course-details-area .sidebar .sidebar-item .title h4::before,
.course-details-area .sidebar .sidebar-item .title h4::after,
.course-details-area .tab-info .nav-pills li.active a,
.course-details-area .sidebar .sidebar-item form input[type="submit"]:hover,
form.white-popup-block button[type="submit"] {
    background: rgb(254, 130, 40) !important;
}

.contact-info-area .contact-info .item i,
.wcs-area .item .icon i,
nav.navbar.bootsnav ul.nav>li>a:hover,
.banner-area .btn-theme,
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover,
.course-details-area .sidebar .sidebar-item.recent-post .item .rating i,
.course-details-area .tab-content ul li i {
    color: rgb(254, 130, 40) !important;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus,
.banner-area .btn-theme {
    border: 2px solid rgb(254, 130, 40) !important;
}

#register-form,
#login-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

button,
.nav.nav-pills li a {
    border-radius: 5px !important;
}

.question-exam.fade {
    display: none;
}

.question-exam.fade.active.in {
    display: block !important;
  }
  .nice-select.swal2-select{
    display: none;
  }
  .swal2-popup {
    font-size: 1.4rem !important;
  }
  .exam-details-row {
    display: flex;
    align-items: center;
}
/* @media (min-width: 1200px) {
    .width-container-header {
      width: 1368px !important;
    }
  } */
.header-address{
    font-size: 13px;
}
.answer-option {
    display: flex;
    align-items: center;
}

.answer-option input[type="radio"] {
    margin-right: 5px; /* Adjust as needed */
}
/* #timer-container {
    display: inline-block;
    padding: 20px;
    border: 5px solid orange;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
#new-timer {
    font-size: 28px;
    color: orange;
    font-weight: bold;
}








.game {
    width: 100%;
    max-width: 79.4rem;
    margin: auto;
    .cards-game {
        position: relative;
        width: 100%;
        min-height: 430px;
        max-width: 799px;
        perspective: 1000px;
        transform-style: preserve-3d;
        display: flex;
        flex-direction: row-reverse;

    }
    .card {
        position: absolute;
        inset: 0;
        width: 100%;
    }
    .questions {
       display: flex;
       flex-direction: column;
       gap: 1.1rem;
    }
    h2 {
        font-size: 2rem;
        font-family: 'Roboto', 'sans-serif';
        color: #000;
        font-weight: 700;
        text-align: center;
    }
    label {
        --border: #3C3C3C;
        --color: #3C3C3C;
        width: 100%;
        min-height: 3.8rem;
        display: flex;
        align-items: center;
        gap: .8rem;
        border-radius: 3rem;
        border: .1px solid var(--border);
        font-family: 'Roboto', 'sans-serif';
        font-size: 1.6rem;
        padding: 1rem 1.5rem;
        color: var(--color);
        cursor: pointer;
        input[type=radio] {
            display: none;
        }
        span {
            --color: #000;
        }
    }
    .btn-box {
        display: flex;
        justify-content: space-between;
        &.left-content {
            justify-content: flex-end;
        }
        button {
            width: 100%;
            max-width: 13.3rem;
            height: 4.6rem;
            border-radius: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            /* font-family: 'Roboto', 'sans-serif'; */
            font-size: 1.6rem;
					  border: 0;
					  cursor: pointer;
            &.next-game {
                background: #DA291C;
                color: white;
            }
            &.prev-game {
                max-width: 10.3rem;
                border:.1rem solid #DA291C;
                color: #DA291C;
            }
        }
    }
    .initial-link {
        width: 100%;
        max-width: 22rem;
        height: 4.6rem;
        background: #DA291C;
        border-radius: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', 'sans-serif';
        font-size: 1.6rem;
        color: white;
				text-decoration: none;
    }
}
.home-description{
    display: inline;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 80px;
}
.subject-single .info {
    display: block !important;
}
.subject-single .info li {
    display: block !important;
}
.login-menu-show {
    display: none !important;
}
@media (max-width: 991px) {
    .login-menu-show {
        display: block !important;
    }
}
.login-position-relative {
    position: relative;
}

.login-toggle-password {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
}
.register-image {
    margin-top:40%;
}
@media (max-width: 991px) {
    .register-image {
        margin-top:0%;
    }
}
footer .f-item.address p span {
    text-transform: capitalize !important;
}
.adviros-details-area .tab-content li {
    text-transform: unset !important;
}

@media (max-width: 550px) {
    .error-page-area h1 {
        font-size: 50px !important;
    }
}
@media (min-width: 1200px) {
    .navbar-right {
        margin-right: 150px !important;
    }
}
.exam-container {
    display: flex;
    /* max-width: 1200px; */
    margin: 0 auto;
    background-color: white;
}

.exam-main-content {
    flex: 3;
    padding: 20px;
}

.exam-sidebar {
    flex: 1;
    background-color: #f8f8f8;
    padding: 20px;
}

.exam-subject-nav, .exam-question-papers, .exam-paper-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.exam-nav-btn, .exam-tab-btn, .exam-action-btn {
    padding: 5px 10px;
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
}

.exam-question-container {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.exam-question-type, .exam-question-number {
    font-weight: bold;
    margin-bottom: 10px;
}

.exam-options {
    display: flex;
    flex-direction: column;
}

.exam-options label {
    margin-bottom: 10px;
}

.exam-action-buttons {
    display: flex;
    justify-content: space-between;
}

.exam-save-next {
    background-color: #4CAF50;
    color: white;
}

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

.exam-profile-pic {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    margin: 0 auto 10px;
}

.exam-question-status {
    margin-bottom: 20px;
}

.exam-status-item {
    margin-bottom: 5px;
}

.exam-status-number {
    font-weight: bold;
    margin-right: 5px;
}

.exam-question-navigation {
    margin-bottom: 20px;
}

.exam-nav-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}

.exam-nav-btn {
    width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0;
}

.exam-answered {
    background-color: #4CAF50;
    color: white;
}

.exam-not-answered {
    background-color: #f44336;
    color: white;
}

.exam-current {
    border: 2px solid #2196F3;
}

.exam-submit-btn {
    width: 100%;
    padding: 10px;
    background-color: #2196F3;
    color: white;
    border: none;
    cursor: pointer;
}
.exam-action-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    justify-content: space-around;
    z-index: 1000;
}

.exam-action-btn {
    flex: 1;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.exam-action-btn:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .our-features {
        display: grid !important;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {
        width: 230px !important;
    }
}

@media (max-width: 992px) {
    .navbar-brand img {
        width: 130px !important;
    }
}

@media (max-width: 992px) {
    .login-social {
        display: none !important;
    }
    form.white-popup-block .col-md-6:last-child {
        border-left: 0px solid;
    }
}

@media only screen and (min-width: 350px) and (max-width: 565px)  {
    .banner-area {
        height: 30vh !important;
    }
}
@media only screen and (min-width: 565px) and (max-width: 767px)  {
    .banner-area {
        height: 45vh !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px)  {
    .banner-area {
        height: 60vh !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px)  {
    .banner-area {
        height: 60vh !important;
    }
}


@media (max-width: 350px) {
    .banner-area {
        height: 20vh !important;
    }
}

@media (max-width: 425px) {
    .mob-qus-size{
        width: 100%;
        margin-bottom: 20px;
    }
}
