
@media (max-width: 9020px){
    .sina-nav .sina-brand > img {
        height: 100%;
        padding: 6px 0;
        height: 60px !important;
        width: 120px !important;
    }
    .sina-nav {
        height: 50px !important;
    }
    .slider-text .breadcrumbs span a {
        color: #000 !important;
        font-weight: 400;
    }
    .hero-wrap.hero-wrap-2 .slider-text {
        text-align: center;
        height: 500px !important;
        font-weight: 500 !important;
    }
    
    .hero-wrap .slider-text p {
        font-size: 10px;
        font-weight: 400 !important;
    }
    .slider-text .breadcrumbs span {
        color: #000;
        font-weight: 400 !important;
    }
    .hero-wrap .slider-text h1 {
        font-size: 15px !important;
        font-weight: 500 !important;
    }
    .go-back{
        min-width: unset !important;
        padding: 0.5em;
        border-radius: 50px !important;
        max-width: 45px !important;
        max-height: 45px !important;
        text-align: center !important;
        line-height: 1 !important;
        background: #28a745;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-size: 1.125em;
        line-height: 0.5 !important;
        vertical-align: middle;
        padding: 10px;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        /* min-width: 120px; */
        letter-spacing: 1px;
        position: relative;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translatey(0) scale3d(1, 1, 1);
        transition: all 100ms !important;
        border: #ffffff double 5px;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        outline: none;
    }
    .list-group{
        flex-direction: row;
        margin: 0 0 10px 0;
    }
    .list-group-item {
        position: relative;
        display: block;
        padding: 10px 0;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        color: #212529;
    }
    .services .media-body h3 {
        font-size: 12px !important;
        font-weight: 600;
        margin-top:5px  !important;
    }
    .services .icon {
    line-height: 1.3;
    position: relative;
    width: 40px;
    height: 40px;
    }
    .services .icon span{
        font-size:12px !important;
    }
    .services {
        margin: 2px;
        width: 48%;
        /* height: 95px; */
        display: inline-block;
        padding: 10px;
        /* float: none; */
        /* text-align: center; */
        background: #ededed !important;
        position: relative;
        z-index: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.1s ease;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }
    .services .media-body{
        width: auto;
    }
    
    
.app-nav {
 display: flex;
 justify-content: center;
 flex-direction: row;
 width: 100%;
 height: 50px;
 filter: drop-shadow(0 0 5px rgba(31, 31, 31, 0.1));
 position: fixed;
 bottom: 0;
 z-index: 9;
 background: #0b360b;

}

.nav-slot {
 flex-basis: 20%;
 text-align: center;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}

.nav-link {
    /*width: 35px;*/
    /*height: 35px;*/
 line-height: 1.5;
 align-items: center;
 color: #c0c0c0;
 border-radius: 50rem;
 padding: 0.5rem 0.5rem;
 transition: 0.3s all;
}

/*.active {*/
/* color: #28a745;*/
/*}*/

.nav-link:hover {
 transition: 0.3s all;
 background: rgba(31, 31, 31, 0.1);
}

.curve {
 flex-basis: auto !important;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M99,0A36.33,36.33,0,0,0,70,15,25,25,0,0,1,30,15,36.33,36.33,0,0,0,1,0H0V50H100V0Z'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-size: cover;
 background-position-y: center;
 width: 100px;
}

.bg-green {
 background:#28a745;
}

.floating-button {
 position: fixed;
 width: 50px;
 height: 50px;
 line-height: 3;
 text-align: center;
 color: #FFCE54;
 border-radius: 50%;
 bottom: 35px;
 background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
 box-shadow: 0 10px 6px -6px #777;
 z-index: 1;
 transition: 0.3s all;
}

.floating-button:hover {
 bottom: 40px;
 transition: 0.3s all;
}

.round-top-left {
 border-top-left-radius: 15px;
}

.round-top-right {
 border-top-right-radius: 15px;
}

svg {
 height: 100%;
}

.top-cat-items .equal-height {
    margin-bottom: 15px;
}
.top-cat-items .item h4 {
    font-size: 14px;
    margin-bottom: 0;
}
.top-cat-items .item a{
    padding: 15px 20px;
}
.top-cat-items .item i {
    font-size: 30px;
    color: #ccc;
}
.top-cat-items .item span{
    font-size: 12px;
    font-weight: 300;
}
.go-back-level{
    float: right !important;
    top: -45px !important;
}

.number-list{
    display: inline;
    position: fixed;
    left: 0;
    width: 40px;
    top: 75px;
    overflow-y: scroll;
    height: -webkit-fill-available;
    background: #28a745;
    z-index: 9999999999;
}


.question-box{
    padding: 0;
}
.qn-number-box {
    width: 40px;
    overflow: scroll;
}
.number-details{
    background: #28a745;
    overflow: scroll;
    height: 1000px;
    margin: 11px 0;
}
.time-taken{
    position: sticky !important;
    /* bottom: 0 !important; */
    /* top: auto !important; */
    /* padding: 5px !important; */
    width: 100%;
    margin: -15px auto;
    /* text-align: center; */
}
.time-taken h5 {
     /* color: #fff !important; */
     font-size: 14px !important;
     font-weight: 900;
     padding: 0;
     margin: 0 0 0 !important;
}
svg{
    width:15px !important;
}
.qes-number{
    position: fixed;
    left: 0px;
    top: 4.6em;
    margin: 0;
    width: 45px;
    overflow-y: scroll;
    background: transparent;
    padding: 0;
    z-index: 9999999;
    text-align: center;
}
.applicant-area{
    margin: 0;
    padding: 0;
    background: #fde953;
    border-radius: 0 !important;
}
.mobile-mcq-analysis {
    overflow: scroll;
}
.mobile-mcq-analysis{
    height:100vH;
    width: 100px;
    text-align: center;
}

.number-list li a{
    cursor: pointer;
    margin: 2px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 4px;
    background: #fde953fa;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.number-list li {
    margin: 10px 0 0 10px;
}
.result h3 {
    font-size: 16px;
}
.ques-list {
    padding: 0;
    margin: 15px 0 0 40px;
}

.bottomMenu {
    position: fixed;
    top: 35px;
    width: 65px;
    height: 85%; 
    border-top: 1px solid #28a745;
    background: #28a745;
    z-index: 1;
    /*left: -40px;*/
    right:50px;
}
.result {
    border-radius: 3px;
    padding: 20px 0 0;
    position: relative;
    background: #fff;
}
.result h3 {
    font-size: 14px;
    text-align: center;
}
.score-box {
    display: inline !important;
    margin: 5px !important;
    /* float: none; */
    /* margin: 0 auto !important; */
}

.score-box li {
    margin: 0 auto !important;
    /* float: right; */
    width: 50%;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #fde428;
    text-align: center;
    padding: 10px 0 10px 0;
    text-transform: capitalize;
}

.score-box li h2 {
    font-size: 14px !important;
    margin: 0;
}
.block-7 .price .number{
    font-size: 40px;
}
.heading-section h2 {
    font-size: 24px;
}
.sina-nav .sina-nav-header, .sina-nav .navbar-collapse {
    margin: 0 !important;
    text-align: center !important;
}
.go-back-btn{
    float: right !important;
    background: #fde428;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    color: #000;
}
    .not_style {
        float: right !important;
        position: absolute !important;
        right: 20px !important;
    }
    .qhscrol img{
        width: 100% !important;
        object-fit: contain;
    }
}


.time-taken {
    margin-left: 0 !important;
}
.go-back-btn{
    float: right !important;
    background: #fde428;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    color: #000;

}





.equal-height {
    height: auto !important;
    padding: 0 !important;
}

h4
{
    text-transform: capitalize;
}







/* Styles for the loading spinner and overlay */
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent overlay */
  z-index: 9999; /* Ensure it appears on top of other elements */
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db; /* Change color as desired */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite; /* Animation to rotate spinner */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
