#form-link{
    display: none !important;
}

/* for header changes */
.headerWrapper{background: #fff !important;box-shadow: 0px 2px 2px 0px #0000001F;}
.navigation-section.headerNav>.menu-my-menu-container>ul>li>a{color: #000 !important}
.header-call-number{border: 1px solid #000 !important;background: #000 !important;color: #fff !important;}
.header-call-icon{border:1px solid #000 !important;}
.header-call .fa-phone, .headerWrapper .nav_button span i {color: #000 !important; }
.headerWrapper .white-logo{display: none !important;}
.headerWrapper .blue-logo{display: block !important; }
.getStartedBtn:hover{border:1px solid #2571f0 !important;}
/*End*/

/* banner section css */

.webinar-container {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #0b2a64, #1957c2);
    color: #fff;   
}
.webinar-banner-flex{
    display: flex;
    align-items: center;
    gap: 20px 90px;
    padding: 120px 20px 90px 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.webinar-banner-flex .left-side{
    min-width: 600px;
    width: 100%;
}
.webinar-container .badge {
    background: #fff;
    color: #1B4387;
    padding: 0px 20px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 30px;
    line-height: 54px;
    margin-bottom: 54px;
}
.webinar-container .healthcare-badge{
    background: #ADF0FF;
    border-radius: 40px;
    padding: 0px 30px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 25px;
    line-height: 64px;
    letter-spacing: -0.1px;
    color: #1B4387;
    display: inline-block;
    margin-bottom: 30px;
}
.webinar-container h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 74px;
    line-height: 75px;
    letter-spacing: -0.1px;
    color: #fff;
    margin-bottom: 60px;

}
.sub_heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px;
    color: #fff;

}
.webinar-container h1 span{
    color: #ADF0FF;
}
.webinar-container .details {
    display: flex;
    align-items: center;
    gap: 16px;
}
.webinar-container .details p{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 0;
}


.webinar-container .speakers {
    display: flex;
    justify-content: center;
    gap: 52px;
}
.speakers .speaker-img-wrapper{
    margin: 0 auto;
    margin-bottom: -74px;
    height: 260px;
    width: 260px;
    border: 1px solid #ADF0FF;
    padding: 13px;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}
.speakers .speaker-img-wrapper .inner-circle{
    height: 100%;
    width: 100%;
    background: #ADF0FF;
    border-radius: 50%;
    text-align: center;
}
.webinar-container .speaker {
    background: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.speaker-padding-adj{
    padding-top: 180px;
}
.webinar-container .speaker-img-wrapper img {
    margin-top: -30px;
}
.webinar-container .speaker h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #1B4387;
}

.webinar-container .speaker p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #58595B;
}
.webinar-container .tag {
    background: #0072F6;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;    
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.1px;
}

/* New banner css here */

.main_webinar_section {
    position: relative;    
    background-color: #fff;
    overflow: hidden;
}

.main_webinar_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/webi_new_banner_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4; /* Change as needed */
    z-index: 1;
}

.main_webinar_section > * {
    position: relative;
    z-index: 2;
}
.main_banner_wr{    
    max-width: 1300px;
    padding: 70px 20px;
    margin: 0 auto;
    margin-top: 83px;
    display: flex;
    align-items: center;
    height: auto;
    gap: 20px 30px;
    min-height: 600px;
    height: 88vh;
}

.main_banner_wr .banner_left{
    max-width: 687px;
    width: 100%;
}

.banner_blue_bg{
    background-color: #2571F0;
    border-radius: 40px;
    padding: 5px 16px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}
.insight-text-wr{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #001840;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 16px;
}
.insight-text-wr::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 2px;
    width: 60px;
    border-radius: 20px;
    background: #001840;
}
.banner_blue_bg span{
    font-weight: 700;
}
.main_banner_wr h1{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    color: #256EEE;
}
.main_banner_wr .sub-text{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    text-transform: capitalize;
    color: #001840;
    margin-bottom: 30px;
}

.main_banner_wr .sub_heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px;
    color: #fff;
}

.main_banner_wr .date_txt{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #256EEE;
}
.main_banner_wr .date_txt span{
    color: #001840;
}
.main_banner_wr .time_txt{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #001840;
}
/* attend-section css start */
.attend-section{
    background: #F4F8FF;
}
.attend-section .attend-container{
    max-width: 1300px;
    padding: 75px 20px;
    margin: 0 auto;
}
.attend-section .nav-tabs{
    border: 0 !important;
    justify-content: center;
    gap: 10px 40px;
}
.attend-container .nav-tabs .nav-link .vide-wr{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #2F74ED;
    padding: 6px;
    overflow: hidden;
    background-color: #fff;
}
.attend-container .nav-tabs .nav-link .tab-video{
    height: 48px;
    width: 48px;
}
.attend-container .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 20px 30px;

    border: 1px solid #2F74ED;
    border-radius: 12px !important;
    min-width: 390px;
}
.attend-container .nav-tabs .nav-link p{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #1B4387;
}

.attend-container .nav-tabs .nav-link.active {
    background-color: #2F74ED;
    color: white;
}
.attend-container .nav-tabs .nav-link.active p{
    color: #fff;
}

.attend-container .tab-content{
    margin-top: 70px;
}

.attend-container .card{
    border: 0 !important;
    margin-bottom: 36px;
    background-color: transparent !important;
}
.attend-container .card-header{
    padding: 0 !important;
    border: 0 !important;
}

.attend-container .card-header button {
    text-decoration: none;
    box-shadow: none !important;
    padding: 25px 27px;
    width: 100%;
    border-left: 4px solid #535359;
    border-radius: 4px !important;
    height: auto;
    text-align: left !important;
    background: #fff;

    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #303033 !important;
}
.attend-container .card .collapse.show{
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.attend-container .card-body{
    background: #E5E9F0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 25px 27px;
}

.attend-container .card-header button[aria-expanded="true"]{
    border-left-color: #2F74ED !important;
}

.attend-container .card-body p{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #535359;
}

/* our speaker tab css here */
.our-speaker__container {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.our-speaker__card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px 64px;
    position: relative;
    z-index: 2;
    margin: 0 30px;
    max-width: 340px;
}
.our-speaker__image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.our-speaker__role {
    background-color: #0072F6;
    color: #fff;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;

    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;

}

.our-speaker__name {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #1B4387;
    margin-bottom: 10px;
}

.our-speaker__title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 12px;
    text-align: center;
    color: #58595B;
}
.speaker_linkedin{
    border-radius: 4px;
    width: 35px;
    height: 35px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto;

    background: #0076B2;
    text-align: center;
}
.our-speaker-wrapper .speaker-img-wr{
    margin-bottom: -30px;
}

/* overview section css start */
.overview-section-wr{
}
.overview-section-wr .overview-container{
    max-width: 1300px;
    padding: 100px 20px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    gap: 20px 150px;
    justify-content: space-between;
}
.overview-section-wr .left-content h2{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #1B4387;
    margin-bottom: 26px;
}

.overview-section-wr .left-content p{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #535359;
    margin-bottom: 30px;
}
.overview-section-wr .left-content p:last-child{
    margin-bottom: 0 !important;
}
.banner-right-side {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #1B43871A;
    padding: 36px 40px;
    padding-bottom: 50px;
    min-width: 500px;
}
.banner-right-side .banner-form-heading {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #323232;
    margin-bottom: 25px;
}
.banner-right-side .rcm-form-group {
    margin-bottom: 30px !important;
}
.banner-right-side .form-btn-wr {
    margin-top: 0 !important;
}
.core-btn.rcm-form-white-btn {
    background: #1A6DF9 !important;
    outline: none !important;
    color: #fff !important;
    font-family: inter !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: auto !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center;
}
.core-btn.rcm-form-white-btn:hover {
    color: #fff !important;
}

.form-group.rcm-form-group {
    padding: 0 !important;
    margin-bottom: 20px !important;
}
.rcm-form-group .form-control {
    padding: 21px 20px !important;
    color: #333 !important;
    font-family: inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.form-btn-wr {
    margin-top: 40px;
}
.rcm-form-group .form-control::placeholder {
    color: #666666 !important;
    font-family: inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

/* counter css here */

.countdown-header-div{
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #1B4387;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 10px;
    text-align: center;
}

.overview-section-wr .registration {
    max-width: 320px;
    margin: auto;
    padding: 16px 30px;
    background: #EAF1FF;
    border-radius: 8px;
    text-align: center;
    font-family: inter;
}

/* Countdown container */
.overview-section-wr .countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.overview-section-wr .time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overview-section-wr .time {
    font-size: 25px;
    font-weight: 700;
    color: #1B4387;
}

.overview-section-wr .label {
    font-size: 12px;
    color: #3F3F3F;
}

/* share section css */

.vive-global-lead-wr{
    padding: 50px 20px;

}
.vive-global-lead-wr h2{
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.005em;
    color: #1B4387;    
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 12px;
    position: relative;
}
.vive-global-lead-wr .underline{
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
    height: 4px;
    width: 154px;
    background-color: #2F74ED;

}
.vive-global-lead-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 40px;
    flex-wrap: wrap;
}
.social-icon-wrapper{
    display: flex;
    justify-content: center;
    gap: 12px 23px;
}
.social-icon-wrapper a{
    border-radius: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin: 0 auto;
    transition: transform 0.3s ease;
    background-color: #2F74ED;
    border-radius: 50%;
}
.social-icon-wrapper a img{
    width: 56px;
}
.social-icon-wrapper a:hover {
    transform: translateY(-5px);
}

.stay-connected-section  .vive-global-lead-wr{
    padding: 73px 20px;
}

@media only screen and (max-width : 1350px){
    .webinar-container .badge{
        font-size: 24px;
        line-height: 48px;
    }
    .webinar-container .healthcare-badge{
        font-size: 22px;
        line-height: 52px;
    }
    .webinar-container h1{
        font-size: 60px;
        line-height: 62px;
    }
    .speaker-padding-adj{
        padding-top: 0;
    }
    .webinar-banner-flex{
        gap: 20px 30px !important;
    }
    .webinar-banner-flex .left-side{
        max-width: 500px;
    }
    .main_banner_wr .banner_left{
        max-width: 584px;
        width: 100%;
    }
}
@media only screen and (max-width : 1200px){
    .webinar-banner-flex{
        flex-direction: column;
    }
    .webinar-banner-flex .left-side{
        max-width: 100%;
    }
    .webinar-container .badge{
        display: flex;
        width: fit-content;
    }
    .overview-section-wr .overview-container{
        gap: 20px 50px;
    }
    .webinar-container h1{
        font-size: 50px;
        line-height: 52px;
    }
}
@media only screen and (max-width : 1024px){
    .banner-right-side{
        padding: 20px;
        padding-bottom: 20px;
        min-width: 400px;
    }
    .main_banner_wr{
        height: auto;
        min-height: 640px;
    }
    .banner_blue_bg{
        font-size: 20px;
    }
    .banner_blue_bg img{
        max-width: 22px;
    }
    .insight-text-wr{
        font-size: 20px;
        padding-bottom: 14px;
    }
    .main_banner_wr h1{
        font-size: 48px;
        line-height: 58px;
    }
    .main_banner_wr .sub-text{
        font-size: 20px;
        line-height: 30px;
    }
    .main_banner_wr .date_txt,
    .main_banner_wr .time_txt{
        font-size: 20px;
    }
    .main_banner_wr .banner_left {
        max-width: 417px;
        width: 100%;
    }
    .headerWrapper.header-nav-section .nav_button span i {
        color: #000 !important;
    }
}
@media only screen and (max-width : 850px){
    .overview-section-wr .overview-container{
        flex-direction: column;
        gap: 30px 50px;
    }
}

@media only screen and (max-width : 767px){
    .our-speaker__container{
        flex-wrap: wrap;
        gap: 50px;
    }
    .webinar-banner-flex .left-side{
        min-width: auto;
    }
    .overview-section-wr .overview-container{
        padding: 60px 20px;
    }
    .overview-section-wr .left-content h2{
        font-size: 40px;
    }
    .webinar-container h1 {
        font-size: 44px;
        line-height: 50px;
    }
    .attend-section .attend-container{
        padding: 60px 20px;
    }
    .attend-container .nav-tabs .nav-link{
        min-width: 310px;
    }
    .main_banner_wr{
        flex-wrap: wrap;
        padding: 40px 20px;
    }
    .main_banner_wr .banner_left{
        max-width: 100%;
        width: 100%;
    }

    .banner_blue_bg{
        font-size: 16px;
    }
    .banner_blue_bg img{
        max-width: 22px;
    }
    .insight-text-wr{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .main_banner_wr h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .main_banner_wr .sub-text{
        font-size: 16px;
        line-height: 26px;
    }
    .main_banner_wr .date_txt,
    .main_banner_wr .time_txt{
        font-size: 16px;
    }
    .main_banner_wr .banner_left {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .insight-text-wr::before{
        display: none;
    }
    .banner_right{
        max-width: 431px;
        margin: 0 auto;
    }
}
@media only screen and (max-width : 600px){
    .main_banner_wr{
        margin-top: 60px;
    }
}
@media only screen and (max-width : 623px){
    .webinar-container .speakers{
        flex-wrap: wrap;
    }
    .banner-right-side{
        min-width: auto;
    }
}