.sec-flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
}
.sec-flex-row > * {
    padding: 0 15px;
}
/* webinar-detail-banner-sec-start */
.banner-webinar-detail{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 380px;
    display: flex;
    align-items: center;
    text-align: start;
    margin-bottom: 40px;
    position: relative;
}
.banner-webinar-detail::before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-webinar-detail .banner-wrap{
    z-index: 1;
    position: relative;
}
.banner-webinar-detail .banner-wrap .left{
    max-width: 100%;
    flex: 0 0 100%;
    color: #fff;
}
.banner-webinar-detail .banner-wrap .left .banner-title{
    margin-bottom: 0;
}
.banner-webinar-detail .banner-wrap .left .banner-title img{
    width: 130px;
    margin-bottom: 8px;
}
.banner-webinar-detail .banner-wrap .left .banner-title .title-48{
    margin-bottom: 0;
    color: #fff;
}
/* webinar-detail-banner-sec-end */

/* webinar-detail-title-sec-start */
.webinar-detail-title-sec {
    position: relative;
    padding: 40px 0;
}
.webinar-detail-title-sec::before {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    width: 200px;
    height: 200px;
    background-image: url(../../images/webinar-detail-section-bg01.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: -1;
}
.webinar-detail-title-sec .sec-flex-row {
    align-items: center;
}

.webinar-detail-title-sec .sec-flex-row .left-col, .webinar-detail-info-sec .sec-flex-row .left-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.webinar-detail-title-sec .sec-flex-row .left-col .title {
    margin-bottom: 0;
}
.webinar-detail-title-sec .sec-flex-row .right-col, .webinar-detail-info-sec .sec-flex-row .right-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.webinar-detail-title-sec .sec-flex-row .right-col .image-wrap {
    width: 100%;
    height: 200px;
}
.webinar-detail-title-sec .sec-flex-row .right-col .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* webinar-detail-title-sec-end */

/* webinar-detail-info-sec-start */
.webinar-detail-info-sec {
    position: relative;
    padding-bottom: 40px;
}
.webinar-detail-info-sec::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 30px;
    background-image: url(../../images/webinar-detail-section-bg02.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    width: 200px;
    height: 200px;
    z-index: -1;
}
.webinar-detail-info-sec .left-col .desc {
    line-height: 1.6;
    margin: 0 0 30px;
}
.webinar-detail-info-sec .left-col .desc p:last-child {
    margin-bottom: 0;
}
.webinar-detail-info-sec .left-col .title {
    font-weight: 700;
    margin-bottom: 20px;
}
.webinar-detail-info-sec .left-col .webinar-points-list li {
    position: relative;
    padding-left: 26px;
    line-height: 1.6;
}
.webinar-detail-info-sec .left-col .webinar-points-list li + li {
    margin-top: 10px;
}
.webinar-detail-info-sec .left-col .webinar-points-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url(../../images/webinar-checkpoint-svg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.webinar-detail-info-sec .right-col h2.contact-title{
    padding-top: 20px;
    margin-bottom: 0;
    background-color: #f0f5f9;
}
.webinar-detail-info-sec .right-col .query-form {
    padding: 20px;
    background-color: #f0f5f9;
}
.webinar-detail-info-sec .query-form .form-group .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.webinar-detail-info-sec .query-form .form-group .wpcf7-form-control-wrap .iti{
    width: 100%;
}
.webinar-detail-info-sec .query-form .form-group .wpcf7-form-control-wrap input {
    outline: none;
    font-size: 14px;
    padding: 10px 15px;
    height: 40px;
    width: 100%;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    background: #ffffff;
    color: #707070;
}
.webinar-detail-info-sec .query-form .form-group .wpcf7-form-control-wrap input[type="tel"] {
    padding-left: 52px;
}
.webinar-detail-info-sec .query-form .form-group input[type="submit"] {
    cursor: pointer;
    margin: 10px auto 0;
    font-size: 18px;
    width: auto;
    height: 40px;
    text-align: center;
    padding: 0 15px;
    color: #ffffff;
    border: none;
    font-weight: 600;
}
/* webinar-detail-info-sec-end */

/* webinar-speakers-sec-start */
.webinar-speakers-sec {
    margin-bottom: 40px;
}
.webinar-speakers-sec .sec-title {
    font-weight: 700;
    margin-bottom: 20px;
}
.webinar-speakers-sec .sec-flex-row .col {
    flex: 0 0 100%;
    max-width: 100%;
}
.webinar-speakers-sec .speaker-info {
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
}
.webinar-speakers-sec .speaker-info .speaker-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 1px solid #c5c5c5;
}
.webinar-speakers-sec .speaker-info .name {
    font-weight: 600;
    margin-bottom: 8px;
}
.webinar-speakers-sec .speaker-info .designation {
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}
.webinar-speakers-sec .speaker-info p:last-child {
    margin-bottom: 0;
}
/* webinar-speakers-sec-end */

/* Responsive CSS */

/* Webinar-video-page css start 10-26-23 */

.webinar-template-webinar-video-template .video-wrapper {
    max-width: 90%;
    padding: 10px;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 0 16px #ddd;
}

.webinar-template-webinar-video-template .video-wrapper iframe {
    width: 100%;
    min-height: 200px;
    vertical-align: middle;
}


/* Webinar-video-page css start 10-26-23 */
@media screen and (min-width: 768px) {
    .webinar-template-webinar-video-template .video-wrapper {
        margin: 60px auto;
    }
.webinar-template-webinar-video-template .video-wrapper {
    padding: 20px;
}

    .webinar-detail-title-sec .sec-flex-row .left-col, .webinar-detail-info-sec .sec-flex-row .left-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .webinar-detail-title-sec .sec-flex-row .right-col, .webinar-detail-info-sec .sec-flex-row .right-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .webinar-speakers-sec .sec-flex-row .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .webinar-speakers-sec .speaker-info .designation {
        font-size: 16px;
    }
    .webinar-template-webinar-video-template .video-wrapper iframe {
        min-height: 500px;   
    }
    .banner-webinar-detail{
        min-height: 400px;
    }
    .banner-webinar-detail .banner-wrap .left .banner-title img{
        width: 140px;
    }
    .banner-webinar-detail .banner-wrap .left{
        max-width: 70%;
        flex: 0 0 70%;
    }
}

@media screen and (min-width: 992px) {
    
    .webinar-detail-title-sec {
        padding: 58px 0 80px;
    }
    .webinar-detail-title-sec .sec-flex-row .left-col .title {
        max-width: 86%;
    }
    .webinar-detail-info-sec .left-col .desc {
        max-width: 86%;
        font-size: 18px;
        margin: 0 0 50px;
    }
    .webinar-speakers-sec .speaker-info {
        font-size: 18px;
    }
    .webinar-speakers-sec {
        margin-bottom: 66px;
    }
    .webinar-detail-info-sec .left-col .webinar-points-list li {
        font-size: 18px;
    }
    .webinar-detail-info-sec .left-col .webinar-points-list li::before {
        width: 20px;
        height: 20px;
    }
    .webinar-detail-info-sec .left-col .webinar-points-list li {
        padding-left: 30px;
    }
    .webinar-detail-title-sec .sec-flex-row .left-col, .webinar-detail-info-sec .sec-flex-row .left-col {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    .webinar-detail-title-sec .sec-flex-row .right-col, .webinar-detail-info-sec .sec-flex-row .right-col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .webinar-detail-info-sec .wpcf7-not-valid {
        border-color: #f00 !important;
    }
    .webinar-detail-info-sec .query-form .wpcf7-spinner {
        margin: 0 16px;
        top: 5px;
    }
    .banner-webinar-detail .banner-wrap .left{
        max-width: 55%;
        flex: 0 0 55%;
    }
    .banner-webinar-detail .banner-wrap .left .banner-title img{
        width: 150px;
    }
    .banner-webinar-detail{
        min-height: 450px;
    }
}

@media screen and (min-width: 1200px) {
    .webinar-detail-info-sec .right-col h2.contact-title{
        padding-top: 32px;
    }
    .webinar-detail-info-sec .right-col .query-form {
        padding: 32px;
    }
    .webinar-detail-title-sec .sec-flex-row .right-col .image-wrap {
        height: 300px;
    }
    .webinar-template-webinar-video-template .video-wrapper {
        max-width: 75%;
    }
    .banner-webinar-detail .banner-wrap .left{
        max-width: 52%;
        flex: 0 0 52%;
    }
    .banner-webinar-detail .banner-wrap .left .banner-title img{
        width: 160px;
    }
    .webinar-detail-info-sec {
        padding-top: 20px;
    }
    .banner-webinar-detail{
        min-height: 500px;
    }
}
@media screen and (min-width: 1400px) {
    .webinar-template-webinar-video-template .video-wrapper {
        max-width: 1200px;
    }
    .webinar-template-webinar-video-template .video-wrapper iframe {
        min-height: 600px;   
    }
    .webinar-speakers-sec .speaker-info {
        padding: 26px 42px;
    }
    .webinar-speakers-sec .speaker-info .speaker-img {
        width: 200px;
        height: 200px;
    }
    .banner-webinar-detail .banner-wrap .left .banner-title img{
        width: 170px;
    }
    .banner-webinar-detail{
        min-height: 540px;
    }
    .webinar-detail-info-sec {
        padding-top: 40px;
    }
}
@media screen and (min-width: 1600px){
    .banner-webinar-detail .banner-wrap .left{
        max-width: 55%;
        flex: 0 0 55%;
    }
    .banner-webinar-detail .banner-wrap .left .banner-title img{
        width: 187px;
    }
}
@media screen and (min-width: 1800px){
    .banner-webinar-detail{
        min-height: 681px;
    }
}

@media screen and (max-width: 767px) {
    .webinar-detail-title-sec::before, .webinar-detail-info-sec::before {
        display: none;
    }
    .webinar-detail-info-sec .right-col .query-form {
        padding: 20px;
    }
}
.case_studies-template-casestudy-mediator-template .webinar-detail-info-sec .right-col .query-form h2{
    display:none;
}