
  .ced-header {
    position: absolute;
    background-color: transparent;
    left: 0;
    top: 0;
    right: 0;
  }

  .ced-header .logo-image {
    display: block !important;
}

  /* Banner start  */
  .banner-section {
    z-index: 1;
    background-image: url(/wp-content/uploads/2024/05/webinar-listing.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-section h1,
  .banner-section p {
    color: var(--ced-grey-60);
  }

  .banner-section h1 {
    font-family: var(--ced-montserrat-b)
  }
  @media screen and (min-width: 992px) {
    .strip-header .banner-section {
        padding-top: 280px !important;
    }
}
  /* Banner Responsisve start  */

  @media screen and (min-width: 1400px) {
    .banner-section h1 {
      font-size: 65px;
      line-height: 80px;
    }

    .banner-img {
      max-width: 610px;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-section h1 {
      font-size: 54px;
      line-height: 68px;
    }

    .banner-img {
      max-width: 530px;
    }
  }

  @media screen and (min-width: 1200px) {
    .banner-section .banner-para {
      font-size: 18px;
      line-height: 34px;
    }

    .banner-section {
      padding: 270px 0px 130px;
    }
  }


  @media screen and (min-width: 576px) and (max-width: 1199px) {
    .banner-section .banner-para {
      line-height: 30px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1199px) {}

  @media screen and (min-width: 992px) and (max-width: 1199px) {

    .banner-img {
      max-width: 420px;
    }

    .banner-section {
      padding: 180px 0px 80px;
    }

    .banner-section h1 {
      font-size: 48px;
      line-height: 60px;
    }
  }

  @media screen and (min-width: 992px) {

    .banner-img {
      bottom: -40px;
    }

  }

  @media screen and (max-width:991px) {}

  @media screen and (min-width: 576px) and (max-width: 991px) {}

  @media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section h1 {
      font-size: 40px;
      line-height: 55px;
    }

    .banner-section {
      padding: 160px 0px 80px;
    }

    .banner-img {
      max-width: 370px;
      transform: translateY(-50%);
      top: 60%;
    }

  }

  @media screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section h1 {
      font-size: 32px;
      line-height: 44px;
    }
  }

  @media screen and (min-width: 768px) {
    .banner-img {
      position: absolute;
      right: 0;
    }

  }

  @media screen and (max-width: 767px) {
    .banner-section {
      padding: 130px 0px 60px;
    }
  }


  @media screen and (max-width: 575px) {

    .banner-section h1 {
      font-size: 28px;
      line-height: 36px;
    }

    .banner-section .banner-para {
      line-height: 26px;
      font-size: 15px;
    }

  }

  .footer-contect-section {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
  }

  .contact-badge {
    font-size: 12px;
    font-family: var(--ced-montserrat-sb);
    border-radius: 16px;
    padding: 5px 12px;
    background-color: var(--ced-light-yellow);
    color: var(--ced-grey-60);
    border: 1px solid var(--ced-orange-color);
  }

  @media screen and (min-width: 1200px) {
    .contact-wrapper {
      max-width: 1050px;
    }
  }

  .upcoming-web-wrapper {
    max-width: 1200px;
    background-color: var(--ced-black-color);
    z-index: 1;
    overflow: hidden;
  }

  .upcoming-web-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/05/multi-gradient-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
  }

  .upcoming-web-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .webinar-subhead {
    opacity: .9;
  }

  .white-badge {
    background-color: var(--ced-grey-20);
    border-radius: 40px;
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-grey-60);
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 12px;
  }

  .speaker img {
    width: 100px;
      border-radius: 50%;
    }

  .speaker .name {
    font-size: 15px;
    font-family: var(--ced-montserrat-b);
  }

  .speaker .designation {
    font-size: 13px;
    max-width: 150px;
  }

  .date-time-wrapper {
    background-image: linear-gradient(103deg, rgba(255, 255, 255, .3) 1.21%, rgba(255, 255, 255, .1) 95.11%);
    padding: 20px;
    border-radius: 12px;
  }

  .date-time-wrapper .day,
  .date-time-wrapper .time {
    font-size: 15px;
  }

  .small-badge {
    font-family: var(--ced-montserrat-b);
    border-radius: 30px;
    border: 1px solid var(--ced-white-color);
  }

  @media screen and (min-width:1200px) {

    .date-time-wrapper {
      max-width: 350px;
    }

    .upcoming-web-wrapper {
      padding: 80px;
    }

    .webinar-subhead {
      line-height: 32px;
      font-size: 18px;
    }
  }

  @media screen and (min-width:992px) and (max-width:1199px) {
    .upcoming-web-wrapper {
      padding: 50px;
    }

    .date-time-wrapper {
      max-width: 330px;
    }

    .webinar-subhead {
      line-height: 28px;
    }
  }

  @media screen and (min-width:992px) {

    .small-badge {
      font-size: 14px;
      padding: 5px 20px;
    }


    .date-time-wrapper {
      margin: 25px auto 0;
    }

    .upcoming-web-wrapper {
      border-radius: 30px;
    }

    .webinar-title {
      font-size: 36px;
      line-height: 50px;
    }
  }

  @media screen and (max-width:991px) {

    .small-badge {
      font-size: 12px;
      padding: 5px 18px;
    }

    .webinar-subhead {
      font-size: 15px;
      line-height: 25px;
    }

  }

  @media screen and (min-width:576px) and (max-width:991px) {
    .webinar-title {
      font-size: 27px;
      line-height: 38px;
    }

    .upcoming-web-wrapper {
      padding: 50px 40px;
    }
  }

  @media screen and (min-width:768px) and (max-width:991px) {

    .med-ced-logo {
      max-width: 230px;
    }

    .date-time-wrapper {
      max-width: 290px;
    }

    .date-time-wrapper {
      margin: 25px 0 0 auto;
    }

    .upcoming-web-wrapper {
      border-radius: 25px;
    }
  }

  @media screen and (min-width:768px) {

    .webinar-content,
    .speaker-content {
      width: 50%;
    }

    .upcoming-web-wrapper::after {
      width: 1px;
      height: 100%;
      top: 0%;
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, .5) 51%, rgba(0, 0, 0, 0.05) 100%);
    }
  }

  @media screen and (max-width:767px) {

    .webinar-content,
    .speaker-content {
      width: 100%;
    }

    .date-time-wrapper {
      max-width: 330px;
    }

    .date-time-wrapper {
      margin: 25px auto 0;
    }

    .upcoming-web-wrapper {
      border-radius: 16px;
    }

    .upcoming-web-wrapper::after {
      width: 90%;
      height: 1px;
      transform: translate(-50%, 0);
      background: radial-gradient(circle, rgba(80, 80, 80, 1) 52%, rgba(148, 187, 233, 0) 100%)
    }
  }

  @media screen and (min-width:576px) and (max-width:767px) {
    .med-ced-logo {
      max-width: 300px;
    }

    .upcoming-web-wrapper::after {
      top: 46%;
    }
  }

  @media screen and (max-width:575px) {
    .med-ced-logo {
      max-width: 230px;
    }

    .speaker-details {
      max-width: 270px;
      margin: auto;
    }

    .banner-img {
      max-width: 300px;
    }

    .webinar-title {
      font-size: 22px;
      line-height: 34px;
    }

    .upcoming-web-wrapper {
      padding: 40px 30px;
    }

    .upcoming-web-wrapper::after {
      top: 48%;
    }
  }

  .form-check,
  .form-check label {
    cursor: pointer;
  }

  .form-check {
    padding: 8px 15px 12px 15px;
    border-radius: 30px;
    font-family: var(--ced-montserrat-m);
    color: var(--ced-grey-60);
  }

  .form-check:hover {
    color: var(--ced-blue-60);
    background-color: rgba(245, 245, 254, 1);
  }

  .form-check label::before {
    content: '';
    border-radius: 4px;
    position: relative;
    display: inline-block;
    border: 2px solid var(--ced-blue-30);
  }

  .form-check input:checked+label::before {
    background-color: var(--ced-blue-60);
    border-color: var(--ced-blue-60);
  }

  .form-check label::before {
    width: 20px;
    height: 20px;
    top: 6px;
    margin-right: 10px;
  }

  .form-check input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border: solid var(--ced-grey-30);
  }

  .form-check input:checked+label::after {
    border-width: 0 3px 3px 0 !important;
  }

  .form-check input:checked+label::after {
    top: 8px;
    left: 7px;
    width: 6px;
    height: 12px;
  }

  .select-filter-wrapper .dropdown {
    width: max-content;
  }

  .filter-btn {
    background-color: var(--ced-bg-gray);
    border-radius: 30px;
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-grey-60);
    border: 0;
  }

  .filter-btn:hover {
    color: var(--ced-blue-60);
  }

  .filter-btn.dropdown-toggle::after {
    content: "";
    position: absolute;
    border: solid var(--ced-grey-60);
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    top: 18px;
    right: 24px;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
  }

  .filter-btn.dropdown-toggle:hover::after {
    border-color: var(--ced-blue-60);
  }

  .filter-btn.dropdown-toggle.show::after {
    transform: rotate(225deg);
    top: 22px;
  }

  .select-filter-wrapper .dropdown-menu {
    border-radius: 12px;
    border: 0;
    width: max-content;
    box-shadow: 0px 8px 10px rgba(128, 128, 128, .27), -10px 8px 15px rgba(255, 255, 255, .5), 10px 8px 15px rgba(255, 255, 255, .5);
  }

  .highlighted {
    display: block;
  }

  .select-filter-wrapper .dropdown-item {
    font-family: var(--ced-montserrat-m);
    color: var(--ced-grey-60);
    padding: 8px 15px 8px 20px;
    border-radius: 30px;
  }

  .select-filter-wrapper .dropdown-item:hover {
    color: var(--ced-blue-60);
    background-color: rgba(245, 245, 254, 1);

  }

  .webinar-item {
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgb(12 0 46 / 8%);
  }

  .webinar-item:hover .content p {
    color: var(--ced-blue-60);
  }

  .webinar-item img {
    transition: all .5s;
  }

  .webinar-item:hover img {
    transform: scale(1.1);
  }

  .webinar-item .content {
    background-color: var(--ced-white-color);
  }

  .webinar-item .content span {
    font-family: var(--ced-montserrat-m);
    color: var(--ced-subheading-color)
  }

  .webinar-item .content p {
    color: var(--ced-grey-60);
    font-family: var(--ced-montserrat-sb);
  }

  .bg-light-yellow {
    background-color: var(--ced-light-orange);
  }

  .bg-light-blue {
    background-color: var(--ced-bg-gray);
  }

  @media screen and (min-width:1400px) {
    .webinar-item .content {
      min-height: 190px;
    }
  }

  @media screen and (min-width:1200px) and (max-width:1399px) {
    .webinar-item .content {
      min-height: 215px;
    }
  }

  @media screen and (min-width:1200px) {
    .webinar-item .content {
      padding: 20px 25px;
    }

    .webinar-item {
      width: 23%;
    }
  }

  @media screen and (min-width:768px) and (max-width:1199px) {
    .webinar-item {
      width: 31%;
    }

  }

  @media screen and (min-width:992px) and (max-width:1199px) {
    .webinar-item .content {
      padding: 20px;
      min-height: 190px;
    }
  }

  @media screen and (min-width:992px) {
    .webinar-item {
      margin-top: 40px;
      border-radius: 16px;
    }

    .webinar-item .content p {
      font-size: 15px;
      line-height: 26px;
    }

    .webinar-item .content span {
      font-size: 14px;
    }
  }

  @media screen and (max-width:991px) {
    .webinar-item .content p {
      font-size: 14px;
      line-height: 25px;
    }

    .webinar-item .content {
      padding: 20px 15px;
    }

    .webinar-item {
      border-radius: 12px;
    }

    .webinar-item .content span {
      font-size: 14px;
    }
  }

  @media screen and (min-width:768px) and (max-width:991px) {

    .webinar-item {
      margin-top: 30px;
    }

    .webinar-item .content {
      min-height: 210px;
    }
  }

  @media screen and (min-width:768px) {
    .filter-btn {
      padding: 12px 55px 12px 20px;
      font-size: 15px;
      line-height: 25px;
    }

    .select-filter-wrapper .dropdown-menu {
      padding: 15px 10px;
    }

    .select-filter-wrapper .dropdown-item {
      font-size: 15px;
      line-height: 25px;
    }

    .filter-btn.dropdown-toggle::after {
      padding: 4px;
    }
  }

  @media screen and (max-width:767px) {
    .filter-btn {
      padding: 10px 50px 10px 20px;
      font-size: 14px;
      line-height: 24px;
    }

    .filter-btn.dropdown-toggle::after {
      padding: 3px;
    }

    .select-filter-wrapper .dropdown-menu {
      padding: 12px 10px;
    }

    .select-filter-wrapper .dropdown-item {
      font-size: 14px;
      line-height: 24px;
    }
  }

  @media screen and (min-width:576px) and (max-width:767px) {
    .webinar-item {
      width: 48%;
      margin-top: 25px;
    }

    .webinar-item .content {
      min-height: 205px;
    }
  }

  @media screen and (max-width:575px) {
    .webinar-item {
      width: 100%;
      max-width: 330px;
      margin: 20px auto 0;
    }
  }