/* NCRT question Css start */
body{
	background: #f5f7fb!important;
}
.WrapNcrt {
    width: 100%;
    padding: 40px 0;
}

.WrapNcrt img {
    max-width: 100%;
}

.topsec {
    width: 100%;
    float: left;
}

.pdfsocialCont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end
}

.pdfdwn a {
    color: #fff;
    background-color: #414645;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 12px;
    border: 1px solid #414645;
    border-radius: 5px;
    box-shadow: 0 2px 5px #c5c5c5;
    float: left
}

.pdfdwn {
    margin-right: 50px
}

.shareCnt span {
    color: #16c1b0;
    margin-right: 15px
}

.shareCnt a {
    background: #27bfb0;
    color: #fff;
    padding: 5px 32px 7px;
    border-radius: 30px;
    font-size: 1.125rem;
    box-shadow: 2px 4px 5px rgb(0, 151, 105, .30);
    text-align: center
}

.ncrtpages {
    width: 100%;
    display: block;
    background: #f2f2f2fb;
    margin-top: 25px;
    padding: 8px 0;
    float: left
}

.ncrtpages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ncrtpages ul li {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    padding-right: 12px;
}

.ncrtpages ul li a {
    color: #16c1b0;
}

.ncrtpages ul li::after,
.ncrtpages ul li::before {
    border-right: 2px solid #16c1b0;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    top: 50%;
    width: 0
}

.ncrtpages ul li::after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ncrtpages ul li:last-child::after,
.ncrtpages ul li:last-child::before {
    border: none;
}

.ncrtArticl {
    margin-top: 15px;
    float: left;
    width: 100%;
}

/* Question Answer Css NCRT */

.WrapQues {
    margin: 15px 0;
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.WrapQues .mainHead {
    max-width: 285px;
    padding: 17px 0 10px;
    border-radius: 6px;
    color: #16c1b0;
    border: 1px solid #16c1b0;
    clear: both;
    margin: 0 auto 15px;
    text-align: center;
}

.WrapQues .mainHead h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1.5rem;
}

.WrapQues h3 {
    font-weight: 600;
    color: #373c3c;
    text-align: center;
    clear: both;
}

.WrapQues h4 {
    font-weight: 600;
    color: #373c3c;
    text-align: center;
    clear: both;
    line-height: 1.5rem
}

.WrapQues h4.passage {
    text-transform: uppercase;
    font-size: 1.18rem;
    clear: both;
    position: relative;
    padding: 5px;
}

.WrapQues h4.passage::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #373c3c;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.questansCntr {
    width: 100%;
    box-shadow: 0 0 0.875rem 0 rgb(33 37 41 / 5%);
    float: left;
    padding: 25px 0;
    border-radius: 4px;
    background: #fefefefa
}

.quesAns {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-bottom: 20px;
    padding: 0 15px 5px 20px;
    border-bottom: 1px solid #f2f2f2fb;
    float: left;
}

.quesAns:last-child {
    border: none;
    padding-bottom: 0
}

.qustanscnt {
    margin-bottom: 15px
}

.qustanscnt ol {
    margin-top: 10px;
}

.qustanscnt h5.qustHead {
    font-weight: 700;
    color: #373c3c;
    font-size: 15px;
}

.qustanscnt p {
    margin: 0;
    color: #343a40;
    font-weight: 500;
    font-size: 15px;
}

.anscnt {
    display: none;
    width: 100%;
    float: left;
    font-size: 15px;
}

.anscnt h5.anstHead {
    font-weight: 600;
    color: #ed7c46;
    font-size: 15px;
}

.anscnt p {
    line-height: 1.5rem;
    color: #343a40;
    margin-bottom: 0;
}

.anscnt p:last-child {
    margin-bottom: 1rem;
}

.anscnt ul {
    list-style: none;
    padding: 0
}

.anscnt ul li {
    display: inline-block;
    margin-right: 15px;
    color: #343a40;
}

.btnshohide {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.btnshohide a {
    color: #ED7C46;
    border: 1px solid #ED7C46;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    float: left;
}

.btnshohide a:hover {
    background-color: #ED7C46;
    color: #fff;
}

.qustanscnt ul.list {
    list-style: none;
    max-width: 500px;
    margin: 0 0 5px;
    padding: 0
}

.qustanscnt ul.list li {
    display: inline-block;
    padding: 0 15px 10px;
    color: #343a40;
}

.anscnt ol li {
    color: #343a40;
}

.qustanscnt .colmns2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 4;
    margin-left: 2px;
    margin-top: 10px;
    font-size: 15px
}

.qustanscnt ol.grid2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 4;
    margin-left: 2px;
    margin-top: 10px;
    font-size: 15px
}

.qustanscnt ol.grid4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    margin-left: 4px;
    margin-top: 10px;
    font-size: 15px
}

.quesAns p.img {
    text-align: center;
    max-width: 100%;
    margin: 15px 0;
}

.WrapQues .type {
    text-align: center;
    clear: both;
    font-size: 1rem;
    color: #16c1b0;
    font-weight: 600;
    border: 1px solid #16c1b0;
    border-radius: 4px;
    max-width: 92px;
    margin: 0 auto 15px
}

/* table desgin */

.tblecnt {
    width: auto;
    display: table;
    border: 1px solid #000;
    margin-bottom: 15px;
}

.tblrowcnt {
    display: table-row;
    width: 100%
}

.tbleTd {
    display: table-cell;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 10px
}

.tbleTd span {
    text-align: center;
    width: 100%;
    display: block;
}

.tbleTd:last-child {
    border-right: none;
}

.border-btm {
    border-bottom: 1px solid #000;
}

.mob-show {
    display: none;
}

/* QuestionPaper */

.topSection {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.topSection p {
    font-size: 1rem;
    font-style: italic;
    color: #b98152
}

.sectionWrap {
    text-align: center;
    display: flex;
    align-items: center
}

.sectionWrap .marks {
    font-size: 1rem;
    font-style: italic;
    color: #b98152
}

.sectionWrap .part {
    font-size: 1rem;
    color: #16c1b0;
    border: 1px solid #16c1b0;
    border-radius: 4px;
    max-width: 280px;
    padding: 2px 10px;
    margin: 15px auto;
}

.sectionWrap p {
    font-size: 1rem;
    font-style: italic;
    color: #b98152;
    margin: 0 auto
}

.psgread {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.psgread p {
    font-size: 1rem;
    color: #b98152;
}

.centerdiv {
    max-width: 855px;
    padding: 10px;
    margin: 15px auto;
}

.centerdiv h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #343a40;
}

.centerdiv p {
    font-size: 1rem;
    color: #343a40;
    margin: 0;
}

.border-black {
    border: 1px solid #414645;
    border-radius: 4px;
}

/* NCRT question Css End */

/* ncrt page Links */

.pageLinks ul li {
    color: #464243;
    margin-bottom: 5px;
}

.pageLinks ul li a {
    color: #464243;
}

.pageLinks ul li a:hover {
    color: #0056b3;
    text-decoration: underline !important;
}

.footer {
    clear: both;
}

.courseqa-breadcrumb li+li:before {
    color: #0056b3;
}
.social_share_box{
	float: right;
    padding: 7px 6px;
}
.social_share_box .sharethis-inline-share-buttons .st-btn span.st-label{
	display:none!important;
}
.social_share_box .sharethis-inline-share-buttons .st-btn{
	min-width: 50px!important;
}
@media(width:425px){
	.social_share_box{
		float:left;
	}
}
@media(width:375px){
	.social_share_box{
		float:left;
	}
}
@media(width:320px){
	.social_share_box{
		float:left;
	}
}
/* Media Query  */

@media only screen and (max-width:767px) {
    .WrapQues {
        padding: 0;
    }
    .pdfsocialCont {
        display: block;
    }
    .pdfdwn {
        display: block;
        text-align: center;
    }
    .pdfdwn a {
        float: initial;
    }
    .shareCnt {
        width: 100%;
        display: block;
        text-align: center;
        margin: 22px 0 0
    }
    .qustanscnt ol.grid2,
    .qustanscnt ol.grid4 {
        columns: 1;
        -webkit-columns: 1;
    }
    .tbleTd {
        width: 100%;
        display: block;
    }
    .mobNone {
        display: none;
    }
    .mob-show {
        display: block;
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }
    .tblecnt {
        width: auto;
        display: table;
        border: 1px solid #000;
        margin: 0 auto 15px;
    }
    .psgread {
        display: block;
    }
    .quesAns p.img img {
        max-width: 100%;
    }
    .courseqa-breadcrumb li {
        line-height: 1.75rem;
    }
    .social_share_box {
        float: none !important;
        text-align: center;
        margin: 0 auto;
    }
}

.showSignUp {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background: #645b5b7a;
    backdrop-filter: blur(4px);
   display:none;
   z-index:999;
}
.innerSign {
    max-width: 500px;
    width:100%;
    background: #fff;
    padding:30px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    border: 2px dashed #bdbaba;
}
.innerSign h3{
    color: rgb(57 57 59);
    text-align: center;
}
.btncntr {
    text-align: center;
    padding: 15px 15px 0;
}
.btncntr a.btn.btn-signUp {
    border: 1px solid #ED7C46;
    position: relative;
    padding: 5px 15px;
    transition: .35s cubic-bezier(1, 0, 0, 1);
    border-radius: 30px;
    font-weight: 800;
}
.btncntr a.btn.btn-signUp.active{
    background-color: #ED7C46;
    color: #fff;
}
.btncntr span {
    margin: 0 15px;
    font-size: 1rem;
    font-weight: 900;
}
.ncert-breadcrumb {
    margin-top:0;
    padding: 20px 0;
}
.ncert-breadcrumb .nbdc-sec>h1 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
}
.courseqa-breadcrumb {
    margin: 0;
    list-style: none;
    padding: 10px 0;
}
.courseqa-breadcrumb li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.courseqa-breadcrumb li a {
    font-size: 15px;
}
.courseqa-breadcrumb li+li:before {
    content: ">";
    display: inline-block;
    font-size: 1rem;
    color: #606665;
    font-weight: 500;
    margin-right: 5px;
    margin-left: 5px;
}
.ncert-sec {
    padding: 0;
}
.grid-right .promo-sec, .grid-right .query-form, .ncert-sec .grid-left {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.ncert-sec .wh-sec .title-sec {
    background-color: #919191;
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.ncert-sec .wh-sec .title-sec h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.grid-left .related-links>ul>li a, .ncert-sec .wh-sec .content-sec {
    color: #464243;
}
.ncert-sec .wh-sec .content-sec p {
    text-align: justify;
    line-height: 1.5;
    font-weight: 400;
}
.grid-left .related-links>ul>li, .ncert-sec .wh-sec .content-sec p {
    margin-bottom: 10px;
    font-size: 16px;
}
.subHeadings {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.content-sec ul{
	list-style: disc;
    margin-left: 23px;
}
.subject-list a {
    color: #464243;
    font-size: 15px;
}
.subject-list a:hover{
	color:#fff;
}
.subject-list .Slist-card {
    padding: 22px 0 22px 18px;
    border-radius: 4.9px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    background: #fff;
    border-left: 4px solid #ED7C46;
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    -moz-box-align: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    cursor: pointer;
    background: linear-gradient(to left,#fff 50%,#ED7C46 95%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.subject-list .Slist-card img {
    width: 20px;
    height: 20px;
}
.subject-list .Slist-card:hover {
    background-position: left;
    
}
.grid-left .related-links>ul {
    columns: 3;
    padding-left: 18px;
}
.grid-left .related-links>ul>li a {
    color: #464243;
}
.grid-left .related-links>ul>li{
	list-style: disc;
}
.header-box{
    background-color: #fff;
}
.social_share_box{display:none;}
@media (min-width: 0px) and (max-width: 768px){
	.grid-left .related-links>ul {
		columns: 1;
	}
}
