/* .light {
    background-color: #DAF8C7;
    padding:4rem 2rem;
} */


/* .age {
    background-color: #E7F3FC;
    padding:4rem 2rem;
} */
.hidden-bar .side-menu li {
   font-size:14px !important; 
}
p,li{
    font-size: 18px;
}

/* .list li {
    list-style-type: disclosure-closed;
    color: #FEAF11;
} */

.list p{
    color: #000;
    padding-left: 1rem;
    text-align: justify;
   
    

}
.dowmload-book{
    background-color: #EEECEC;
    color: #0C32B2;
    font-size: 1.6rem;
    border-radius: 5px ;
    padding: 1rem 3rem;
}
.book-fre{
    text-align: center;
 
}
.book-fre img{
    margin-bottom: 2rem;
    width: 100%;
}
.list{
    padding-left: 2.5rem;
}
.light-on-guruji{
    padding: 2rem 0rem;
}
.light-on-guruji iframe{
height: 299px;
    margin-top: -2rem;}
.light-on-guruji p{
    padding-left: 1rem;
    text-align: justify;
   

}
p{
        text-align: justify;
   
}

.suggested-book-sec img {
    height:100% !important;
}
/********************revolution by light page style starts here***********************/

.boxshape {
    display: flex;
    height: 374px;
    box-shadow: 0px 4px 14px -5px #c1c1c1;
    margin-left: -2rem;
    margin-top: 4rem;
    border-radius: 0rem 2rem 2rem 0rem;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.boxshape p{
    margin: 3rem;
}

.view{
    margin-left: 3rem;

}


.boxshape1{
    box-shadow:0px 4px 14px -5px #c1c1c1;
    margin-right: -2rem;
    margin-top: 4rem;
    border-radius:2rem 0rem 0rem 2rem;
}
.light p{
    padding-left: 1rem;
    font-size: 18px;
    text-align: justify;
   
}
.boxshape1 p{
    margin: 3rem;
}
.view1 {
    color: #fff;
    background: #0d9fff;
    padding: 1rem 3rem;
    font-size: 19px;
    font-weight: 700;
    border-radius: 1rem;
    margin-left: 3rem;
}

.read{
    color: #000;
    background: #DAF8C7;
    padding: 1rem 3rem;
    font-size: 17px;
    border-radius: 1rem;
    float: right;
    margin: 7rem 0rem;
box-shadow: 0px 5px 7px 4px #c1c1c1;
}
.star-sec{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.comments{
    background: hsl(32, 100%, 97%);
    padding: 2rem 2rem;
}
.post-date{
    color: #0240BC;
}
.post-date-2{
   float: left !important; 
}
.comment-2{
    background: #E7F3FC;
}
.comments span{
    margin-right: 1rem;
}

hr {
    border-top: 2px solid #c1c1c1;
}
.tooltip {
    position: relative;
    display: inline-block;
  
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }



 
.archived-post-comment-row form {
    display: flex;
    flex-direction: column;
}

.archived-post-comment-row form input {
    border: none;
    box-shadow: 0px 2px 3px 1px #c1c1c1;
    font-size: 1.6rem;
    font-weight: 400;

}

.archived-post-comment-row form textarea {
    margin-top: 3rem;
    border: none;
    box-shadow:  0px 2px 3px 1px #c1c1c1;
    font-size: 1.6rem;
    font-weight: 400;

}

.submit-btn {
    background: #119FFE;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-top: 3rem;
    margin-left: 1.2rem;
}



.pagination {
    justify-content: flex-end;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}


.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


.pagination>li {
    display: inline;
    box-shadow: 1px 2px 3px #c1c1c1;
}

.pagination>li>a {
    color: #000;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 2px 7px 2px #ddd;
}


.pagination>.active>a{
    background-color: #5DB1E9;
    border-color: #5DB1E9
}

.page-item.disabled .page-link{
    color: #5DB1E9;
    border-color: #ffffff;
}
.iframe-video{
    height: 450px;
}
.commet-light{
    display: flex;
    align-items: center;
}
 @media (max-width:600px) {
    .commet-light{
        display: block;
        margin-left: 0% !important;
        margin-right: 0% !important;
       
    }
    .row {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .archived-post-comment{
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .page-item{
        font-size: 13px;
    }
   p{
       font-size: 14px !important;
   }
   .pagination {
    justify-content: flex-end;
    display: block!important;}
    .suggested-book-sec img {
        height:100% !important;
}
   .iframe-video{
    height: 250px;
}  
.boxshape p {
    margin: 0% !important;
    padding: 2rem;
    text-align: center;
}
.boxshape {
    display: flex;
    height: 310px;}
.view-revolution{
    display: flex;
    justify-content: center;
}
.view {
    margin-left: 0rem;
}
.animation-video iframe {
    height: 250px;}
    .archived-post-comment-row form input {
        margin-bottom: 2rem;
    }
    .book-fre{
    text-align: center;
    padding: 0rem 5rem
}

.read {
    margin: 2rem 0rem !important;
}
.boxshape {
   
    border-radius: 2rem 2rem 2rem 2rem;
}
.pagination {
    justify-content: center;}
 }
 .animation-down{
     color: #000 !important;
     text-decoration: none !important;
     background: #f2f2f2; 
     padding: 1rem 1rem;
     box-shadow: 1px 2px 7px 2px #ddd;
     font-weight: 500;
 }
 .animation-video iframe{
margin-bottom: 2rem;
 }
 .animation-video{
text-align: center;
 }
 .post-date{
     float: right;
 }
 .star-sec img{
     width: 20px;
 }