.live__videoBox iframe{
    width: 100%;
    height: 60rem;
}
.live__videoBox .fb-video{
    width: 100%;
}
.fontAreaInfosBgNep{
    font-size: 1.6rem;
}
.singelPostFot ul li a span {
    color: #222222;
    overflow: hidden;
    position: relative;
    font-size: 1.2rem;
    display: inline-block;
    border: 1px solid #dad7d7;
    padding: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    padding: 5px 15px;
    font-weight: 500;
  }
  .singelPostFot ul li a:hover span {
    background: #1f1e58;
    color: #fff;
    border: 1px solid #1f1e58;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  .singelPostFot ul li{
      list-style: none;
      margin-right: 5px;
  }
  .singelPostFot ul li:last-child{
      margin-right: 0;
  }
  .singelPostFot{
      line-height: 1.4;
      margin: 30px 0 5px;
      padding-top: 15px;
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
  }
  .singelPostFot ul{
      padding-left: 0;
      display: flex;
      flex-wrap: wrap;
  }

/***********
5-30
*************************/
.sub__heading p{
    font-size: 2.5rem;
    margin-top: 1rem;
}
.live__video .global__title {
    font-size: 4rem;
}
.latest__news__infos .post__infos__flex{
    align-items: center;
}
.forum__title h2{
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
}
.forum__infos__flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.forum__bg {
    background: #ebf6ff;
    padding: 8rem;
}
.forum__content figure img{
    height: 25rem;
    object-fit: cover;
}
.forum__badge .theme__badge {
    background: #EE4123;
    font-size: 1.7rem;
    color: #fff;
    padding: .4rem 2rem;
    transition: all ease-in-out .5s;
    display: inline-block;
}
.forum__badge{
    text-align: center;
    margin-bottom: 4rem;
}
.forum__content {
    padding: 0 2rem;
}
.mb-5{
    margin-bottom: 5rem;
}
.side__latest__box .media__latest--infos{
    flex:1;
}
.media figure img{
    object-fit: cover;
}

.ri-instagram-fill{
  background: #3f729b;
}


table.nepsedata td{
    color: #fff;
}

.btn-nepse{
    padding: 5px 10px;
    font-size: 15px;
}
a.developed-by {
    color: #fcca29;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 1.5rem;
}