.indexmodeltestfeedholderinner{
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFF;
}
.indexquestionfeedtitlebar{
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    border-top: 3px solid #dddddd;
    /*background-color: #cfcfcf;*/
    /*margin-bottom: 30px;*/
}
.indexquestionsfeedtitlebartextsubject{
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    width: 255px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 3px;
}

.subjectwisequestioncontentholder{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}
.subjectquestionoptionholder{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    background-color: #FFF;
}
.subjectoptionholder{
    display: block;
    float: left;
    width: calc(100% - 30px);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444444;
    line-height: 14px;
    margin-left: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.subjectwiseansholder{
    display: block;
    float: left;
    width: calc(100% - 30px);
    margin-left: 25px;
    margin-right: 5px;
}
.subjectwiseans{
    display: none;
    float: left;
    position: relative;
    width: calc(100% - 110px);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #026f02;
    line-height: 16px;
    padding: 2px 5px 5px 5px;
}
.subjectwiseansseen{
    display: block;
    float: right;
    position: relative;
    width: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 16px;
    padding: 2px 0px 5px 0px;
    cursor: pointer;
}
.subjectwiseanstext{
    display: block;
    float: left;
    width: 61px;
    font-size: 13px;
    color: #d6610e;
    position: relative;
}
.subjectwiseanstext:hover{
    text-decoration: underline;
}
.subjectwiseansviweicon {
    display: block;
    align-items: center;
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url(../images/nav/viewicon.png);
}
.subjecttitletextholder{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    background-color: #FFF;
}
.banglaquestionloadmoreholder{
    display: none;
    float: left;
    position: relative;
    width: 100%;
    background-color: #FFF;
}
.subjecttitletext{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
}
.banglaquestionloadmore{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 105px;
    padding: 5px 10px;
    text-align: center;
    background-color: #21926c;
    border: 1px solid #086546;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
}
.prevyearsubjectwisequestionholder{
    display: block;
    float: left;
    margin: 5px;
    width: calc(100% - 10px);
    line-height: 15px;
}
.subjectwisequestion_text{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    color: #333;
    margin-top: 5px;
    width: calc(100% - 5px);
    margin-right: 5px;
}
.subjectwiseedittextholder{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    /*color: #325434;*/
}


.updatesubjectquestionsubjectholder {
    display: block;
    width: calc(100% - 80px);
    float: left;
    margin-top: 8px;
}
.updatesubjctquestionsubmitbtn{
    display: block;
    float: left;
    position: relative;
    width: 70px;
    margin-top: 10px;
}
.submittext{
    display: block;
    float: left;
    position: relative;
    padding: 5px 10px;
    background-color: #0e6c6f;
    cursor: pointer;
    border: 1px solid #0b5440;
    border-radius: 2px;
    margin-left: 8px;
    color: #FFF;
    font-size: 12px;
}

.subjectwiseedittextholder:hover{
    text-decoration: underline;
}

.subjectwiseoptiontext{
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.subjectwisequestionoptionstop{
    display: block;
    width: calc(100% - 10px);
    float: left;
    margin: 3px 5px;
}
.subjectwisequestionoptionsbottom{
    display: block;
    width: calc(100% - 10px);
    float: left;
    margin: 3px 5px;
}
.subjectwiseselectedopttion {
    color: #026f02;
    font-weight: bold;
    font-size: 13px;
}
.option1{
    display: block;
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
    line-height: 17px;
}
.option2{
    display: block;
    width: calc(50% - 5px);
    float: left;
    margin-left: 5px;
    line-height: 17px;
}
.option3{
    display: block;
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
    line-height: 17px;
}
.option4{
    display: block;
    width: calc(50% - 5px);
    float: left;
    margin-left: 5px;
    line-height: 17px;
}
.option5{
    display: block;
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
    line-height: 17px;
}
.subjectwiseloadinggificon{
    display: none;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #666666;
}