.welcome-notice-vector {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 67%;
  }
  
  .welcome-notice-inner {
    margin-top: -80px;
    position: relative;
    z-index: 1;
    margin: 0 10px;
    margin-top: -40px;
  }

  .welcome_image img {
    width: 100px;
    position: absolute;
    top: -124px;
    right: 16px;
    z-index: -2;
  }

  .comment_float_btn_i .comment_float_btn_i .news_row_esena {
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    height: 172px;
  }
  
  .news_row_esena:hover {
    background-color: #e6e6e6;
    box-shadow: 1px 4px 30px rgba(0, 0, 0, 0.04) !important;
    border-radius: 10px;
  }
  
  .esena_left_content {
    /* max-width: 500px; */
  }

  .esena_news_list_row_timer_img {
    width: 12px;
  }

  .news_time {
    font-size: 8px !important;
    color: #d6d6d6;
    text-align: right;
    /*font-family: emanee, Ubuntu-R, sans-serif;*/
    font-family: bindumathi, Ubuntu-R, sans-serif;
  }
  
  .news-thum-deatils p {
    line-height: 1.2em;
    max-height: 2.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 2em !important;
    font-size: 14px !important;
  }
  


  .sidebar-container {
    border-radius: 15px;
    padding: 15px;
    background-color: #ffffff;
    overflow: hidden;
  }

  .tab-section {
    display: flex;
    justify-content: start;
    margin-bottom: 0px;
    margin-top: -27px;
  
  }
  
  
  .tab.active {
    color: #B41F24;
  }
  
  .tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 4px;
    background-color: #B41F24;
    border-radius: 50px;
  }
  
  .tab:hover {
    color: #B41F24;
  }

.mobile-apps-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 15px;
  padding: 15px; 
  justify-items: center; 
  align-items: center; 
}

.download-app-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px; 
  transition: transform 0.2s ease-in-out; 
  cursor: pointer;
}

.download-app-icon img {
  width: 40px; 
  height: 40px; 
  object-fit: contain;
}

.download-app-icon p {
  font-size: 14px;
  color: #333; 
  margin: 0;
  font-weight: 500; 
}

.download-app-icon:hover {
  transform: translateY(-5px); 
}

.download-text{
  font-size: 1.25rem;
  text-align: center;
  font-family: product-sans-bold, un-bindumathi;
}


@media (min-width: 768px) {
  .mobile-apps-wrapper {
      grid-template-columns: repeat(4, 1fr); 
  }
}

@media (min-width: 1024px) {
  .mobile-apps-wrapper {
      grid-template-columns: repeat(6, 1fr); 
  }
}

@media (max-width: 480px) {
  .mobile-apps-wrapper {
      grid-template-columns: repeat(4, 1fr); 
  }

  .download-app-icon img {
      width: 40px; 
      height: 40px;
  }

  .download-app-icon p {
      font-size: 12px; 
  }

  .download-text{
    font-size: 1rem;
    text-align: center;
    font-family: product-sans-bold, un-bindumathi;
  }
}

.form-control {
  border-radius: 10px;
}

.form-control:focus {
  border-color: #0264bd;
  box-shadow: none;
}

  .tabs {
    gap: 35px;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 20px 0px 0px 0px;
    font-family: product-sans-regular, un-bindumathi;
  }

  .tab {
    padding: 10px 4px;
    cursor: pointer;
    color: #00000080;
    font-weight: 700;
    font-size: 14px;
    position: relative;
  }

  .esena_home_topic {
    display: block !important;
  }

  .esena_home_topic h2 {
    font-size: 24px !important;

  }

  .voice-typing-icon-active i {
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
}

  .voice-typing-icon-active {
    z-index: 200;
    position: absolute;
    top: 35px !important;
    right: 40px !important;
  }

  .voice-typing-icon i {
    display: none;
  }