.webinar-postBanner-wrapper {
  padding: 50px 0 60px;
}

.webinar-postBanner-wrapper .webinar-post-inner {
  display: flex;
  flex-wrap: wrap;
}

.webinar-postBanner-wrapper .webinar-post-inner>div {
  width:50%;
}

.webinar-postBanner-wrapper .webinar-post-inner > div > div {
  padding: 0 15px;
}

.webinar-postBanner-wrapper .webinar-post-leftInner iframe {
  max-width: 100%;
  height: 283px;
  border: 0;
}

.webinar-postBanner-wrapper .wbinar-back-btnwrapper a {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.webinar-postBanner-wrapper .wbinar-back-btnwrapper a img {
  max-height: 24px;
  display: block;
  margin-right: 10px;
  transform: rotate(180deg);
}

.webinar-postBanner-wrapper .webinar-post-right {
  padding-top: 0px;
  padding-left: 30px;
  text-align: left;
}

.webinar-postBanner-wrapper .webinar-post-rightInner h1 {
  text-align: left;
  margin-top:0;
  font-size: 37px;
  line-height: 1.27;
}

.webinar-postBanner-wrapper .webinar-post-rightInner p {
  text-align: left;
  font-size: 17px;
  line-height: 1.65;
}

.webinar-postBanner-wrapper .webinar-post-right .webinar-btn {
  margin-top: 0px;
  background-color: #0055fb;
  color: #fff;
  background-image: url("https://pages.prodigitas.com/hubfs/Prodigitas_july2021/Icons/button-arrow.webp");
  background-repeat: no-repeat;
  background-position: right 4px top 5px;
  background-size: 20px;
  border-radius: 10px;
  padding: 0 12px;
  font-family: Circular Std Medium;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 3.37;
  text-align: center;
  transition: all .4s ease;
  display: inline-block;
  text-decoration: none;
  max-width: 243px;
  width: 100%;
}

.webinar-postBanner-wrapper .webinar-post-right .webinar-btn img {
  max-height: 20px;
  display: block;
  margin-left: 23px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.webinar-postBanner-wrapper .webinar-post-right .webinar-btn:hover img {
  margin-left: 33px;
}

.webinar-postBanner-wrapper .webinar-post-rightInner h6 {
  text-align: left;
  margin-top: 0;
  font-size: 26px;
  color: rgba(0,0,0,1.0);
  font-family: Circular Std Bold;
  line-height: 1.80;
}

.webinar-postBanner-wrapper .webinar-post-rightInner h6 ul {
  display: flex;
  align-items: center;
}

.webinar-postBanner-wrapper .webinar-post-rightInner h6 ul li {
  margin-left: 10px;
}

.webinar-postBanner-wrapper .webinar-post-rightInner h6 ul li a {
  color: #000000;
}


.blogPost-banner-tag ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.blogPost-banner-tag ul li {
  margin: 10px;
  margin-left: 0;
}

.blogPost-banner-tag ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 2.61;
  padding: 0 25px;
  border: 1px solid #707070;
  border-radius: 5px;
  color: rgba(0,0,0,1.0);
  font-family: Circular Std Bold;
}

@media(max-width:1080px) {
  .webinar-postBanner-wrapper .webinar-post-left {
    max-width:45%;
  }
  .webinar-postBanner-wrapper .webinar-post-right {
    flex:none;
    max-width:55%;
  }
}


@media(max-width:991px) {
  .webinar-postBanner-wrapper .webinar-post-right .webinar-btn {
    font-size: 18px;
    min-height: 50px;
  }

  .webinar-postBanner-wrapper .webinar-post-right .webinar-btn img {
    max-height: 15px;
  }

  .webinar-postBanner-wrapper .webinar-post-right {
    padding-top: 0px;
    padding-left: 0;
    text-align: left;
  }
}


@media(max-width:767px) {
  .webinar-postBanner-wrapper .webinar-post-inner > div {
    width: 100%;
  }

  .webinar-postBanner-wrapper .webinar-post-inner > div > div {
    padding: 0;
  }

  .webinar-postBanner-wrapper {
    padding: 30px 0;
  }

  .webinar-postBanner-wrapper .webinar-post-left {
    max-width:100%;
    margin-bottom:25px;
  }
  .webinar-postBanner-wrapper .webinar-post-right {
    flex:none;
    max-width:100%;
  }
}