 /* Header Section */
       
       .ytp-show-cards-title{
        display: none;
       }

        /* Main Section */
        .webinar-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            /*padding: 50px 20px;*/
            max-width: 1200px;
            margin: 0 auto;
        }

        .webinar-content .video {
            flex: 1;
            margin-right: 20px;
            margin-top: 11%;
        }

        .webinar-content .video iframe {
            width: 100%;
            height: 350px;
            border-radius: 10px;
            border: none;
        }

        .webinar-content .description {
            flex: 1;
            max-width: 600px;
        }

        .webinar-content .description h2 {
            font-size: 2em;
            margin-bottom: 15px;
        }

        .webinar-content .description p {
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .webinar-content .description .cta-section {
            margin-top: 10px;
        }

        /* Speakers Section */
        .speakers-section {
            background-color: #fff;
            /*padding: 50px 20px;*/
        }

        .speakers-section h2 {
            text-align: center;
            font-size: 2.5em;
            margin-bottom: 40px;
        }

        .speakers {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }

        .speaker {
            text-align: center;
            margin-bottom: 40px;
        }

        .speaker img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            margin-bottom: 20px;
        }

        .speaker h3 {
            font-size: 1em;
            margin-bottom: 10px;
        }

        .speaker p {
            font-size: 1em;
            color: #666;
        }

        /* Footer */
        .footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px;
        }

        .footer a {
            color: #03a9f4;
            text-decoration: none;
        }
      

        /* Responsive Design */
        @media (max-width: 768px) {
            .webinar-content {
                flex-direction: column;
            }

            .webinar-content .video,
            .webinar-content .description {
                margin-right: 0;
                margin-bottom: 30px;
            }
        }

       
       

        .section-bottom-space {
  padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bottom-space {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-bottom-space {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1550px) {
  .video-area .container {
    max-width: 1280px;
  }
}
.section-four-title {
  color: #000000;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-four-title {
    font-size: 24px;
    line-height: 1.7;
  }
}
.video-wrp {
  border-radius: 30px;
  text-align: center;
}
.ht-popup-video {
  position: relative;
}
.ht-popup-video .icon {
  background-color: #e73c17;
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  font-size: 36px;
  height: 80px;
  left: 50%;
  line-height: 82px;
  padding-left: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-popup-video .icon {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding-left: 3px;
    width: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ht-popup-video .icon {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 1px;
    width: 35px;
  }
}
.ht-popup-video .icon:before {
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  content: "";
  height: calc(100% + 20px);
  left: -10px;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ht-popup-video .icon:before {
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
  }
}
.ht-popup-video .icon:hover {
  background-color: #c73414;
  color: #FFFFFF;
}
.ht-popup-video .video-popup {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-play {
  border-radius: 50%;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-play {
    height: 68px;
    width: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-play {
    height: 45px;
    width: 45px;
  }
}
.btn-play:before, .btn-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #e73c17;
  -o-box-shadow: 0 0 0 0 #e73c17;
  box-shadow: 0 0 0 0 #e73c17;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-play:before, .btn-play:after {
    height: 68px;
    width: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-play:before, .btn-play:after {
    height: 45px;
    width: 45px;
  }
}
.btn-play:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.btn-play:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}