html,
body.redesigned_blog {
	scroll-margin-top: 230px;
}

.redesigned_blog #sub-nav, 
.redesigned_blog #sub-nav.sticky {
	top: 71px;
}

.counter-hierarchy {
	background: transparent !important;
    border: 0 !important;
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.counter-hierarchy .ez-toc-title-container .ez-toc-title-toggle {
    display: none;
}

.counter-hierarchy .ez-toc-title-container .ez-toc-title {
    display: block !important;
    margin: 0 0 10px 0 !important;
}

.customHeader.innerHeader {
    width: 100%;
}

.redesigned_blog .image-above-author {
    display: none;
}

.redesigned_blog .page-content .boxed-wrapper {
    max-width: 1070px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    background-color: transparent;
}

.redesigned_blog .sidebar-right-wrap, 
.redesigned_blog .counter-hierarchy {
	display: none !important;
}

.redesigned_blog .main-container {
    width: 100%;
    width: -webkit-calc(100%);
	overflow: visible !important;
}

.postid-11087 .post-content,
.postid-10735 .post-content,
.postid-12113 .post-content
 {
	overflow: visible !important;
}
.redesigned_blog .main-container .post-content a,
.redesigned_blog .main-container .post-content a:hover {
	color: #f95d2a;
} 



.redesigned_blog .main-container .post-content h2 {
    color: #202124 !important;
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 800;
    margin: 80px 0 50px 0;
    position: relative;
}

.redesigned_blog .post-media img {
    width: 100%;
}

.redesigned_blog .main-container .post-content p{
	font-size: 16px;
    line-height: 26px;
	text-align: left;
	color: #000000;
}

.redesigned_blog .main-container .post-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    background: url(https://blogs.extramarks.com/blogs/wp-content/uploads/2024/12/79f4488f-wavy-line.svg);
    background-size: 100%;
    width: 112px;
    height: 11px;
}

.redesigned_toc {
    display: flex;
    align-items: flex-end;
	margin: 70px 0 0 0;
    position: relative;
	background: #ffffff;
    padding: 0 0 50px 0;
}

.redesigned_toc div {
	width:50%;
}

.redesigned_toc .toc_image img {
	margin:0;
	width: 100%;
    position: relative;
    right: -30px;
    z-index: 1;
}

.redesigned_toc .toc_tab {
    border: 3px solid #000000;
    border-radius: 15px;
    padding: 20px;
    position: relative;
}

.redesigned_toc .toc_tab:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    width: 255px;
    height: 54px;
    border: 3px solid #000000;
    margin: 0px auto;
    background: #ffffff;
    z-index: 1;
}

.redesigned_toc .toc_tab:after {
    content: '';
    position: absolute;
    left: 135px;
    top: -10px;
    background: url(https://blogs.extramarks.com/blogs/wp-content/uploads/2024/12/4d46be97-toc-tab-butterfly.svg) no-repeat;
    background-size: 100%;
    width: 76px;
    height: 74px;
    z-index: 1;
}

.redesigned_toc .toc_tab ul {
    padding: 60px 40px 30px 40px;;
    margin: 0;
    border: 3px solid #000000;
    list-style: none !important;
    position: relative;
}

.redesigned_toc .toc_tab ul:before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 0;
    border: 2px solid #ffffff;
    height: 50%;
}

.redesigned_toc .toc_tab ul:after {
    content: '';
    position: absolute;
    left: -3px;
    bottom: -5px;
    border: 5px solid #ffffff;
    width: 15%;
}

.redesigned_toc .toc_tab ul li {
    list-style: none !important;
	padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #FBCBBA;
}

.redesigned_toc .toc_tab ul li:first-child {
    padding: 0 0 15px 0;
}

.redesigned_toc .toc_tab ul li:last-child {
    padding: 15px 0 0 0;
	border: 0;
}

.redesigned_toc .toc_tab ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #202124;
    font-weight: 600;
}

.redesigned_toc .toc_tab ul li a img {
    margin: 0 20px 0 0;
    width: 40px;
}


/* Sticky Title */
.redesigned_blog .main-container .post-content .section_box {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    border-radius: 20px;
	position: relative;
	margin: 100px 0 0 0;
}

.redesigned_blog .main-container .post-content .section_box .title_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	padding: 0 0 55px 0;
}

.redesigned_blog .main-container .post-content .section_box .title_box h2 {
    margin: 0;
    font-size: 35px !important;
    line-height: 45px;
    font-weight: 800;
    padding: 20px 0 30px 0;
    flex: 0 0 60%;
}

.redesigned_blog .main-container .post-content .section_box .title_box p {
	flex: 0 0 40%;
    margin: -100px 0 0 0;
}

.redesigned_blog .main-container .post-content .yellow_box .title_box h2 {
	flex: 0 0 68%;
}

.redesigned_blog .main-container .post-content .yellow_box .title_box p {
	flex: 0 0 35%;
    margin: -120px 0 0 0;
}

.redesigned_blog .main-container .post-content .section_box .title_box h2:before {
    display: none;
}

.redesigned_blog .main-container .post-content .section_box .title_box p img {
    margin: 0;
	width: 450px
}


.green_box {
	box-shadow: 0 10px 25px 0 rgba(109, 198, 158, 0.4);
	border: 2px dashed #6DC69E;
}

.orange_box {
	box-shadow: 0 10px 25px 0 rgba(252, 183, 132, 0.4);
	border: 2px dashed #FCB784;
}

.blue_box {
	box-shadow: 0 10px 25px 0 rgba(95, 124, 183, 0.4);
	border: 2px dashed #5F7CB7;
}

.pink_box{
	box-shadow: 0 10px 25px 0 rgba(232, 134, 193, 0.4);
	border: 2px dashed #E886C1;
}

.parrot_box{
	box-shadow: 0 10px 25px 0 rgba(142, 193, 38, 0.4);
	border: 2px dashed #8EC225;
}

.yellow_box{
	box-shadow: 0 10px 25px 0 rgba(233, 199, 0, 0.4);
	border: 2px dashed #E9C700;
}

.beige_box{
	box-shadow: 0 10px 25px 0 rgba(214, 165, 98, 0.4);
	border: 2px dashed #D6A562;
}

.grey_box{
	box-shadow: 0 10px 25px 0 rgba(186, 186, 186, 0.4);
	border: 2px dashed #BABABA;
}

.redesigned_blog .main-container .post-content .green_box .title_box h2 {
	border-bottom: 2px dashed #6DC69E;
}

.redesigned_blog .main-container .post-content .orange_box .title_box h2 {
	border-bottom: 2px dashed #FCB784;
}

.redesigned_blog .main-container .post-content .blue_box .title_box h2 {
	border-bottom: 2px dashed #5F7CB7;
}

.redesigned_blog .main-container .post-content .pink_box .title_box h2 {
	border-bottom: 2px dashed #E886C1;
}

.redesigned_blog .main-container .post-content .parrot_box .title_box h2 {
	border-bottom: 2px dashed #8EC225;
}

.redesigned_blog .main-container .post-content .yellow_box .title_box h2 {
	border-bottom: 2px dashed #E9C700;
}

.redesigned_blog .main-container .post-content .beige_box .title_box h2 {
	border-bottom: 2px dashed #D6A562;
}

.redesigned_blog .main-container .post-content .grey_box .title_box h2 {
	border-bottom: 2px dashed #BABABA;
}

.redesigned_blog .main-container .post-content .section_box .sticky_box {
    position: relative;
	flex: 0 0 25%;
}
.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title {
    position: sticky;
    top: 25%;
}

.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title h2 {
    margin: 0 0 20px 0;
}

.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title ul {
    margin: 0;
	padding: 0;
}

.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title ul,
.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title ul li {
	list-style: none !important;
}

.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title ul li {
    border-radius: 5px;
}



.redesigned_blog .main-container .post-content .green_box .sticky_box .section_title ul li {
	background: #C6E9D9;
	transition: ease .6s;
}

.redesigned_blog .main-container .post-content .green_box .sticky_box .section_title ul li.active {
	background: #6DC69E;
}

.redesigned_blog .main-container .post-content .orange_box .sticky_box .section_title ul li {
	background: #FEDEC7;
	transition: ease .6s;
}

.redesigned_blog .main-container .post-content .orange_box .sticky_box .section_title ul li.active {
	background: #FCB784;
}

.redesigned_blog .main-container .post-content .blue_box .sticky_box .section_title ul li {
	background: #BEC9E2;
}

.redesigned_blog .main-container .post-content .blue_box .sticky_box .section_title ul li.active {
	background: #5F7CB7;
}

.redesigned_blog .main-container .post-content .pink_box .sticky_box .section_title ul li {
	background: #F6CCE5;
}

.redesigned_blog .main-container .post-content .pink_box .sticky_box .section_title ul li.active {
	background: #E886C1;
}


.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title ul li a:hover {
	color: #464646;
}

.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title ul li a {
    font-weight: 700;
	transition: ease .6s;
	padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 22px;
	color: #464646;
	transition: ease .6s;
	display: block;
}

.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title ul li.active a  {
	color: #202124;
}

.redesigned_blog .main-container .post-content .blue_box .sticky_box .section_title ul li.active a,
.redesigned_blog .main-container .post-content .pink_box .sticky_box .section_title ul li.active a {
	color: #ffffff;
}

.redesigned_blog .main-container .post-content .section_box .sticky_box .section_title ul li:not(:last-child) {
    margin: 0 0 15px 0;
}

.redesigned_blog .main-container .post-content .section_box .content_box {
    flex: 0 0 75%;
    padding: 0 0 0 50px;
}

.redesigned_blog .main-container .post-content .normal_box .content_box {
	flex: 0 0 100%;
	padding: 0;
}

.redesigned_blog .main-container .post-content .section_box .content_box h3, 
.redesigned_blog .main-container .post-content .section_box .content_box ol li::marker {
    margin: 0 0 15px 0 !important;
	font-size: 26px !important;
    line-height: 36px !important;
    color: #202124 !important;
    font-weight: 800;
    scroll-margin-top: 150px;
}

.redesigned_blog .main-container .post-content .section_box .content_box h3{
scroll-margin-top:230px;
}

.redesigned_blog .main-container .post-content .section_box .content_box ol li:not(:last-child) {
    margin: 0 0 50px 0;
}

.redesigned_blog .main-container .post-content .section_box .content_box .emcta_box .emcta_content {
	font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding: 0;
	color: #000000;
}

.redesigned_blog .main-container .post-content .section_box .content_box .emcta_box  {
	padding: 30px;
    margin: 50px 0 0 0;
}

.redesigned_blog .main-container .post-content .section_box .content_box .emcta_box .emcta_img {
	padding: 0;
}

.redesigned_blog .main-container .post-content .section_box .content_box .emcta_box .emcta_content::selection {
    background: #ffffff;
    color: #f35e29;
}

.redesigned_blog .main-container .post-content .section_box .content_box .emcta_box h3 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin: 0 0 10px 0 !important;
	width: 100%;
}

.redesigned_blog .main-container .post-content .section_box .content_box .emcta_box p {
	font-weight: 400;
	width: 100%;
	margin: 0;
}

ul.icon-bx-list {
    list-style: none !important;
    padding: 0;
    margin: 50px 0 0 0;
}
ul.icon-bx-list li {
    display: flex;
    align-items: center;
    border: 1px solid #F25E29;
    border-radius: 15px;
    margin-bottom: 25px;
    padding: 40px;
    box-shadow: 0 0 10px 0 rgb(242 94 41 / 18%);
}

ul.icon-bx-list li p:empty {
    display: none;
}

ul.icon-bx-list li img {
	margin: 0;
    flex: 0 0 120px;
    height: 110px;
}

ul.icon-bx-list .list-txt {
    padding: 0 0 0 30px;
}

ul.icon-bx-list .list-txt p {
	margin: 0;
}

ul.icon-bx-list .list-txt h3, ol.number-listing .number_2 h3, #post-10735 .h3_heading h3  {
    color: #F35E29 !important;
    font-size: 22px !important;
    line-height: 32px !important;
	margin: 0 0 10px 0 !important;
	font-weight: 800;
}

ol.number-listing {
    list-style: none !important;
    padding: 0 !important;
    margin: 70px 0 0 0;
}
ol.number-listing li {
    display: flex;
    margin: 0 0 40px 0;
}

ol.number-listing li .number_1 {
    padding: 0 30px 0 0;
}

ol.number-listing li .number_1 img {
    max-width: 60px;
	margin: 0;
}

ol.number-listing li .number_2 {
    position: relative;
    padding: 0 0 40px 0;
    border-bottom: 2px dashed #f25e29;
}

ol.number-listing li .number_2 p:nth-last-child(2) {
    margin: 0;
}

ol.number-listing li .number_2 p:empty {
    display: none;
}

.redesigned_blog .line_text {
    padding: 0 0 0 20px;
    border-left: 10px solid #f95d2a;
    color: #f95d2a;
}

.redesigned_blog .line_text strong {
    font-style: italic;
}

.redesigned_blog .main-container .post-content .smart_class_need {
    display: flex;
    align-items: flex-start;
    margin: 80px 0 60px 0;
    align-items: center;
    gap: 80px;
}

.redesigned_blog .main-container .post-content .smart_class_need div {
    width: 70%;
}

.redesigned_blog .main-container .post-content .smart_class_need .smart_class_img {
    width: 30%;
}

.redesigned_blog .main-container .post-content .smart_class_need .smart_class_text {
	position: relative;
}

.redesigned_blog .main-container .post-content .smart_class_need .smart_class_text h2 {
    margin: 0 0 50px 0;
}

.redesigned_blog .main-container .post-content .smart_class_need .smart_class_text p:last-child img {
    display: table;
    margin: 0px auto;
    width: 100px;
}

.redesigned_blog .main-container .post-content .smart_class_need .smart_class_text p:first-of-type {
    margin: 0 -35px 15px 0;
}

.redesigned_blog .main-container .post-content .smart_class_need .smart_class_img img {
    margin: 0;
}

.room_img {
    margin: 50px 0 150px 0;
	position: relative;
}

.room_img img {
    margin: 0;
}

.room_img .room_img_txt {
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 16px !important;
    line-height: 26px !important;
    text-align: center !important;
    width: 70%;
    margin: 0px auto;
    background: #f95d2a;
    padding: 20px;
    border-radius: 20px;
}

.twocol_iconbox {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
	gap: 50px;
}

.twocol_iconbox li {
    list-style: none !important;
    flex: 0 0 47%;
    display: flex;
	align-items: flex-start;
    margin: 0 !important;
}

.twocol_iconbox li img {
    width: 24px;
    margin: 4px 10px 0 0;
}

.twocol_iconbox li div h3,
.onecol_iconbox li div h3 {
    margin: 0 0 10px 0 !important;
    color: #f95d2a !important;
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 800;
}

.twocol_iconbox li div p {
    margin: 0;
}

.onecol_iconbox {
	padding: 0 !important;
}

.onecol_iconbox li {
    list-style: none !important;
    display: flex;
    margin: 0 !important;
    padding: 40px 0;
	align-items: flex-start;
}
.onecol_iconbox li:first-child {
    padding-top: 0;
}

.onecol_iconbox li:last-child {
    padding-bottom: 0;
}

.onecol_iconbox li img{
    width: 70px;
    margin: 0 40px 0 0;
}

.onecol_iconbox li ul {
    padding: 0 0 0 30px;
	margin: 0;
}

.onecol_iconbox li:not(:last-child) {
    border-bottom: 1px solid #DFE3E8;
}

.onecol_iconbox li ul li {
    position: relative;
    font-size: 18px;
    line-height: 28px;
	padding: 0;
    border: 0 !important;
}

.onecol_iconbox li ul li:not(:last-child) {
    margin: 0 0 8px 0 !important;
}

.onecol_iconbox li ul li:before {
   	content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #464646;
}

.emcta_box {
    display: flex;
    align-items: center;
    background: #F35E29;
    border-radius: 20px;
	margin: 100px 0 0 0;
}

.emcta_box .emcta_content {
    padding: 50px;
	color: #ffffff;
}

.emcta_box .emcta_img {
    padding: 0 50px 0 0;
}

.emcta_box .emcta_content h3 {
    color: #ffffff !important;
    font-size: 30px !important;
    line-height: 40px;
    width: 90%;
	font-weight: 800;
    margin: 0 0 20px 0 !important;
}

.emcta_box .emcta_content p {
    width: 90%;
	margin: 0 0 50px 0;
}

.emcta_box .emcta_content p:last-child {
    margin: 0;
}

.emcta_box .emcta_content .cta_btn {
	background: #000000;
    color: #ffffff!important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 12px 28px;
    border: 2px solid #000000!important;
    border-radius: 5px;
    transition: ease .6s;
}

.emcta_box .emcta_content .cta_btn:hover {
    background: #ffffff;
    color: #F35E29 !important;
    border: 2px solid #FFFF !important;
	text-decoration: none;
}

.emcta_box .emcta_img img {
    margin: 0;
    width: 500px;
}

.smartclass_plus {
	margin: 100px 0 0 0;
}

#smartclass_plus h3 {
    font-size: 26px !important;
    line-height: 36px !important;
    font-weight: 700;
    margin: 0 0 10px 0 !important;
    color: #202124 !important;
}

.smartclass_plus .onecol_iconbox li {
    padding: 30px 40px;
    border: 2px solid #F35E29;
    border-radius: 15px;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 40, 0.3);
}

.smartclass_plus .onecol_iconbox li:not(:last-child) {
    margin: 0 0 40px 0 !important;
}

.smartclass_plus .onecol_iconbox li div p {
    margin: 0;
}

.classroon_types {
    display: flex;
    align-items: center;
	margin: 50px 0 0 0;
	flex-wrap: wrap;
}

.classroon_types div {
    width: 50%;
}

.classroon_types .classroon_types_content ul li {
	padding: 30px;
    border: 2px solid #F35E29;
    border-radius: 15px;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 40, 0.3);
	position: relative;
	background: #ffffff;
}

.classroon_types .classroon_types_content ul li .number {
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 60px;
    font-style: italic;
    color: #000000;
    font-weight: 700;
}

.classroon_types .classroon_types_content ul li:not(:last-child) {
	margin: 0 0 20px 0 !important;
}

.classroon_types .classroon_types_content ul li:nth-child(1) {
    margin: 0 0 20px -100px !important;
}

.classroon_types .classroon_types_content ul li:nth-child(2) {
    margin: 0 -100px 30px 0 !important;
}

.classroon_types .classroon_types_content ul li:nth-child(3) {
    margin: 0 0 0 -150px !important;
}

.classroon_types .classroon_types_content ul li div {
    width: 100%;
}

.classroon_types .classroon_types_content ul li div p {
    margin: 0;
    font-size: 16px !important;
    line-height: 26px !important;
}

.must_watch {
    background: #FDEEE9;
    padding: 50px;
    border-radius: 20px;
    border: 2px solid #F35E29;
	margin: 40px 0 0 0;
}

.must_watch .must_watch_title,
.must_watch .must_watch_videobox {
    display: flex;
    align-items: flex-end;
}

.must_watch .must_watch_title h3,
.must_watch .must_watch_videobox h3 {
    color: #f95d2a !important;
    font-size: 26px !important;
    line-height: 36px !important;
    font-weight: 800;
    border-bottom: 2px solid #f95d2a;
    width: 100%;
    margin: 0 !important;
    padding: 0 0 5px 0;
}

.must_watch .must_watch_videobox h3{
	color: #000000!important;
    border: 0;
    padding: 0;
	margin: 0 0 10px 0 !important;
}

.must_watch .must_watch_title img {
    margin: 0 20px 0 0;
}

.must_watch .must_watch_videobox {
    margin: 60px 0 0 0;
}

.must_watch .must_watch_videobox .must_watch_video {
    width: 100%;
}

.must_watch .must_watch_videobox .videobox_content {
    /*width: 35%;
    padding: 0 0 0 40px;*/
	display: none;
}

.must_watch .must_watch_videobox .videobox_content p {
    margin: 0;
}

.must_watch .must_watch_videobox .must_watch_video iframe {
    border-radius: 20px;
}

.testimonials {
    margin: 80px 0 0 0;
}

.testimonials .must_watch_title img {
    width: 70px;
}

.testimonials .testimonials_box {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    display: flex;
	margin: 50px 0 0 0;
}

.redesigned_blog .main-container .post-content .smart_classroom .sticky_box .section_title ul li a {
	font-weight: 400;
}

.redesigned_blog .main-container .post-content .smart_classroom .sticky_box .section_title ul li.active a {
	font-weight: 700;
}

.emcta_box_v2 {
    background: #ffffff;
    padding: 30px;
    border: 2px solid #F35E29;
    border-radius: 15px;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 40, 0.3);
	margin: 50px 0 0 0;
    flex-flow: row-reverse;
}

.emcta_box_v2 .emcta_content{
	padding: 0;
}

.emcta_box_v2 .emcta_img {
	padding: 0 30px 0 0;
	width: 200px;
}

.emcta_box_v2 .emcta_content h3, 
.emcta_box_v2  .emcta_content p {
	color: #000000 !important;
	width: 100%;
}

.emcta_box_v2 .emcta_content h3 {
    font-size: 24px !important;
    line-height: 34px;
	margin: 0 0 10px 0 !important;
}

.postid-13574 .emcta_box .emcta_content {
    width: 65%;
}

.postid-13574 .emcta_box .emcta_img {
    width: 35%;
}

.postid-13574 .main-container .post-content .smart_class_need .smart_class_text p:last-child, .postid-13574 .main-container .post-content .smart_class_need .smart_class_text p:last-child img {
    margin: 0;
    width: unset;
    display: unset;
}

.postid-13574 .smartclass_plus .onecol_iconbox li ul li {
    padding: unset !important;
    border-radius: unset;
    box-shadow: unset;
    border: unset;
	width:unset;
	
}

.postid-13574 .emcta_box {
    margin: 70px 0 0 0;
}

.postid-13574 .smartclass_plus ul.border_boxshadow {
    display: flex;
    justify-content: space-between;
}

.postid-13574 .smartclass_plus ul.border_boxshadow li {
    width: 31%;
    display: block;
}

.postid-13574 .smartclass_plus .onecol_iconbox li:not(:last-child) {
    margin: 0 !important;
}

.postid-13574 .smartclass_plus .onecol_iconbox li ul li:not(:last-child) {
    margin-bottom: 8px !important;
}

.postid-13574 .smartclass_plus .onecol_iconbox li ul {
    margin-top: 15px !important;
}

.postid-13574 .smartclass_plus .onecol_iconbox li img {
    margin: 0 40px 10px 0;
}

.postid-13574 .smartclass_plus {
    margin: 0;
}

ul.icon_line img {
    width: 70px;
	margin-bottom: 20px;
	filter: brightness(0) saturate(100%) invert(46%) sepia(17%) saturate(6601%) hue-rotate(344deg) brightness(100%) contrast(96%);
}


ul.icon_line {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

ul.icon_line li {
    list-style: none !important;
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-bottom: 0;
    justify-content: space-between;
}
ul.icon_line li:not(:last-child) {
    border-right: 1px solid #DFE3E8;
}
.postid-13574 .main-container .post-content .smart_class_need {
    /* margin: 80px 0 60px 0; */
	margin: 40px 0 60px 0;
	gap: 0 60px;
}
.postid-13574 .main-container .post-content .smart_class_need {
    justify-content: space-between;
	align-items: center;
}
.postid-13574 .main-container .post-content .smart_class_need div {
    width: 65%;
}
.postid-13574 .main-container .post-content .smart_class_need .smart_class_img {
    width:35%;
	place-items: flex-end;
}

.postid-13574 .main-container .post-content .smart_class_need .smart_class_img img {
	width: 100%;
    max-width: 270px;
}

.postid-13574 .main-container .post-content .smart_class_need .smart_class_text p:first-of-type {
    margin: 0 0 15px 0;
}

.postid-13574 .smartclass_plus ul.onecol_iconbox li ul li{
    font-size: 16px;
    line-height: 26px;
}

.postid-13574 #smartclass_plus h3,
.postid-13574 .guiding_principles li h3  {
    color: #f95d2a !important;
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 700 !important;

}

.tab-view-section h2, .tab-view-section p {
    text-align: center !important;
}

.redesigned_blog .main-container .post-content .tab-view-section h2:before {
    right: 0;
    margin: auto;
}

.postid-13574 .icon_section2 ul.border_boxshadow {
    display: block;
}
.postid-13574 .icon_section2 ul.border_boxshadow li {
    width: 100%;
    display: flex;
}
.postid-13574 .icon_section2 .onecol_iconbox li:not(:last-child) {
    margin: 0 0 40px 0 !important;
}
.tab-view-section {
    width: 90%;
    margin: auto;
}

ul.list-check, ul.list-checkmark {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-left: 30px;
}

ul.list-check li, ul.list-checkmark li {
    position: relative;
    list-style-type: none !important;
	width: 43%;
}
ul.list-check li:before {
    content: '';
    background: url(https://blogs.extramarks.com/blogs/wp-content/uploads/2025/04/185b5b73-checkmark-icon.svg) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 18px;
    top: 3px;
    left: -30px;
    position: absolute;
}

ul.list-checkmark li:before {
    content: '';
    background: url(https://blogs.extramarks.com/blogs/wp-content/uploads/2025/04/cd264793-list_check_icon.svg) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 19px;
    top: 2px;
    left: -30px;
    position: absolute;
}

.postid-13802, .postid-14650 {
    scroll-margin-top: 200px;
}

.postid-13802 .page-content .boxed-wrapper,
.postid-13802 .page-content .boxed-wrapper .main-container,
.postid-14650 .page-content .boxed-wrapper,
.postid-14650 .page-content .boxed-wrapper .main-container {
    max-width: 100%;

}
.postid-13802 .page-content .boxed-wrapper,
.postid-14650 .page-content .boxed-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.postid-13802 .page-content .boxed-wrapper .customHeader,
.postid-13802 .page-content .boxed-wrapper .main-container .post-media,
.postid-14650 .page-content .boxed-wrapper .customHeader,
.postid-14650 .page-content .boxed-wrapper .main-container .post-media {
    max-width: 1070px;
    margin: 0px auto;
}

.postid-13802 .page-content .boxed-wrapper .main-container .post-content,
.postid-14650 .page-content .boxed-wrapper .main-container .post-content {
    display: flex;
    flex-wrap: wrap;
	padding: 70px 0 0 0;
	justify-content: space-between;
}

.postid-13802 .page-content .boxed-wrapper .main-container .post-content .tableof_content,
.postid-14650 .page-content .boxed-wrapper .main-container .post-content .tableof_content {
    width: 25%;
}

.postid-13802 .page-content .boxed-wrapper .main-container .post-content .post_body,
.postid-14650 .page-content .boxed-wrapper .main-container .post-content .post_body{
	width: 75%;
    padding: 0 0 0 40px;
}


.postid-13802 .page-content .boxed-wrapper .main-container .post-content .post_body p,
.postid-14650 .page-content .boxed-wrapper .main-container .post-content .post_body p {
    font-size: 15px;
    line-height: 25px;
}

.postid-13802 .page-content .boxed-wrapper .main-container .post-content .tableof_content .counter-hierarchy,
.postid-14650 .page-content .boxed-wrapper .main-container .post-content .tableof_content .counter-hierarchy {
    display: block !important;
	position: sticky !important;
    top: 190px;
}


#guiding_principles, #guiding_principles li,
#assessment_evaluation, #assessment_evaluation li,
#empowering_teachers ul, #empowering_teachers ul li,
#leveraging_technology, #leveraging_technology li,
#higher_education, #higher_education li,
#curriculum_pedagogy, #curriculum_pedagogy li,
#three_language, #three_language li,
#quick_nep, #quick_nep li {
    list-style: none !important;
}

.guiding_principles, 
.assessment_evaluation {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0 110px 0 !important;
}

.guiding_principles li {
    flex: 0 0 31.5%;
    background: #FFFFFF;
    border: 1px solid #F35E29;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 41, 0.3);
    border-radius: 15px;
    padding: 80px 20px 30px 25px;
    position: relative;
    margin: 0 !important;
}

.guiding_principles li:nth-child(4), 
.guiding_principles li:nth-child(5) {
    flex: 0 0 48.5%;
}

.guiding_principles li img {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 70px;
    height: 70px;
    margin: 0;
}

.guiding_principles li h3,
.assessment_evaluation li h3,
.curriculum_pedagogy li div h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin: 0;
    font-weight: 800;
	color: #000000 !important;
}

.guiding_principles li p,
.assessment_evaluation li p {
    margin: 0;
}

.what_nep {
    display: flex;
    align-items: center;
    /*gap: 50px;*/
	margin: 70px 0 0 0;
}

.what_nep p {
    margin: 0;
}

.what_nep div p:first-child {
    margin: 0 0 15px 0;
}

.what_nep iframe {
    height: 330px;
	display: none;
}

.what_nep div {
    flex: 0 0 100%;
}

.what_nep div p:last-child {
	margin: 0;
}

.what_nep p:empty {
    display: none;
}

.quick_nep {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
    margin: 40px 0 110px 0 !important;
    justify-content: space-between;
}

.quick_nep li {
    flex: 0 0 46%;
    display: flex;
    align-items: center;
	margin: 0 !important;
	padding: 30px 0;
    border-bottom: 1px solid #B9BEC6;
}

.quick_nep li p:empty {
    display: none;
}

.quick_nep li img {
    margin: 0 25px 0 0;
}

.quick_nep li:nth-child(9), .quick_nep li:nth-child(10) {
    border-bottom: 0;
    padding-bottom: 0;
}



.assessment_evaluation li {
    flex: 0 0 48.5%;
    background: #FFFFFF;
    border: 1px solid #F35E29;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 41, 0.3);
    border-radius: 15px;
    padding: 30px 30px 70px 30px;
    position: relative;
    margin: 0 !important;
	overflow: hidden;
}

.assessment_evaluation li:nth-child(1),
.assessment_evaluation li:nth-child(2) {
	padding: 30px 30px 70px 30px;
}

.assessment_evaluation li:nth-child(3),
.assessment_evaluation li:nth-child(4) {
	padding: 70px 30px 30px 30px;
}

.assessment_evaluation li:nth-child(even) {
    padding: 30px 30px 70px 70px;
}

.assessment_evaluation li:last-child {
    padding: 75px 30px 30px 70px;
}


.assessment_evaluation li h3,
.empowering_teachers ul li h3,
.curriculum_pedagogy li div h3 {
	color: #F35E29 !important;
}

.assessment_evaluation li .number {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #F35E29;
    color: #ffffff;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.assessment_evaluation li:nth-child(1) span {
    right: 0;
    bottom: 0;
    border-radius: 100px 0 0 0;
	padding: 20px 0 0 20px;
}

.assessment_evaluation li:nth-child(2) span {
    left: 0;
    bottom: 0;
    border-radius: 0 100px 0 0;
	padding: 20px 20px 0 0;
}

.assessment_evaluation li:nth-child(3) span {
    right: 0;
    top: 0;
    border-radius: 0 0 0 100px;
	padding: 0 0 20px 20px;
}

.assessment_evaluation li:nth-child(4) span {
    left: 0;
    top: 0;
    border-radius: 0 0 100px 0;
	padding: 0 20px 20px 0;
}

.assessment_evaluation br {
    display: none;
}

.empowering_teachers ul {
	padding: 0;
    margin: 0 !important;
}

.empowering_teachers ul li {
    padding: 40px 0;
    margin: 0 !important;
	border-bottom: 1px solid #B9BEC6;
}

.empowering_teachers ul li:last-child {
	padding-bottom: 0;
    border: 0;
}

.empowering_teachers ul li:not(:last-child),
.empowering_teachers ul li p:last-child {
    margin: 0 !important;
}

.leveraging_technology,
.higher_education {
	padding: 0 !important;
    margin: 40px 0 120px 0 !important;
}


.leveraging_technology li {
    background: #FFFFFF;
    border: 1px solid #F35E29;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 41, 0.3);
    border-radius: 15px;
    padding: 35px;
    margin: 0 !important;
	display: flex;
    align-items: flex-start;
	gap: 30px;
}

.leveraging_technology li:not(:last-child) {
	margin: 0 0 27px 0 !important;
}

.leveraging_technology li h3 {
    font-size: 24px !important;
    line-height: 34px !important;
    margin: 0;
    font-weight: 800;
	color: #F35E29!important;
}

.leveraging_technology li div p,
.leveraging_technology li img {
    margin: 0;
}

.leveraging_technology li img {
    width: 60px;
}

.higher_education li h3,
.lifelong_learning div h3,
.empowering_teachers ul li h3 {
    font-size: 24px !important;
    line-height: 34px !important;
    margin: 0;
    font-weight: 800;
    color: #F35E29 !important;
}

.higher_education li p:last-child {
    margin: 0;
}

.higher_education li {
    padding: 50px 0;
	margin: 0 !important;
}

.higher_education li:first-child {
    padding-top: 0;
}

.higher_education li:last-child {
    padding-bottom: 0;
}

.higher_education li:not(:last-child) {
    border-bottom: 1px solid #B9BEC6;
}

.higher_education li:nth-child(4) ul {
    padding: 0;
    display: flex;
    gap: 25px;
    margin: 30px 0 40px 0;
}

.higher_education li:nth-child(4) ul li {
    background: #FFFFFF;
    border: 1px solid #F35E29;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 41, 0.3);
    border-radius: 15px;
    padding: 30px;
    margin: 0 !important;
}

.higher_education li:nth-child(4) ul li h4,
.lifelong_learning ul li h4 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
}

.higher_education li:nth-child(4) ul li hr {
    background: #F35E29;
    width: 62px;
    margin: 20px 0;
}

.lifelong_learning {
    background: #FFFFFF;
    border: 1px solid #F35E29;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 41, 0.3);
    border-radius: 15px;
    padding: 50px;
    margin: 0 0 30px 0 !important;
}

.lifelong_learning ul {
    padding: 0 0 0 18px !important;
    margin: 20px 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 35px;
	justify-content: space-between;
}

.lifelong_learning ul li {
	flex: 0 0 47%;
}

.lifelong_learning p:last-child,
.lifelong_learning ul li {
    margin: 0;
}

.lifelong_learning ul li::marker {
    color: #F35E29;
    font-size: 17px;
}

.conclusion_box {
    padding: 50px 120px 50px 50px;
    background: #F35E29;
    border-radius: 15px;
}

.redesigned_blog .main-container .post-content .conclusion_box h2,
.redesigned_blog .main-container .post-content .nep_ready h2 {
    margin: 0 0 50px 0 !important;
    color: #ffffff !important;
    font-size: 23px !important;
    line-height: 36px !important;
}

.conclusion_box h2:before {
	background: url(https://blogs.extramarks.com/blogs/wp-content/uploads/2025/04/14d63c91-wavy-line-black.svg) no-repeat !important;
    background-size: 100% !important;
}

.redesigned_blog .main-container .post-content .conclusion_box p {
    margin: 0;
    color: #ffffff;
}

.nep_ready {
    padding: 50px 50px 0 50px;
    border-radius: 15px;
    border: 1px solid #F35E29;
    background: #FEF8F5;
	margin: 0 0 20px 0;
}

.redesigned_blog .main-container .post-content .nep_ready h2 {
	color: #000000 !important;
}

.nep_ready > p:first-of-type {
    font-weight: 700;
    font-style: italic;
}

.nep_ready .nep_ready_txt {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.nep_ready .nep_ready_txt p:last-child {
    margin: 0;
}

.nep_ready .nep_ready_txt div {
    flex: 0 0 55%;
    padding: 0 0 40px 0;
}

.nep_ready .nep_ready_txt p img {
    margin: 0;
}

.curriculum_pedagogy {
    padding: 0 !important;
    margin: 50px 0 120px 0 !important;
}

.curriculum_pedagogy li {
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    margin: 0 !important;
    gap: 0 30px;
    justify-content: space-between;
}
.curriculum_pedagogy li:nth-child(even) {
    flex-flow: row-reverse;
}

.curriculum_pedagogy li div:first-child {
    flex: 0 0 56%;
}

.curriculum_pedagogy li div:last-child {
    flex: 0 0 40%;
}

.curriculum_pedagogy li:not(:last-child) {
    margin: 0 0 70px 0 !important;
}

.curriculum_pedagogy li div p:last-child, .curriculum_pedagogy li div img {
    margin: 0;
}

.curriculum_pedagogy li div h3 {
    font-size: 21px !important;
    line-height: 31px !important;
    margin: 0;
    font-weight: 800;
    color: #F35E29 !important;
}

.phased_challenges {
    display: flex;
    gap: 30px;
    margin: 0 0 120px 0;
}

.phased_challenges .lifelong_learning:first-child {
    flex: 0 0 43%;
}

.phased_challenges .lifelong_learning {
    margin: 0 !important;
}

.phased_challenges .lifelong_learning h3,
.central_state .lifelong_learning h3 {
	font-size: 20px !important;
    line-height: 30px !important;
}

.implement_strategies {
    margin: 120px 0 0 0;
}

.central_state {
    display: flex;
    align-items: flex-end;
    padding: 0 0 36px 0;
}

.central_state .lifelong_learning ul {
    display: block;
	color: #000000;
}

.central_state .lifelong_learning {
    flex: 0 0 70%;
    margin: 0 !important;
}

.central_state div img {
    margin: 0 0 -40px -30px !important 
}

.three_language {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.indian_languages {
    margin: 110px 0;
}

.indian_languages .sub_line {
    width: 50%;
    margin: 0 0 53px 0;
}

.three_language div {
    flex: 0 0 47%;
    background: #FFFFFF;
    border: 1px solid #F35E29;
    box-shadow: 0 4px 15px 0 rgba(243, 94, 41, 0.3);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    margin: 0 !important;
    height: fit-content;
	position: relative;
}

.three_language div h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin: 0;
    font-weight: 800;
    color: #F35E29 !important;
}

.three_language div p:last-child {
	margin: 0;

}

.three_language div:first-child p:last-child {
    width: 70%;
}

.three_language div:nth-child(2) {
    margin: -100px 0 0 0 !important;
	padding: 30px 30px 60px 30px;
}

.three_language div:nth-child(3) {
    margin: 60px 0 0 0 !important;
}

.three_language div:nth-child(4) {
    margin: -40px 0 0 0 !important;
}

.three_language div:nth-child(3):before {
    content: '';
    position: absolute;
    top: -254px;
    right: -33px;
    background: url(https://blogs.extramarks.com/blogs/wp-content/uploads/2025/04/31facf4c-sanskrit-and-foreign-languages.svg) no-repeat;
    background-size: 100%;
    width: 178px;
    height: 275px;
    z-index: 1;
}

.three_language div:nth-child(4):before {
    content: '';
    position: absolute;
    top: -189px;
    left: -130px;
    background: url(https://blogs.extramarks.com/blogs/wp-content/uploads/2025/04/1199073a-mother-tongue.svg) no-repeat;
    background-size: 100%;
    width: 260px;
    height: 190px;
}

.redesigned_blog .main-container .post-content p.mica_ecta_text {
    text-align: center;
}

#post-13574 .guiding_principles li {
    flex: 0 0 49% !important;
}

#post-13574 .guiding_principles{
	margin: 40px 0 40px 0 !important;
}


#post-10735 .post-content .parrot_box .sticky_box .section_title ul li {
    background: #EDF5DC;
}
#post-10735 .post-content .parrot_box .sticky_box .section_title ul li.active {
    background: #8EC225;
}
#post-10735 .post-content .yellow_box .sticky_box .section_title ul li {
    background: #faf3cc;
}
#post-10735 .post-content .yellow_box .sticky_box .section_title ul li.active {
    background: #E9C700;
}
#post-10735 .post-content h4 {
    font-size: 18px;
    line-height: 28px;
}


































































@media(max-width:1300px) {
	.classroon_types .classroon_types_content ul li:nth-child(1) {
    	margin: 0 0 30px -100px !important;
	}	
	.classroon_types .classroon_types_content ul li:nth-child(2) {
    	margin: 0 0 30px 0 !important;
	}
}


@media(max-width:1222px) {
	.postid-13802 .page-content .boxed-wrapper,
	.postid-14650 .page-content .boxed-wrapper {
    	padding-left: 15px;
    	padding-right: 15px;
	}
}

@media(max-width:1200px) {
	.postid-13802 .page-content .boxed-wrapper .main-container .post-content .tableof_content,
	.postid-14650 .page-content .boxed-wrapper .main-container .post-content .tableof_content {
		display: none;
	}
	.postid-13802 .page-content .boxed-wrapper .main-container .post-content .post_body,
	.postid-14650 .page-content .boxed-wrapper .main-container .post-content .post_body {
   		width: 100%;
	    padding: 0;
	}
}


@media(max-width:1101px) {
	.redesigned_blog .page-content .boxed-wrapper {
	    max-width: 100%;
	}
	.classroon_types .classroon_types_content ul li:nth-child(3) {
    	margin: 0 0 0 -100px !important;
	}
	.redesigned_blog .main-container .post-content .smart_class_need .smart_class_text p:first-of-type {
    	margin: 0 0 15px 0;
	}
	.emcta_box .emcta_content h3 {
		width: 100%;
	}
	.emcta_box .emcta_content p {
    	width: 100%;
    	margin: 0 0 30px 0;
	}
	.emcta_box .emcta_content .cta_btn {
		font-size: 18px;
    	line-height: 28px;
		padding: 10px 20px;
	}
}


@media(max-width:1051px) {
	.guiding_principles li,
	.assessment_evaluation li,
	.guiding_principles li:nth-child(4), 
	.guiding_principles li:nth-child(5),
	.curriculum_pedagogy li div:first-child,
	.curriculum_pedagogy li div:last-child {
    	flex: 0 0 48%;
	}
	.guiding_principles, .assessment_evaluation {
		gap: 28px;
	}
	
	.indian_languages {
    	margin: 80px 0;
	}
	.quick_nep {
	    gap: 0 40px;
	}
	#post-13574 .guiding_principles li {
    	flex: 0 0 48% !important;
	}
}


@media(max-width:992px) {
	.redesigned_toc {
		flex-wrap: wrap;
	    margin: 50px 0 0 0;
        padding: 0;
	}
	.redesigned_toc div {
    	width: 100%;
	}
	.redesigned_toc .toc_image {
    	margin: 0 0 50px 0;
	}
    .redesigned_toc .toc_image img {
		right: 0;
	}
	.redesigned_blog .main-container .post-content .section_box .sticky_box {
		display: none;
	}
	.redesigned_blog .main-container .post-content .section_box .title_box {
        flex-flow: row-reverse;
        flex-wrap: wrap;
		padding: 0 0 40px 0;
    }
	.redesigned_blog .main-container .post-content .section_box .title_box h2,
	.redesigned_blog .main-container .post-content .section_box .title_box p {
		flex: 0 0 100%;
		margin: 0;
	}
	.redesigned_blog .main-container .post-content .section_box .title_box h2 {
		order: 2;
    	padding: 30px 0 20px;
	}
	.redesigned_blog .main-container .post-content .smart_class_need .smart_class_text p:last-child img {
    	width: 70px;
    	transform: rotate(34deg);
	}
	.redesigned_blog .main-container .post-content .section_box .title_box p img {
		width: 400px;
	}
	.redesigned_blog .main-container .post-content .section_box .content_box {
		flex: 0 0 100%;
		padding: 0 0 0 10px;
	}
	.redesigned_blog .main-container .post-content .smart_class_need {
		margin: 80px 0 60px 0;
		flex-wrap: wrap;
		gap: 30px;
	}
	.redesigned_blog .main-container .post-content .smart_class_need div,
	.redesigned_blog .main-container .post-content .smart_class_need .smart_class_img,
	.redesigned_blog .main-container .post-content .smart_class_need .smart_class_img img,
	.classroon_types div,
	.classroon_types div img {
    	width: 100%;
	}
	.classroon_types .classroon_types_img {
	    margin: 0 0 40px 0;
	}
	.classroon_types .classroon_types_content ul li:nth-child(1),
	.classroon_types .classroon_types_content ul li:nth-child(2) {
        margin: 0 0 50px 0 !important;
    }
	.classroon_types .classroon_types_content ul li:nth-child(3) {
        margin: 0 !important;
    }
	.twocol_iconbox {
		gap: 30px 0;
	}
	.twocol_iconbox li {
		flex: 0 0 100%;
	}
	.testimonials .must_watch_title img,
	.must_watch .must_watch_title img {
    	width: 70px;
	}
	.testimonials .testimonials_box {
    	padding: 30px 20px 70px 20px;
	}
	.must_watch .must_watch_videobox {
		flex-wrap: wrap;
	}
	.must_watch .must_watch_videobox .must_watch_video,
	.must_watch .must_watch_videobox .videobox_content {
		width: 100%;		
	}
	
	.must_watch .must_watch_videobox .videobox_content {
	    padding: 40px 0 0 0;
	}
	.postid-13574 .main-container .post-content .smart_class_need .smart_class_img {
		place-items: center;
	}
	.postid-13574 .main-container .post-content .smart_class_need .smart_class_img img {
   		max-width: unset;
	}
	.tab-view-section h2, .tab-view-section p {
    	text-align: left !important;
	}
	.tab-view-section {
    	width: 100%;
	}
	.redesigned_blog .main-container .post-content .tab-view-section h2:before {
    	right: unset;
	}
	.guiding_principles li {
	    padding: 80px 30px 30px 30px;
	}
	.leveraging_technology li,
	.lifelong_learning {
		padding: 30px;
	}
	.what_nep {
		gap: 20px;
    	flex-wrap: wrap;
	}
	.what_nep div,
	.three_language div {
    	flex: 0 0 100%;
	}
	.curriculum_pedagogy li,
	.curriculum_pedagogy li:nth-child(even) {
		align-items: flex-start;
	    flex-flow: column-reverse;
    	gap: 30px 0;
	}
	.indian_languages .sub_line,
	.three_language div:first-child p:last-child {
		width: 100%;
	}
	.three_language {
	    gap: 30px;	
	}
	.three_language div:nth-child(2),
	.three_language div:nth-child(3),
	.three_language div:nth-child(4) {
		margin: 0 !important;
	}
	.three_language div:nth-child(2) {
		padding: 30px 30px 130px 30px;
	}
	.three_language div:nth-child(3) {
	    padding: 30px 30px 100px 30px;
	}
	.three_language div:nth-child(3):before {
	    top: -140px;
    	right: unset;
    	width: 100px;
    	height: 155px;
	}
	.three_language div:nth-child(4):before {
		top: -110px;
	    left: unset;
    	right: 0;
	    width: 150px;
	    height: 110px;
	}
	.lifelong_learning ul {
		gap: 20px;
	}
	.nep_ready {
		padding: 30px 30px 0 30px;
	}
	.conclusion_box {
	    padding: 30px;
	}
    .postid-12113 .post-content
    {
	  overflow: hidden !important;
    }
}

@media(max-width:767px) {
	.redesigned_blog .main-container .post-content h2,
	.redesigned_blog .main-container .post-content .section_box .title_box h2 {
    	font-size: 24px !important;
	    line-height: 34px;
	}
	.redesigned_blog .main-container .post-content .section_box .content_box h3, 
	.redesigned_blog .main-container .post-content .section_box .content_box ol li::marker {
	    font-size: 20px !important;
    	line-height: 30px !important;
	}
	.redesigned_blog .main-container .post-content p {
		font-size: 16px;
	    line-height: 26px;
	}
	.redesigned_toc .toc_tab {
		padding: 15px;
	}
	.redesigned_toc .toc_tab ul {
		padding: 60px 20px 30px 20px;
	}
	.redesigned_toc .toc_tab:after {
		left: 50px;
		width: 60px;
	    height: 60px;
	}
	.redesigned_blog .main-container .post-content .section_box {
	    padding: 30px;
    	margin: 70px 0 0 0;
	}
	.redesigned_blog .main-container .post-content .section_box .title_box p img {
	    width: 200px;
	}
	.redesigned_blog .main-container .post-content .section_box .content_box {
		padding: 0;
	}
	.redesigned_blog .main-container .post-content .section_box .content_box ol li:not(:last-child) {
    	margin: 0 0 40px 0;
	}    	
	ul.icon-bx-list {
		margin: 30px 0 0 0;
	}
	ul.icon-bx-list li {
    	align-items: flex-start;
   		padding: 30px;
		flex-flow: column;
	}
	ul.icon-bx-list li img {
		flex: 0 0 80px;
	    height: 80px;
	}
	ul.icon-bx-list .list-txt {
    	padding: 20px 0 0 0;
	}
	ul.icon-bx-list .list-txt h3, ol.number-listing .number_2 h3 {
		font-size: 20px !important;
    	line-height: 30px !important;
    	margin: 0 0 7px 0 !important;
	}
	ol.number-listing li {
    	flex-flow: column;
	}
	ol.number-listing li .number_1 {
    	padding: 0 0 20px 0;
	}
	.room_img {
		margin: 50px 0 0 0;
	}
	.room_img p {
    	margin: 0;
	}
	.room_img .room_img_txt {
		position: relative;
	    bottom: 10px;
    	width: 100%;
		border-radius: 0 0 20px 20px;
	}
	.must_watch {
	    padding: 50px 20px;
	}
	.emcta_box .emcta_content h3 {
		font-size: 24px !important;
    	line-height: 34px;
	}
	.emcta_box .emcta_content .cta_btn{
        font-size: 16px;
        line-height: 26px;
    }

    .twocol_iconbox li div h3, 
	.onecol_iconbox li div h3,
	.must_watch .must_watch_title h3, 
	.must_watch .must_watch_videobox h3,
	#smartclass_plus h3 {
		font-size: 20px !important;
    	line-height: 30px !important;
	}	
	.emcta_box {
		flex-wrap: wrap;
	    padding: 50px 30px;
	}
	.emcta_box .emcta_content,
	.emcta_box .emcta_img,
	.emcta_box .emcta_img img  {
		padding: 0;
		width: 100%;
	}
	.emcta_box .emcta_img img {
    	margin: 60px 0 0 0;
	}
	.must_watch .must_watch_title img {
    	margin: 0 15px 0 0;
	}
    .twocol_iconbox li,
	.onecol_iconbox li {
	    flex-flow: column;
	}	
	.twocol_iconbox li img,
	.onecol_iconbox li img {
		margin: 0 0 20px 0;
	}
	.smartclass_plus .onecol_iconbox li {
		padding: 30px;
	}
	.must_watch .must_watch_videobox .must_watch_video iframe {
		height: 100%;
	}
	.emcta_box_v2 {
		flex-flow: column-reverse;
		padding: 30px;
	}
	.emcta_box_v2 .emcta_img {
    	padding: 0 0 30px 0;
	}
	.emcta_box_v2 .emcta_img img {
		margin: 0;
	}
	.emcta_box .emcta_content h3 {
        font-size: 20px !important;
        line-height: 30px;
    }
	.redesigned_blog .main-container .post-content .section_box .content_box .emcta_box {
    	padding: 30px 15px;
	}
	.redesigned_blog .main-container .post-content .section_box .content_box .emcta_box h3 {
    	font-size: 18px !important;
	    line-height: 26px !important;
    }
	
	.postid-13574 .emcta_box .emcta_content {
    	width: 100%;
	}

	.postid-13574 .emcta_box .emcta_img {
    	width: 100%;
	}
	ul.icon_line img {
    	margin-bottom: 0;
	}						
	ul.icon_line li div {
    	width: 70%;
	}
	ul.icon_line li {
		align-items: center;
		width: 100%;
		margin-bottom: 0;
		flex-direction: row;
		gap: 25px;		
	}
	ul.icon_line {
    	display: block;
    	text-align: left;
	}
	.postid-13574 .smartclass_plus ul.border_boxshadow {
    	display: block;
	}
	.postid-13574 .smartclass_plus ul.border_boxshadow li {
    	width: 100%;
	}
	.postid-13574 .smartclass_plus .onecol_iconbox li:not(:last-child) {
    	margin-bottom: 40px !important;
	}
	ul.list-check li, ul.list-checkmark li {
    	width: 100%;
	}
	ul.list-check, ul.list-checkmark {
    	display: block;
	}
	ul.icon_line li:not(:last-child) {
    	border-right: none;
   	 	border-bottom: 1px solid #DFE3E8;
    	margin-bottom: 0;
		padding-bottom: 20px;
	}
	ul.icon_line li:not(:first-child){
 		padding-top: 20px;
	}
	ul.icon_line{
		margin: 22px 0 22px 0 !important;
	}
	.postid-13574 ul.border_boxshadow{
		margin-top: 30px !important;
	}
    .postid-13574 .main-container .post-content .smart_class_need {
        margin: 50px 0 60px 0;
    }
	.postid-13574 .main-container .post-content h2 {
    	margin: 50px 0 50px 0;
	}
	.postid-13574 ul.border_boxshadow li {
    	padding: 30px 0;
	}
	.postid-13574 ul.border_boxshadow li:last-child {
    	padding: 30px 0 0 0;
	}
	.postid-13574 ul.border_boxshadow li:first-child {
    	padding: 0 0 30px 0;
	}
	.postid-13574 .smartclass_plus ul.border_boxshadow li {
       padding: 30px !important;
    }
	.postid-13574 .emcta_box {
    	margin: 50px 0 0 0;
	}
	.postid-13574 ul.border_boxshadow li:last-child p:last-child{
		margin: 0;
	}
	.postid-13802 .page-content .boxed-wrapper .main-container .post-content,
	.postid-14650 .page-content .boxed-wrapper .main-container .post-content {
		padding: 50px 0 0 0;
	}
	.what_nep iframe {
    	height: 300px;
	}
	.guiding_principles li,
	.guiding_principles li:nth-child(4), 
	.guiding_principles li:nth-child(5) {
        flex: 0 0 100%;
		padding: 30px;
    }
	.guiding_principles li img {
    	position: unset;
   		width: 50px;
	    height: 50px;
    	margin: 0 0 15px 0;
	}
	.assessment_evaluation li,
	.assessment_evaluation li:nth-child(1), 
	.assessment_evaluation li:nth-child(2),
	.assessment_evaluation li:nth-child(3), 
	.assessment_evaluation li:nth-child(4) {
		flex: 0 0 100%;
	    padding: 80px 30px 30px 30px;
	}
	.assessment_evaluation li .number {
		width: 70px;
	    height: 70px;
    	font-size: 35px;
	    line-height: 35px;
	}
	.assessment_evaluation li:nth-child(1) span,
	.assessment_evaluation li:nth-child(2) span,
	.assessment_evaluation li:nth-child(3) span,
	.assessment_evaluation li:nth-child(4) span {
		left: unset;
    	right: 0;
	    top: 0;
    	border-radius: 0 0 0 100px;
	    padding: 0 0 12px 12px;
	}
	.leveraging_technology li {
		padding: 30px;
	    gap: 15px;
    	flex-flow: column;
	}
	.leveraging_technology li img {
    	width: 50px;
   		height: 50px;
	}
	.leveraging_technology li:not(:last-child),
	.empowering_teachers ul li:not(:last-child) {
    	margin: 0 0 28px 0 !important;
	}
	.higher_education li {
	    padding: 30px 0;
	}
	.higher_education li:nth-child(4) ul {
		flex-flow: column;
	}
	.phased_challenges {
		flex-wrap: wrap;
		margin: 0 0 80px 0;
	}
	.lifelong_learning ul li,
	.central_state .lifelong_learning,
	.phased_challenges .lifelong_learning,
	.phased_challenges .lifelong_learning:first-child,
	.nep_ready .nep_ready_txt div {
    	flex: 0 0 100%;
	}
	.nep_ready .nep_ready_txt {
	    gap: 40px;
		flex-flow: column;
	}
	.nep_ready .nep_ready_txt div {
    	padding: 0;
	}
	.indian_languages .sub_line {
		margin: 0 0 30px 0;
	}
	.curriculum_pedagogy li div h3,
	.leveraging_technology li h3,
	.higher_education li h3, 
	.lifelong_learning div h3,
	.empowering_teachers ul li h3 {
	    font-size: 20px !important;
    	line-height: 30px !important;
	}
	.guiding_principles, 
	.assessment_evaluation,
	.leveraging_technology, 
	.higher_education,
	.quick_nep {
	    margin: 40px 0 80px 0 !important;
	}
	.curriculum_pedagogy {
	    margin: 50px 0 80px 0 !important;
	}
	.implement_strategies,
	.faqs {
    	margin: 80px 0 0 0;
	}
	.quick_nep li {
	    flex: 0 0 100%;
	}
	.quick_nep li:nth-child(9) {
		border-bottom: 1px solid #B9BEC6;
		padding-bottom: 30px;
	}

	#post-13574 .guiding_principles li {
    	flex: 0 0 100% !important;
	}
}

#mainfooter #footer-middle li.widget-title {
	margin: 5px 0 0;
}