/*-- Qna Css --*/
.qnaMain {
    background: #fff;
}

/* Jee Main Course */
.jeeMainCourse {
    font-family: 'Roboto Condensed', sans-serif !important;
}
.mob-icons {
    display: none;
}
.get-answer-heading {
    font-size: 40px !important;
}
.qna-get-answer {
	background-image: linear-gradient(to top, #e6fbf5, rgba(230, 251, 250, 0));
}
.qna-get-answer-card {
	text-align: center;
}
.qna-form {
	position: relative;
    width: 608px;
    margin: auto;
}
.qna-form .form-group {
    margin-bottom: 0px;
}
#qna-searchbar {
    padding: 19px 15px;
    border-radius: 6px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 8%);
    border: solid 1px rgba(26, 181, 131, 0.5);
    background-color: #fff;
}
.qna-ask-now {
	background-color: #1ab583;
	color: #fff;
	border-radius: 4px;
	outline: none;
	border: none;
	text-align: center;
	position: absolute;
	right: 10px;
    top: 10px;
    padding: 11px 24px;
    font-size: 16px;
}
.qna-ask-now:focus {
    outline: none;
}
.qna-img {
    position: absolute;
    right: 50px !important;
    top: 105px;
    left: initial !important;
}

/*-- Filter Css Web --*/
.filter {
    box-shadow: 0 3px 6px 0 rgba(205, 212, 219, 0.5);
    background-color: #fbfcf5;
    padding: 10px 0px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.filter-card {
    display: flex;
    justify-content: space-between;
}
.filter-card .custom-select {
    width: 110px;
    margin: 0px 10px;
    height: calc(2.25rem + -1px);
}
.clear-filter {
    height: 35px;
    background: #3395FF;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    line-height: 35px;
    padding: 0px 12px;
    font-size: 15px;
}

/*-- Filter Css Mob --*/
.filter-mob {
    display: none;
}

/*-- Question Listing --*/
.ques-listing {
    width: 860px;
    margin: auto;
    margin-top: 25px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.ques-listing-heading {
    font-size: 25px;
    font-weight: bold;
    color: #4f5b65;
}
.ques-listing-heading span {
    color: #1ab583;
}

.ques-listing-card {
    color: #333;
    margin: 15px 0px 0px;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 3px 6px 0 #d7d7d7;
    background-color: #fff;
    overflow: hidden;
    position: relative;
} 
.ques-listing-tab {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow: hidden;
    height: 44px;
}
.ques-listing-tab:hover {
    overflow-x: auto;
}
.ques-listing-tab::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.ques-listing-tab::-webkit-scrollbar-track {
    background: #eee;
}
.ques-listing-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
} 

.ques-listing-tab li {
    list-style: none;
    display: inline-block;
}
.ques-listing-tab-item {
    padding: 10px 10px 8px 10px;
    border-radius: 5px;
    border: solid 1px #1ab583;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1ab583 !important;
    margin: 0px 7px 5px 0px;
    box-shadow: 2px 2px 5px #eee;
    transition: all 0.1s ease-in-out;   
}
.ques-listing-tab-item:hover {
    color: #fff !important;
    background: #1ab583;
}

.ques-listing-card-content {
    position: relative;
    overflow: hidden;
    height: 166px;
}
.ques-listing-card-heading {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.ques-listing-card-text {
    font-size: 14px;
}
.ques-listing-card-full {
    position: absolute;
    background: #fff;
    width: 100%;
    display: block;
    left: 0px;
    height: 64px;
    bottom: 0px;
    box-shadow: 0px -8px 9px #f9f8f8;
    color: #1ab583 !important;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
}
.ques-listing-card-posted {
    border-top: 1px solid #cdd4db;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.ques-listing-card-posted div:first-child {
    width: 50%;
}
.ques-listing-card-posted h5 {
    font-size: 12px;
    margin: 0px;
}
.ques-listing-card-posted h4 {
    font-size: 14px;
    margin: 5px 0px 0px;
    font-weight: bold;
}
.ques-listing-card-posted-icons {
    display: flex;
    justify-content: end;
    margin: 0px;
}
.ques-listing-card-posted-item {
    list-style: none;
    display: inline-block;
    margin-top: 10px;
}
.ques-listing-card-posted-item a {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 15px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
}
.ques-listing-card-posted-item a .fa-plus {
    width: 24px;
    height: 24px;
    background: #0166ff;
    color: #fff;
    line-height: 24px;
}

/* Listing Ads Css */
.listing_jee_add {
    padding: 30px 30px;
    border-radius: 14px;
    border: solid 1px #94c7c3;
    background-color: #e7f7f2;
    color: #333;
    position: relative;
    margin-top: 15px;
    min-height: 185px;
    margin-bottom: 15px;
}
.listing_ads_anchor {
    display: block;
    text-decoration: none;
    color: #333;
}
.listing_add_heading {
    font-size: 24px;
    font-weight: 500;
    max-width: 72%;
}
.listing_add_heading span {
    color: #009162;
    font-weight: bold;
    margin: 0px;
}
.listing_add_list {
    list-style-image: url(../images/square_check.png);
    padding: 0px 0px 0px 23px;
    margin: 16px 0px 0px;
    display: flex;
    max-width: 72%;
}
.listing_add_list li {
    font-size: 16px;
    width: 34%;
}
.listing_jee_add button {
    min-width: 132px;
    padding: 10px 23px 8px 23px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(73, 193, 103, 0.56);
    background-color: #49c167;
    border: 1px solid #49c167;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.listing_jee_add button:hover {
    background-color: #fff;
    color: #49c167;
    border: 1px solid #49c167;
}
.listing_ads_img {
    position: absolute;
    top: 14px;
    right: 30px;
}

.listing_neet_add {
    padding: 30px 30px;
    border-radius: 14px;
    border: solid 1px #f5c8d0;
    background-color: #fce5e9;
    color: #333;
    position: relative;
    margin-top: 15px;
    min-height: 185px;
}
.listing_neet_add button {
    min-width: 132px;
    padding: 10px 23px 8px 23px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(184, 81, 99, 0.56);
    background-color: #b85163;
    border: 1px solid #b85163;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.listing_neet_add button:hover {
    background-color: #fff;
    color: #b85163;
    border: 1px solid #b85163;
}

.listing_cuet_add {
    padding: 30px 30px;
    border-radius: 14px;
    border: solid 1px #dad7f2;
    background-color: #f0eefe;
    color: #333;
    position: relative;
    margin-top: 15px;
    min-height: 185px;
}
.listing_cuet_add button {
    min-width: 132px;
    padding: 10px 23px 8px 23px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(112, 100, 201, 0.56);
    background-color: #7064c9;
    border: 1px solid #7064c9;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.listing_cuet_add button:hover {
    background-color: #fff;
    color: #7064c9;
    border: 1px solid #7064c9;
}



/*-- All Questions Css --*/
/* .all-questions {
    width: 880px;
    margin: auto;
    margin-top: 25px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.all-questions-heading {
    font-size: 25px;
    font-weight: bold;
    color: #4f5b65;
}
.all-questions-heading span {
    color: #1ab583;
} */

/* .all-questions-card {
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 3px 6px 0 #ccc;
    background-color: #fff;
    margin-top: 10px;
    height: 370px;
    position: relative;
}

.all-questions-tab {
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 97px;
    overflow: hidden;
}
.all-questions-tab:hover {
    overflow-x: auto;
}
.all-questions-tab::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.all-questions-tab::-webkit-scrollbar-track {
    background: #eee;
}
.all-questions-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
} */

.all-questions-heading {
    margin-bottom: 5px;
}
.all-questions-tab {
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 54px;
    overflow: hidden;
    margin: 0px;
}
.all-questions-tab:hover {
    overflow-x: auto;
}
.all-questions-tab::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.all-questions-tab::-webkit-scrollbar-track {
    background: #eee;
}
.all-questions-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
} 

.all-questions-tab li {
    list-style: none;
    display: inline-block;
}
.all-questions-tab-list {
    padding: 10px 10px 8px 10px;
    border-radius: 5px;
    border: solid 1px #1ab583;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1ab583 !important;
    margin: 10px 7px 0px 0px;
    box-shadow: 2px 2px 5px #eee;
    transition: all 0.1s ease-in-out;
}
.all-questions-tab-list:hover {
    color: #fff !important;
    background-color: #1ab583;
}

.selected-tag {
    padding: 10px 10px 8px 10px;
    border-radius: 5px;
    border: solid 1px #cdd4db;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999 !important;
    margin: 10px 7px 0px 0px;
    box-shadow: 2px 2px 5px #eee;
    transition: all 0.1s ease-in-out;
    color: #1ab583 !important;
    border: 1px solid #1ab583;
}

.ncert-questions-heading-card {
    margin-top: 12px;
}
.ncert-questions-heading-card-img {
    margin-top: 7px;
}

.answer-heading {
    margin: 30px 0px 0px;
    font-size: 18px;
    color: #333;
}
.answer-card {
    color: #333;
    margin: 20px 0px 0px;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 3px 6px 0 #d7d7d7;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.answer-card ol {
    margin-left: 20px;
}
.answer-card-text {
    font-size: 14px;
}
.answer-card-posted {
    border-top: 1px solid #cdd4db;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.answer-card-posted div:first-child {
    width: 50%;
}
.answer-card-posted h5 {
    font-size: 12px;
    margin: 0px;
}
.answer-card-posted h4 {
    font-size: 14px;
    margin: 5px 0px 0px;
    font-weight: bold;
}
.answer-card-posted-icons {
    display: flex;
    justify-content: end;
    margin: 0px;
}
.answer-card-posted-item {
    list-style: none;
    display: inline-block;
    margin-top: 10px;
}
.answer-card-posted-item a {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 15px;
    text-align: center;
    line-height: 24px !important;
    text-decoration: none;
    color: #fff;
}
.answer-card-posted-item a span {
    width: 24px;
    height: 24px;
    border-radius: 0px !important;
}
.msg {
    background-color: #5D73F2;
}
.wp {
    background-color: #73D944;
}
.fb {
    background-color: #3A5A98;
}
.share {
    background-color: #fff;
    color: #333 !important;
}
.best-answer {
    height: 36px;
    margin-bottom: 10px;
}
.answer-card-width {
    height: 177px;
}
.answer-card-view-full {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0px;
    height: 64px;
    bottom: 0px;
    box-shadow: 0px -8px 9px #f9f8f8;
    color: #1ab583;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
}  
.answer-view-now {
    width: 100%;
    margin: 20px auto;
    border-radius: 14px;
}
.answer-card p img {
    max-width: 100%;
}

/* Answer Comment Input */
.answer-comment {
    margin-top: 40px;
}
.answer-comment-input {
    border-radius: 5px;
    border: solid 1px #cdd4db;
    background-color: rgba(144, 164, 174, 0.12);
    width: 100%;
    padding: 16px;
}

/*-- Listing Pagination Css --*/
.listing-pagination {
    margin: 10px 0px 0px;
    position: relative;
}
.listing-pagination-arrow-left {
    color: #1ab583;
    display: block;
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    position: absolute;
    left: 0px;
}
.listing-pagination-arrow-right {
    color: #1ab583;
    display: block;
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    position: absolute;
    right: 0px;
}
.listing-lists {
    display: flex;
    padding: 0px 25px 5px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    height: 48px;
}
.listing-lists:hover {
    overflow-x: auto;
    overflow-y: hidden;
}
.listing-lists::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.listing-lists::-webkit-scrollbar-track {
    background: #eee;
}
.listing-lists::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #ccc;
}
.listing-lists li {
    list-style: none;
}
.listing-list-item {
    line-height: 40px;
    color: #1ab583 !important;
}
.listing-list-item-box {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #999 !important;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
.listing-list-item-box:hover {
    color: #1ab583 !important;
    border-bottom: 2px solid #1ab583;
}
.listing-active {
    color: #1ab583 !important;
    border-bottom: 2px solid #1ab583;
}

.all-questions-card-heading {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 0px;
    line-height: 25px;
}
.all-questions-card-user-details {
    display: flex;
}
.user-img {
    padding-right: 10px;
}
.user-img .fa-user {
    font-size: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    line-height: 45px;
}
.user-details-heading {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 6px 0px 0px;
}
.user-details-sub-heading {
    font-size: 12px;
    margin-bottom: 0px;
}
.user-details-sub-heading span {
    color: #b8b4b4;
}
.all-questions-card-para {
    margin: 10px 0px 0px;
    height: 110px;
    overflow: hidden;
}
.view-full-answer-card {
    position: absolute;
    width: 820px;
    bottom: 15px;
}
.view-full-answer {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #1ab583 !important;
    margin-bottom: 10px;
}
.view-full-answer-card-lists {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.view-full-answer-card-lists li {
    list-style: none;
}
.view-full-answer-card-list-item {
    color: #333 !important;
    text-decoration: none;
}
.view-full-answer-card-list-item i {
    font-size: 16px;
    padding-right: 3px;
}
.bookmark-active {
    color: #786FE6 !important;
}
.answer-help-active {
    color: #1ab583 !important;
}

/*-- Pagination Css --*/
.questions-card-pagination {
    margin: 40px 0px;
}
.pagination-lists {
    max-width: 675px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.pagination-lists li {
    list-style: none;
    margin: 0px 7px;
}
.pagination-list-item {
    line-height: 40px;
    color: #1ab583 !important;
}
.pagination-list-item i {
    padding: 0px 5px;
}
.pagination-list-item-box {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cdd4db;
    text-align: center;
    border-radius: 5px;
    color: #999 !important;
    text-decoration: none;
}
.pagination-active {
    background-color: #1ab583 !important;
    color: #fff !important;
    border: 1px solid #1ab583;

}

/*-- Articles Css --*/
.article {
    font-family: 'Roboto Condensed', sans-serif !important;
    margin-top: 30px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 #d7d7d7;
    background-color: #fff;
}
.article-heading {
    font-size: 18px;
    margin-bottom: 12px;
}
.article-card {
    padding-bottom: 15px;
    border-bottom: 1px solid #cdd4db;
    margin-bottom: 15px;
}
.article-card:hover .article-para{
    color: #0056b3 !important;
}
.article-card > a {
    text-decoration: none !important;
}
.article-card:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.article .col-4 {
    padding-right: 0px;
}
.article_img {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    box-shadow: 0 0px 5px 0 #d7d7d7;
    margin-top: 5px;
} 
.article-para {
    margin-bottom: 5px;
    color: #333 !important;
    transition: all 0.2s ease-in-out;
}
.article-time {
    font-size: 12px;
    color: #4f5b65;
    margin-bottom: 0px;
}

/* Latest News */
.latest-news {
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 #d7d7d7;
    background-color: #fff;
    margin-top: 30px;
}
.latest-news-heading {
    font-size: 18px;
}
.latest-news-lists {
    margin-bottom: 0px;
}
.latest-news-lists li {
    list-style: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdd4db;
    margin-bottom: 15px;
}
.latest-news-list-items {
    text-decoration: none;
    line-height: 21px;
    font-size: 14px;
    display: block;
}
.latest-news-lists li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

/*-- Qna Modal --*/
.modal-dialog {
    border-radius: 10px;
    box-shadow: 0 -15px 30px 0 rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom, #e6fbf5, #fff);
    max-width: 780px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.modal-dialog #cke_1_contents {
    height: 140px !important;
}
.modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}
.modal-header .close:focus {
    outline: none;
}
.modal-content {
    background-color: transparent;
}
.modal-content .str_img02 {
    margin: 5px auto 0px;
    display: block;
}
.modal-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    color: #333;
}
.modal-body .details-box-open {
    width: 610px;
}
.already-asked-ques {
    display: inline-block;
    background: #7868e6;
    color: #fff;
    height: 20px;
    padding: 0px 6px;
    border-radius: 3px;
    line-height: 20px;
    margin-bottom: 7px;
    margin-left: 2px;
}
.already-asked-ques-box {
    height: 95px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 5px;
    width: 610px;
    padding: 0px 2px;
}
.already-asked-ques-box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.already-asked-ques-box::-webkit-scrollbar-track {
    background: #eee;
}
.already-asked-ques-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7868e6;
}
.already-asked-ques-box p {
    margin-bottom: 10px;
}
.submit-btn {
    width: 610px;
    background: #1ab583;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    height: 42px;
}
.submit-btn:focus {
    outline: none !important;
}

/*-- Sub Menu Css -- */
.sub-menu {
    box-shadow: 0 3px 6px 0 rgb(205 212 219 / 50%);
    background-color: #fbfcf5;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.breadcrumb-list {
    margin-bottom: 0px;
    display: flex;
}
.breadcrumb-list-item {
    list-style: none;
    padding: 10px 5px;
    display: flex;
}
.breadcrumb-list-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: -2px 0px 0px;
}
.breadcrumb-list-item .fa-chevron-right {
    padding-left: 5px;
}
.breadcrumb-list-text {
    text-decoration: none;
    color: #1ab583 !important;
}

/*-- Filter Icon --*/
.filter-icon {
    display: none;
}

/*-- Question Details Css --*/
.ncert-question {
    padding: 15px 0px 50px;
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.ncert-questions-card {
    margin-top: 0px;
}
.ncert-question-card {
    height: auto !important;
}
.ncert-card-list {
    margin: 8px 0px 16px;
}
.ncert-comment {
    margin-bottom: 0px !important;
}
.users-details-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.user-social-links {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}
.user-social-links li {
    list-style: none;
}
.user-social-links-list-item {
    color: #333 !important;
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px;
    margin: 0px 0px 0px 40px;
}
.user-social-links-list-item i {
    font-size: 16px;
    padding-right: 3px;
}

.similar-questions {
    padding: 15px 14.5px 15px 15px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 #d7d7d7;
    background-color: #fff;
    margin-top: 15px;
}
.similar-ques-heading {
    font-size: 18px;
}
.similar-ques-lists {
    margin-bottom: 0px;
}
.similar-ques-lists li {
    list-style: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdd4db;
    margin-bottom: 15px;
}
.similar-ques-list-items {
    text-decoration: none;
    line-height: 21px;
    font-size: 14px;
    display: block;
}
.similar-ques-lists li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

/*-- Notifications --*/
.notifications {
    width: 850px;
    margin: 25px auto 50px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.notification-card {
    margin-top: 15px;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 3px 6px 0 #ccc;
    background-color: #fff;
    display: flex;
}
.notification-card-left {
    margin-right: 15px;
    position: relative;
}
.notification-card-left .fa-user {
    font-size: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    line-height: 45px;
}
.active-user {
    width: 13px;
    height: 13px;
    display: block;
    background: #1ab583;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 2px;
    border: 2px solid #fff;
}
.notification-card-heading {
    font-size: 15px;
    line-height: 24px;
    color: #333;
}

.notification-card-right {
    width: 100%;
}
.time-read {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time-ago {
    color: #999;
    font-size: 12px;
    line-height: 16px;
}
.read-now {
    font-size: 14px;
    color: #1ab583 !important;
    line-height: 19px;
    text-decoration: none;
}
.read-now .fa-arrow-right {
    padding-left: 5px;
}
.read-now-inactive {
    font-size: 14px;
    color: #4f5b65 !important;
    line-height: 19px;
    text-decoration: none;
}
.read-now-inactive .fa-arrow-right {
    padding-left: 5px;
}

.do-full-width-pop{
    padding:25px 25px 25px 38px;
}




/*-------- Responsive Css Start --------*/
@media screen and (max-width: 1000px) {
    .jeeMainCourse {
        padding: 10px 0px 18px 0px !important;
    }

    /* Sub Menu */
    .breadcrumb-list-item:last-child {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 28px;
    }

    .mob-icons {
        display: flex;
        justify-content: space-between;
    }
    .mob-icons span {
        display: block;
    }
    .mob-icon-rightside {
        position: relative;
    }
    .mob-icons .fa-arrow-left, .fa-bell {
        color: #333;
        cursor: pointer;
    }
    .mob-icons .fa-circle {
        font-size: 6px;
        position: absolute;
        color: green;
        top: 3px;
        right: -3px;
    } 

    .get-answer-heading {
        font-size: 28px !important;
        text-align: left !important;
        width: 65%;
        line-height: 40px;
    }
    .qna-img {
        right: 15px !important;
        top: 30px !important;
        left: initial !important;
        height: 64px !important;
        position: absolute !important;
    }
    .qna-bg {
        height: 100% !important;
    }
    .qna-form {
        width: 100%;
    }
    #qna-searchbar {
        display: none;
    }
    .qna-ask-now {
        position: static;
        margin: auto;
        display: block;
        padding: 11px 45px;
    }

    /* Ask Modal Css */
    .do-full-width-pop {
        padding: 25px 48px 25px 38px  !important;
    }
    .modal-body .details-box-open {
        width: 105%;
    }
    .already-asked-ques-box {
        width: 105%;
    }
    .submit-btn {
        width: 105%;
    }
    .question-modal .modal-body .col-md-11 {
        max-width: 100% !important;
    }

    .do-full-width-pop{
        padding-left: 35px;
        padding-bottom: 20px;
    }

    /*-- Filter Web --*/
    .filter {
        display: none;
    }

    /*-- Filter Mob --*/
    .filter-mob {
        display: block;
    }
    .filter-mob-list {
        margin-bottom: 0px;
    }
    .filter-mob-list-item {
        list-style: none;
    }
    .filter-mob-list-text {
        text-decoration: none;
        color: #999 !important;
        text-align: center;
    }
    .filter-mob .nav-tabs {
        border-bottom: none;
        box-shadow: 0px 2px 5px 0px #ccc;
        border-radius: 4px;
    }
    .filter-mob .nav-tabs .nav-item {
        width: 33.33%;
    }
    .filter-mob .nav-link {
        color: #999 !important;
        font-size: 14px !important;
        padding: 16px 5px;
        text-align: center;
    }
    .filter-mob .nav-link.active {
        color: #1ab583 !important;
    }

    /*-- Question Listing --*/
    .ques-listing {
        width: 100%;
    }
    .ques-listing-card-heading {
        font-size: 16px;
        line-height: 22px;
    }
    .ques-listing-card-full {
        height: 38px;
        line-height: 38px;
    }
    .ques-listing-tab {
        padding-bottom: 3px;
        margin: 0px 0px 5px 0px;
        overflow-x: auto;
    }
  
    /*-- All Question Card --*/
    .all-questions-card {
        height: 410px;
        margin-top: 20px;
    }
    .all-questions-card-heading {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0px;
    }
    .all-questions-card-para {
        height: 87px;
    }
    .view-full-answer-card {
        width: 92%;
        bottom: 20px;
    }
    .view-full-answer-card-lists {
        width: 100%;
    }
    .user-img {
        padding-right: 12px;
    }

    /* -- pagination -- */
    .questions-card-pagination {
        padding: 20px 0px;
        background: #fbfcf5;
        margin: 20px auto 0px;
        border-top: 10px solid #CDD4DB;
        border-bottom: 10px solid #CDD4DB;
    }
    .pagination-lists {
        max-width: 100%;
        overflow: scroll;
        overflow-y: hidden;
        padding-bottom: 25px;
    }
    .pagination-lists li {
        list-style: none;
        margin: 0px 4px;
    }
    .pagination-list-item {
        width: 54px;
    }

    /*-- Articles Web --*/
    .articles {
        padding: 30px 0px 30px;
        display: none;
    }
    .articles h2 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }
    .articles .str_img02 {
        margin: 0px auto 10px;
        display: block;
    }
    .articles .slick-next {
        display: none !important;
    }
    .articles .slick-prev {
        display: none !important;
    }

    .stories01 {
        padding: 30px 0px !important;
    }
    .stories01 h2 {
        font-size: 24px;
        letter-spacing: 0.5px;
        padding-top: 0px !important;
    }

    /*-- Filter Icon --*/
    .filter-icon {
        display: block;
        width: 55px;
        height: 55px;
        background: #7868e6;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        position: fixed;
        right: 15px;
        bottom: 80px;
        z-index: 9;
    }

    /*-- Filter Modal --*/
    .filter-modal .modal {
        top: 0px !important;
    }
    .filter-modal .modal-dialog {
        margin: 0px;
        border-radius: 0px;
        background-image: none;
        background-color: #fff !important;
    }
    .filter-modal .modal-content {
        height: 100vh;
    }
    .filter-modal .col-4 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .filter-modal .nav {
        background: #d4ebe5;
        height: 85vh;
    }
    .filter-modal .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #1ab583;
        background-color: #fff;
    }
    .filter-modal .nav-link {
        display: block;
        padding: 15px 10px;
        color: #999;
        border-radius: 0px !important;
    }
    .tab-pane-para {
        color: #999999;
        text-transform: capitalize;
        margin-bottom: 0px;
        padding: 12px 10px 0px;
    }
    .tab-pane-para input {
        margin-right: 5px;
    }
    .active-para {
        color: #333;
    }
    .active-check {
        color: #1ab583 !important;
    }
    .filter-modal-arrow {
        font-size: 16px;
        line-height: 24px;
    }
    .filter-modal-arrow .fa-arrow-left {
        font-size: 14px;
        padding-right: 15px;
    }
    .text-style {
        color: #1ab583;
        font-size: 16px;
    }
    .filter-modal .modal-footer {
        position: absolute;
        width: 100%;
        bottom: 5%;
        justify-content: space-between;
        background-color: #fff;
    }
    .filter-modal #v-pills-tabContent {
        max-height: 75vh;
        overflow: auto;
        overflow-x: hidden;
    }
    .apply-button {
        background: #1ab583;
        width: 60%;
        border: none;
        padding: 10px 10px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
    }
    .apply-button:focus {
        outline: none;
    }
    .clear-button {
        width: 40%;
        border: none;
        background: #fff;
        color: #1ab583;
        padding: 10px 5px;
        font-size: 16px;
    }
    .clear-button:focus {
        outline: none;
    }

    /*-- Details  --*/
    .all-questions-heading {
        font-size: 18px;
        letter-spacing: 0.5px;
        margin-bottom: 0px;
    }

    .users-details-links {
        display: block;
        margin-bottom: 10px;
    }

    .user-social-links {
        justify-content: flex-start;
        margin-top: 10px;
    }
    .user-social-links-list-item {
        margin: 0px 15px 0px 0px;
    }
    .similar-questions {
        margin-top: 20px;
        border-top: 5px solid #BCC3C9;
        border-radius: 0px;
        padding: 15px;
    }
    .ncert-question {
        padding: 15px 0px 0px;
    }

    .all-questions-tab {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .all-questions-tab:hover {
        overflow-x: initial;
    }
    
    .listing-lists {
        height: 44px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .listing-lists:hover {
        overflow-x: initial;
        overflow-y: initial;
    }
    .listing-list-item-box {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .ncert-questions-heading-card {
        margin-top: 10px;
    }
    .all-questions-card-heading {
        margin: 0px 0px 10px;
    }
    .ncert-questions-heading-card .col-1 {
        padding-left: 0px;
    }
    .ncert-questions-heading-card-img {
        width: 100%;
        margin: 0px 0px 15px;
    }
    .ncert-questions-heading-card span:first-child {
        float: right;
        color: #7A6FE6;
    }
    .ncert-questions-heading-card-bookmark {
        display: none;
    }

    .answer-card {
        margin: 0px 0px 0px;
        box-shadow: 0 0px 0px 0 #d7d7d7;
        border-top: 5px solid #BCC3C9;
        border-radius: 0px;
        padding: 15px 0px;
    }
    .answer-heading {
        display: none;
    }

    .answer-comment {
        margin-top: 5px;
        border-top: 5px solid #BCC3C9;
    }
    .answer-comment-input {
        margin-top: 15px;
    }

    .best-answer {
        height: 26px;
        margin-bottom: 10px;
    }
    .answer-card-width {
        height: 157px;
    }
    .answer-card-view-full {
        height: 50px;
        line-height: 50px;
    }  
    .answer-view-now {
        border-top: 5px solid #BCC3C9;
        border-radius: 0px;
        margin-top: 0px;
    }

    .answer-textarea-cover {
        border-top: 5px solid #BCC3C9;
        padding-top: 20px;
        margin-top: 15px;
    }

    .article {
        margin-top: 20px;
        border-radius: 0px;
        padding: 15px;
        border-top: 5px solid #BCC3C9;
    }
    .latest-news {
        margin-top: 20px;
        border-radius: 0px;
        padding: 15px;
        border-top: 5px solid #BCC3C9;
    }

    /*-- Notifications --*/
    .notifications {
        width: 100%;
        margin: 25px auto 30px;
    }
    .notification-card-left .fa-user {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }


    .cke_dialog_body {
        width: 94% !important;
        margin: auto !important;
        overflow: hidden !important;
    }
    .cke_dialog_tab {
        padding: 4px 0px !important;
        min-width: 82px !important;
        margin-left: 3px !important;
    }
    #cke_61_textInput {
        width: 100% !important;
    }
    .cke_dialog .ImagePreviewBox {
        width: 100% !important;
    }

    .cke_dialog_ui_vbox_child textarea {
        width: 96% !important;
    }

    .cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
        white-space: normal !important;
    }

    #cke_53_uiElement {
        position: static !important;
    }
    #cke_53_uiElement a {
        display: inline-block !important;
    }
    #cke_53_uiElement a:first-child {
        display: block !important;
        padding-bottom: 10px !important;
    }

    /* Listing Jee Ads */
    .listing_jee_add, .listing_neet_add, .listing_cuet_add {
        padding: 15px 15px;
        min-height: 160px;
    }
    .listing_add_heading {
        max-width: 62%;
    }
    .listing_add_heading span {
        display: block;
        padding-top: 3px;
    }
    .listing_add_list{
        display: none;
    }
    .listing_ads_img {
        top: 40px;
        right: 15px;
        width: 129px;
    }




}