.btn-style2 {
    background: #fdc309;
}
.card{
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.card .heading{
    padding: 10px;
    background: #fdc309;
    color: #fff;
    text-align: center;
}

.card .heading h4{
    margin-bottom: 0;
}

.card .body{
    padding: 10px;
}

.card .body{
    font-size: 19px;
    font-weight: 600;
}
.card.test-info{
    position: sticky;
    top: 100px
}
p{
    margin-bottom: 5px;
}

#countdown{
    display: block;
    color: #fdc309;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.question-numb span{
    display: inline-block;
    padding: 0 3px;
    color: #fdc309;
    font-weight: 600;
}

.test-question{
    padding: 25px;
}
.test-question .item{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.test-question .item:not(:last-child)::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 400px;
    background: #dee2e6;
}
.test-question ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    cursor: pointer;
    font-size: 15px;
}
.test-question ul.answers{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.test-question ul li:hover,.test-question ul li.active{
    background: #4b4997;
    color: #fff;
    box-shadow: none;
}

.test-question ul{
    margin: 0;
    padding: 0;
}

.test-question .question{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.test-question .question span{
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    background: #fdc309;
    color: #fff;
}

.test-question .answers .checkbox{
    padding-right: 15px;
}

.test-question .answers input{
    cursor: pointer;
}

.test-question.owl-theme .owl-nav .disabled{
    opacity: .5;
    cursor: not-allowed;
}

.test-question.owl-theme .owl-nav{
    text-align: left;
}

.test-question.owl-theme .owl-nav button{
    position: static;
    transform: none;
    width: fit-content;
    height: auto;
    background: #fdc309;
    border-radius: 5px !important;
    padding: 8px 20px !important;
}

.test-question.owl-theme .owl-nav button:hover{
    background-color: #333 !important;
}

.test-question.owl-theme .owl-nav button.owl-prev{
    margin-right: 15px !important;
}

.test-question.owl-theme .owl-nav button::before{
    content: none;
}

.test-question.owl-theme .owl-nav button span{
    width: fit-content;
    height: auto;
    background: transparent;
    border-radius: 0;
    line-height: normal;
    font-size: 18px;
}

.mb-display{
    display: none;
}

a:focus{
    box-shadow: none;
}

a.btn:focus{
    color: #fff;
}

.test-result{
    display: none;
}

.test-result ul{
    padding: 0;
    margin: 0;
}

.test-result ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9DA3AE;
}

.test-result ul li:last-child{
    border-bottom: 0;
}

.test-result ul li strong{
    text-align: left;
    font-size: 18px;
}

.test-result ul li span.badge{
    display: block;
}

.test-result ul li span {
    font-weight: 500;
    font-size: 15px;
}

.on-tap .heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9DA3AE;
}

.on-tap .heading a{
    width: 120px;
}

.on-tap .heading h4{
    color: #fdc309;
    font-weight: 600;
    margin-bottom: 0;
}

.on-tap h5{
    font-weight: 600;
    margin-bottom: 15px;
}

.on-tap ul{
    padding-left: 1rem;
}

.on-tap .test-question ul {
    padding: 0;
}

.on-tap .test-question ul li{
    margin-left: 0;
    margin-right: 0;
    cursor: auto;
}

.on-tap .test-question .item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9DA3AE;
}

.on-tap .test-question{
    border: 1px solid #dee2e6;
}

.on-tap .nav-tabs{
    padding-left: 0;
}

.nav-tabs .nav-link{
    border-radius: 0;
    border: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: -3px;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link.active{
    color: #fdc309;
}

.nav-tabs .nav-link.active{
    border-top: 3px solid #fdc309;
}

#user-info input[type=text]{
    width: 100%;
}

#test-question span.result{
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    margin-left: auto;
    margin-bottom: 5px;
    margin-right: 10px;
    display: none;
}

#test-question span.result.active{
    display: flex;
}

#test-question span.result.error{
    background: #dc3545;
}

#test-question span.result.success{
    background: #198754;
}

#test-question .answers .bg-success{
    margin-left: 5px;
    display: none;
}
.btnnext .btn-style2,.disabled .next-btn{
    display: none;
}
.disabled .btn-style2{
    display: block;
}
.btnnext .btn-style2{
    padding: 0;
    border: none;
    color: #fff;
}
.btnnext.disabled{
    opacity: 1;
    cursor: pointer;
    pointer-events: unset;
}
.btnt{
    display: block;
}
.question-nav{
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 1399.98px){
    #document-slider.owl-carousel .owl-stage-outer{
        margin: 0;
    }

    .owl-carousel .owl-nav button.owl-next{
        right: -50px;
    }

    .owl-carousel .owl-nav button.owl-prev{
        left: -50px;
    }
}

@media only screen and (max-width: 1199.98px){
    .search-button svg{
        width: 20px;
    }

    .navbar .navbar-button a{
        font-size: 14px;
        height: auto;
        padding: 5px 10px;
    }

    .navbar .site-menu{
        margin: 0;
    }

    .navbar .site-menu ul li a{
        font-size: 14px;
    }

    .navbar .logo a img{
        height: 40px;
    }

    .scoll-nav,.search-section{
        top: 70px;
    }
}

@media only screen and (max-width: 991.98px){
    .slider{
        padding-top: 0;
    }

    .slider .events-slider-content .swiper-slide .inner h2{
        font-size: 38px;
    }

    .slider .events-slider-images{
        padding-bottom: 0;
    }

    .slider .events-slider-content .swiper-slide .inner{
        margin-bottom: 0;
    }

    .slider .events-slider-content .swiper-slide .inner .slider-button,
    .custom-button{
        height: 50px;
    }

    .custom-button.light{
        width: 220px;
    }

    .slider .events-slider-content .swiper-slide .inner .slider-button .circle,
    .custom-button .circle,.custom-button.light .circle{
        height: 50px;
        width: 50px;
    }

    .slider .events-slider-content .swiper-slide .inner .slider-button .button-text,
    .custom-button .button-text{
        line-height: 50px;
    }

    .mobile-menu{
        padding-right: 0;
    }

    .section-title figure img{
        height: 45px;
        width: 45px;
    }

    .right-white-bg .side-content.right{
        padding-top: 0;
        padding-bottom: 40px;
    }

    .contact-form h5{
        font-size: 26px;
    }

    .contact-form{
        margin-top: 30px;
    }

    .blog-post .post-image{
        height: 300px;
    }

    .slider .events-slider-content .swiper-slide .inner .slider-button .circle .icon.arrow,
    .custom-button .circle .icon.arrow,.custom-button.light .circle .icon.arrow{
        left: 12px;
    }

    .contact-form input{
        height: 50px;
    }

    .footer .bottom-bar .container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer .bottom-bar .creation{
        margin-left: 0;
    }

    .footer .social-media{
        justify-content: center;
        margin: 10px 0;
    }

    .footer .bottom-bar{
        text-align: center;
    }

    .page-header .inner h2{
        font-size: 40px;
    }

    .page-header{
        height: 250px;
    }

    .blogs-content .blog-post .post-image{
        height: 250px;
    }
     
    .post-detail .post-title{
        font-size: 28px;
    }

    .mock-item h4{
        font-size: 17px;
    }

    .pc-display{
        display: none;
    }

    .mb-display{
        display: block;
    }

    .test-info.mb-display{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        top: unset;
        width: 100%;
        z-index: 9999;
        margin-bottom: 0;
        border-radius: 0;
        padding: 15px 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    #countdown{
        margin: 0;
        font-size: 22px;
    }

    .test-info p{
        margin: 0;
    }

    .test-question .question{
        font-size: 16px;
    }

    .test-question{
        padding: 10px;
    }

    .test-question .question span{
        margin-right: 5px;
        padding: 2px 10px;
    }

    .test-question ul li{
        padding: 10px;    }

    .test-question.owl-theme .owl-nav{
        margin-left: 5px;
    }

    .on-tap .nav-tabs{
        flex-direction: column;
    }

    .nav-tabs .nav-link{
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px){
    .footer .footer-bar .logo{
        margin-bottom: 0;
    }

    .section-title h2{
        font-size: 34px;
    }

    .side-content h3{
        font-size: 30px;
    }

    body{
        font-size: 15px;
    }

    .owl-carousel .owl-nav button{
        display: none !important;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        padding: 0 15px;
    }

    .page-header .inner h2{
        font-size: 26px;
    }

    .test-question.owl-carousel .owl-nav button{
        display: inline-block !important;
    }

}

@media only screen and (max-width: 575.98px){
    .slider .events-slider-content .swiper-slide .inner h2{
        font-size: 28px;
    }
    .test-question ul li{
        width: 100%;
    }
    .mobile-menu.active{
        max-width: unset;
    }

    .close-menu{
        display: block;
    }

    .content-section{
        padding: 20px 0;
    }

    .section-title figure img{
        height: 30px;
        width: 30px;
    }

    .section-title h2{
        font-size: 22px;
    }

    .side-content h3{
        font-size: 20px;
    }

    .test-question.owl-theme .owl-nav button span{
        font-size: 14px;
    }

    .test-question.owl-theme .owl-nav button.owl-prev{
        margin-right: 5px !important;
    }

    .test-result ul li{
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
}
