﻿.c-mcq-ques-search-con {
    margin: 20px 0;
    width: 140%;
}
.mcq-heading {
    text-align: center;
}
    .mcq-heading h3 {
        background: orange;
        color: white;
        padding: 10px;
        margin-bottom:20px;
        text-align:left;
    }
    h1{
        font-size:1.5em !important;
    }
    h2{
        font-size:1.25em !important;
    }
h3 {
    font-size: 1.1em !important;
}
.mcq-search {
    display: inline-block;
    text-align: center;
    border: 3px solid orange;
    border-radius: 25px;
    width: 70%;
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
    background: orange;
    transition: ease 0.2s;
}
    .mcq-search:hover {
        box-shadow: 0 0 8px grey;
        transition: ease 0.2s;
    }
    .mcq-search span:nth-child(2) {
        width: 19%;
        display: inline-block;
        padding: 10px 0;
        color: white;
    }
    .mcq-search span:first-child {
        padding: 10px 0;
        width: 79%;
        display: inline-block;
        color: orange;
        background: white;
        border-radius: 25px;
    }
        
        .mcq-cat-con {
            margin: 10px 20px;
            background: rgb(45, 45, 45);
            overflow: hidden;
            height: 266px;
            position: relative;
            border-radius:15px;
        }
.mcq-cat-layer-con {
    margin-bottom: 20px;
    position: relative;
}
.mcq-cat-con h3{
    color:white;
    margin:20px 0;
    font-weight:bold;
}
.mcq-cat-con p {
    font-weight: 400;
    transition: ease .5s;
    font-size: 15px;
    padding: 0 10px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: none;
}
.mcq-cat-con span {
    display: none;
    color: white;
    padding: 10px 0;
    cursor: pointer;
    transition: ease .5s;
    background: orange;
    text-shadow: none;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.mcq-cat-con:hover {
    padding: 20px 10px;
}

    .mcq-cat-con:hover img {
        display: none;
    }

    .mcq-cat-con:hover span {
        display:inline-block;
        transition: ease .5s;
        margin-top: 0;
    }
.mcq-cat-con span:hover {
    border-top: 3px solid orange;
    border-bottom: 3px solid orange;
    color:orange;
    background: transparent;
}
.mcq-cat-con:hover p {
    color: white;
    padding: 0;
    display: block;
    overflow: visible;
    height: auto;
    max-height: 100%;
    margin-bottom: 20px;
    transition: ease .5s;
}

.mcq-paper-inner-con {
    padding: 20px 0;
    border-radius: 5px;
}
.mcq-search-bar-input input {
    background-color: transparent;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0 18px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding: .5em .5em .5em 3em;
    margin: 0;
    border: 0;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    background-clip: padding-box;
    transition: all .3s ease;
    box-shadow: none;
    display: block;
    width: 100%;
}
.mcq-search-con {
    background: #181818;
    padding: 10px;
    width: 100%;
}
.mcq-paper-show {
    padding-top: 40px;
}
.mcq-search-layer {
    background: rgba(0,0,0,.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    overflow-y:auto;
}
.mcq-search-icon {
    position: absolute;
    font-size: 25px;
    color: #cacaca;
    top: 20px;
    margin-left: 10px;
}
.mcq-search-close {
    position: absolute;
    font-size: 25px;
    color: #cacaca;
    top: 20px;
    right: 10px;
    cursor:pointer;
}
.mcq-paper-link {
    margin-bottom: 16px;
    font-weight: 500;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    padding: 10px 20px;
    color: #444;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #efefef), color-stop(40%, #e8e8e8), color-stop(40%, #0ba7dc), color-stop(40%, #cac8c8), color-stop(100%, #e3e5e7));
    -webkit-box-shadow: 3px 3px 15px rgba(0,0,0,.08);
    box-shadow: 3px 3px 15px rgba(0,0,0,.08);
    font-size: 1.7rem;
    position: relative;
    margin-right: 16px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}
    .mcq-paper-link:hover {
        background: linear-gradient(90deg,#909090,#ffad33);
        transform: scale(1.1);
        color: #ffffff;
        transition: all .5s ease-in-out;
    }
    .mcq-paper-link img {
        display: inline-block;
        vertical-align: middle;
        height: 80px;
        margin-right: 10px;
    }
    .mcq-paper-link > span > span {
        font-size: 14px;
        font-weight: 100;
        width: 100%;
        display: inline-block;
    }
    .mcq-paper-link > span {
        margin: 0;
        padding: 0;
        border: 0;
        text-align: left;
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        width: 220px;
    }
.mcq-ques-desc-con {
    padding: 20px;
}
.mcq-paper-con {
    padding: 0 20px;
}
.question-con {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #c7c6c6;
    border-radius: 5px;
    border-bottom: 5px solid orange;
}
.c-mcq-ques-para {
    font-size: 18px;
    margin-bottom: 20px;
}
.mcq-option-ul {
    padding: 20px;
}
.mcq-option-ul li{
    list-style:none;
}
.c_option_tick{
    color:green;
}
.c_option_close{
    color:red;
}
.c_radio_option, .c_check_option {
    margin-right: 10px !important;
}
.c_option_tick, .c_option_close {
    margin-left: 5px;
    font-size: 18px;
}
.c-link-url{
    font-size:20px;
    cursor:pointer;
    margin-left:10px;
}
.c-mcq-ques-img{
    margin-bottom:20px;
}
.mcq-answer-view {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px 20px 20px;
    color: orange;
    font-size: large;
    font-weight: 600;
}
.mcq-answer-con {
    border: 1px solid orange;
    border-radius: 5px;
    box-shadow: 0 0 5px #333333;
}
    .mcq-answer-con > label {
        font-size: 17px;
        display: block;
        padding: 10px 20px;
        background: orange;
        color: white;
    }
    .mcq-answer-con div {
        padding: 20px;
    }
.mcq-ans-tick {
    color: green;
    margin-right: 10px;
    font-size: 20px;
}
.mcq-ans-close {
    font-size: 20px;
    float: right;
    cursor:pointer;
}
.mcq-related-con {
    border: 2px solid orange;
    border-radius: 3px;
}
.mcq-related-up-con {
    background: orange;
    color: white;
    padding: 3px 10px;
}
.mcq-related-down-con a{
    display:block;
    padding:3px 5px;
    color:#333;
}
    .mcq-related-down-con a:hover {
        color: #337ab7;
    }
.mcq-related-down-con a i{
    color:orange;
}

@media(max-width:500px) {
    .mcq-search span:nth-child(2){
        width:17%;
    }
    .mcq-paper-link > span{
        width:165px;
    }
    .mcq-paper-link img{
        height:50px;
    }
    .c-mcq-ques-search-con {
        width: 100% !important;
        text-align:center;
    }
}
@media(max-width:768px){
    .mcq-search {
        width: 80%;
        font-size: 16px;
    }
    .c-mcq-ques-search-con{
        width:130%;
    }
}
@media(max-width:1024px){
    .mcq-cat-con p{
        display:block;
    }
    .mcq-cat-con a{
        display:block;
        position:relative;
    }
    .mcq-cat-con{
        height:auto;
    }
        .mcq-cat-con:hover {
            margin: 10px 20px;
            background: rgb(68, 68, 68);
            overflow: hidden;
            position: relative;
            padding:0;
        }

            .mcq-cat-con:hover img {
                display: block;
            }

            .mcq-cat-con:hover a {
                color: white;
                padding: 10px 0;
                cursor: pointer;
                transition: ease .5s;
                background: orange;
                text-shadow: none;
                font-size: 20px;
                font-weight: 600;
                position: relative;
                bottom: 0;
                width: 100%;
                left: 0;
                border: 3px solid transparent;
            }

            .mcq-cat-con:hover p {
                font-weight: 400;
                transition: ease .5s;
                font-size: 15px;
                padding: 0 10px;
                color: white;
                margin-top: 10px;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

}