.container {
    max-width: 1390px;
    margin: 0 auto;
}

.content {
    width: calc(49% - 42px);
}

.content h2 {
    color: #4A4A4E;
    font-weight: 900;
    font-size: 48px;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.webinar-page-template h2,
.after-webinar-page-template h2{
    color: #4A4A4E;
    font-weight: 900;
    font-size: 48px;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 32px;
    text-align: center;
}

.after-webinar-page-template .watch-webinar-cont-btn .hc-btn, 
.after-webinar-page-template .webinar-form-wrap h2 { text-transform: capitalize; }

.watch-webinar-bg-cont-head h2 { text-align: left; margin-bottom: 22px;}

.content p {
    color: #4A4A4E;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.024px;
    margin-bottom: 12px;
}

.content h3 {
    color: #31CADD;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 22px;
}

.content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.content ul li {
    color: #000000;
    margin: 5px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 25px;
}

.content ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background-color: #000;
    border-radius: 10px;
    position: absolute;
    left: 8px;
    top: 10px;
}

.cta-box {
    background: linear-gradient(to bottom, #ffffff 40%, #31CADD);
    padding: 32px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(47% - 42px);
}

.cta-box h2 {
    color: #204D73;
    font-weight: 900;
    font-size: 62px;
    line-height: 45px;
    text-transform: capitalize;
    margin-top: 35px;
}

.cta-box p {
    color: rgb(0 0 0 / 80%);
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.cta-box .cta-button {
    background: #ff4500;
    color: white;
    padding: 28px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.024px;
}

.cta-box .cta-button:hover {
    background: #e03d00;
}

.logo {
    text-align: right;
    margin-bottom: 0px;
}

.logo img {
    /*  width: 120px;*/
    margin-bottom: 35px;
}


/** */
.webinar-hero {
    text-align: center;
    background-repeat: no-repeat;
    min-height: 982px;
    padding-top: 100px;
    background-size: cover;
    background-position: 100% 50%;
    background: linear-gradient(to bottom, #fff, #c8f5ff);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 56px;
}

.webinar-inner span {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #31CADD;
    text-transform: uppercase;
    letter-spacing: 0.024px;
}

.webinar-inner {
    max-width: 800px;
    padding-bottom: 233px;
}

.webinar-inner h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 24px;
    letter-spacing: 0.024px;
}

.webinar-inner p {
    color: rgb(0 0 0 / 80%);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.info-boxes {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: wrap;
}

.info-boxes span {
    background: #000;
    color: #fff;
    font-size: 13px;
    border: 0;
    padding: 0;
    height: auto;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
}

.info-boxes span:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
}

.info-boxes span::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.info-boxes span::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

.info-boxes-inner {
    background-color: #000000;
    border-radius: 8px;
    padding: 16px 24px;
    min-width: 354px;
    height: 84px;
}

.info-boxes-inner label {
    display: flex;
    margin: 0;
    color: rgb(255 255 255 / 50%);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.btn-orange {
    background-color: #FF4500;
    color: #fff;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.28px;
}

.about-webinar {
    background-color: #EFF1F5;
    padding: 62px 10px;
    margin-top: 47px;
    margin-bottom: 34px;
}

.about-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 84px;
}

.about-text {
    flex: 1;
}

.about-img {
    flex: 1;
    text-align: center;
}

.about-img img {
    max-width: 100%;
    height: auto;
}

.learning {
    display: flex;
    background: url('/wp-content/themes/alena/assets/images/learn-bg.png');
    color: white;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px 24px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
    align-items: center;
}

.learning h3 {
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    line-height: 68px;
    text-align: center;
}

.learning-left {
    flex: 1;
}

.learning-right {
    flex: 1;
}

.learning-boxes .learning-title {
    background: #000000;
    margin: 0 0 8px 0;
    border-radius: 12px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    padding: 24px;
}

.learning-boxes .learning-title:last-child {
    margin-bottom: 0;
}

.webinar-agenda {
    background-color: #EFF1F5;
    margin-top: 34px;
    padding: 80px 0 0px 60px;
}

.webinar-agenda h3 {
    text-align: center;
    font-weight: 900;
    font-size: 48px;
    line-height: 55px;
    color: #4A4A4E;
    margin-bottom: 32px;
}


.agenda-slider {
    overflow-x: auto;
    display: flex;
    gap: 24px;
    scroll-snap-type: x mandatory;
    padding-bottom: 30px;
}

.agenda-item {
    height: 100%;
    background: white;
    flex: 0 0 240px;
    scroll-snap-align: start;
    padding: 32px;
    border-radius: 6px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    border-bottom: 3px solid #31CADD;
    letter-spacing: 0.192px;
}

.agenda-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px;
}

.agenda-dec {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #83848A;
}

.panelists {
    padding: 34px 0 0;
}

.panelists h3 {
    text-align: center;
    color: #4A4A4E;
    font-weight: 900;
    font-size: 48px;
    line-height: 55px;
}

.panelist-section {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.panelist-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.panelist-card {
    padding: 12px 25px;
    text-align: center;
    width: 288px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    background: #EFF1F54D;
    border-bottom: 3px solid #31CADD;
    border-radius: 12px;
}

.panelist-card img {
    width: 212px;
    height: 214px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.panelist-section .panelist-card {
    box-shadow: unset;
    width: auto;
    max-width: 950px;
    border: 0;
    background: transparent;
    padding-top: 0;
}



.panelists h2 {
    margin-bottom: 8px;
}

.panelist-section .panelist-card h3 {
    color: #31CADD;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.32px;
}

.panelist-section .panelist-card h4 {
    font-size: 32px;
    line-height: 32px;
}

.panelist-card h4 {
    color: #31CADD;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.panelist-card small {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #31CADD;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.panelist-section .panelist-card p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #204D73;
    letter-spacing: 0.024px;
}

.panelist-card h3 {
    color: #31CADD;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: 0.024px;
}

.panelist-card p {
    letter-spacing: 0.015em;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #204D73;
    margin-bottom: 0;
}

.ready-to-improve-wrap {
    padding: 60px 0;
    text-align: center;
}

.ready-to-improve {
    font-weight: 800;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0.32px;
    color: #204D73;
    max-width: 950px;
    letter-spacing: 0.192px;
    margin: 0 auto 24px;
}

.ready-to-improve-wrap .btn-orange {
    padding: 8px 10px;
    min-width: 152px;
    letter-spacing: 0.024px;
}

.ready-to-improve span {
    color: #FF4500;
}

.cta-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    background: url("/wp-content/themes/alena/assets/images/cta-box-img.png");
    left: 0;
    bottom: 0;
    z-index: -1;
}

.webinar-faq {
    background-color: #EFF1F5;
    padding: 22px 0 41px;
}

.webinar-faq .faq-item {
    padding: 0;
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 32px;
    margin-bottom: 23px;
}

.webinar-faq .faq-question {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.32px;
    color: #000;
}

.webinar-faq .faq-answer {
    display: none;
    /* Hidden by default */
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 0.32px;
    color: #6C6C6C;

}


.webinar-faq .faq-question:after {
    content: '';
    background-color: #000;
    width: 32px;
    height: 32px;
    display: flex;
    position: absolute;
    right: 0;
    border-radius: 100px;
    top: 0;
    background-image: url('/wp-content/themes/alena/assets/images/plus.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}

.webinar-faq .faq-question.active:after {
    background-image: url('/wp-content/themes/alena/assets/images/minus.svg');
}

.learning h2 {
    color: #fff;
}

.about-webinar h2 {
    text-align: left;
}

.cta-box h2 {
    text-align: center;
    margin-bottom: 20px;
}

/****************************** popup design ***********************************/
.webinar-form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.webinar-form-popup .popup-content {
    max-width: 1512px;
    width: 100%;
    background: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    position: relative;
}

.webinar-form-popup .popup-content:before {
    content: '';
    background: url('/wp-content/themes/alena/assets/images/Ellipse-bg.svg');
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-position: center bottom;
    left: 0;
    background-size: 100% 480px;
}

.webinar-form-popup.show {
    opacity: 1;
    visibility: visible;
}

.webinar-form-popup.show .popup-content {
    /*    transform: scale(1);*/
}

.webinar-form-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.webinar-form-popup .webinar-form-inner {
    max-width: 802px;
    margin: 0 auto;
    padding: 50px 0;
    z-index: 1;
    position: relative;
}

.after-webinar-page-template .webinar-form-popup .webinar-form-inner { 
    padding: 25px 0 0px;
}

.webinar-form-popup h2 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.webinar-form-popup .webinar-form-desc {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    /* line-height: 100%; */
    color: #00000080;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.webinar-form-popup .webinar-form-wrap {
    margin-top: 32px;
}
.after-webinar-page-template .webinar-form-popup .webinar-form-wrap {
    margin-top: 0px;
}

.webinar-form-popup .webinar-form-wrap .form-row {
    max-width: 100%;
}

.webinar-form-popup .webinar-form-wrap label {
    /* display: none; */
    color: #000;
}

.webinar-form-popup input.form-control {
    background: #0000000F;
    padding: 16px 25px;
    border-radius: 8px;
    border: 0;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.32px;
}

.webinar-form-popup .form-group {
    margin-bottom: 0;
}

.webinar-form-popup .form-control {
    background: url('/wp-content/themes/alena/assets/images/downblackarrow.svg');
    background-color: #0000000F;
    padding: 16px 25px;
    border-radius: 8px;
    border: 0;
    height: 60px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.32px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: 97% 50%;
    color: #000000;
}

.webinar-form-popup input::placeholder {
    color: #000000;
    opacity: 1;
}

.webinar-form-popup input::-ms-input-placeholder {
    color: #000000;
}

.webinar-form-popup select::placeholder {
    color: #000000;
}

.webinar-form-popup select::-ms-input-placeholder {
    color: #000000;
}


.webinar-form-popup .toggle-label {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background: #0000000F;
    padding: 16px 25px;
    border-radius: 8px;
    border: 0;
    height: 60px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.32px;
    align-items: center;
}

.webinar-form-popup .toggle-options {
    background: #0000000F;
    padding: 32px;
    border-radius: 5px;
    margin-top: 5px;
    text-align: left;
    border-radius: 8px;
}

.webinar-form-popup .toggle-options label {
    display: flex;
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #1F1F1F;
    align-items: center;
    margin: 0 0 50px;
    cursor: pointer;
}

.webinar-form-popup .toggle-options label:last-child {
    margin-bottom: 0;
}

.webinar-success-msg {
    background-color: #FF4500;
    max-width: 396px;
    border-radius: 12px;
    padding: 12px 24px;
    margin: 0 auto;
}

.webinar-success-msg p {
    font-family: "Lato Regular", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.024px;
    vertical-align: middle;
    color: #EFF1F5;
    margin-bottom: 0;
}

.webinar-form-wrap #toggleIcon {
    background: url('/wp-content/themes/alena/assets/images/downblackarrow.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-position: center;
    font-size: 0;
}

.toggle-options input[type=checkbox] {
    position: relative;
    border: 1.33px solid #000;
    border-radius: 5.33px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 32px;
    width: 32px;
    -webkit-appearance: none;
    /* opacity: .5; */
    background-color: #fff;
}

.toggle-options input[type=checkbox]:hover {
    opacity: 1;
}

.toggle-options input[type=checkbox]:checked {
    background-color: #FF4500;
    opacity: 1;
    border-color: #FF4500;
}

.toggle-options input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 43%;
    top: 50%;
    width: 8px;
    height: 15px;
    border: solid #FFF;
    border-width: 0px 2px 2px 0px;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.toggle-options .form-check {
    padding-left: 0;
    margin-bottom: 12px;
}

.toggle-options .form-check label {
    color: #344054;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    cursor: pointer;
}

.webinar-error-msg {
    margin-top: 20px;
}

.webinar-loader {
    position: absolute;
}

.popup-register-now {
    min-width: 149px;
    padding: 8px 16px;
    letter-spacing: 0.28px;
    font-weight: 700;
    border-radius: 8px;
}

.webinar-faq h2 {
    font-family: Lato Regular;
    font-weight: 900;
    font-size: 48px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    color: #4A4A4E;
}

/****************************** popup design end ***********************************/


/****************************** responsive ************************************/

@media (min-width: 992px) {
    .toc-section {
        position: sticky;
        top: 120px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        scrollbar-width: thin;
    }
    .row.justify-content-between.blog-header {
        align-items: center;
    }
}

@media(max-width: 1440px) {


    .webinar-form-popup .popup-content {
        max-width: 95%;
        max-height: 95vh;
    }

    .webinar-hero {
        min-height: 783px;
        padding-top: 150px;
    }

    .webinar-inner {
        padding-bottom: 50px;
    }

    .webinar-inner span {
        font-size: 28px;
    }

    .webinar-inner h1 {
        font-size: 54px;
        line-height: 64px;
    }

    .info-boxes {
        margin-top: 0;
    }

    .info-boxes span {
        font-size: 22px;
    }

    .webinar-inner p {
        font-size: 22px;
    }

    .webinar-page-template h2,
    .after-webinar-page-template h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .content p {
        font-size: 18px;
    }

    .content h3 {
        font-size: 20px;
    }

    .cta-box p {
        font-size: 20px;
        line-height: 30px;
    }

    .cta-box .cta-button {
        font-size: 18px;
        line-height: 28px;
        padding: 20px 20px;
    }

    .learning-boxes .learning-title {
        font-size: 22px;
        line-height: 32px;
        padding: 20px;
    }

    .agenda-title {
        font-size: 22px;
        line-height: 32px;
    }

    .agenda-dec {
        font-size: 18px;
    }

    .panelist-card img {
        /* width: 150px;
        height: 150px;*/
    }

    .panelist-card h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .panelist-section .panelist-card p {
        font-size: 22px;
        line-height: 32px;
    }

    .ready-to-improve {
        font-size: 55px;
        line-height: 65px;
    }

    .panelists {
        padding-bottom: 0;
    }

    .webinar-faq .faq-question {
        font-size: 28px;
        line-height: 38px;
    }

    .webinar-faq .faq-item {
        padding-bottom: 25px;
    }

    .webinar-faq .faq-answer {
        font-size: 20px;
        line-height: 30px;
    }
}


@media(max-width:1199px) {
    .content {
        width: calc(50% - 15px);
    }

    .cta-box {
        width: calc(50% - 15px);
    }

    .about-inner {
        gap: 0;
        justify-content: space-between;
    }
}

@media(max-width:991px) {
    .webinar-form-popup .webinar-form-inner {
        padding: 0;
    }

    .webinar-form-popup .popup-content {
        max-width: 100%;
    }

    .webinar-form-popup {
        overflow-y: auto;
        height: 100%;

    }
}


@media(max-width:767px) {
    .webinar-hero {
        padding-top: 110px;
        padding-bottom: 84px;
    }

    .webinar-inner span {
        margin-bottom: 18px;
        display: inline-block;
        width: 100%;
        letter-spacing: 0.015em;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .webinar-inner h1 {
        letter-spacing: 0.015em;
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 18px;
    }

    .webinar-inner p {
        font-size: 18px;
        line-height: 22px;
    }

    .webinar-inner {
        padding-bottom: 37px;
    }

    .info-boxes-inner {
        min-width: 278px;
        max-width: 278px;
        height: auto;
    }

    .info-boxes span {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.32px;
    }

    .btn-orange {
        letter-spacing: 0.024px;
        font-size: 18px;
        line-height: 28px;
    }


    .about-webinar {
        padding: 33px 28px 33px 13px;
        margin-top: 0;
    }

    .content {
        width: 100%;
    }

    .cta-box {
        width: 100%;
    }

    .webinar-page-template h2 
    .after-webinar-page-template h2 
    {
        text-align: left;
        margin-bottom: 18px;
    }

    .content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.024px;
    }

    .about-webinar h3 {
        margin-top: 28px;
        margin-bottom: 8px;
    }

    .about-inner {
        gap: 25px;
    }

    .cta-box h2 {
        text-align: center;
        font-size: 33.42px;
        line-height: 24.25px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .cta-box p {
        font-weight: 400;
        font-size: 12.94px;
        line-height: 17.25px;
        letter-spacing: 0.024px;
        margin-bottom: 8px;
    }

    .cta-box .cta-button {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.024px;
        padding: 15px;
    }

    .learning {
        padding: 64px 30px;
        background: url('/wp-content/themes/alena/assets/images/mobile-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .learning-left {
        flex: 100%;
    }

    .learning-right {
        flex: 100%;
    }

    .learning-boxes .learning-title {
        padding: 24px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.024px;
    }

    .webinar-agenda {
        padding: 33px 30px;
    }

    .agenda-slider {
        padding-bottom: 0;
        flex-wrap: wrap;
        overflow-x: unset;
        scroll-snap-align: unset;
    }

    .webinar-agenda h2 {
        margin-bottom: 42px;
        font-size: 44px;
        line-height: 48px;
        text-align: left;
    }

    .agenda-item {
        flex: 100%;
    }

    .panelists {
        padding: 33px 0;
    }

    .panelists h2 {
        text-align: center;
        margin-bottom: 8px;
        font-size: 38px;
        line-height: 55px;
    }


    .panelist-section .panelist-card p {
        font-size: 16px;
        line-height: 22px;
    }

    .ready-to-improve {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0.012em;
    }

    .ready-to-improve-wrap {
        padding: 33px 0 0;
    }

    .webinar-faq h2 {
        text-align: center;
        margin-bottom: 38px;
        font-size: 32px;
        font-weight: 700;
    }

    .webinar-faq .faq-question {
        font-size: 20px;
    }

    .webinar-faq .faq-item {
        padding-bottom: 28px;
    }

    .webinar-faq .faq-answer {
        font-size: 16px;
    }

    .webinar-faq .faq-question {
        padding-right: 35px;
    }

    .webinar-form-popup h2 {
        line-height: 36px;
        font-size: 36px;
    }

    .webinar-form-popup .webinar-form-desc {
        font-size: 16px;
    }

    .webinar-form-popup .webinar-form-wrap {
        margin-top: 28px;
    }

    .webinar-form-popup input.form-control {
        font-size: 18px;
        line-height: 28px;
    }

    .webinar-form-popup .form-control {
        font-size: 18px;
        line-height: 28px;
    }

    .webinar-form-popup input::placeholder {
        font-size: 18px;
        line-height: 28px;
    }

    .webinar-form-popup input::-ms-input-placeholder {
        font-size: 18px;
        line-height: 28px;
    }

    .webinar-form-popup select::placeholder {
        font-size: 18px;
        line-height: 28px;
    }

    .webinar-form-popup select::-ms-input-placeholder {
        font-size: 18px;
        line-height: 28px;
    }

    .webinar-form-popup .webinar-form-desc br {
        display: none;
    }

    .webinar-form-popup h2 br {
        display: none;
    }

    .webinar-form-popup .popup-content {
        padding: 60px 30px;
    }

    .form-row>.col {
        flex-basis: 100%;
    }

    .webinar-form-popup .popup-content:before {
        background: url('/wp-content/themes/alena/assets/images/Ellipse-mobile.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: auto;
        right: 0;
    }

    .webinar-success-msg p {
        font-size: 26px;
        line-height: 32px;
    }

    .webinar-form-popup .toggle-label label {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .webinar-form-popup .toggle-label {
        padding: 16px 12px 16px 16px;
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .webinar-form-popup input.form-control {
        padding: 16px;
    }

    .webinar-form-popup .toggle-options {
        padding: 2px 32px 18px;
        margin: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .webinar-form-popup .toggle-options label {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .toggle-options input[type=checkbox] {
        margin-bottom: 12px;
    }

    .webinar-form-wrap .btn-orange {
        margin-top: 24px;
    }

    .info-boxes {
        gap: 2px;
    }

    .info-boxes .btn-orange {
        margin-top: 12px;
        min-width: 178px;
        padding: 14px 10px;
    }

    .about-webinar .content h2 {
        font-size: 34px;
        line-height: 55px;
    }

    .logo img {
        margin-bottom: 19px;
    }

    img.zigzag {
        margin-bottom: 0;
    }

    .logo img {
        width: 100px;
    }

    .cta-box h2 {
        margin-top: 18px;
        margin-bottom: 9px;
    }

    .webinar-learning h2 {
        font-size: 44px;
        line-height: 48px;
        text-align: left;
    }

    .agenda-title {
        font-size: 24px;
        line-height: 32px;
    }

    .ready-to-improve-wrap .btn-orange {
        min-width: 140px;
    }
}

@media(max-width:390px) {

    .webinar-hero {
        padding-top: 150px;
        background-position: 100%;
        background: url('/wp-content/themes/alena/assets/images/Header.png') no-repeat;
        background-position: center;
        background-size: 180%;
        /* padding-bottom: 0; */
    }

    /* .btn-orange {
        padding: 3px 6px;
        min-width: auto;
        font-size: 6.88px;
        line-height: 9.63px;
        border-radius: 2.75px;
    } */

    .btn-discover button {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.15px;
        border-radius: 8px;
        padding: 8px 16px;
    }

    .about-webinar {
        padding: 33px 13px;
    }

    .cta-box {
        padding: 18px;
        background: linear-gradient(to bottom, #ffffff 30%, #31CADD 70%);
    }

    img.zigzag {
        height: 152px;
    }

    .agenda-item {
        min-height: 240px;
    }

    .panelist-card h4 {
        margin-bottom: 0;
    }

    .panelist-section .panelist-card h4 {
        margin-bottom: 8px;
    }

    .panelist-section .panelist-card p {
        margin-top: 16px;
    }

    .panelist-cards {
        gap: 26px;
    }

    

    .cta-box h2 {
        line-height: 27.35px !important;
    }

    .info-boxes .btn-orange {
        min-width: 178px;
    }

    .webinar-form-popup {
        padding-top: 0px;
    }

    .webinar-form-popup .popup-content {
        max-width: 97%;
    }
}

/* --- 27-03-2025 --- */
.webinar-form-popup {
    overflow: auto;
}

.webinar-form-popup .popup-content {
    height: 800px;
    overflow: auto;
    background: url('/wp-content/themes/alena/assets/images/Ellipse-bg.svg') #fff no-repeat;
    background-position: bottom;
}

.webinar-form-popup .popup-content.success-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.webinar-form-popup .webinar-form-wrap>.form-group:nth-last-of-type(1) {
    margin-bottom: 20px;
}

.popup-register-now {
    margin: 0;
}

.webinar-form-popup .popup-content:before {
    display: none;
}

.webinar-form-popup::-webkit-scrollbar,
.webinar-form-popup .popup-conten::-webkit-scrollbar {
    opacity: 0;
}

.webinar-form-popup .close-btn {
    font-size: 50px;
    cursor: pointer;
    line-height: 50px;
}

.panelist-cards {
    max-width: 964px;
    width: 100%;
    margin: 0 auto;
}

.agenda-slider .owl-stage {
    align-items: stretch;
}

.agenda-slider .owl-stage .owl-item {
    height: auto;
}


@media (max-width: 600px) {
    .agenda-item {
        min-height: 200px;
    }
}

@media (max-width: 767px) {

    .webinar-learning .container {
        padding: 0;
    }
}


.newsletter-section {
    max-width: 914px;
    height: 247px;
    border-radius: 12px;
    margin: 0 auto;
}

.newsletter-section h2 {
    font-family: "Lato Regular";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
    color: #000;
}

.newsletter-form-desc {
    font-family: "Lato Regular";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #63646680;
}

.news-form {
    margin-top: 35px;
}

.newsletter-from-text {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #63646680
}

.newsletter-section input[type=email] {
    width: 342px;
    height: 48px;
    border-width: 1px;
    border-radius: 8px;
    padding: 16px;
    color: #A1A1A1;
    font-family: "Figtree", sans-serif !important;
    font-weight: 400;

}

.newsletter-section button {
    width: 111px;
    height: 44px;
    gap: 40px;
    font-size: 18px;
    min-width: 111px;
}

.newsletter-image-inner {
    width: 300.99px;
    height: 205.22px;
    angle: 10.49 deg;

}

.newsletter-section {

    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newsletter-section .col {
    padding-left: 0px;
}

.blog-header {
    padding-top: 161px;
    margin-bottom: 110px;
}

.blog-header h2 {
    letter-spacing: -0.2px;
    text-transform: capitalize;
    color: #000000;
    font-size: 44px;
    font-weight: 900;
    line-height: 54px;
}

img.avatar.avatar-100.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;

}

.blog-header .author-name {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding-top: 10px;
}

.avtar-section-header-image {
    float: left;
    margin-right: 10px;
}

.avtar-section-header-text .card-date {
    padding-top: 5px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #636466;
    padding-bottom: 24px;
}

.avtar-section-header-text .card-date ul {
    margin-bottom: 0px;
}

.blog-header .post-categories {
    margin-left: -40px;
}

.blog-header .post-categories li {
    float: left;
    list-style: none;
    background: #FF4500;
    gap: 10px;
    padding-top: 6px;
    padding-right: 24px;
    padding-bottom: 6px;
    padding-left: 24px;
    border-radius: 120px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.blog-header .col-5 img {
    border-radius: 12px;
    box-shadow: 4px 4px 16px 0px #063B6D1A;

}



.entry-content.hc-post-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
/*     font-size: 20px; */
	color: #000000;
/*     color: #636466; */
}

.entry-content.hc-post-content h2 {
    font-family: "Lato Bold", sans-serif;
    font-weight: 800 !important;
    font-size: 32px;

    letter-spacing: 0%;
    color: #000000;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 10px;
}

.entry-content.hc-post-content h2 b {
    font-weight: 900 !important;
}

.entry-content.hc-post-content .pdf-form-wrap h2 {
    text-transform: uppercase;
}

.pdf-section {
    max-width: 678px;
    text-align: center;
    margin: 0 auto;
}

#launch-first-startup-toolkit-pdf-download {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
}

.pdf-form-desc {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #00000080;
    margin-bottom: 20px;
}

.pdf-section input.form-control {
    background: #0000000F;
    padding: 22px 10px;
    border-radius: 2.75px;
}

.pdf-section-main {
    background-image: url(/wp-content/uploads/2025/04/effect.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top:100px;
}

.share-icon {
    margin: 0 auto;
    text-align: center;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-top:20px;
}

.share-icon a img {
    margin: 0px !important;
    margin-right: 15px !important;
}

.hc-blog-single .hc-blog-single-content .entry-content .light-text {
    font-family: "Lato Regular", sans-serif !important;
    color: #636466;
    margin-bottom: 12px;
}

.hc-blog-single .hc-blog-single-content .entry-content {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    color: #000000;
}

.entry-content.hc-post-content ul,
.entry-content.hc-post-content ol {
    padding-left: 30px;
    margin: 12px 0px;
}

.entry-content.hc-post-content ul li,
.entry-content.hc-post-content ol li {
    color: #000000;

}

.author-section h5 {
    font-family: Poppins;
    font-weight: 600 !important;
    color: #000000;
    font-size: 20px;
}

.author-section .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.author-section .card-text {
    color: #636466;
    font-family: "Lato Regular", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.author-section .card-text p {
    font-weight: 500;
}

.author-section .card-text ul {
    margin-top:20px;
    margin-bottom: 20px;
    font-weight: 800;
}

.author-section .card-text ul li strong {
    font-weight: 800;
}

.hc-blog-inner .col {
    padding-left: 0px;
    padding-right: 0px;
}

.single-post .owl-carousel .owl-dots.disabled,
.single-post .owl-carousel .owl-nav.disabled {
    display: block;
}

.single-post .owl-prev {
    left: -30px;
}

.single-post .owl-next {
    right: -30px;
}
.hc-blog-related .hc-blog-related-title {
    font-family: Lato Regular;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #000;
    text-transform: capitalize;
}

.dark-section {
    background: #EFF1F5;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
}

.pdf-success-msg p, .newsletter-success-msg p{
    color:#FF4500 !important;
    margin: 30px 0;
}

.newsletter-image img{
    transform: rotate(-10.49deg);
}

.hc-blog-section .os-blog-card .card-link{
    display: none;
}

@media(max-width:450px) {

    /*.hc-blog-single {
        padding-left: 10px;
    }
    .toc-section {
        display: none;
    }*/

    .blog-header .col-7 {
        max-width: 100%;
        order: 2;
        flex: 100%;
    }

    .blog-header .col-5 {
        max-width: 100%;
        order: 1;
        flex: 100%;
        margin-bottom: 30px;
    }

    .blog-header h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .entry-content.hc-post-content p {
        font-size: 18px;
    }

    .newsletter-section {
        display: block;
        height: auto;
    }

    .newsletter-image {
        max-width: 70% !important;
        margin: 0 auto;
    }

    .dark-section {
        padding-top: 0px;
    }

    .newsletter-section button {
        margin-top: 20px !important;
    }

    .newsletter-form-wrap {
        text-align: left !important;
    }

    .news-form {
        margin-top:25px;
    }

    .newsletter-section input[type=email] {
        width: 100%;
    }

    .entry-content.hc-post-content ul li,
    .entry-content.hc-post-content ol li {
        font-size: 18px;
    }

    .entry-content.hc-post-content h2 b {
        font-weight: 800 !important;
        line-height: 100%;
    }

    .pdf-section input.form-control {
        font-size: 6.88px;
        padding: 9px 10px;
        height: calc(1em + .75rem + 2px);
    }
    .pdf-section-main input::placeholder {
      font-size: 6.88px !important;
      color:#000000;
      font-weight: 400;
    }

    .share-icon .share-text {
        text-align: left !important;
    }
    .share-icon .share-icons {
        text-align: center !important;
    }

    .hc-blog-related .hc-blog-related-title {
        text-align: left;
        color: #063B6D;
        font-size: 32px;
        font-weight: 700;
        margin-left: 15px;
    }

    .dark-section {
        flex-direction: column-reverse;
    }

    .newsletter-section h2 {
        font-size: 32px;
        text-align: left;
    }
    .hc-blog-single .hc-blog-single-content .entry-content {
        font-size:18px;
    }

    .hc-blog-single .featured-image {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .entry-content.hc-post-content .pdf-form-wrap h2{
        font-family: Open Sans;
        font-weight: 700 !important;
        font-size: 10.31px;
        line-height: 11.69px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .pdf-section-main {
        margin-top:40px;
    }

    .pdf-form-desc {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 6.19px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
    }

    .hc-blog-related {
        margin: 40px 0 50px;
    }

    .hc-reviews {
        padding: 10px 0;
    }

    .blog-header {
        display: flex;
        flex-direction: column-reverse;
        padding-top:140px;
        margin-bottom: 40px;
    }
}




.faq .faq-item .faq-question {
    font-family: Lato Regular;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1.2%;
    vertical-align: middle;
    color: #000;
}

.faq .faq-item .faq-answer {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 1.2%;
    vertical-align: middle;
    color: #6C6C6C;
}

.webinar-faq .faq-question:after {
    width: 24px;
    height: 24px;
}

.faq {
    padding: 64px 32px 64px 32px;
}



.card-link a {
    color: #636466;
    font-weight: 700;
    font-size: 20px;
}

.card-link {

    height: 56px;
    text-align: left;
    margin-top: 20px;
}

.newsletter-section {
    background-color: #fff;
}

.btn-discover {
    text-align: center;
    padding-top: 45px;
}

.btn-discover button {
    font-weight: 700;
}

.relateda-articles .row {
    margin: 0 auto;
}

.post_bottom_title {
    font-family: Lato Regular;
    font-weight: 900;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #00000099;
    margin: 0 15px;
}

.post_bottom_description {
    font-family: Lato Regular;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.12px;
    text-align: center;
    vertical-align: middle;
    color: #0000004D;
    padding: 20px;
}

.post_bottom-wrap {
    padding-bottom: 55px;
    max-width: 1228px;
    margin: 0 auto;
}

.post_bottom_btn {
    margin: 0 auto;
}

.abt-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #FF4500;
    text-transform: capitalize;
    font-family: "Lato Regular", sans-serif;

}

a.btn-orange:hover {
    color: #fff;
}

.os-blog-card {
    height: auto;
}

@media only screen and (min-width:321px) and (max-width:768px) {
    .abt-title {
        font-size: 32px;
    }

    .newsletter-section {
        width: auto;
    }

    .post_bottom_title {
        font-size: 32px;
        line-height: 35px;
    }

    .post_bottom_description {
        font-size: 16px;
        line-height: 18px;

    }

    .faq-question {
        font-size: 20px !important
    }

    .faq-answer {
        font-size: 16px !important;
    }

    .faq {
        padding: 19px 14px 19px 14px;
    }

    .os-blog-card {
        height: auto;
    }

    .btn-discover {
        padding-top: 0px;
    }

    .newsletter-image {
        max-width: 30%;
    }

    .newsletter-section button {
        margin: 0 auto;
        border-radius: 8px;
    }
    .post_bottom_btn a.btn-orange {
        font-family: "Lato Regular";
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.15px;
        vertical-align: middle;
        padding: 11px 15px;
        border-radius: 8px;
    }
}

.newsletter-image {
    display: block;
    max-width: 30%;
    margin: 0 auto;
}



.toc-section {
    border-radius: 16px;
    padding: 34px;
    background-color: #fff !important;
    box-shadow: 4px 4px 16px 0px #063B6D33;
    margin-top: 10px;
    margin-right: 30px;
}

.toc-section span{
    font-family: "Lato Regular", sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom:20px;
    color: #000000;
}

.toc-section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.toc-section ul li {
    display: block;
    margin-bottom: 10px;
}
.toc-section ul li  a {
    font-family: "Lato Regular", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #636466;
    text-decoration: underline !important;
}
.toc-section ul li a:hover {
    color: #ff4500;
}
.pdf-section-main input::placeholder {
  font-size: 20px;
  color:#000000;
  font-weight: 400;
}

.blog-header .featured-image img {
    border-radius: 5px;
}

.webinar-button-center {
    clear: both;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
 }

 #captcha-wrapper.error {
    border: 2px solid red !important;
    display: inline-block;
    border-radius: 4px;
    max-width: 350px;
    float: left;
 }

.after-webinar-page-template .webinar-hero {
    min-height: auto;
    padding-top: 141px;
    background: none;
    padding-bottom: 42px;
}
.after-webinar-page-template .webinar-inner {
    padding: 0;
    margin: 0 auto;
}
.after-webinar-page-template .about-webinar .cta-box:before {
    display: none;
}
.after-webinar-page-template .webinar-inner span {
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 32px;
    display: block;
}
.watch-webinar {
    padding: 54px 0 49px;
    position: relative;
}
.watch-webinar-inner {
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
}
.watch-webinar-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(32, 77, 115, 0.6);
    z-index: 1;
}
.watch-webinar-cont {
    position: absolute;
    z-index: 1;
    top: 55%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-width: 263px;
    width: 100%;
    text-align: center;
}
.watch-webinar-cont .btn {
    min-width: auto;
    width: 100%;
    background: rgba(255, 69, 0, 1);
    padding: 22.5px 22px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'Open Sans';
    border-radius: 8px;
}
.watch-webinar-cont-icon {
    margin-bottom: 36px;
}

.watch-webinar-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 42px 59px 57px;
    position: relative;
    border-radius: 16px;
}

.watch-webinar-bg-cont-logo img {
    filter: brightness(10);
}

.watch-webinar-bg-cont-date ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.watch-webinar-bg-cont-date ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.watch-webinar-bg-cont-date ul li a svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.watch-webinar-bg-cont-date {
    margin: 0 0 60px;
}

.watch-webinar-bg-cont {
    max-width: 430px;
    width: 100%;
}

.watch-webinar-bg-list {
    max-width: 290px;
    width: 100%;
    margin-top: 28px;
}

.watch-webinar-bg-cont-date ul li + li {
    margin-left: 19px;
}

.watch-webinar-bg-cont-head h2 {
    font-weight: 800;
    font-size: 56px;
    line-height: 51px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}

.watch-webinar-bg-cont-head p {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0;
    color: #fff;
    max-width: 370px;
    width: 100%;
    margin: 0;
}

.watch-webinar-bg-cont-logo {
    width: 100%;
    margin-bottom: 58px;
}

.watch-webinar-bg-inner {
    display: flex;
    justify-content: space-between;
}

.watch-webinar-bg-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.watch-webinar-bg-list ul {
    padding: 0;
}

.watch-webinar-bg-list-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
}

.watch-webinar-bg-list-cont {
    max-width: calc(100% - 71px);
    width: 100%;
}

.watch-webinar-bg-list-cont h6 {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-family: 'Readex Pro';
}

.watch-webinar-bg-list-cont p {
    font-family: 'Readex Pro';
    font-weight: 400;
    font-size: 10.56px;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.watch-webinar-bg-list ul li + li {
    margin-top: 25px;
}

.watch-webinar-inner-video {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.watch-webinar-inner-video iframe {
    border-radius: 30px;
    width: 100%;
    height: 450px;
}
.webinar-form-popup .webinar-form-wrap #captcha-wrapper {
    margin-top: 20px;
}

@font-face {
    font-family: 'Readex Pro';
    src: url('/wp-content/themes/alena/assets/fonts/readex/ReadexPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Readex Pro';
    src: url('/wp-content/themes/alena/assets/fonts/readex/ReadexPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.webinar-listing-page-template .webinar-hero {
    padding: 160px 0 60px;
    min-height: auto;
    background: none;
}
.webinar-listing-page-template .webinar-hero .webinar-inner {
    max-width: 1107px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.webinar-listing-page-template .webinar-hero .webinar-inner h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -1.4px;
    text-align: center;
    font-family: "Lato Regular", sans-serif;
    text-transform: capitalize;
    margin-bottom: 17px;
}
.webinar-listing-page-template .webinar-hero .webinar-inner p {
    font-family: "Lato Regular", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    letter-spacing: 0;
}

.webinar-listing-grid {
    padding:0px 0 60px;
}

.webinar-listing-grid-main {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.webinar-listing-grid-inner {
    max-width: calc(33.3333% - 16px);
    width: 100%;
}
.webinar-listing-grid .container {
    max-width: 1310px;
}
.webinar-listing-grid-inner img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.webinar-listing-grid-btn .hc-btn {
    padding: 8px 33px;
    min-width: fit-content;
    box-shadow: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Lato Regular", sans-serif;
}

.webinar-listing-grid-btn {
    text-align: center;
    margin: 60px 0 0;
}

.white-papers-page-template  .webinar-hero {
    padding: 210px 0 130px;
    min-height: auto;
    background: none;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}

.white-papers-page-template .webinar-inner h1, .white-papers-page-template  .webinar-inner p {
    color: #ffffff;
}


.resources-listing-grid .webinar-inner {
    max-width: 800px;
    padding-bottom: 0;
    margin: 0 auto;
}

 
.resources-listing-title {
    text-align: center;
    font-size: 20px;
    max-width: 960px;
    margin: 0 auto;
    color: #000;
}

.resources-listing-title h2 {
    text-transform: unset;
    color: #FF4500;
    font-weight: 800;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 24px;
}


.resources-listing-grid  {
    padding: 60px 0;
    width: 100%;
    display: inline-block;
}

.resources-listing-grid-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}

.resources-listing-grid-inner .resources-block {
    width: 25%;
    padding: 0 22px 24px;
    position: relative;
}

.resources-listing-grid-inner .resources-block .resources-img {
    width: 100%;
    position: relative;
}

.resources-listing-grid-inner .resources-block .resources-img img {
    height: 334px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.resources-listing-grid-inner .resources-block .resources-img h3 {
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 800;
    font-size: 20.44px;
    line-height: 114.99999999999999%;
    letter-spacing: 0.015rem;
    vertical-align: middle;
    text-transform: uppercase;
    top: 75px;
    padding-left: 12px;
    border-left: 3px solid  #FF4500;
    left: 22px;
    width: calc(100% - 50px);
}

.resources-listing-grid-inner .resources-block .resources-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #034E76CC;
    border-radius: 10px 10px 0 0;
}

.resources-block .resources-content {
    background: #034E76;
    border-radius: 0 0 10px 10px;
    text-align: center;
    color: #fff;
    padding: 0px 0 20px;
    border-top:1px solid #E1F1F2;

}

.resources-block .resources-content .resources-icon {
    border: 1.53px solid #FFFFFF;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0px auto;
    position: relative;
    top: -12px;
    background: #034E76;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resources-block .resources-content .logo {
    text-align: center;
    margin-top: 5px;
}

.resources-block .resources-content .logo img {
    margin: 0;
}

.resources-block .resources-content .website-link:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #FF4500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
}

.resources-block .resources-content .website-link a {
    color: #E1F1F2;
    font-weight: 400;
    font-size: 6px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.resources-block .resources-content .website-link {
    position: relative;
    padding-top: 15px;
}

.resources-listing-grid-btn {
    text-align: center;
}

.resources-listing-grid-btn #load-more-white-papers {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 16px;
    text-transform: capitalize;
}

.block-link {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.popular-resources-title {
    text-align: center;
    max-width: 930px;
    width: 100%;
    margin:  0 auto;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.popular-resources-title p{
    padding-bottom: 24px;
}

.popular-resources-title h3 {
    color: #4A4A4E;
}

.popular-resources-title h2 {
    text-transform: capitalize;
    color: #4A4A4E;
}

.popular-resources-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
}

.popular-resources-list .info-box {
    box-shadow: 0px 0px 20px 0px #0000001F;
    width: calc(33.33% - 24px);
    background: #fff;
    margin: 0 12px 24px;
    padding: 35px;
    text-align: center;
    border-radius: 12px;
}

.popular-resources-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.popular-resources-list .info-box .info-icon {
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #FF45000D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.popular-resources-list .info-box  span {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    letter-spacing: 0.3px;
}

.popular-resources-info {
    background: #F7F8FA;
    border-radius: 20px;
    padding: 20px 55px;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    color: #034E76;
    margin-top: 16px;
}

.popular-resources-info p {
    font-weight: 700;
    color: #034E76;
	
}


.popular-resources-info {
    background: #F7F8FA;
    border-radius: 20px;
    padding: 20px 60px;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    color: #034E76;
}

.popular-resources-info p {
    font-weight: 700;
    color: #034E76;
	
}
.white-papers-page-template .popular-resources-info > p{
	font-size:22px;
} 
.popular-resources-info .btn.hc-btn.hc-bg-red-orange {
    min-width: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    text-transform: unset;
    box-shadow: none;
    text-shadow: none;
    padding: 8px 20px;
    margin-top: 5px;
}

.why-use-wrapper {width: 100%;padding: 60px 0;}

.why-use-wrapper h2 {
    text-align: center;
    color: #4A4A4E;
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 30px;
}

.why-use-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.why-use-list .why-use-block {
    width: 100%;
    border-bottom: 3px solid #31CADD;
    background: #F7F8FA;
    border-radius: 12px;
    padding: 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    color: #000;
    display: flex;
    align-items: center;
}

.why-use-list .why-use-block:before {
    content: "";
    display: inline-block;
    background: url(../images/check_icon.svg) no-repeat;
    min-width: 38px;
    min-height: 38px;
    vertical-align: middle;
    margin-right: 10px;
}

.white-single-banner {
    padding-top: 120px;
    padding-bottom: 90px;
    background: url(../images/white-single-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}


.white-single-banner-wrap {
    display: flex;
    justify-content: space-between;
}

.white-single-banner-wrap .white-single-banner-left {
    max-width: 680px;
    padding-top: 150px;
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
}

.white-single-banner-wrap .white-single-banner-right {
    margin-bottom: -400px;
    margin-right: -80px;
}

.white-single-banner-wrap .white-single-banner-left h1 {
    font-size: 44px;
    line-height: normal;
    text-transform: inherit;
    margin-bottom: 20px;
}

.white-single-banner-wrap .white-single-banner-left p {margin-bottom: 25px; font-family: "Lato Light"}

.white-single-banner-wrap .white-single-banner-left .btn {
    font-weight: 700;
    text-transform: unset;
    min-width: auto;
    padding: 9px 20px;
    line-height: 26px;
    display: inline-flex;
    gap: 10px;
    border-radius: 8px;
    font-family: "Lato Bold";
    font-size: 20px;
    line-height: 28px;
} 

.white-single-content .accordionItem:last-child {
    margin: 0;
}

.what-paper-cover {
    padding: 60px 0 100px;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
}

.what-paper-cover-left {
    max-width: 660px;
    font-size: 20px;
    color: #000;
}

.what-paper-cover-left h2 {
    text-transform: capitalize;
    color: #FF4500;
    font-weight: 900;
}

.white-single-content {
    padding: 60px 0;
    width: 100%;
}

.white-single-content .table-of-content {
    box-shadow: 4px 4px 16px 0px #063B6D33;
    width: 250px;
    padding: 25px;
    border-radius: 12px;
    position: sticky;
    top: 110px;
}

.table-of-content .table-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

/*24-07-25*/
.white-single-content .table-of-content ul {
    list-style: none;
    padding: 0;
}

.white-single-content .table-of-content ul li {
    margin-bottom: 15px;
}

.white-single-content .table-of-content ul li a {
    color: #636466;
    cursor: pointer;
    font-family: "Lato Regular";
    font-weight: 400;
}

.white-single-content .table-of-content ul li a:hover {
    color: #31CADD;
    text-decoration: underline;
    font-weight: 600;
}

.white-single-content .table-of-content ul li a.active {
    color: #31CADD;
    text-decoration: underline;
    font-weight: 600;
}

.white-single-content-desc {
    width: calc(100% - 250px);
    padding-left: 60px;
}

.white-single-content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.white-single-content-wrap .two-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.white-single-content-wrap .two-column .left-column {
    width: 70%;
    font-size: 20px;
    padding-right: 55px;
    color: #636466;
}

.white-single-content-wrap .two-column .left-column p {
    margin: 0;
    color: #636466;
}

.white-single-content-wrap .report-list {
    justify-content: space-between;
}

.white-single-content-wrap .right-column {
    width: 30%;
}

.two-column .left-column h3 {
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.accordionclose .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    transform: scaleY(0);
    float: left;
    display: block;
}

.accordionItem {
    background: #EFF1F580;
    border-bottom: 3px solid #31CADD;
    border-radius: 12px;
    border-bottom-width: 3px;
    padding: 32px;
    margin-bottom: 24px;
    font-size: 22px;
    color: #636466;
}

.accordionItem .accordionItemHeading {
    font-size: 22px;
    text-transform: capitalize;
    color: #000000;
    line-height: normal;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-family: "Lato Bold";
    font-weight: 700;
    padding-right: 50px
} 
 

.accordionItemContent p:last-child {
    margin-bottom: 0;
}

.accordionItem .accordionItemHeading:after {
    top: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    background: url(../images/down_arrow.svg) no-repeat;
    width: 30px;
    height: 30px;
}

.accordionItem.open .accordionItemHeading:after {
    transform: rotate(180deg);
}

.accordionItemContent {
    padding-top: 20px;
}

.accordionclose .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    padding-top: 20px; 
    width: 100%; 
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.derails-growth h3 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}

.derails-growth {
    padding: 60px 0 0;
}


ul.report-list {
    display: flex;
    gap: 24px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.inside-report-section {
    padding: 60px 0;
}

ul.report-list li {
    box-shadow: 0px 0px 15px 0px #0000001A;
    padding: 10px 20px;
    border-radius: 12px;
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
    color: #000;
    display: flex;
    width: calc(50% - 24px);
}


ul.report-list li.full-width {
    width: 100%;
}

ul.report-list li:before {
    content: "";
    display: inline-block;
    background: url(../images/check_icon.svg) no-repeat;
    min-width: 38px;
    min-height: 38px;
    vertical-align: middle;
    margin-right: 10px;
}

.single-user-blog {
    background-color: rgb(239 241 245 / 30%);
    border-radius: 20px;
    border-bottom: 3px solid #31CADD;
    padding-top: 22px;
}

.single-user-blog .panelist-card img {
    width: 176px;
    height: 178px;
    margin-bottom: 8px;
}

.single-user-blog .panelist-section {
    margin-bottom: 20px;
}

.white-single-content .single-user-blog p {
    color: #034E76 !important;
    font-weight: 700 !important;
    font-size: 22px;
    line-height: 36px;
}

/*form desgin*/
.white-apper-form h3 {
    color: #000000;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.white-apper-form {
    padding-top: 113px;
    background: url('https://stagingtest.alenatest3.site/wp-content/uploads/2025/07/bg-effect.png');
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 21px;
}

.white-apper-form .popup-content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 37px;
    text-align: center;
}

.white-apper-form label {
    color: rgb(99 100 102 / 70%);
    font-family: "Lato Regular";
    font-weight: 400;
}

.white-apper-form .form-control {
    background: #0000000F;
    padding: 16px 25px;
    border-radius: 8px;
    border: 0;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.32px;
    color: #000000;
    height: auto;
}
.white-apper-form  input::placeholder {
    color: #000000;
    opacity: 1;
}

.white-apper-form input::-ms-input-placeholder {
    color: #000000;
}

.white-apper-form select::placeholder {
    color: #000000;
}

.white-apper-form select::-ms-input-placeholder {
    color: #000000;
}

.white-apper-form .form-row {
    max-width: unset;
    margin: 0 -12px;
}

.white-apper-form .form-group.col-md-6 {
    padding: 0 12px;
    margin-bottom: 0;
}

.white-apper-form .col {
    padding: 0 12px;
}

.bottom-line {
    display: flex;
    padding: 0 35px;
    margin-top: 47px;
    align-items: center;
}

.bottom-line-left img {
    width: 332px;
    height: 486px;
    object-fit: cover;
}

.bottom-line-right {
    width: calc(100% - 332px);
    padding-left: 60px;
}

.bottom-line h3 {
    text-align: right;
    margin-bottom: 20px;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.bottom-line .bottom-line-desc {
    color: #636466;
    text-align: right;
    font-size: 20px;
    line-height: 32px;
    font-family: "Lato Regular";
    font-weight: 400;
}

.bottom-line strong {
    color: #31CADD;
    text-align: right;
    display: block;
    margin-top: 20px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
}

.bottom-line .btn-orange {
    margin-left: auto;
    display: table;
    margin-top: 24px;
    border-radius: 8px;
}

.white-papers-page-template .webinar-hero h1 {
    text-transform: capitalize;
        font-weight: 800;
        font-size: 76px;
}

.white-papers-page-template p {
    font-family: 'Lato Regular';
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
}

.white-papers-page-template #load-more-white-papers {
    min-width: auto;
    border-radius: 8px;
}

.white-papers-page-template .webinar-container p {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Lato Regular';
}

.white-papers-page-template .popular-resources-list .info-box span {
    color: #000;
}

.white-papers-page-template .resources-listing-grid p {
    margin-bottom: 24px;
}

.white-papers-page-template .popular-resources-info .btn.hc-btn.hc-bg-red-orange {
    margin-top: 24px;
    border-radius: 8px;
}

.white-papers-page-template .faqs {
    padding: 64px 0;
}

.white-papers-page-template .faq {
    padding-bottom: 0;
}

.white-papers-page-template .webinar-faq .faq-item:last-child {
    margin: 0;
}

.single-white_paper .report-list {
    margin: 0;
}

.white-single-content-wrap .accordionItem.open {
    background: rgb(49 202 221 / 10%);
}
.whitepaper-form-wrap #captcha-wrapper .g-recaptcha {
    display: flex;
    justify-content: center;
}
.hc-bg-red-orange{
    background-color: #ff4500;
}

@media (max-width: 1500px){
    .white-single-banner-wrap .white-single-banner-right{
        margin-right: -10px;
    }
}
@media (max-width: 1200px) {
    .resources-listing-grid-inner .resources-block {
        width: 33.33%;
        padding: 0 10px 24px;
    }

    .white-single-banner-wrap .white-single-banner-left {
        padding-top: 100px;
    }

    .white-single-content-desc {
        padding-left: 30px;
    }

    .bottom-line-right {
        padding-left: 10px;
    }
    .white-single-banner-wrap .white-single-banner-right{
        margin-right: 0px;
    }
}

@media (max-width: 991px) {
    .toc-section {
        margin-right: unset;
    }
    .webinar-listing-page-template .webinar-hero .webinar-inner h1 {
        font-size: 55px;
        line-height: 61px;
    }
    .webinar-listing-page-template .webinar-hero .webinar-inner p {
        font-size: 24px;
        line-height: 30px;
    } 

    .resources-listing-grid-inner .resources-block {
        width: 50%;
    }

    .popular-resources-list .info-box {
        width: calc(33.33% - 20px);
        margin: 0 5px 24px;
        padding: 20px;     
    }

    .why-use-wrapper h2 {
        font-size: 42px;
    }

    .popular-resources-list .info-box span {
        font-size: 20px;
    }

    .popular-resources-info .btn.hc-btn.hc-bg-red-orange {
        margin-top: 0;
    }
    
    /*24-07-25*/

    .white-single-banner-wrap .white-single-banner-left h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .white-single-banner-wrap .white-single-banner-left {
        padding-top: 50px;
        font-size: 18px;
        max-width: 600px;
    }

    .white-single-banner {
        padding-bottom: 50px;
    }

    .what-paper-cover-left {
        font-size: 18px;
    }

    .white-single-content-wrap .two-column .left-column {
        font-size: 18px;
    }

    .white-single-content-wrap h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .single-white_paper .accordionItem .accordionItemHeading {
        font-size: 20px;
    }

    .single-white_paper .open .accordionItemContent {
        font-size: 16px;
    }

   .single-white_paper .accordionItem {
        padding: 18px;
    }

   .single-white_paper .inside-report-section {
        padding: 40px 0;
    }

    .single-white_paper .report-list {
        flex-wrap: wrap;
    }

    .single-white_paper .report-list li {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
    }

    .single-white_paper .report-list li:before {
        min-width: 35px;
        min-height: 30px;
    }

    .single-white_paper .single-user-blog .panelist-card img {
        width: 100px;
        height: 100px;
    }

    .single-white_paper .panelist-section .panelist-card h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .single-white_paper .panelist-section .panelist-card p {
        font-size: 18px;
        line-height: 28px;
    }

    .single-white_paper .single-user-blog .panelist-section {
        margin-bottom: 0;
    }

    .white-apper-form {
        padding-top: 50px;
    }

    .white-apper-form .form-control {
        font-size: 16px;
        padding: 10px;
    }

    .white-apper-form .popup-content {
        padding: 15px;
    }

    .white-apper-form button {
        font-size: 18px;
    }

    .bottom-line {
        padding: 10px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .bottom-line-left {
        width: 100%;
    }

    .bottom-line-right {
        width: 100%;
    }

    .bottom-line-left img {
        width: 100%;
        object-fit: contain;
    }

    .bottom-line .bottom-line-desc {
        font-size: 18px;
        line-height: 28px;
    }

    .bottom-line strong {
        font-size: 18px;
        line-height: 28px;
    }

    .bottom-line .btn-orange {
        font-size: 18px;
    }

    .what-paper-cover {
        padding: 40px 0 50px;
    }

    .white-papers-page-template .webinar-hero h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .white-papers-page-template .faqs {
        padding: 40px 0;
    }
    

}

@media (max-width: 767px) {
    .webinar-listing-page-template .webinar-hero {
        padding: 126px 0 26px;
    }
    .webinar-listing-page-template .webinar-hero .webinar-inner h1 {
        font-weight: 600;
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 4px;
    }
    .webinar-listing-page-template .webinar-hero .container {
        padding: 0 30px;
    }
    .webinar-listing-page-template .webinar-hero .webinar-inner p {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }
    .webinar-listing-grid-inner {
        max-width: 100%;
    }
    .webinar-listing-grid-btn {
        margin: 20px 0 0;
    }
    .webinar-listing-grid {
        padding: 0 0 35px;
    }
    .webinar-listing-grid-inner {
        max-width: calc(50% - 7px);
    }
    .webinar-listing-grid-main {
        gap: 14px;
    }
    .webinar-form-popup .webinar-form-wrap #captcha-wrapper {
        margin-top: 20px;
    }
    .webinar-form-popup .webinar-form-wrap .popup-register-now {
        padding: 10px 20px;
        min-width: auto;
        font-size: 16px;
        line-height: 22px;
        border-radius: 5px;
    }
    .after-webinar-page-template .webinar-inner span {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 18px;
    }
    .watch-webinar-cont-icon {
        margin-bottom: 12px;
    }
    .watch-webinar-cont-icon svg {
        width: 35px;
        height: 42px;
    }
    .watch-webinar-cont .btn {
        padding: 6px 12px;
        font-size: 12px;
        width: auto;
        line-height: 100%;
        font-family: 'Open Sans';
        border-radius: 3px;
    }
    .watch-webinar {
        padding: 34px 0;
    }
    .after-webinar-page-template .webinar-hero {
        padding-top: 183px;
    }

    .watch-webinar-cont {
        top: 50%;
    }

    .resources-listing-title h2 { font-size: 32px; }
    .resources-listing-grid-inner .resources-block {
        width: 100%;
        padding: 0 0px 24px;
    }

    .popular-resources-list .info-box {
        width: 100%;
        margin: 0 0px 24px;
    }

    .popular-resources-info {
        padding: 20px;
        font-size: 18px;
        line-height: 30px;     
    }

    .why-use-wrapper h2, .resources-listing-title h2, .popular-resources-title h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .why-use-list { 
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .why-use-list .why-use-block { 
        padding: 15px; 
    }

    .white-papers-page-template .webinar-hero {
        padding: 160px 0 60px;
    }

    .why-use-list .why-use-block:before {
        min-width: 30px;
        min-height: 30px;
        margin-right: 5px;
        background-size: 100%;
    }

    .popular-resources-list {
        margin: 0;
    }

    /*24-07-25*/

    .white-single-content-wrap {
        flex-wrap: wrap;
    }

    .white-single-content .table-of-content {
        position: initial;
        width: 100%;
    }

    .white-single-content-desc {
        width: 100%;
        padding: 40px 0 0;
    }

    .white-single-content-wrap .two-column .left-column {
        width: 100%;
        padding: 0;
        font-size: 16px;
    }

    .white-single-content-wrap .right-column {
        width: 100%;
        text-align: center;
    }

    .white-single-content-wrap .accordionItem .accordionItemHeading:after {
        width: 20px;
        height: 20px;
        background-size: contain;
    }


    .white-single-content-wrap .accordionItem .accordionItemHeading {
        font-size: 19px;
    }

    .white-single-content-wrap .inside-report-section {
        padding: 35px 0 20px;
    }

    .panelist-section .panelist-card h4 {
        font-size: 24px;
    }

    .white-single-content-wrap ul.report-list li:before {
        min-width: 30px;
        min-height: 25px;
        background-size: 30px;
    }

    .white-single-content-wrap ul.report-list li {
        padding: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .white-single-content-wrap .what-paper-cover {
        padding: 40px 0 20px;
    }

    .white-single-content-wrap .white-single-content {
        padding: 40px 0;
    }

    .white-single-content-wrap .two-column .left-column h3 {font-size: 23px;margin-bottom: 10px;}

    .white-single-content-wrap .derails-growth {
        padding: 40px 0 0;
    }

    .white-single-content-wrap .white-single-content-wrap h3 {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .white-single-content-wrap .open .accordionItemContent {padding-top: 5px;}

    .white-single-content-wrap .open .accordionItemContent p {
        /* margin: 5px; */
    }

    .white-single-content-wrap .accordionItem {
        padding: 10px 15px;
    }

    .white-single-content-wrap .single-user-blog {
        padding: 20px 0;
    }

    .white-single-content-wrap .panelist-section .panelist-card {
        max-width: 100%;
        padding: 0 10px;
    }

    .white-single-content-wrap .panelist-section .panelist-card p {
        font-size: 16px;
        line-height: 26px;
    }

    .white-single-content-wrap .webinar-form-wrap .btn-orange {
        margin: 0;
    }

    .white-single-content-wrap .white-apper-form .popup-content {
        padding: 15px 15px 35px;
    }

    .white-single-content-wrap .bottom-line-right {
        padding: 0;
    }
    .white-single-banner-wrap .white-single-banner-left {
        width: 100%;
        text-align: center;
    }

    .white-single-banner-wrap .white-single-banner-right {
        width: 100%;
        margin: 0;
    }

    .white-single-banner-wrap {
        flex-wrap: wrap;
    }

    .white-single-banner {padding-bottom: 20px;}

    .what-paper-cover {
        padding: 40px 0 20px;
    }

    .white-single-content {
        padding: 40px 0;
    }
    .white-single-content-wrap h3 {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .white-papers-page-template .webinar-hero h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .white-papers-page-template .webinar-container p {
        font-size: 20px;
        line-height: 30px;
    }

    .white-papers-page-template p {
        font-size: 18px;
        line-height: 28px;
    }
    .white-single-banner-wrap .white-single-banner-left .btn {
            font-size: 18px;
    }
     .white-single-banner-wrap .white-single-banner-left h1 , .white-single-banner-wrap .white-single-banner-left p, .bottom-line .bottom-line-right > *{
        text-align: start;
    }
    .bottom-line .bottom-line-right > .btn-orange {
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .webinar-listing-grid-main {
        gap: 24px;
    }
    .webinar-listing-grid-inner {
        max-width: 100%;
    }
    .watch-webinar-bg-cont-logo img {
        width: 53px;
    }
    .watch-webinar-inner-video iframe {
        height: 300px;
    }
    .watch-webinar .container {
        padding: 0 25px;
    }
    .watch-webinar-bg {
        padding: 16px;
        border-radius: 6px;
    }
    .watch-webinar-bg-cont-logo {
        margin-bottom: 22px;
    }
    .watch-webinar-bg-cont {
        max-width: 172px;
    }
    .watch-webinar-bg-cont-date ul li a {
        font-weight: 600;
        font-size: 6px;
        line-height: 8px;
    }
    .watch-webinar-bg-cont-date ul li a svg {
        width: 9px;
        height: 9px;
        margin-right: 4px;
    }
    .watch-webinar-bg-cont-date ul li + li {
        margin-left: 8px;
    }
    .watch-webinar-bg-cont-date {
        margin: 0 0 23px;
    }
    .watch-webinar-bg-cont-head h2 {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .watch-webinar-bg-list {max-width: 138px;margin-top: 12px;}
    .watch-webinar-bg-cont-head p {
        font-size: 9px;
        line-height: 12px;
    }
    .watch-webinar-bg-list-img {
        width: 24px;
        height: 24px;
    }
    .watch-webinar-bg-list-img img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .watch-webinar-bg-list-cont {
        max-width: calc(100% - 30px);
    }
    .watch-webinar-bg-list-cont h6 {
        font-size: 6px;
        line-height: 100%;
        margin-bottom: 4px;
    }
    .watch-webinar-bg-list-cont p {
        font-size: 4px;
        line-height: 100%;
    }
    .watch-webinar-bg-list ul li + li {
        margin-top: 10px;
    }
}

.bottom-content-cta a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 0 32px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	color: #ff4500;
    text-decoration: underline;
}

.bottom-content-cta a:hover {
    color: #d33; 
    text-decoration: underline;
}

/* Model Popup on expertise */
.custom-modal {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%; /* full screen overlay */
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: auto; /* allow scrolling if modal taller than screen */
}

.custom-modal-content {
    background: #fff;
    padding: 20px;
    max-width: 700px;     /* width of modal */
    width: 90%;
    max-height: 80vh;     /* height: 80% of viewport */
    overflow-y: auto;     /* scroll if content exceeds max-height */
    border-radius: 8px;
    position: relative;
}

.custom-modal .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 35px;            /* square width */
    height: 35px;           /* square height */
    background-color: #ff4500;  /* red-orange background */
    color: #fff;            /* white X */
    font-size: 20px;        /* size of X */
    line-height: 35px;      /* center X vertically */
    text-align: center;     /* center X horizontally */
    cursor: pointer;
    border-radius: 5px;     /* slightly rounded corners */
    font-weight: bold;
    z-index: 10;
    user-select: none;
}

.custom-modal .close-popup:hover {
    background-color: #e03e00; /* slightly darker on hover */
}

.custom-modal-overlay {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0; left: 0;
}

.block-slider-item img:first-child {
  margin-top: 0;
}


.share-icon a img {
    display: block;
}
.single .share-icon.row .col-6.text-left.share-icons {
    display: flex;
}

@media (max-width: 450px) {
    .single .share-icon.row .col-6.text-left.share-icons {
        max-width: 62%;
        flex: 62%;
    }

    .single .share-icon.row .col-6.vm.text-right.pt-2.share-text {
        max-width: 38%;
        flex: 38%;
    }
    /*.share-icon a img {
        margin-right: 5px !important;
    }*/
    .share-icon .share-icons {
        text-align: left !important;
    }
}