.page-link {
    border-color: #839ca9 !important;
}

.img-width-99{
    height:99px;
    width:99px;
}
.img-width-55{
    height:55px;
    width:55px;
}
.opacity-03{
    opacity: 0.3;
}

.card.item.fly{
    opacity: 0.7;
    z-index: 5;
    position:absolute;
}
.error{
    color: red;
} 
.white-color{
    color: #FFF;
}

.challenge-completed {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    padding-top: 20px;
}
.hold-icon.featured {
    color: #fc3;
    opacity: 1;
}

.hold-icon {
    position: absolute;
    top: 0;
    right: 0.5em;
    color: rgba(0, 0, 0, 0.1);
    font-size: 5em;
} 

/*
00 -  wizard step
------------------------------------------------------------*/
.wizard-step {
    background-color: #FFF;
}
.wizard-step ul.nav-wizard {
    padding: 15px;
    justify-content: center;
        border: 0;
}
.wizard-step ul.nav-wizard li {
    display: inline-block;
    margin: 5px;
}
.wizard-step ul.nav-wizard li a {
    background-color: #FFF;
    /*border-radius: 50%;*/
    /*color: #a1a1a1;*/
    color: #004071;
    display: inline-block;
    height: 40px;
    /*line-height: 40px;*/
    position: relative;
    text-align: center;
    -moz-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    width: 40px;
}
.wizard-step ul.nav-wizard li.active a, .wizard-step ul.nav-wizard li.completed a {
    /*background-color: #6cc3a0;*/
    /*color: #FFF;*/
}
.wizard-step ul.nav-wizard li.active a {
    /*background-color: #5db491;*/
}
.wizard-step .pager {
    margin-top: 0;
}
.wizard-step .wizard-status {
    font-size: 11px;
    font-weight: 700;
}
.wizard-step .final {
    display: none;
}
.hide {
    display: none!important;
}
.result-div {
    display: none;
}
.show {
    display: block!important;
}
.padding-075r{
    padding : 0.75rem !important;
    border-radius: 1.5rem !important;
}
.quiz-result{
      color: #004071;
      line-height: 1.5
}
.primary_color{
    color: #004071;
}
.danger_color{
    color: #ff0000;
}
.primary_bgcolor{
    background-color : #004071;
}
.h3_title{
    font-size: 24px;
    color: #004071;
    font-weight: bold;
}
.challange-info{
    font-size: 17px;
    color: #004071;
    line-height: 1.2;
}
.quize_title {
    color: #004071;
}
.que_answer {
    color: #004071;
    font-size: 18px;
}
.height-250{
    height:250px;
}

.height-300{
    height:300px;
}
.height-400{
    height:400px;
}
.margin-top-19{
    margin-top: 19px !important;
}
.margin-top-25{
    margin-top: 25px !important;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.min-height-160{
    min-height: 160px;
}

