@font-face {
    font-family: redhatdisplay;
    src: url(../fonts/RedHatDisplay-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: redhatdisplay;
    src: url(../fonts/RedHatDisplay-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: redhatdisplay;
    src: url(../fonts/RedHatDisplay-Bold.otf);
    font-weight: 700;
}
@font-face {
    font-family: redhatdisplay;
    src: url(../fonts/RedHatDisplay-Black.otf);
    font-weight: 800;
}

:root {
    --font-redhat: redhatdisplay;
    --font-def-color: #000;
    --font-first-color: #ff0000;
    --font-second-color: #1268c0;
    --font-r: 400;
    --font-m: 500;
    --font-s-m: 600;
    --font-bold: 700;
    --font-black: 800;
}

body {
    margin: 0px;
    font-family: var(--font-redhat);
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
a {
    color: var(--font-def-color);
    text-decoration: none;
}

.exams-section{
    margin: 40px 0px 20px;
}
.exams-inner{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.exams-title{
    font-size: 20px;
    font-weight: var(--font-bold);
    line-height: 18px;
    color: #000;
}
.exams-status{
    font-size: 16px;
    font-weight: var(--font-m);
    line-height: 21px;
    color: #fff;
    /* width: 123px;
    height: 32px; */
    padding: 10px 13px 10px 13px;
    background: #41aa30;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exams-status span{
    font-weight: var(--font-bold);
}
.exams-black-section{
    background: #333;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exams-black-title{
    font-size: 20px;
    font-weight: var(--font-bold);
    line-height: 23px;
    color: #fff;   
}
.exams-black-note{
    font-size: 16px;
    font-weight: var(--font-r);
    line-height: 23px;
    color: #fff;
}


.exams-date-section{
    display: flex;
}
.subscribed-date{
    font-size: 14px;
    font-weight: var(--font-r);
    line-height: 24px;
    color: #fff;
    padding: 10px 20px;
    border-left: 1px solid #fff;
}
.subscribed-date span{
    font-size: 16px;
    font-weight: var(--font-m);
    line-height: 21px;
}
.expiry-date .subscribed-date{
    padding: 10px 0px 10px 20px;
}
.test-section, .questions-section{
    margin: 50px 0px;
}
.test-item, .timeoftest{
    list-style: none;
    padding: 0px;
}
.test-item li{
    padding: 20px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timeoftest {
    display: flex;
    align-items: center;
    gap: 20px;
    row-gap: 5px;
    flex-wrap: wrap;
}
.timeoftest li{
    padding: 0px;
    border: none;
}
.test-name{
    font-size: 14px;
    font-weight: var(--font-r);
    line-height: normal;
    color: #000;
    margin-bottom: 5px;
}
.questions-set{
    font-size: 16px;
    font-weight: var(--font-bold);
    line-height: normal;
    color: #000;
    margin-bottom: 5px;
}
.time-test{
    font-size: 14px;
    font-weight: var(--font-r);
    line-height: 24px;
    color: #000;
}
.time-test span{
    font-weight: var(--font-bold);
}
.start-button{
    width: 120px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    font-weight: var(--font-m);
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background: #0e76bc;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.start-button:hover{
    color: #000;
    background: #fff;
}

.questions-black-section{
    background: #333;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.questions-black-section .subscribed-date{
    font-size: 16px;
    font-weight: var(--font-r);
    line-height: 18px;
    color: #fff;
    padding: 10px 50px;
    border-left: 1px solid #fff;
    text-align: center;
}
.questions-black-section .subscribed-date span{
    font-size: 18px;
    font-weight: var(--font-m);
    line-height: 21px;
}
.questions-black-section .expiry-date .subscribed-date{
    font-size: 16px;
    font-weight: var(--font-r);
    line-height: 18px;
    color: #fff;
    padding: 10px 50px;
    border-left: 1px solid #fff;
}

.questions-item{
    list-style: none;
    padding: 0px;
}
.mian-line{
    margin: 25px 0;
}
.questions-title{
    font-size: 16px;
    font-weight: var(--font-bold);
    line-height: 18px;
    color: #000;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}
.form-check {
    margin-bottom: 10px;
}

.form-questions{
    margin: 10px 0px 10px 10px;
}

.form-check-input[type=radio] {
    border-color: #959595;
}
.form-check-label{
    font-size: 14px;
    font-weight: var(--font-r);
    line-height: 20px;
    color: #000;
}


.success-info-mess{
    padding: 10px;
    border-radius: 8px;
    margin: 20px 0px 10px;
}
.success-info-mess .answer-mess{
    align-items: flex-start;
}
.success-info-mess hr{
    margin: 10px 0px;
}
.answer-mess svg{
    width: 30px;
}
.answer-mess .answer-text{
    width: calc(100% - 30px);
}
.answer-mess{
}
.answer-mess h1, .answer-mess{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--font-bold);
}
.answer-mess i{
    font-size: 20px;
}
.answer-mess p {
    font-size: 15px;
    line-height: 20px;
    font-weight: var(--font-r);
}
.answer-mess.success i{
    color: #41aa30;
}
.wrong{
    color: #ff0000;
    margin: 20px 5px 10px;
}

.footer-line{
    margin: 0px;
}
.powerd-text{
    font-size: 14px;
    font-weight: var(--font-r);
    line-height: 18px;
    color: #000;
    text-align: center;
    margin: 20px 0px;
}
.powerd-text span{
    font-weight: var(--font-bold);
}

.download-link{
    font-size: 12px;
    font-weight: var(--font-r);
    line-height: 21px;
    padding: 0 10px;
    color: #000;
}
.download-link a{
    font-size: 14px;
    color: #0983f1;
    text-decoration: underline;
    text-decoration-color: #0983f1;
}

.warning-text{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.warning-text span{
    color: #ff0000;
}

.info-text{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.info-text span{
    font-weight: bold;
}

/* Navbar CSS Start */
.navbar.black {
    background: rgba(0, 0, 0, 0.8);
    height: 80px;
    padding: 10px 50px;
}
.navbar .container .navbar-brand img {
    height: 60px;
}
.navbar .nav-item .nav-link.dropdown-toggle {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 20px;
}
.navbar .nav-item .nav-link.dropdown-toggle span {
    font-weight: bold;
}
.navbar .nav-item .nav-link.dropdown-toggle:hover {
    color: #0983f1;
}
.sticky-nav{
    background: #fff;
    width: 100%;
}
.sticky-nav.sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    top: -1px;
    left: 0px;
    background: #fff;
    animation: slideDown 0.5s ease-out;
    width: 100%;
    z-index: 999;
    display: block;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
/* Navbar CSS End */

@media (max-width: 991px){
    .exams-black-section, .questions-black-section {
        flex-direction: column;
        align-items: self-start;
        row-gap: 10px;
    }
    .warning-text, .info-text{
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .questions-black-section .subscribed-date {
        padding: 10px;
        text-align: left;
    }
    .exams-black-title {
        font-size: 18px;
        line-height: 20px;
    }
    .exams-status {
        line-height: 15px;
    }
    .subscribed-date, .expiry-date .subscribed-date {
        padding: 5px 20px;
    }
    .test-section, .questions-section {
        margin: 30px 0px;
    }
    .exams-black-section, .questions-black-section {
        padding: 10px;
    }
    .warning-text, .info-text{
        font-size: 14px;
    }
}

@media (max-width: 475px) {
    .exams-black-title {
        font-size: 14px;
        line-height: 20px;
    }
    .exams-black-note {
        font-size: 14px;
        line-height: 19px;
    }
    .questions-black-section .subscribed-date, .questions-black-section .subscribed-date span {
        font-size: 14px;
        line-height: 18px;
    }
    .questions-black-section .subscribed-date {
        padding: 5px 10px;
        text-align: left;
    }
    .questions-title {
        font-size: 14px;
    }
    .answer-mess h1, .answer-mess {
        font-size: 14px;
        gap: 5px;
    }
    .answer-mess p {
        font-size: 13px;
        line-height: 16px;
    }
    
    .warning-text, .info-text{
        font-size: 13px;
    }
}

@media (max-width: 425px) {
    /* .exams-inner {
        flex-direction: column;
        row-gap: 10px;
        padding: 0px;
    } */
    .exams-black-section {
        padding: 20px;
    }
    .subscribed-date span {
        font-size: 14px;
    }
    .subscribed-date {
        font-size: 13px;
        line-height: 20px;
    }
    .form-check-label {
        font-size: 13px;
        line-height: 18px;
    }
    .exams-title {
        font-size: 15px;
    }
    .exams-status {
        font-size: 14px;
    }
    .subscribed-date, .expiry-date .subscribed-date {
        padding: 5px 10px;
    }
}

@media (max-width: 375px) {
    .exams-black-note {
        font-size: 11px;
        line-height: 15px;
    }
    .timeoftest {
        row-gap: 0px;
    }
    .questions-black-section .subscribed-date {
        padding: 5px;
    }
    .line-remove{
        border-left: none !important;
        /* padding-left: 0px !important; */
    }
}

@media (max-width: 374px) {
    .test-item li {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
    .start-button {
        width: 100%;
        justify-content: start;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding: 0px;
        border: none;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
        border-radius: 0px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
        padding: 15px;
        font-size: 14px;
        line-height: 19px;
        text-decoration: none !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:hover {
        background: #f2f2f2;
        color: #1268b3;
    }
}

@media (max-width: 991px) {
    /* Navbar CSS Start */
    .navbar .container {
        position: relative;
    }
    .navbar .navbar-toggler {
        border: none;
    }
    .navbar .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar .nav-item .nav-link.dropdown-toggle{
        text-decoration: none;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        padding: 15px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin: 0px;
        box-shadow: none;
        border-radius: 0px;
        background-color: #ededed;
        border: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
        padding: 15px;
        font-size: 14px !important;
        line-height: 19px;
        border: none !important;
        text-decoration: none !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:hover {
        background: #f2f2f2;
        color: #1268b3;
    }
    /* Navbar CSS End */
}
@media (max-width: 768px) {
    .navbar .container .navbar-brand img{
        height: 55px;
    }
}