
.awards-mail{
  /* Set line-height to 1 or slightly more to ensure no clipping */
  color: #4658A7;
        padding-right: 5px;
      
    }
    /* awards-categories */
    .awards-categories{
      background-image: url(../../img/home24/awards/award-bg-cat.png);
      background-position: center;
      background-size: cover;
    }
    .awards-page .accordion-button:focus {
      z-index: 3;
      border-color: transparent;
      outline: 0;
      box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
  }
  
  .awards-page .accordion-item{
      padding: 20px 20px;
      position: relative;
      display: inline-block;
      z-index: 1;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      transition: color 0.5s ease, background-color 0.5s ease;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border: 1px solid #D14C2B;
      transition: all 0.3s ease-in-out;}
      .awards-page .accordion-item::before{
          content: "";
          position: absolute;
          top: -1px;
          left: -1px;
          right: -1px;
          bottom: -1px;
          border-radius: 10px;
          padding: 1px 1px;
          background: linear-gradient(181deg, #D14C2B 40%, #130E82 90%, #CF138A 100%);
          -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          -webkit-mask-composite: xor;
          mask-composite: exclude;
          z-index: -1;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
      }
  .awards-page .accordion-button:not(.collapsed) {
      color: #0c63e4;
      background-color: #e7f1ff00;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  }
  
  /* podcast */
  .podcast-page .podcast-banner {
    background-image: url('../../../cdn.indiamobilecongress.com/Banner/podcast-banner.jpg');
   position: relative;
  
    background-position: center;
    background-size: cover;
    height: 745px;
    display:flex;
  }
  .podcast-page .podcast-sec-banner {
    position: relative;
  }
  .glass-bg{
    background-image: url(../../img/home24/podcast/glass-bg.png) !important;
    position: relative;
    right: 0px;
    bottom: 0px;
     background-position: center;
     background-size: cover;
     background-repeat: repeat;
  }
  .past-awards{
    background: linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%) !important;
   
     background-position: center;
     background-size: cover;
     background-repeat: repeat;
  }
  .read-more-btn{
    font-size: 14px;
    color: #1E72F2;
    }
    
  .text-podcast {
    width: 100%;
    background: #FFFFFF !important;
    padding: 20px 10px !important;
    border-radius: 20px !important;
    /*margin: 10px;
    */box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
  }
  .text-podcast hr{
    display: none;
  }
  .awards-winner{
    background-color: #F3F6F7;
  }
  .awards-card  h5{
    font-size: 16px;
    font-weight: 400;
  }
  .awards-card { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
  }
  /* podcast css */
  .podcast-card{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .podcast-card h5{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin: 0px;
  }
  .owl-carousel.jurry-carousel .owl-dots{
  display: none !important;
  }
  .podcast-sec-banner h2.sub-heading {
    line-height: 60px;
  }
  /* media */
  @media (min-width: 300px) and (max-width: 700px) {
   .awards h2{
      text-align: center;
  }
   .awards p{
      text-align: center !important;
  }
  .podcast-page .podcast-banner {
    height: 325px;
  }
  .awards-page .awards-banner {
    height: 325px;
  }
  .podcast-page .podcast-banner {
  
  
   position: relative;
  
    background-position: center;
    background-size: cover;
    height: auto;
    display:flex;
  }
  .podcast-page .podcast-sec-banner{
    background-image: none;
  }
  .podcast-sec-banner h2.sub-heading {
    line-height: 42px !important;
  }
  /* podcast */
  /* .podcast-page .podcast-banner {
    background-image: url(../../img//home24/podcast/podcast-banner-mobile.jpg);
   position: relative;
  
    background-position: center;
    background-size: cover;
    height: auto;
    display:flex;
  } */
  }