
    .author{
    font-size: 1.5rem;
    /*margin-bottom: 2rem;*/
    color: white;
}
.sticky-holder {
    position: sticky;
    top: 9rem;
    z-index: 999;
}
.left-data .list-group-item{
    border: none;
    font-size: 1.4rem;
    padding: 1rem;
    margin-bottom: .1rem;
    background:#f3e9fb;
    color: #000;
}
.left-data .list-group-item.active{
    z-index: 2;
    color: #fff;
    background-color: #a84dff;
    border-color: #a84dff;
}
.startDetail{
        margin-top: -4.3rem;
}
.bg-light-pr
{
    background:#f5f0fd;
}
.space-bottom-7 
{
    padding-bottom: 2.5rem;
}
.border-top-bottom 
{
    border-top: .1rem solid #d4d1d1;
    border-bottom: .1rem solid #d4d1d1;
}
.related-pr 
{
    display: flex;align-items: flex-start;
    /*padding-right: 1.5rem;*/
}
.related-pr h3 {
    padding-right: 0rem;
    padding-bottom: 0rem;
    min-height: 3.6rem;
    line-height: 1.4;
        font-size: 14px;
}
.related-pr h3 a{
    color: #150342;
}
.border-yes {
    border-right: .1rem solid #d4d1d1;
}
.main-pr {
    margin: 1rem 0px;
}
.sub-hld {
    padding: 1rem 2rem;
    background: #f5f0fd;
    border-radius: .7rem;
    margin-bottom: 1rem;
}
.sub-hld h2 {
    font-size: 2.4rem;
    font-weight: 600;
}
.subr-list {
    padding-left: 3rem;
}
.detail-info p, .detail-info ul li {
    font-size: 1.6rem;
    text-align:  justify;
    line-height:  1.5;
    color:  #000;
}
.detail-info img{
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #0a66c2;
    border-radius: 5px;
}
.author p,
.author h2 {
    color: black;
}

.shadow1 {
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
   padding-left: 10px;
   padding-right: 10px;
}
#iconnews{
     font-size: 20px;
    color: #0a66c2;
    border: 1px solid;
    padding: 5px 6px;
    border-radius: 5px;
    margin: 5px;
}

#socilicon{
        width: 7%;
    margin: 5px;
}
.btn1 {
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}

.btn-prev {
  background-color: #1fc7a1;
}
.btn-prev:hover {
  background-color: #17a87f;
}

.btn-next {
  background-color: #7535e6;
}
.btn-next:hover {
  background-color: #5d2bb8;
}