body{background-color:#F8F8F8;}
h1,h3{color: #1A1A1A}
a,a:hover,a:focus,a:focus:active{color:black}
nav{background-color:#8B1E1E;}
.sidebarMenuInner li{list-style: none;color:#1A1A1A;}
.sidebarMenuInner::-webkit-scrollbar-thumb{background-color: #1A1A1A!important;}
.footer{background-color: #121212;}
.footer ul li{color:#FAFAFA;}
.progress-bar{background-color: #000;}
.nav-link:hover, .nav-link:focus, .nav-link:active{color:black}
.menusecondesktop .spinner{background-color:#C41E3A;}
.search-box .fa-search{color: #afafaf;}
.owl-carousel .owl-nav button{color: #F3F3F3!important;border: 2px solid #F3F3F3!important;}
.owl-carousel .owl-nav button span{color: #000000}
.imgatrr{color: #0F5C2D;}
.imgatrr_cat{color: #0F5C2D;}
.quiz-btn{color:#fff; background-color: #C41E3A;}
.quiz-btn:hover, .quiz-btn:active, .quiz-btn:active:focus, .quiz-btn:focus{color:#fff; background-color: #C41E3A}
.quiz-secondry-btn{color:#000; background-color: #f3f3f3;}
.quiz-secondry-btn:hover, .quiz-secondry-btn:active, .quiz-secondry-btn:active:focus, .quiz-secondry-btn:focus{color:#C41E3A;background-color: #f3f3f3;}
.footer .diff_c ul li{color:#98A2B3;}
hr{background-color: #98A2B3;}
.imgatrr_quiz_page{color: #0F5C2D;}
.quiz-options{border: 3px solid #f4f4f4; background-color: #fff;}
.author_social_lnks .fa{background: #fff;border: 1px solid #F3F3F3;}
.quiz_completion_box{background-color: #F3F3F3;border-radius: 16px;}
label.optnslcted{color:#fff; background-color: #000;}
.contact-page-form input, .contact-page-form textarea{border: 3px solid #F3F3F3;}
.dyksb{background-color: #1A1A1A}

/* Add green border for correct answers */
[id*="startquiz_"] > div {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 3px solid transparent;
    border-radius: 8px;
    transition: 0.3s;
}

[id*="startquiz_"] .correct-answer {
    border-color: #28a745 !important;
    opacity:1 !important;
}

/* Add red border for wrong answers */
[id*="startquiz_"] .wrong-answer {
    border-color: #dc3545 !important;
    opacity:1 !important;
}

.footer img{
  width: 100%;
  max-width: 250px;
}
.wrongtxt{
    font-size: 16px !important;
    color: #000 !important;
}
.opacity-100{
    opacity:1 !important;
}
.articleDiv > p{
    font-size: 16px;
    color: #000;
    line-height: inherit;
}
.carousel-item{overflow:hidden;border-radius: 15px;}
.carousel-item img{
    transition: .6s ease;
}

.carousel-item:hover img{
    transform: scale(1.5);
}

.carousel-caption{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    min-width: 80%;
}

@media(max-width: 767px){
    .carousel-caption{
        min-width: 85% !important;
        border-radius: 15px;
        padding: 10px;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
    .takquiz{
        padding-top: 15px !important;
    }
    .carousel-caption h3.changehover {font-size: 19px !important;}
    .welcome_protomedia h3{line-height: 22px !important;}
}