/* first */
@media screen and (max-width:703px)  {
    .left{
        display: none;
    }
    .videos {
    width: 100%;
    gap: 0px;
  }
  .video {
    width: 92%;           
    margin: 5px auto;
    height: auto;
  }
  .video_img {
    width: 100%;
    height: auto;
  }
  .video_img img {
    width: 100%;
    object-fit: contain;
  }
  .div2 .rfd .search{
    display: none;
  }
  .rfd{
    border: none;
    position: relative;
  }
  .rfd .search-icon{
    position: absolute;
    right: 0px;
  }
  .navbar{
    width: 100%;
  }
  .img1{
    margin-right: 12px;
  }
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.down{
    padding: 11px 35px 11px 60px;
}
.down i{
  right: 0px;
}
}
/* first over*/

/* second */
@media screen and (max-width:380px) {
    .creates{
      display: none;
    }
    .plus{
      margin: 0px;
    }
}
/* second over */

/* third */
@media screen and (min-width:704px ) and (max-width:1120px) {
  .videos {
    width: 100%;
    gap: 0px;
  }
  .video {
    width: 45%;           /* thoda margin dene ke liye */
    margin: 5px auto;
    height: auto;
  }
  .video_img img {
    width: 100%;
    object-fit: contain;
  }
  .video_img{
    width: auto;
    height: auto;
  }
}
/* third over */

/* fourth */
@media  screen and (max-width:791px) {
  .left{
    display: none;
  }
}
/* fourth over */

/* fifth */
@media screen and (min-width:1121px) {
  .videos {
    width: 100%;
    gap: 0px;
  }
  .video {
    width: 31%;           
    margin: 5px auto;
    height: auto;
  }

  .video_img img {
    width: 100%;
    object-fit: contain;
  }
  .video_img{
    width: auto;
    height: auto;
  }
}
/* fifth over */

/* sixth */
@media screen and (min-width: 704px) {
    .div2 {
        display: flex;
        flex-grow: 1; 
        justify-content: center; 
    }

    .rfd {
        flex-grow: 1; 
        max-width: 600px;
    }
    
    .search {
        width: 100%; 
    }
}
/* sixth over */

/* seventh */
 @media screen and (min-width:466px) {
  .bell,.mic{
    display: block;
  }
  .mic{
    margin-left: 10px;
  }
 }
 /* seventh over */

/* Eight */
@media screen and (min-width:792px) and (max-width: 1312px) {
    .b1,.b2,.b3,.b4,.b5,.b6,.footer {
        display: none !important;
    }
    hr {
        display: none;
    }
    .bul {
        padding: 0;
    }
    .bli {
        flex-wrap: wrap;
        height: 64px;
        width: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .b-img {
        height: 30px;
        width: 30px;
        margin: 0 0 5px 0 !important; 
    }
    .right-content {
        font-size: 10px; 
        font-weight: 500;
        text-align: center;
    }
    .left{
      flex: 0 0 6.2rem;
    }
}
/* Eight over */

/* ninth */
@media screen and (min-width:1313px) {
  .b7{
    display: none;
  }
}
/* ninth over */

/* tenth */
@media screen and (max-width:465px) {
  .mic,.bell{
    display: none;
  }
}