.MuiBottomNavigationAction-root.Mui-selected {
    font-size: 40px;      
      background:-moz-linear-gradient(top, #e72c83 0%, #a742c6 100%); 
      background: -webkit-linear-gradient(top, #e72c83 0%,#a742c6 100%); 
      background: linear-gradient(to bottom, #e72c83 0%,#a742c6 100%);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
     -webkit-text-fill-color:transparent;
  }
    
    .our-team {
      padding: 8px 0 0px;
      margin-bottom: 0px;
      background-color: #fff;
      text-align: center;
      overflow: hidden;
      position: relative;
    }
    .chatwith {
      position: absolute;
      left: 10%;
      margin-top:3%;
  }
  .team-content {
      padding-top: 3px;
  }
  .player-wrapper {
      position: relative;
      padding-top: 56.25% /* Player ratio: 100 / (1280 / 720) */;
      background-color: #000;
    }
    .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
   
    .react-player {
      position: absolute;
      top: 0;
      left: 0;
    }
    
  .profile {
      position: absolute;
      right: 10%;
      margin-top:3%;
  }
  .postimg{
      max-height: 263px;
      width: auto !important;
  }
    .our-team .picture {
      display: inline-block;
      height: 90px;
      width: 90px;
      z-index: 1;
      position: relative;
  }
    .slider-wrapper{
      /* min-height: 100vh !important;  */
    }
    .fff  {
      content: "";
      width: 130%;
      height: 245%;
      border-radius: 100%;
      background-color: #1e5d5e;
      position: absolute;
      margin-top: 0;
      top: -200%;
      left: -15%;
      opacity: 0.9;
      align-items: center;
      transition: all 0.3s linear 0s;
      align-self: center;
    }
    
    .our-team:hover .picture::before {
      height: 100%;
    }
    
    .our-team .picture::after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #1e5d5e;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    
    .our-team .picture img {
      width: 100%;
      height: auto;
      border-radius: 50%;
      transform: scale(1);
      transition: all 0.9s ease 0s;
    }
    
    .our-team .picture img {
      box-shadow: 0 0 0 5px #f7f5ec;
      transform: scale(0.7);
    }
    
    .our-team .title {
      display: block;
      font-size: 15px;
      color: #4e5052;
     
    }
  
    .name{
      text-transform: capitalize;
    }
    
    .our-team .social {
      width: 100%;
      padding: 0;
      margin: 0;
      background-color: #1369ce;
      position: absolute;
      bottom: -100px;
      left: 0;
      transition: all 0.5s ease 0s;
    }
    
    .our-team:hover .social {
      bottom: 0;
    }
    
    .our-team .social li {
      display: inline-block;
    }
    
    .our-team .social li a {
      display: block;
      padding: 10px;
      font-size: 17px;
      color: white;
      transition: all 0.3s ease 0s;
      text-decoration: none;
    }
    
    .our-team .social li a:hover {
      color: #1369ce;
      background-color: #f7f5ec;
    }
    