
/*  styling done by shah for Diksha CNCL  */

/*headings */
a{
    text-decoration: none;
}
.bg-cncl{
    background: #a47864;
}

.cnc-h2 h2{
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 5px;

}
.img-thumbnail {
    border: none;
}
.nav-pills {
    box-shadow: 1px 2px 8px #b2b2b2;
    padding: 20px 20px;

}
.nav-pills-new {
    box-shadow: none;
}
.tab-content-new {
    border: none;

}
.nav-pills .nav-link {
    padding: 8px 25px;
}
.nav-pills-new .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #a47864;
    border-radius: 5px;
}
.nav-pills .nav-link-cncl{
    color: #fff;
    background-color: #dcaa94;
}
.hr-cncl {
    border: 1px solid #a47864;
}

.hr-lines{
    position: relative;
    margin: 12px auto;
}



.hr-lines::after{
    content: " ";
    height: 2px;
    width: 100%;
    background: #a47864;
    display: block;
    position: absolute;
    top: 125%;
    right: 0;
}


.nav-tabs-cncl .nav-link {
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
    background-color: #8e24aa;
}
.nav-tabs-cncl .nav-link.active {
    color: #fff;
    background-color: #19875494 !important;
    border: 2px solid #198754;
}
.nav-tabs-cncl .nav-link:hover {
    color: #fff;
    background-color: #8e24aaa3;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.nav-tabs {
    border-bottom: none;
}
.as-togg {
    background: #A47864;
    /*width: 100%;*/
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
}

.as-togg:hover {
    color: #fff;
    background-color: #a47864cf;
}
.card-cncl {
    margin-bottom: 5px;
}
.bg-blue{
    background: #2B2B71;
}
.white{
    color: #fff;
}


.accordian {
    width: 805px; height: 320px;
    overflow: hidden;

    /*Time for some styling*/
    margin: 100px auto;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
.blue{
color: #2B2B71;
}
.about-tab{
    background-color: #292b70;
    float: left;
    margin-top: 0.7rem;
   
}
.image_title a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}
.cncl-cards .col-sm-3 {
    padding-right: 5px;
    padding-left: 5px;
}
.cncl-cards .card-body {
    padding: 25px 10px;
}

.spacer-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.min-height {
    min-height:610px;
}
.scrollable-list {
    min-height: 360px;
    max-height: 510px;
    margin-left: -13px;
    margin-right: -13px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.gallery img {
    width: 300px;
}


.btn-cncl {
    color: #fff;
    background-color: #981f4d;
    border-radius: 5px;
}
.center-2div{
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
}

.featured-content-section .layer {
    background: rgb(111 225 211 / 75%);
    padding: 20px 30px;
    margin: 10px 0px;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 2px 3px #e7e7e7;
    border-radius: 4px;
}

.featured-content-section ul{
    padding-left: 16px;
}

.featured-content-section ul li, .header-0 ul li {
    list-style: none;
}

.featured-content-section ul li a, .featured-content-section ul li a label, .featured-content-section ul li a i {
    /* color: #981f4d; */
    color: #111;
}


.fln-footer-section {
    padding: 15px;
    background-color: #fff;
}

.fln-footer-section a.btn, .fln-footer-section button.btn {
    height: 24px;
    width: 120px;
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    height: 48px;
    width: 152px;
    border-radius: 8px;
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.1);
    margin-top: 14px;
}

.fln-footer-section img {
    object-fit: unset;
    width: 50%;
    margin: 0 auto;
    display: block;
}

.flex-align-center {
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.detailed-contents-section img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.detailed-contents-section hr {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.125);
    margin-left: 1rem;
    margin-right: 1rem;
}

.detailed-contents-section h4 {
    color: #981f4d;
}

.block {
    display: block;
}

.pointer {
    cursor: pointer;
}

.header-0 ul.content li > span {
    font-size: 18px;
    font-weight: bold;
}
.contact-box-cncl {
    background: #981f4d;
    color: #efefef;
    padding: 50px 30px;
}


/************* Additional Styles for diksha web *******************************/


.dcncl-pad{
    padding-left: 90px;
    padding-right: 90px;
}
.p15{
    padding: 15px;
}
.text-initial{
    text-align: initial;
}
.w100{
    width: 100%;
}
.card-content {
    padding: 0;
    min-width: 200px !important;
    min-height: 144px !important;
}
.featured-content-video .video-container .play-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(https://obj.diksha.gov.in/ntp-content-production/homepage/prod/assets/imgs/featured-content.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    cursor: pointer;
    border-radius: 5px;
}
.btn-mjarea li{
    margin-left: 30px;
    margin-bottom: 15px;
}

.footer-dcncl {
    background: #352828;
    color: #fff;
}


.dcncl-gt {
    --bs-gutter-x: 2.5rem;
}

.levelHeading {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    margin-left: 12px;
}
.class-option-data{
    text-align: left;
    display: flex;
    padding: 4px 0;
}

.class-option-data a {
    line-height: 1.2;
    color: #000;
    text-decoration: none;
}
.class-option-data .fas{
    font-size: 8px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.fea_prom {
 color: #794831;
 font-weight: 700;
}
.fea_docs {
  color: #794831;
  font-weight: 700;
}
.fea_rwr {
  color: #794831;
  font-weight: 700;
}

.ull_mob h3{
    font-size: 2.25rem;
    line-height: 4rem;
}

img.ull_mob {
    width: 182px;
    height: 66px;
}
/*footer*/

.foot-copy a {
    color: #ffff;
    text-decoration: none;

}
/*for testing only*/
#instagram-embed-0 {
    max-height: 496px;
}
@media (max-width: 900px) {
    .hr-lines::after {
        width: 100%;
        position: relative;
        top: 75%;
        right: 0;
        display: none;
    }

}
@media (max-width: 1020px) {
    .mob-none {
        display: none;
    }
}

@media screen and (max-width: 685px) and (min-width: 300px) {
    .spot {
        width: 100% !important;
    }
}