

  @media only screen and (max-width: 600px) {
    .hd-sm{
    display: none;
}

#logo-banner-kl{

    max-width: 38vw !important;
}
}


  @media (min-width: 768px) {

    .shiny:before {
content: '';
position: absolute;
top: 0;
left: -100px;
width: 70px;
height: 100%;
background: rgba(255,255,255, 0.3);
transform: skewX(-30deg);
animation-name: slide;
animation-duration: 7s;
animation-timing-function: ease-in-out;
animation-delay: .3s;
animation-iteration-count: infinite;
animation-direction: alternate;
background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}


.navbar-brand.abs
    {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
.sq-p{
font-size: 1.5rem;
background-color: #f6f6f6;
border-radius: 50px;

padding: 1rem
}
.bold-kap{
    font-weight: bold;
    font-size: 3rem;
}
.specs-sq {
    background-color: #2196f3;
    padding: 1rem;
    color: #fff;
    margin-top: 1rem;
    border-radius: 50px;
}


.bkj-sq-crkl {
    background-color: #fff;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.bkj-sq-crkl img{
    width : 100%;
}


img.nnio {
    max-width: 113px;
    max-height: 32px;
}
#logo-banner-kl{
    width: 100%;
    max-width: 15vw;
}

.step-ing {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #8bc34a;
    color: #fff;
    transition: all 0.5s ease-in-out;
    border-radius: 0rem 3rem 3rem 0rem;
}
.hgg-li{
    background-color: green;
}




#logo {

}
#logo img {
width: 100%;
}

@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ccc;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.card.story-square {
    margin: 0.5rem;
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    background-color: rgb(84, 84, 84);
    color: #fff;
    transition: all 0.5s ease-in-out;
    position: relative;
    min-height: 12rem;
    border-radius: 17px;

}
span.srch-trm-hilyt {
    color: #f44336;
    font-weight: 600;
}
span.premium-rippon {
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8211659663865546) 0%, rgb(109 109 109 / 49%) 100%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 2rem;
    border-radius: 17px;
}
i.str-jio-yellow {
    font-weight: normal;
    font-size: 17px;
    color: rgb(254 254 254);
    font-style: normal;
}
span.premium-rippon img{
    width : 50px;
}



.story-level-0{

    background: rgb(250,125,0);
    background: linear-gradient(335deg, rgba(250,125,0,1) 0%, rgba(255,250,205,1) 100%);
}

.story-level-1{
    background: rgb(0,114,250);
background: linear-gradient(335deg, rgba(0,114,250,1) 0%, rgba(205,238,255,1) 100%);
}

.story-level-2{
    background: rgb(0,173,17);
background: linear-gradient(335deg, rgba(0,173,17,1) 0%, rgba(215,255,205,1) 100%);
}

p.story-counter {
    font-weight: normal;
    font-size: 15px;
}

#heart-container{
    min-height: 84vh;
}


img.bnopo {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    top: 15px;
    right: 15px;

}


.sq-p-topic {
    height: 12rem;
    margin: 0.5rem;
    padding: 1rem;
    text-align: left;
    transition: all 0.5s ease-in-out;
}
.card.material-card{
    transition: all 0.5s ease-in-out;
    min-height: 20rem;;
}
.sq-p-topic:hover ,.card.material-card:hover ,.card.story-square:hover{
    box-shadow: 5px 5px 10px #ccc;
  cursor: pointer;
}


p.bold-kap-topics {
    font-weight: bold;
    margin-right: 4rem;
    font-weight: bold;
    margin-right: 4rem;
    background-color: #ffffff4a;
    border-radius: 11px 0px 29px 0px;
    padding: 5px;
}


    /* width */
    ::-webkit-scrollbar {
        width: 0px;
          transition: all 0.5s ease-in-out;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #e9e9e9;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 5px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ccc;



    }

    ul.topics-preview-ul {
        max-height: 8rem;
    overflow-y: auto;
    margin-top: 1rem;
    font-size: 16px;
    padding: 0;
}


span.byj-counter {
    background-color: #ffffffbd;
    color: #000;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    padding: 5px;
    border-radius: 13px 0px 16px 0px;
}





.page-header {


    text-align: left;
    padding: 5px;
    border-radius: 0px 0px 0px 10px;

}

button.btn.btn-link.btn-history-chain {
    float: right;
    /* border-right: solid 1px #ccc; */
    text-decoration: none;
    margin-right: 1em;
    border-radius: 0px 25px 25px 0px;

    color: #000;
}
p.page-header-title {
    color: #4caf50;
    font-weight: bold;
    vertical-align: middle;

}


li.show-more-subtopic-li {
    color: #2196f3;
}
li.subtopic-li{
    position: relative;
    list-style-type: disclosure-closed;
    color: #ccc;
}
li.subtopic-li span.ul-item-text:hover ,li.show-more-subtopic-li:hover {
cursor: pointer;
text-decoration: underline;
}

p.ul-topics-title {
    font-weight: bold;
    color: #4caf50;
}


element.style {
}
span.ul-item-text {
    color: #000;
}

li.subtopic-li  span.popup {
    position: absolute;
    background-color: white;
    right: 0;
    z-index: 10;
    padding: 10px;

    box-shadow: 5px 5px 10px #ccc;
    display: none;
}

.li-hidden{
    display: none;
}


a.nav-link {
    color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  font-weight: bold;
}
.nav-link-custom{

color: rgb(58, 58, 58);
    font-size: 1.1rem;
}
.nav-link-custom.active{
    font-weight: bold;
    color: #2196f3 !important;

}
.nav-link-custom img{
    width: 63px;
}











a {
    text-decoration: none;
}

.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 0px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}

.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}
.white-mode {
    text-decoration: none;
    padding: 17px 40px;
    background-color: yellow;
    border-radius: 3px;
    color: black;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px
}
span.sm-prc-currenry {
    font-size: 18px;
}

select.children-select {
    border: none;
    background-color: #f5f6f9;
    padding: 2px 1rem;
    border-radius: 5px;
}
.nbcd  th{
color: #33904f;
background-color: #f9fff3;
}
li.subtopic-li.premium{
   color :rgb(84, 84, 84) #000;
}
li.subtopic-li.premium::after{
    font-family: "Font Awesome 6 Free";
   content: "\f023";

  color: #ff5722;
  font-weight: bold;
  font-size: 12px;
}


footer  a.btn.btn-floating.btn-light.btn-lg{

    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    color: green;



}


img.matwerial-icon {
    max-width: 100%;
    max-height: 9rem;
    margin: 0 auto;
}
.material-card{
margin: 10px;
text-align: center;
}
p.mat-desc {
    /* background-color: #e9e9e9; */
    margin-top: 10px;
}
p.curr-name {
    /* background-color: #4caf50; */
    color: green;
    font-weight: bold;
}
p.not-title {
    font-weight: bold;
    color: #4caf50;
}
.nots-damns.nots-new {
    background-color: #f7fff7;
}

li.nav-item{
    min-width: 100px;
    text-align: center;
    background-color: #00000014;
    margin-right: 8px;
    border-radius: 12px;
    /* border: solid 1px #ffffffbd; */
    margin-bottom: 5px;
}

li.nav-item:hover{
   background-color: #fff;
}
li.nav-item:hover a{
   color : #000;
 }
.specs-sq {
    min-height: 19rem;
}
.attatchment-square {
    background: rgb(241,255,239);
    background: linear-gradient(231deg, rgba(241,255,239,1) 0%, rgba(243,255,254,1) 100%);
    display: inline-block;
    min-width: 11rem;
    text-align: center;
    padding: 1rem;
    border: solid 1px #fff;
    transition: all 0.5s ease-in-out;
}
.attatchment-square:hover{
    cursor: pointer;
    box-shadow: 5px 5px 10px #ccc;
    border: solid 1px #ccc;
    ;
}




@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform:scale(1.2);
        -o-transform: scale(1.2);
        transform:  scale(1.2);
    }
    to {


      -webkit-transform:  scale(1);
      -o-transform:scale(1);
      transform:  scale(1);
    }
  }
  @keyframes rotating {
    from {



      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform:  scale(1.1);
      transform:  scale(1.1);
      transform-origin: 0% 0%;

    }
    to {
        -ms-transform:   scale(1);
        -moz-transform:   scale(1);
        -webkit-transform:   scale(1);
        -o-transform:   scale(1);
        transform:   scale(1);
        transform-origin: 0% 0%;
    }
  }
  .rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    animation-direction: alternate;

  }


  .nots-badge{
    position: absolute;
    top: -8px;

  }

