    .name{

        color:white;

        display: none;

        position: absolute;

        top:45%;

        left:45%;

        background:gray;

        height:50px;

        width:50px;

        border: 2px;

        z-index: 0;

    }

    .name_logo{

        position:relative;

        top: 15px;

        left:10px;

    }

    .video{

        width: 100%;

    }

    .c-video{

        width:440px;

        position: relative;

        overflow: hidden;

    }

    .c-video:hover .controls{

        transform: translateY(0);

    }

    .controls{

        display: flex;

        position: absolute;

        bottom: 0;

        width:440px;

        flex-wrap: wrap;

        background: rgba(0,0,0,0.1);

        transform: translateY(100%) translateY(-5px);

        transition: all 0.2s;

    }

    .buttons button{

        background: none;

        border: 0;

        outline: 0;

        cursor: pointer;

        color:gray;

    }

    .buttons{

        padding:0px;

        /* background:; */

        width: 80px;



    }

    .buttons button:before{

        background:lightgray;

        content: "Play";

        font-family: 'Font Awesome 5 Free';

        width: 50px;

        height: 30px;

        display: inline-block;

        font-size: 20px;

        color:white;

        -webkit-font-smoothing:antialiased;

    }

    .buttons button.pause:before{

        content:"Pause"; 

    }

    .buttons button.play:before{

        content: "Play";

    }

    .orange-bar{

        height:5px;

        top: 0;

        left: 0;

        width: 440px;

        background:lightgray;



    }

    .orange-guce{

        height:5px;

        background-color:gray;

    }



    /* ------------------------------Analysis.php ------------------------------ */
      /* .count-number {
    
        background-color: #ccc;
        
        width: 100px;
        
        height: 100px;
        
        border: orange solid 10px;
        
        border-radius: 100%;
        
        line-height: 100px;
        
        text-align: center;
        
        font-size: 20px;
        
        font-weight: 500;
    
      } */

      .analysis{
        background-color:#f6f8f9;
        width: 100%;
        height: auto;
      }
      .onespect .nom{
        font-size:20px;
        color:#6f7893;
      }
      .onespect h6{
        font-size:26px;
        font-weight:400;
      }
      .onespect span{
        font-weight:600;
      }

      .analysis .user-count{
          margin: 0px 5px;
          background-color: #fff;
          padding: 30px 20px;
          border-radius: 7px;
          box-shadow: 0px 2px 4px #e7ecf0;
      }
      .analysis .user-count span{
          font-size: 16px;
          color: #6f7893;
      }
      .analysis .user-count h6{
          font-size: 28px;
          font-weight: 600;
      }
      .analysis .user-count h5{
          font-size: 30px;
          color:#000;
      }
      .analysis .user-count h5 span{
          font-size: 30px;
          color: #000;
      }
      .analysis .feature{
        margin: 0px 5px;
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 7px;
        box-shadow: 0px 2px 4px #e7ecf0;
      }
      .analysis .feature .feat img{
        width:60px;
        margin: 2px 0px;
        padding: 5px;
        display: inline-block;
      }
      .analysis .feature .feat h6{
          font-size: 20px;
          font-weight: 600;
          line-height: 0.8;
          margin: 5px;
    }
        .analysis .feature .feat span{
            font-size: 16px;
            font-weight: 600;
            color: #848c94;
        }


/* -------------------------------Index Ads Content CSS ---------------- */

.dailydigest{
    background-image: linear-gradient(to right, rgba(78, 84, 200, 0.8), rgba(143, 148, 251, 0.6)),url('../img/Dailydigest.webp');
    background-position:center;
    background-repeat:no-repeat;
    border-radius:10px; 
    cursor: pointer;
}
.dailydigest:hover{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),url('../img/Dailydigest1.webp');
}
.dailydigest .title-daily{
    padding:6px;
    position:relative;
}
.dailydigest .title-daily h6{
    font-size:25px;
    color:#fff;
    font-weight:700;
}
.dailydigest .title-daily .plus i{
    font-size:12px;
    color:#7368d5;
    background:#fff;
    padding:6px;
    border-radius:50%;
}
.dailydigest:hover .title-daily .plus i{
    color:#000;
}
/* .dailydigest .click{
    font-size:40px;
    color:#000;
    background:#fff;
    padding: 5px;
    border-radius:50%;
}
.overlay {
position: relative; 
align-items:center;
justify-content:center;
bottom:20%;
width:100%;
display:block;
transition: .5s ease;
opacity:0;
color: white;
padding: 20px;
text-align: center;
}
.dailydigest:hover .overlay {
opacity: 1; 
}
*/

.recently .recentread .readact, .read-title, .read-para{
    margin:3px 10px;
    text-align: left;
}
.recently .recentread .readact{
    font-size: 12px;
    font-weight: 700;
    color: #818181;
}
.recently  .recentread .read-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 0.8;
}
.recently .recentread .read-para{
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.3;
    font-family: 'Times New Roman', Times, serif;
}

.recently h6{
font-size: 20px;
font-weight: 700;
color: #000;
margin: 5px 0px;
}
.recently h6::before{
    content: "|";
    margin-right:0.6rem;
    font-size: 28px;
    font-weight: 800;
    color: #7368d5;
}
.recently i{
    font-size: 16px;
    color: #fff;
    margin: 5px 0px;
    background-color: #7368d5;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.recently .recentread {
margin:5px 0px;
border-radius:10px;
box-shadow: rgba(170, 170, 170,1) 3px 3px 6px 0px;
box-sizing: border-box;
width: 100%;
padding: 5px 15px;
background-color: #fff;
color: #000;
cursor: pointer;
}