.ucan-pdcastpausebtn {
  display: none;
}
/*  -------------------------------------   */
.ucannew-landing-wrapper {
  margin-top: 20px;
  background: rgb(10, 72, 97);
  background: linear-gradient(
    90deg,
    rgba(10, 72, 97, 1) 0%,
    rgba(2, 102, 141, 1) 100%
  );
  float: left;
  width: 100%;
}
.uca-new-hm-landing-flex {
  display: flex;
}
.uca_new-hm-landing-wrapper {
  padding: 35px 0;
}
.uca-new-hm-landing-left-wrapper {
  width: 55%;
  padding-right: 4%;
}
.uca-new-hm-landing-right-wrapper {
  width: 45%;
  padding-left: 4%;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1250px) {
  .uca-new-hm-landing-left-wrapper {
    width: 55%;
    padding-right: 3%;
  }
  .uca-new-hm-landing-right-wrapper {
    width: 45%;
    padding-left: 3%;
  }
}
@media only screen and (max-width: 991px) {
  .uca-new-hm-landing-flex {
    flex-direction: column;
  }
  .uca-new-hm-landing-left-wrapper {
    width: 100%;
    padding-right: 0%;
  }
  .uca-new-hm-landing-right-wrapper {
    width: 100%;
    padding-left: 0%;
    border-left: none;
    /* margin-top: 35px; */
  }
}
.uca-new-hm-landing-headings {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 20px;
}

.uca-new-hm-landing-headings a{
  text-decoration: none;
  color: #ffffff;
}
.uca-new-hm-landing-headings::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #ffffff;
}
.uca-new-hm-landing-podcast-wrapper {
  margin-top: 35px;
}
.uca-landingpage-podcast {
  position: relative;
}
.uca-pod-tag {
  position: absolute;
  background-color: #ffffff;
  color: #241f58;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px 15px 2px 2px;
  left: -25px;
  top: 45px;
  transform: rotate(270deg);
}
.uca-pod-tag a{
  text-decoration: none;
  color: #241f58;
}
.uca-podcast-card {
  background-color: #ffffff;
  display: flex;
  margin-left: 30px;
  border-radius: 15px 15px 2px 2px;
}

.uca-podcast-img-wrapper {
  min-height: 100%;
  position: relative;
}
.ucan-podcast-cover {
  height: 98%;
  width: 150px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 15px 2px 2px 2px;
  padding: 2px;
}
@media only screen and (max-width: 600px) {
  .uca-podcast-card {
    flex-direction: column;
  }
  .uca-podcast-img-wrapper {
    width: 135px;
  }
  .ucan-podcast-cover {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .uca-podcast-img-wrapper {
    width: 99%;
    height: 250px;
  }
  .ucan-podcast-cover {
    border-radius: 15px 15px 0 0;
  }
}
.ucan-pdcastplaybtn,
.ucan-pdcastpausebtn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.uca-podcast-card-contents {
  padding: 20px;
  width: 100%;
}
.ucan-podcast-img-mob-wrapper {
  display: flex;
}
.ucan-podcast-mob-details {
  padding: 15px;
}
.ucan-podcast-mob-details {
  display: none;
}
@media only screen and (max-width: 600px) {
  .uca-podcast-card-contents {
    padding: 20px;
    width: unset;
  }
  .ucan-podcast-mob-details {
    display: block;
    width: 67%;
  }
}
@media only screen and (max-width: 480px) {
  .ucan-podcast-mob-details {
    display: none;
  }
}
.ucan-podcast-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 991px) {
  .ucan-podcast-title {
    overflow: unset;
    display: block;
    -webkit-line-clamp: unset; /* number of lines to show */
    line-clamp: unset;
    -webkit-box-orient: unset;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.ucan-podcast-card-audio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 95.5%;
}
.ucan-podcast-details-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ucan-podcast-datetime {
  color: #000;
  font-size: 15px;
  margin-bottom: 3px;
  line-height: 22px;
}
.ucan-podcasr-readmore {
  font-size: 13px;
  text-decoration: none;
  color: #074877;
  line-height: 26px;
}
@media only screen and (max-width: 600px) {
  .ucan-podcast-title-desk {
    display: none;
  }
  .ucan-podcast-details-wrapper-desk {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .ucan-podcast-title-desk {
    display: block;
  }
  .ucan-podcast-details-wrapper-desk {
    display: block;
  }
}
/*  000000000000000000000000000 */
.ucan-newhm-a {
  text-decoration: none;
}
.ucan-new-hm-landing-wekimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 20px;
  border: 3px solid #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1250px) {
  .ucan-new-hm-landing-wekimg {
    height: 370px;
  }
}
@media only screen and (max-width: 991px) {
  .ucan-new-hm-landing-wekimg {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .ucan-new-hm-landing-wekimg {
    height: 300px;
  }
}
.uca-new-hm-land-wekhead {
  margin-top: 25px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  word-wrap: normal;
  word-break: normal;
}
.ucan-new-hm-land-content {
  color: #ffffff;
  font-family: 16px;
  line-height: 25px;
  margin-top: 12px;
  word-wrap: normal;
  word-break: normal;
}
.ucan-new-hm-land-content-btn {
  float: right;
  background-color: #ffffff;
  font-size: 14px;
  color: #2d295a;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 8px 15px;
  margin-top: 15px;
  font-weight: 500;
  cursor: pointer;
}
.ucan-podcast-otherapps {
  background-color: #ffffff;
  margin-left: 30px;
  margin-top: 5px;
  border-radius: 1px;
  padding: 10px;
}
.ucan-podcast-apps-links {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}
.ucan-podcast-apps-links li {
  margin-right: 6%;
  margin-top: 2px;
  margin-bottom: 2px;
}
.ucan-podcast-apps-links li:last-child {
  margin-right: 0;
}
.podcast-audiowrapper {
  width: 100%;
}
.play-pause-btn {
  display: none !important;
}
.ppq-audio-player {
  background: #ffffff !important;
  line-height: 2 !important;
  height: 29px !important;
}
.ppq-audio-player .player-bar .player-bar-played {
  background: #065878 !important;
  cursor: pointer;
}
.ppq-audio-player .player-time-duration {
  float: left !important;
  font-size: 14px;
  margin: 0 0 0 4px !important;
}
.ppq-audio-player .player-time {
  font-size: 14px;
  margin-right: 4px !important;
}
.ppq-audio-player .player-bar {
  margin-top: 12px !important;
}
.playertime-divider {
  float: left;
}
.uca-new-hm-landing-video-container iframe {
  height: 350px;
}
@media only screen and (max-width: 576px) {
  .uca-new-hm-landing-video-container iframe {
    height: 250px;
  }
}
.uca-new-hm-landing-video-container {
  margin-bottom: 30px;
  position: relative;
}
.ucan-new-contentbtn-wrapper {
  display: flex;
  justify-content: flex-end;
}

.uca-new-hm-landing-video-container-link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
}