/* Font Import */

/* FontFamily Open_Sans */
  @font-face{
    font-family: "OpenSans-Bold";
    src: url('fonts/Open_Sans/OpenSans-Bold.ttf') format("truetype");
  }

  @font-face{
    font-family: "OpenSans-BoldItalic";
    src: url('fonts/Open_Sans/OpenSans-BoldItalic.ttf') format("truetype");
  }

  @font-face{
    font-family: "OpenSans-ExtraBold";
    src: url('fonts/Open_Sans/OpenSans-ExtraBold.ttf') format("truetype");
  }
  

  @font-face{
    font-family: "OpenSans-ExtraBoldItalic";
    src: url('fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format("truetype");
  }

  @font-face{
    font-family: "OpenSans-Italic";
    src: url('fonts/Open_Sans/OpenSans-Italic.ttf') format("truetype");
  }

  @font-face{
    font-family: "OpenSans-Light";
    src: url('fonts/Open_Sans/OpenSans-Light.ttf') format("truetype");
  }

  @font-face{
    font-family: "OpenSans-LightItalic";
    src: url('fonts/Open_Sans/OpenSans-LightItalic.ttf') format("truetype");
  }

  @font-face{
    font-family: "OpenSans-Regular";
    src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format("truetype");
  }

  @font-face{
    font-family: "OpenSans-Semibold";
    src: url('fonts/Open_Sans/OpenSans-Semibold.ttf') format("truetype");
  }

  @font-face{
    font-family: "OpenSans-SemiboldItalic";
    src: url('fonts/Open_Sans/OpenSans-SemiboldItalic.ttf') format("truetype");
  }




  /* FontFamily PT_Serif*/

  @font-face{
    font-family: "PTSerif-Bold";
    src: url('fonts/PT_Serif/PTSerif-Bold.ttf') format("truetype");
  }

  @font-face{
    font-family: "PTSerif-BoldItalic";
    src: url('fonts/PT_Serif/PTSerif-BoldItalic.ttf') format("truetype");
  }

  @font-face{
    font-family: "PTSerif-Italic";
    src: url('fonts/PT_Serif/PTSerif-Italic.ttf') format("truetype");
  }

  @font-face{
    font-family: "PTSerif-Regular";
    src: url('fonts/PT_Serif/PTSerif-Regular.ttf') format("truetype");
  }

  /* Font family call for indie page Ashraf 22-11-2021*/
    @font-face {
      font-family: 'Courgette-Regular';
      src: url('fonts/indie-fonts/Courgette-Regular.ttf') format("truetype");
    }
    @font-face {
      font-family: 'Poppins-Regular';
      src: url('fonts/indie-fonts/Poppins-Regular.ttf') format("truetype");
    }
    @font-face {
      font-family: 'Poppins-Bold';
      src: url('fonts/indie-fonts/Poppins-Bold.ttf') format("truetype");
    }

/* class for each Desktop TypoGraphy */

  .main-nav-Links{
      font-family: 'OpenSans-Regular';
      font-size: 16px;
      line-height: 22px;
      color: #202020;
  }

  .login{
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 22px;
    color: #202020;
  }
  .footer-nav-links{
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
  }
  .section-titles{
    font-family: 'OpenSans-Bold';
    font-size: 26px;
    color: #202020;
  }
  .home-1-news{
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    line-height: 30px;
    color: #e92c18;
    border-left: 3px solid #e92c18;
    
  }
  .rc-original-hover{
    font-family: 'OpenSans-Bold';
    font-size: 22px;
    color: #202020;

  }
  /* body:hover{
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 22px;
    color: #202020;
  } */
  .podcast-title{
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    line-height: 26px;
    color: #363636;
  }
  .headline-video, .headline-news, .headline-games {
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #363636;
  }
  .rj-names{
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #363636;
  }
  .other-rj-names{
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    line-height: 22px;
    color: #363636;
    font-weight: 500;
  }
  .headline-opinion{
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    line-height: 22px;
    color: #363636;
  }
  body{
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 22px;
    color: #363636;
    background-color: #f9f9f9;
    word-wrap: break-word;
  }
  .episode-no{
    font-family: 'OpenSans-Regular';
    font-size: 13px;
    line-height: 22px;
    color: #363636;
  }
  .by-line{
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 16px;
    color: #363636;
  }
  .podcast-page-head-big{
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #363636;
  }
  .podcast-page-head-small{
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    line-height: 22px;
    color: #363636;
  }
  .web-radio-names{
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    line-height: 26px;
    color: #363636;
  }
  .body-copy{
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 25px;
    color: #363636;
  }


  /* class for each Mobile/Tablet TypoGraphy */

  @media only screen and (max-width: 600px){
	

    .main-nav-Links{
        font-family: 'OpenSans-Regular';
        font-size: 14px;
        line-height: 22px;
        color: #202020;
    }
  
    .login{
      font-family: 'OpenSans-Regular';
      font-size: 13px;
      line-height: 20px;
      color: #202020;
    }
    .footer-nav-links{
      font-family: 'OpenSans-Regular';
      font-size: 16px;
      line-height: 42px;
      color: #ffffff;
    }
    .section-titles{
      font-family: 'OpenSans-Bold';
      font-size: 23px;
      color: #202020;
      line-height: 1.5;
    }
    .home-1-news{
      font-family: 'OpenSans-Bold';
      font-size: 23px;
      line-height: 28px;
      color: #e92c18;
    }
    .rc-original-hover{
      font-family: 'OpenSans-Bold';
      font-size: 23px;
      color: #202020;
    }
    .body-copy-hover{
      font-family: 'OpenSans-Regular';
      font-size: 15px;
      line-height: 24px;
      color: #202020;
    }
    .home-video-headline{
        font-family: 'OpenSans-Bold';
        font-size: 20px;
        line-height: 26px;
    }
    .podcast-title{
      font-family: 'OpenSans-Bold';
      font-size: 18px;
      line-height: 24px;
      color: #363636;
    }
    .headline-news,.headline-games,.headline-opinion{
      font-family: 'OpenSans-Bold';
      font-size: 18px;
      line-height: 24px;
      color: #363636;
    }
    .rj-names{
      font-family: 'OpenSans-Bold';
      font-size: 20px;
      line-height: 26px;
      color: #363636;
    }
    .other-rj-names{
      font-family: 'OpenSans-Bold';
      font-size: 15px;
      line-height: 24px;
      color: #363636;
      font-weight: normal;
    }

    .body-copy{
      font-family: 'OpenSans-Regular';
      font-size: 15px;
      line-height: 24px;
      color: #363636;
    }
    .episode-no{
      font-family: 'OpenSans-Regular';
      font-size: 12px;
      line-height: 16px;
      color: #363636;
    }
    .by-line{
      font-family: 'OpenSans-Regular';
      font-size: 12px;
      line-height: 16px;
      color: #363636;
    }
    .podcast-page-head-big{
      font-family: 'OpenSans-Bold';
      font-size: 20px;
      line-height: 26px;
      color: #363636;
    }
    .podcast-list-names{
        font-family: 'OpenSans-Bold';
        font-size: 18px;
        line-height: 24px;
        color: #363636;
    }
    .podcast-page-head-small{
      font-family: 'OpenSans-Bold';
      font-size: 14px;
      line-height: 20px;
      color: #363636;
    }
    .web-radio-names{
      font-family: 'OpenSans-Bold';
      font-size: 20px;
      line-height: 26px;
      color: #363636;
    }
    .web-radio-desc{
        font-family: 'OpenSans-Regular';
        font-size: 15px;
        line-height: 24px;
        color: #363636;

    }
}

/* Desktop Head  */
    .desktop-head{
      max-width: 1174px;
      min-height: 111px;
      padding-top: 11px;
    }

    /* For responsive image */
      img{
        width: 100%;
        height: auto;
      }

    .logo-top{
      padding: 0px;
      max-width: 179px;
    }

    .main-navbar ul {
      white-space: nowrap;
      overflow-x: visible;
      display: block;
    }

    .inline-menu {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .inline-menu li {
      display: inline-block;
      /*padding: 35px 18px;*/
      padding: 35px 9px;
      /*color: black;*/
    }
    @media only screen and (max-width: 600px){
      .main-navbar ul {
        overflow-x: auto;
      }
  
      .inline-menu li {
        display: inline-block;
        padding: 13px 7px;
        color: black;
      }
    }

    .nav-top{
      max-width: 830px ;
    }

    .top-rhs{
      padding-top: 33px;
      padding-left: 0px;
      padding-right: 0px;
    }

    .city-select{
      background-color: #046dbd;
      color: #ffffff;
      border-radius: 5px;
      width:150px;
    }
    @media only screen and (max-width: 600px){
      .city-select{
        width: 100px;
      }
    }

    .login-col{
      padding-top: 19px;
      padding-left: 0px;
      
    }
    .login-img-top{
      border-radius: 50%;
    }

.header{
  border-bottom: 4px solid #e92c18;
}

.container{
  /* max-width: 1146px; */
  max-width: 1200px;
}


 /* advertisement banner */
    .advertisement-horizontal{
      max-width: 1116px;
      max-height: 442px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .advertisement-horizontal-small{
      max-width: 1116px;
      /* max-height: 198px; */
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .large-vertical-banner{
      max-width: 300px;
      /* max-height: 646px; */
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

.section-titles{
  border-bottom: 2px solid #e92c18;
}

/* For play Button Over Image */

      .video-post-wrapper {
        position: relative;
    }
    .video-post-wrapper .video-overlay {
        position: absolute;
        left: 13px;
        bottom: 10px;
        color: #fff;
    }
    .camera-icon-wrapper {
      text-align: center;
      width: 25px;
      height: 25px;
      margin-right: 20px;
      border-radius: 50%;
      font-size: 10px;
      line-height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .bg-light-blue {
      background: #2d84d1;
    }

/* .video-post-wrapper{
  width: 261px;
  padding-left: 15px;
  padding-right: 15px;
}

.mumbai-vid-test{
  width: 261px;
  padding-left: 15px;
  padding-right: 15px;

} */


/* swiper navigatio for mumbai videos */
    .mumbai-vid-slide .swiper-button-next:after,.mumbai-vid-slide .swiper-button-prev:after {

      font-size: 31px !important;
      color: #ea5029;
      font-weight: bolder;
    }

    .next-2{
      right: 0px!important;
    }

    .prev-2{
      left: 0px!important;
    }


.arrowbutton{
  float: right;
  color:#e92c18;
  padding-top: 3px;
  font-size: 14px;
}

.other-rj{
  width: 20%;
}
@media only screen and (max-width: 600px){
  .other-rj{
    width: 50%;
  }
}

.listicles-img-bg{
  background: linear-gradient(to bottom, #f9f9f9 30%, #de4638 30%);
  min-height: 383px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  
}

.listicles-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 239px;
  max-width: 426px;
  position: relative;
}

.camera-img{
  position: absolute;     
  bottom: -20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.listicles-text{
  color: #fff;
  margin: 30px;
  font-family: 'OpenSans-Bold';
  font-size: 22px;
  line-height: 30px;
}

.opinion-img{
  /* border-radius: 50%; */
  aspect-ratio: 1;
  object-fit: cover;
}

.play-button{
  background-color: #dd4a39;
  color: #fff;
  font-weight: 700;
}

/* Footer css */
  .footer{
    background-color: #dd4a39;
    color: #f9f9f9;
  }

  .bottom-icon{
    font-size: 20px!important;
    padding: 6px;
  }

  .footer-rhs{
    text-align: end;
  }

  @media only screen and (max-width: 600px){
    .footer-rhs{
      text-align: center;
    }
  }

  .footer-button{
    background-color: black;
    width: 198px;
    height: 50px;
  }

  
.mobile-top{
  color:#046dbd;
  font-size: 20px;
  
}

.button-view-all{
    width: 25%;
    background-color: #ea5029;
    color: #f9f9f9;
    line-height: 38px;
    font-weight: 600;
    text-align: center!important;
    margin: auto;
}
@media only screen and (max-width: 600px){
  .button-view-all{
    width: 100%;
  }
}


.radiocity-originals-swiper .swiper-slide{
  position: relative;
  height: 420px;
}

.rc-original-name {
  /*position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 83%;
  font-weight: 600;
  left: 0;
  right: 0;
  top: 325px;
  text-align: center;
  font-size: 22px;
  padding-block: 15px;
  padding-inline: 45px;
  background-color: #ea5029;
  color: #f9f9f9;
  line-height: 30px;
  min-height: 90px;*/
  position: absolute;
  font-weight: 600;
  left: 0;
  right: 0;
  bottom: 17px;
  text-align: center;
  font-size: 22px;
  padding-block: 15px;
  background-color: #ea5029;
  color: #f9f9f9;
  line-height: 30px;
  min-height: 65px;  
}
/* .radiocity-originals-swiper img{
  width:100%
} */

@media only screen and (max-width: 600px){
  .rc-original-name {
    bottom: -3px;
    /*position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 76%;
    font-weight: 600;
    left: -27px;
    right: 0;
    top: 264px;
    text-align: center;
    font-size: 22px;
    padding-block: 15px;
    padding-inline: 40px;
    background-color: #ea5029;
    color: #f9f9f9;
    line-height: 30px;
    min-height: 91px;*/
  }
  /* .radiocity-originals-swiper img{
    width: 261px;
  } */
  .radiocity-originals-swiper .swiper-slide{
    position: relative;
    /* height: 345px; */
  }
}

.radiocity-originals-swiper .swiper-pagination{
--swiper-theme-color: grey;

}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -6px!important;
}

/* .onhover:hover{
  opacity: 1;
} */

.onhover:hover {
  display: block;
  opacity: 1;

  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
}

.onhover{
  position: absolute;
  height: 420px;
  width: 100%;
  padding-top:100px;
  padding-inline: 40px;
  background-image: linear-gradient(to bottom, rgb(232, 164, 94,.9), rgb(233, 89, 70,.9));
  /* background:rgb(213, 86, 58,.9); */
  top: 0px;
  opacity: 0;
}

/* Podcast Landing Page */
    .load-more-button{
      text-decoration: none;
      color: #f9f9f9;
      background : linear-gradient(to right,#e8463a,#eb7441);
      border-radius:60px/60px;
      font-weight: bold;
    }

    .load-more-button:hover {
      color: #fff !important;
      text-decoration: none ;
    }

    .episodes-btn, .episodes-btn-mumbai{
      text-decoration: none;
      color: #f9f9f9;
      background: #ca4234;
      border-radius:60px/60px;
      font-weight: bold;
      position: absolute;
      font-size: 10px;
      top: 76%;
      left: 3%;
    }

    .episodes-btn-mumbai{
      left: 4%;
      top:80%
    }

    @media only screen and (max-width: 600px){
      .episodes-btn, .episodes-btn-mumbai{
        text-decoration: none;
        color: #f9f9f9;
        background: #ca4234;
        border-radius:60px/60px;
        font-weight: bold;
        position: absolute;
        font-size: 10px;
        top: 74%;
        left: 2%;
      }
  
      .episodes-btn-mumbai{
        left: 4%;
        font-size: 14px;
        top:84%;
      }
    }

/* video page css */

  .video-head-big-thumb{
    font-family: 'OpenSans-Bold';
    font-size: 22px;
    line-height: 30px;
    color: #363636;
  }

  .video-listing-head-small-thumb{
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #363636;
  }

  .video-head-small-thumb{
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    line-height: 22px;
    color: #363636;
  }
  @media only screen and (max-width: 600px){
    .video-head-big-thumb{
      font-family: 'OpenSans-Bold';
      font-size: 20px;
      line-height: 26px;
      color: #363636;
    }
  
    .video-head-small-thumb{
      font-family: 'OpenSans-Bold';
      font-size: 14px;
      line-height: 20px;
      color: #363636;
    }
  
}

a:hover {
  color: inherit;
  text-decoration: none !important;
}

.mumbai-rj-slide .swiper-button-next:after, .mumbai-rj-slide .swiper-button-prev:after ,.slider-otherrjss .swiper-button-next:after, .slider-otherrjss .swiper-button-prev:after{
  background: black;
  padding: 8px;
  padding-inline: 15px;
  border-radius: 7px;
  color: #ca4234;
  font-weight: 900;
}

.ulli-article ul {
  display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.ulli-article ul li {
  display: block;
  flex: 0 1 auto; /* Default */
  list-style-type: none;
  background-color: white;
  padding: 0 0.75em;
  z-index: 1;
  border: 2px dotted grey;
  border-radius: 5px;
  font-weight: 900;
  font-size:12px;
}


.ulli-article ul:after {
  content: '';
  border-bottom: 3px dotted grey;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}

.ulli-article{
  width: 50%;
  margin-top: 25px;
}

@media only screen and (max-width: 600px){
  .ulli-article{
    width: 100%;
    margin-top: 25px;
  }
}
.readmore-article{
  color: #f9f9f9;
  background: linear-gradient(to right,#e8463a,#eb7441);
}

.share-overlay-bt{
  position:absolute;
  background-color: #465897;
  color:white;
  bottom: 0px;
  right: 0px;
}

/* .ulli-article ul li a{
  color: inherit;
} */

.activenow{
  border: 2px dotted #eb7441 !important;
  color: #eb7441;
}

.activenowin{
  color: #eb7441 !important;

}

.orange-color {
  color: #eb7441;
}

a {
  color: inherit;
}

.camera-icon-photos-page-landing .fa-camera:before {
  font-size: 20px;
}
.camera-icon-photos-page-landing {
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rhs-title{
  font-size: 20px;
}

.episodes-btn-detail{
  text-decoration: none;
  color: #f9f9f9;
  background: #ca4234;
  border-radius: 60px/60px;
  font-weight: bold;
  position: absolute;
  font-size: 9px;
  top: 80%;
  left: 4%;
}

@media only screen and (max-width: 600px){
  .episodes-btn-detail{
    top: 71%;
  }

}

.camera-icon-listicles{
  text-align: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.camera-icon-listicles .fa-camera{
  font-size: 22px;
}

.desktop-search{
  position: absolute;
  right: 195px;
  top: 28px;
  display: none;
  font: inherit;
}

.mobile-search{
  z-index: 99;
  position: absolute;
  left: 59px;
  top: 30px;
  width: 209%;
  display: none;
  font: inherit;
}

/* Audacity Page Start */

ul#menu li h5 , ul#menu li {
  display:inline;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      color:#307cb3;
      background-color: #f9f9f9;
      border-bottom: 3px solid #307cb3;
  }
  .for-nav-tab .tab-content{
      max-width: 1080px;
      margin: auto; 
      background-color: white;
  }
  .for-nav-tab .tab-content .tab-pane{
      border-left: 5px solid #f9c346;
  }
  .burger-menu{
      position: absolute;
      top: 14px;
      left: 14px;
      color: white;
      font-size: 22px;
      z-index: 123;
  }
  .desktop-nav-audacity{
      background-color: white;
      border-radius: 15px;
      position: absolute;
      top: 46px;
      left: 28%;
  }
  .burger-menu-content{
      background-color: white;
      color: black;
      display: none;
  }
  .cat-select{
      width: -webkit-fill-available;
      font-size: x-large;
      padding: 9px;
      background: #ebebeb;
      border: none;
      border-radius: 5px;
      }
  .cat5{
      border-bottom: 2px solid #1f1f1f;
      }
  .swiper-container-classified-2 .swiper-slide { 
      width: auto 
  }
  .classi-text {
      font-size: large;
      font-weight: 600;
      /* color: white; */
      background: #d8d8d8;
      margin: auto;
      padding: 10px;
      border-radius: 7px;
  }
  .swiper-container-classified-2 .swiper-button-prev {
      top: 45%;
      left: -7px;
  }
  .swiper-container-classified-2 .swiper-button-next {
      right: -7px;
      top: 45%;
      left: auto;
  }
  .swiper-container-classified-2 .swiper-button-prev:after{
      content: 'prev';
      font-size: 15px;
      font-weight: bolder;
      color: grey;
  }
  .swiper-container-classified-2 .swiper-button-next:after{
      content: 'next';
      font-size: 15px;
      font-weight: bolder;
      color: grey;
  }
  .active-trumpet{
      background:rgb(49, 124, 181)!important;
      color:rgb(255, 255, 255)!important; 
  }
  .datepicker{
      border: 3px solid #5091f5;
      border-radius: 5px;
      font-size: large;
  }
  .audicity-icon{
      padding: 18px;
      background-color: #212529;
      color: white;
      margin: -2px;
  }
  .iframe-audacity{
      border:none;height: 100%;width: 100%;
  }


  /* Audacity page End */

  .facebook-icon-share{
    padding: 12px;
    padding-inline: 15px;
    background-color: #465897;
    color: white;
    margin: -2px;
    margin-right: 5px;
    font-size: 24px;
    border-radius: 2px;
}

.twitter-icon-share{
  border-radius: 2px;
  padding: 12px;
  background-color: #61beea;
  color: white;
  margin: -2px;
  font-size: 24px;
}
.video-desc-detail{
  font-size: 15px;
  line-height: 1.7;
}

.hamburgermenuoption{
  box-shadow: 0px 1px 4px -1px #888888;
  border-radius: 5px;
}

/* .burgerul{
  

} */

.mobileburgernav{
  position: absolute;
  left: -100%;
  -webkit-transition: left 800ms ease-in;
  -moz-transition: left 800ms ease-in;
  -ms-transition: left 800ms ease-in;
  transition: left 800ms ease-in;
  z-index: 9999;
  width: 80%;
}

.multiselect-container{
  width: 174px;
  overflow: hidden;

}

.banner-slider .swiper-button-prev ,.banner-slider .swiper-button-next{
  /* display: none!important; */
  color: grey;
  font-size: 20px;
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.banner-slider .swiper-button-prev::after ,.banner-slider .swiper-button-next::after{
  font-size: 50px;
  font-weight: bold;
}
.banner-slider:hover .swiper-button-prev ,.banner-slider:hover .swiper-button-next{
  /* display: block!important; */
  opacity: 1 !important;
}

.banner-slider>.swiper-pagination-bullets{
  bottom: -28px!important;
}

.banner-slider .swiper-pagination {
  --swiper-theme-color: grey;
}

.radiocity-exclu-slider .swiper-button-next:after, .radiocity-exclu-slider .swiper-button-prev:after{
  background: black;
  padding: 8px;
  padding-inline: 12px;
  border-radius: 7px;
  color: #ca4234;
  font-size: x-large;
  font-weight: 900;
}

.article-reviews-slider .swiper-button-next:after, .article-reviews-slider .swiper-button-prev:after{
  background: black;
  padding: 8px;
  padding-inline: 12px;
  border-radius: 7px;
  color: #ca4234;
  font-size: x-large;
  font-weight: 900;
}

.you-may-article-detail .swiper-button-next:after, .you-may-article-detail .swiper-button-prev:after{
  background: black;
  padding: 8px;
  padding-inline: 12px;
  border-radius: 7px;
  color: #ca4234;
  font-size: x-large;
  font-weight: 900;
}

/* Drop Down Top extra menu */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  left: -6px;
  top: 15px;
  -moz-transition:all 1s linear;
  -webkit-transition:all 1s linear;
  -o-transition:all 1s linear;
  transition:all 1s linear;
  }

  .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  }

  .dropdown-content a:hover {
  background-color: #ddd;
  }

  .dropdown:hover .dropdown-content,.dropdown-content:hover  {
  display: block;
  }

  .fourlinelimit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .advertisement-text{
    margin-top: 16px;
    text-align: center;
    font-size: 1em;
    color: #2572b7;
    letter-spacing: 1px;
  }

/* Quiz CSS START */
  
        .answer_result{
          padding-left: 88px;
      }
      .answer_result1_text{
          font-weight: 600;
      }
      .progress_quiz {
          margin: 15px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 1rem;
          overflow: hidden;
          font-size: .75rem;
          background-color: #e9ecef;
          border-radius: .25rem;
      }
      .quiz {
          width: 100%;
      }
      .spanquiz {
          display: block;
          width: 60%;
          padding: 10px;
          
      }
      @media screen and (min-width:1200px) {
          .choices:hover {
              cursor: pointer;
              /*border: 1px solid rgba(81,203,238,1);*/
              box-shadow: 0 0 10px rgba(81,203,238,1);
              font-size: 14px;
          }
      }
      .buttons button {
          padding: 15px 45px;
          background: #fafafa;
          border: 1px solid #f00;
          color: #f00;
      }
     
      .buttons button.reset {
          border-color: #00f;
          color: #00f;
      }
     
      button:focus {
          outline: none;
      }

      .hide {
          display: none!important;
      }
      .bgcolorpink, .bgcolorpink:hover {
          background:linear-gradient(to right,#e8463a,#eb7441);
      }
      .quest{
          line-height: 1.5;
          color: black;
          font-size: 28px;
      }
      .resultParagraph{
          font-size: 25px;
      }

      @media screen and (max-width: 768px) {

          .displayline{
              display: inline;
          }

      }  

      .other-quiz-name{
          font-size: 18px;
          line-height: 1.5;
      }
      .quest-body{
          min-height: 270px!important;
      }
      .choices{
          width: 100%;
      }
/* Quiz CSS END */

@media screen and (max-width:396px) {
    .bottom-icon {
      font-size: 21px!important;
      padding: 11px!important;
  }
}

.line-clamp-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.top-icon{
  color: white;
  font-size: 18px;
  padding-inline: 8px;
}

.top-icon-contain{
  position: absolute;
  right: -206px;
  width: 149px;
  top: -11px;
  background: #ee7038;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 3px;
  padding-left: 5px;
}

.share-icon-quiz{
  font-size: 20px!important;
  padding: 6px;
}

@media screen and (max-width:396px) {
  .share-icon-quiz {
    font-size: 21px!important;
    padding-inline: 11px!important;
    padding-top: 17px!important;
}
}

.rcbanner{
  aspect-ratio:561/208;
  /* min-height: 250px; */
}

@media screen and (max-width: 600px) {

  .rcbanner{
    aspect-ratio:530/208;
  }
  

}  

/* css for radiocity investor player buttons  start*/
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}


#light {
  display: none;
  position: fixed;
  left: 25%;
  top: 25%;
  max-width: 600px;
  width: 100%;
  max-height: 360px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}
@media screen and (max-width: 600px) {
  #light {
    left: 0%;
    top: 25%;
  }
}
#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

/* css for radiocity investor player buttons  end*/




/* css for indie page Ashraf Maniyar start */

.progressbar::-webkit-progress-value {
  background-color: #e92c18;
}
.section-titles-indie{
  font-family: 'Courgette-Regular';
}
.bkimg{
  
  width: 100%;
  background-size: cover !important;
}
.indie-podcast .swiper-pagination-bullet{
  border: 1px solid white;
  opacity: 1;
}
.indie-podcast .swiper-pagination-bullet-active{
  background-color: white;
}
.nav-link.active{
  background-color: #f06f38 !important;
  border-bottom:none !important;
}
.back-img{
  position: relative;
  filter: blur(0px)  brightness(100%);
  -webkit-filter: blur(0px)  brightness(100%);
  height: 290px;
}
.swiper-slide-active .back-img{
  filter: blur(7px)  brightness(47%);
  -webkit-filter: blur(7px)  brightness(47%);
}
.swiper-slide-active .over-img{
  display:block;
}
.over-img{
  display:none;
  top: 10%;
}
.hp_slide{
  background:darkgrey;
  height:3px;
  position:relative
}
.hp_range{
  width:0px;
  background:white;
  height:3px;
  position:absolute;
  top:0px;
}
.play-button-new{
  border: 2px solid white;
}
.line-clamp-2-shows{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height:44px
}
@media only screen and (max-width: 600px) {
  .line-clamp-2-shows{
      -webkit-line-clamp: 1;
      height: auto;
  }
}
.durationslide{
  position: relative;
  top: -13px;
  width: 100%;
  height: 3px;
  opacity: 0;
}
.prev{
  position: absolute;
  color: #007aff;
  bottom: 185px;
  font-size: 45px;
  left: 108px;
  z-index: 9999;
}
.next{
  z-index: 9999;
  position: absolute;
  color: #007aff;
  right: 108px;
  bottom: 185px;
  font-size: 45px;
}
.row-myswiper .swiper-button-disabled{
  display: none !important;
}
.mymodalartist{
  position: fixed;
  width: 100%;
  z-index: 7;
  background-color: #00000061;
  height: 100%;
  top: 0px;
  left: 0px;
}
.modalchild{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 7;
  padding: 10px;
  border-radius: 10px;
  max-width: 90%;
  width: 1000px;
  max-height: 85vh;
  overflow-y: scroll;
}
.mySwiper .swiper-pagination-bullet-active {
      background-color: white;
}
.mySwiper .swiper-pagination-bullet {
  border: 1px solid white;
  opacity: 1;
}
.artist-swiper .swiper-pagination-bullet-active , .indie-gallery-video .swiper-pagination-bullet-active ,.indie-gallery-image .swiper-pagination-bullet-active{
  background-color: white;
}
.artist-swiper .swiper-pagination-bullet , .indie-gallery-video .swiper-pagination-bullet ,.indie-gallery-image .swiper-pagination-bullet {
  border: 1px solid white;
  opacity: 1;
}
.play-button-top{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 27px;
  color: white;
}
.fa-play.play-button-top{
  opacity: 0;
}
.fa-pause.play-button-top{
  opacity: 0.8;
}
.playparent:hover .play-button-top{
  opacity: 0.8;
}
.playparent{
  text-align: left;
}
.topslider{
  height: 3px;
  width: 100%;
  bottom: 6px;
  left: 0px;
  opacity: 0;
}
.bkimg1{
  min-height: 520px; 
  background: url('images/backgrounds-indie/Desktop-Header-Bg-new.png'); 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-position: center; */
}
.bkimg2{
  background: url('images/backgrounds-indie/RC-Indie-Page-Podcast-BG.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;background-position: center;
}
.bkimg3{
  background: url('images/backgrounds-indie/RC-Indie-Page-TopArtists-BG.jpg');background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.bkimg4{
  background: url('images/backgrounds-indie/RC-Indie-Page-Interview-BG.jpg');background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.bkimg5{
  background: url('images/backgrounds-indie/RC-Indie-Page-News-BG.jpg');background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.bkimg6{
  background: url('images/backgrounds-indie/RC-Indie-Page-Gallery-BG.jpg');background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 600px) {
  .bkimg1{
      min-height: 438px; 
      background: url('images/backgrounds-indie/Mobile-Header-indie-new.jpg');
      background-size: 100% 100%;
      background-repeat: no-repeat;
      /* background-position: center; */
  }
  .bkimg2{
      background: url('images/backgrounds-indie/M-Podcast-BG.jpg');
      background-size: 100% 100%;
      background-repeat: no-repeat;background-position: center;
  }
  .bkimg3{
      background: url('images/backgrounds-indie/M-Top-Artist-BG.jpg');background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  .bkimg4{
      background: url('images/backgrounds-indie/M-News-BG.jpg');background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  .bkimg5{
      background: url('images/backgrounds-indie/M-News-BG.jpg');background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  .bkimg6{
      background: url('images/backgrounds-indie/M-Gallery-BG.jpg');background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
}   
.progressbar{
  width: 100%;
  height: 3px;
  background-color: #e92c18;
}
.currenttime,.totalduration{
  margin-bottom: -13px;
}

.scrolling{
  overflow-y: scroll;
  overflow-x:hidden;
  max-height: 222px;
}
/* width */
.scrolling::-webkit-scrollbar {
width: 10px;
}

/* Track */
.scrolling::-webkit-scrollbar-track {
  background: #ffffff1f;
  border-radius: 10px;
}

/* Handle */
.scrolling::-webkit-scrollbar-thumb {
background: #5b50ab; 
border-radius: 10px;
}

/* Handle on hover */
.scrolling::-webkit-scrollbar-thumb:hover {
background: #b30000; 
}

.title-news-interview{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.desc-news-interview{
  font-size: 14px;
  color: #cfcfcf;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  letter-spacing: 0.1px;
}
.readmore-indiepage{
  color: #e92c18;
}

.readmore-stick{
  bottom: 10px;
  left: 12px;
}
/* css for indie page Ashraf Maniyar End */


/* css to fix footer in mobile view */

.follow-us{
  text-align: end;
  border-right: 1px solid #dee2e6;
}

.download-app{
  text-align: start;
}

@media only screen and (max-width: 600px) {
  .follow-us,.download-app{
    text-align: center;
    border-right: none;
  }
}




/* css to fix indie news */

.indie-gallery-video .swiper-button-next ,.indie-gallery-video .swiper-button-prev ,.indie-gallery-image .swiper-button-next,.indie-gallery-image .swiper-button-prev{
  color: #e92c18;
}


.bkimgpodcs .podcast-page-head-big ,.bkimgpodcs .Breadcrumb{
  color: white;
}
.bkimgpodcs .section-titles{
  color: white;
}
.webradio-dropdown-content a{
  color: black;
}
.bkimgpodcs {
  background: url('images/backgrounds-indie/Indie-News-Podcasts-page-BG.png');
  background-position: center;
}

@media screen and (max-width: 600px) {
  .bkimgpodcs {
    background: url('images/backgrounds-indie/Mobile-News-Podcasts BG.jpg');
    background-position: center;
  }
}
  

.bkimgpodcs .body-copy{
  color: white;
}

.bkimgpodcs .video-head-big-thumb{
  color: white;
}

.headlineback{
  background-color: #000000a3;
  border-radius: 10px;
}

.headlineback iframe{
  border:none;
}

.overlayindie {
  z-index: 0;
  top: 0px;
  left: 0px;
  background: linear-gradient(0deg, #000000ab 30%, #ffffff00 70%);
}

.blankspaceindie{
  height: 161px;
}

@media screen and (max-width: 600px) {
  .blankspaceindie{
    height: 330px;
  }
  .indie-viewall .viewallmi{
    font-size: 17px !important;
    padding-inline: 23px !important;
  }
}

.burger-menu-indie{
  transition: all 0.7s ease;
  overflow: hidden;
  width: 0px;
  height:0px;
}

.burger-menu-indie ul li{
  padding-block:4px;
  cursor: pointer;
}

.indie-input{
  border-radius: 12px;
  padding: 9px;
  background: black;
  color: white;
  width: 85%;
}
.indie-submit{
background: #f07238;
padding: 10px;
width: 50%;
border-radius: 20px;}

.line-clamp12{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    max-height: 296px;}

.newfeature{
  position: absolute;
  top: 18px;
  right: -5px;
  background: #ee1d23;
  border-radius: 43%;
  /* width: 31px; */
  font-size: 10px;
  padding-top: 0px;
  /* height: 20px; */
  color: #fff;
  padding-inline: 3px;
}

@media screen and (max-width: 600px) {
  .newfeature{
    position: absolute;
    top: -15px;
    right: -11px;
    background: #ee1d23;
    border-radius: 15%;
    /* width: 31px; */
    font-size: 7px;
    /* padding-top: 0px; */
    height: 19px;
    color: #fff;
    padding-inline: 5px;
  }
}

.desktop-head .nav-top{
  min-width: 770px;
}

.bkimgpodcs .swiper-pagination-bullet {
  border: 1px solid white;
  opacity: 1;
}

.bkimgpodcs .swiper-pagination-bullet-active {
  background-color: white;
}

/* hamburgermenuoption Sonal new start */

.hamburgermenuoption{
  background: linear-gradient(0deg, #e0e0e0, transparent);
}
.hamburgermenuoption {
  box-shadow: none; 
  border-radius: 0px;
}
.web-radio-submenus-scrollbar .anchor-tag{
  font-size: 14px;
  padding: 12px 16px;
  margin: 0px;
}
.web-radio-submenus-scrollbar{
  padding: 0px !important;
  margin: 0px;
}
.web-radio-submenus-scrollbar .anchor-tag:hover{
  background: #ddd;
}
.web-radio-submenus-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.web-radio-submenus-scrollbar::-webkit-scrollbar-thumb {
  background: #2572b7;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.web-radio-submenus-scrollbar::-webkit-scrollbar-corner {
  background: #000;
}
.main-nav-Links,.dropdown-content a {
  font-size: 16px;
  font-family: 'OpenSans-Bold';
}
.webradio-dropdown-content a {
  font-size: 14px;
}

/* hamburgermenuoption Sonal new end */