    /* Event Font -------------------------*/
    @import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


    /* Setting of Landing page colors and Font */
    :root {
        --mainThemeColor: #b0dad8;
        --mainThemeColor-rgb: 176, 218, 216;
        --mainThemeColor2: #88acab;
        --mainThemeColor3: #EE6c3d;
        --mainThemeColor4: #6A4FFC;
        --mainThemeColor5: #e472f8;
        --eventFontColor: #191919;
        --overlayHeadingTextColor: #f7f7f7;
        --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
        --eventFontSize: 18px;
        --smalltext: 14px;
        --eventFont: "Inter", sans-serif;
        --eventHeadingFont: "Anton", sans-serif;
        --h1FontSize: 45px;
        --h2FontSize: 42px;
        --h3FontSize: 38px;
        --h4FontSize: 22px;
        --h5FontSize: 20px;
        --h6FontSize: 18px;
        --white: #fff;
        --black: #000;
        --yellow: #ffb093;
        --lightGrey: #ddd;
        --darkgrey: #333;
        --halfWidth: 50%;
        --quarterWidth: 75%;
        --faqBgColor: #fafafa;
        --footerBg: #212121;
        --curved: 6px;
        --rounded: 6px;
        --btnFontSize: 18px;
    }
/* 
    html {
        scroll-padding-top: 100px;
    } */

    .ticket__desc__text p span {
        display: inline-block !important;
    }

    #grp_fld_1482393>div>div:nth-child(2)>div.ticket__item.package-block-456>div.ticket__desc>div.ticket__desc__text>h5 {
        font-size: 25px;
    }

    #grp_fld_1482393>div>div:nth-child(2)>div.ticket__item.package-block-459>div.ticket__desc>div.ticket__desc__text>h5 {
        font-size: 25px;
    }

    .formLoader {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0px;
        top: 0px;
        background: white;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .loader {
        width: 50px;
        aspect-ratio: 1;
        display: grid;
    }

    .loader:before,
    .loader:after {
        content: "";
        grid-area: 1/1;
        --c: #0000 calc(100%/3), #046D8B 0 calc(2*100%/3), #0000 0;
        --c1: linear-gradient(90deg, var(--c));
        --c2: linear-gradient(0deg, var(--c));
        background: var(--c1), var(--c2), var(--c1), var(--c2);
        background-size: 300% 4px, 4px 300%;
        background-repeat: no-repeat;
        animation: l11 1s infinite linear;
    }

    .loader:after {
        margin: 10px;
        transform: scaleX(-1);
        animation-delay: -.25s;
    }

    @keyframes l11 {
        0% {
            background-position: 50% 0, 100% 100%, 0 100%, 0 0
        }

        25% {
            background-position: 0 0, 100% 50%, 0 100%, 0 0
        }

        50% {
            background-position: 0 0, 100% 0, 50% 100%, 0 0
        }

        75% {
            background-position: 0 0, 100% 0, 100% 100%, 0 50%
        }

        75.01% {
            background-position: 100% 0, 100% 0, 100% 100%, 0 50%
        }

        100% {
            background-position: 50% 0, 100% 0, 100% 100%, 0 100%
        }
    }

    ::selection {
        background: var(--eventFontColor);
        color: var(--white);
    }

    h3[aria-label="Booth Registration form"] {
        max-width: 850px;
        margin: auto;
        text-align: center;
    }

    .container-parent.header-content .container {
        max-width: 100%;
    }

    .container-parent.header-content {
        width: 100%;
        /* position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 55; */
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        background: var(--mainThemeColor2);
    }

    .form-message {
        text-align: center;
        text-transform: uppercase;
        font-weight: 500 !important;
        color: var(--eventFontColor);
        font-size: 24px;
        margin-top: 26px;
    }

    .page-heading {
        height: 1px;
        display: none;
    }

    .formContainer {
        width: 100%;
        background: #f6f6f6;
        padding: 60px 0px;
        position: relative;
    }

    .booth-creation-form .full-page-container {
        width: 100%;
        max-width: 100%;
    }

    #becomeSponsor h3 {
        text-align: left;
    }

    .donateSec {
        background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1742901074donate-bg-jpg1742901074.jpg")no-repeat center;
        background-size: cover;
    }

    img[aria-label="time icon"] {
        display: none;
    }

    /* section#speakers {
        background: #d6e9f7;
    } */
#speaker-agenda .speaker_img-src {
    min-height: 355px !important;
}
div#speaker-agenda .speaker_container .speaker_bio {
    align-items: flex-end;
  width: 100%;
  pointer-events: none;
    background: transparent !important;
}
#speaker-agenda .speaker_bio span {
    background: #b1d9d8;
    padding: 5px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
      border: 2px solid #192b4f;
}
#speaker-agenda .speaker_bio span:hover,#speaker-agenda .modal-footer .btn-close:hover {
    opacity: 0.6;
}
#meetTeam .speaker_container:hover .speaker_bio {
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 57, 116, .9);
    position: absolute;
    width: 100%;
    height: 100%;
}
div#speaker-agenda .speaker_bio {
    display: block;
}
#speaker-agenda .speaker_container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1750848926mybicon-png1750848926.png) no-repeat;
    background-size: cover;
    padding: 25px 20px;
      border-radius: 12px;
}
#speaker-agenda .modal-body h4 {
    text-transform: uppercase;
    font-weight: 500;
}
#speaker-agenda .modal-body h5 {
    font-weight: 500;
}
#speaker-agenda .speaker_container h4,#speaker-agenda .speaker_container h5{
    text-align:center;
    color:#fff;
}

#speaker-agenda .speaker_container h4 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
#speaker-agenda .speaker_container .speaker_img-src {
  padding-top: 50px !important;
    order: 1;
      border: none;
    padding: 0;
  text-align: center !important;
}
#speaker-agenda .speaker_container .speaker_bio {
    order: 2;
}
#speaker-agenda .speaker_container .speaker_img-src img{
    width: 180px !important;
    height: 180px !important;
    border-radius: 50% !important;
    border: 5px solid #fff !important;
}
#speaker-agenda .speaker_container:hover .speaker_bio {
    padding: 0px;
    border-radius: 12px;
    display: block;
    background:transparent;
    position: relative;
    width: 100%;
    height: inherit;
}
#meetTeam .speaker_container {
    margin-bottom: 30px;
    position: relative;
}
#meetTeam .speaker_bio {
    display: none;
}
#meetTeam .speaker_bio span {
    cursor: pointer;
    z-index: 3;
    background: #131313;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}
#speaker-agenda .modal-header h4 {
    display: none;
}
#speaker-agenda .modal-header {
    background: transparent !important;
    min-height: 30px;
    border: none;
}
#speaker-agenda .modal-header .close{
    opacity:1;
    color:#000;
}
#speaker-agenda .modal-body .row .col-md-4,#speaker-agenda .modal-body .row .col-md-8{
    width:100%;
    text-align:center;
}
#speaker-agenda .modal-dialog{
    min-width:700px;
}
#speaker-agenda .modal-body img{
        width: 180px !important;
    height: 180px !important;
    border-radius: 50% !important;
    border: 5px solid #fff !important;
    margin-bottom:10px;
}
#speaker-agenda .modal-content{
    background:#f2f2f2;
    border: 3px solid #192b4f;
      border-radius: 12px;
}
#speaker-agenda .modal-body h5{
    line-height:1.3;
        font-size: 18px !important;
}
#speaker-agenda .modal-footer{
    padding: 10px;
    border: none;
}
#speaker-agenda .modal-footer .btn-close{
    border-radius: 6px !important;
    padding: 5px 20px !important;
    background: #b1d9d8;
    border: 2px solid #192b4f !important;
    color: #000;
  text-transform: uppercase;
}
#speaker-agenda .modal-body {
    padding: 15px 30px;
}
    #agenda .agenda-rows .agenda-col h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .session-detail li {
        font-family: var(--eventFont);
        font-size: 16px;
        margin: 0;
        font-weight: 600;
    }

    .session-detail p {
        font-weight: 400;
    }

    .agenda-design11-speaker {
        color: #233444;
        text-align: left;
        border-bottom: 0px solid #e0e0e0;
        width: 100%;
        padding: 50px 0px;
    }

    .agenda-design11-speaker h1 {
        font-size: 40px;
        text-align: left;
        margin: 0 0 20px;
        font-weight: 400;
        color: #233444
    }

    .agenda-design11-speaker h3 {
        margin: 0 0 20px;
        font-size: 30px;
        color: #233444;
        font-weight: 600;
        text-align: left
    }

    .agenda-design11-speaker ol {
        padding-left: 16px;
        padding-top: 6px
    }

    .agenda-design11-speaker ol li {
        padding-bottom: 10px;
        padding-left: 8px
    }

    .agenda-design11-speaker p {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }

    .agenda-design11-speaker h4 {
        margin-bottom: 0;
        border: none
    }

    .agenda-design11-speaker h4 span {
        display: inline-block;
        padding-bottom: 0;
        background: #37404f;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        border: none;
        margin-left: 35px;
        margin-bottom: 20px;
    }

    .agenda-design11-speaker h4 span.green {
        background: green
    }

    .agenda-design11-speaker h4 span.red {
        background: #8E162C
    }

    .agenda-design11-speaker .agenda-row .agenda-col:first-child span {
        display: block
    }

    .agenda-design11-speaker .agenda-rows .agenda-row:last-child p,
    .agenda-rows .agenda-row:last-child h3 {
        border-bottom: none
    }

    .agenda-design11-speaker .agenda-row {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

    .agenda-design11-speaker .agenda-col {
        display: table-cell;
        vertical-align: middle
    }

    .agenda-design11-speaker .agenda-row .agenda-col:first-child {
        vertical-align: top;
        /*padding-top: 18px;*/
        width: 120px;
        text-align: center;
    }

    /*.agenda-design11-speaker .agenda-row .agenda-col:last-child {
        border-left: 6px solid #59582B;
        padding: 0 0 0 30px;
    }*/

    .agenda-design11-speaker .agenda-row h3 {
        font-size: 20px;
        font-family: var(--eventHeadingFont);
        font-weight: 700;
        line-height: 20px;
        display: block;
        text-align: left;
        color: #EACE9B;
        margin: 0px 0px 10px 0px;
        background: linear-gradient(70deg, rgba(56, 140, 89, 1) 0%, rgba(32, 91, 171, 1) 100%);
        padding: 15px !important;
    }

    .agenda-row.no-speaker h3 {
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #eee
    }

    .agenda-design11-speaker .agenda-row .speaker {
        padding-left: 60px;
        position: relative
    }

    .agenda-design11-speaker .agenda-row .speaker-name {
        font-size: 14px;
        font-weight: 700;
        padding-top: 3px
    }

    .agenda-row .speaker img {
        height: 50px;
        border-radius: 25px;
        border: 1px solid #ddd;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0
    }

    .agenda-design11-speaker .agenda-row .speaker.no-spk-img {
        padding-left: 0
    }

    .agenda-design11-speaker .agenda-row span.designation {
        display: block;
        font-size: 12px
    }

    .agenda-row label {
        display: block;
        font-size: 11px;
        color: #666
    }

    .agenda-row p {
        font-size: 16px;
        margin: 10px 0 0;
        padding-bottom: 0px;
        color: #000;
    }

    .agenda-design11-speaker .agenda-row p:last-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .agenda-design11-speaker .time-display {
        width: 120px;
        font-family: var(--eventHeadingFont);
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        color: #777;
        font-size: 16px;
        font-weight: bold;
        margin-right: 15px
    }

    .agenda-design11-speaker .time-display img {
        margin-bottom: 0
    }

    .agenda-design11-speaker .mh-60 {
        min-height: 60px
    }

    .agenda-row h3 {
        color: #fff !important;
    }

    h3.main-title {
        text-align: center;
        font-size: 32px;
    }

    .agenda-design11-speaker .nav-tabs>li.active>a,
    .agenda-design11-speaker .nav-tabs>li.active>a:hover,
    .agenda-design11-speaker .nav-tabs>li.active>a:focus {
        background: #1D6631;
        color: #fff;
    }

    .agenda-design11-speaker .nav-tabs>li>a {
        border-radius: 10px !important;
        font-size: 17px;
        padding: 15px 34px;
        font-weight: 600;
        color: #707070;
        background-color: #FAFAFA;
    }

    .agenda-design11-speaker .nav-tabs>li {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .agenda-design11-speaker .nav-tabs {
        margin-bottom: 30px;
        margin-top: 30px;
        border: none;
        text-align: center;
    }

    iframe.joinMovementIframe {
        width: 60%;
        min-height: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
    }
iframe#contactIframeId {
    width: 100%;
    min-height: 700px;
}
    @media screen and (max-width: 1200px) {

        .pricing-card {
            height: auto !important;
        }

        iframe#contactIframeId {
    width: 100%;
    min-height: 990px;
}

    }

    @media screen and (max-width: 767px) {
        div#about div#carousel-landing {
            margin-bottom: 30px;
        }

        section.agenda-style-15 ul.nav.nav-tabs {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .agenda-time span:nth-child(1) {

            padding-left: 10px !important;
        }

        span.webinar_fulltime {
            padding-right: 0 !important;
        }

        iframe.joinMovementIframe {
            width: 100%;
        }

        /*#speakers .row {
            display: block !important;
        }  -turned off to preserve the ordering of speakers*/

        .agenda-design11-speaker .agenda-row .agenda-col:first-child {
            text-align: left;
            width: 100%;
        }

        .agenda-design11-speaker .agenda-col,
        .agenda-design4 .agenda-row {
            display: block;
        }

        .agenda-design11-speaker .agenda-row .agenda-col:first-child span {
            display: inline-block;
        }

        .agenda-design11-speaker .agenda-row .agenda-col:first-child {
            margin-bottom: 15px;
        }
    }

    section#agenda .agenda-row p {
        padding: 0;
        margin: 0;
    }

    .session-detail {
        background: var(--mainThemeColor);
        padding: 15px;
        margin-bottom: 0px;
        /*border-radius: 10px;*/
    }

    #agenda .nav-tabs>li>a {
        text-transform: uppercase;
    }

    #agenda .agenda-design11-speaker .agenda-row h3 {
        /* background: linear-gradient(70deg, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%); */
        background: var(--eventFontColor);
        border-radius: 10px;
        font-weight: 500;
    }

    /*#agenda .tab-content .tab-pane .agenda-rows .agenda-col:last-child {
        border-left: 6px solid #470a68 !important;
    }*/

    /*#agenda .agenda-design11-speaker .mh-60 {
        min-height: 110px;
    }*/

    /*#agenda .tab-content .tab-pane .agenda-rows:first-of-type h3,
    #agenda .tab-content div#\32 9210 .agenda-rows:nth-of-type(2) h3 {
        background: transparent;
        color: #470a68 !important;
        padding: 0;
    }*/

    /*#agenda .tab-content .tab-pane .agenda-rows:first-of-type .agenda-col:first-child,
    #agenda .tab-content div#\32 9210 .agenda-rows:nth-of-type(2) .agenda-col:first-child {
        visibility: hidden;
    }*/

    #agenda .tab-content .tab-pane .agenda-rows:first-of-type .agenda-col:last-child,
    #agenda .tab-content div#\32 9210 .agenda-rows:nth-of-type(2) .agenda-col:last-child {
        border: none;
    }

    /* General-------------------------- */
    /*html,
    a,
    * {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }*/

    body {
        font-family: var(--eventFont) !important;
        font-size: var(--eventFontSize) !important;
        color: var(--eventFontColor) !important;
        line-height: 26px;
        overflow: hidden;
    }

    /* body > .header-content > .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    } */

    body>.header-content {
        position: relative;
        background: var(--mainThemeColor2);
    }

    .simple-section {
        padding: 75px 0px;
    }

    .coloredBg {
        background: var(--mainThemeColor);
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    }

    .whiteText * {
        color: var(--white);
    }

    .whiteText a:hover,
    .whiteText a:focus {
        color: var(--yellow);
    }

    h4.form-heading {
        font-size: 0px;
    }

    body>p:first-of-type {
        margin: 0px;
    }

    body>.header-content .container {

        width: 100%;
        max-width: 100%;
    }


    /* Buttons------------------------------ */
    .vfairsBtn {
        padding: 12px 35px;
        margin: 30px 5px;
        display: inline-block;
        font-size: var(--btnFontSize);
        font-weight: 600;
        border: 2px solid transparent;
    }

    .vfairsBtn.rounded {
        border-radius: var(--rounded) !important;
    }

    .coloredShadow {
        box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
    }

    .grayShadow {
        box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
    }

    .curved {
        border-radius: var(--curved);
    }

    .rounded {
        border-radius: var(--rounded);
    }

    .btnWhite {
        background: var(--white);
        color: var(--mainThemeColor);
        border: 2px solid var(--mainThemeColor);
    }

    .btnBlack {
        background: var(--black);
        color: var(--white);
    }

    /*.btnColored {
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        color: var(--white) !important;
    }

    .btnColored:hover,
    .btnColored:focus {
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
        background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
        color: var(--white) !important;
        text-decoration: none !important;
    }*/

    .btnWhite:hover,
    .btnWhite:focus,
    .btnBlack:hover,
    .btnBlack:focus {
        background: var(--mainThemeColor);
        color: var(--white);
        text-decoration: none !important;
    }

    /* Headings--------------------------- */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .popup h1 {
        font-family: var(--eventHeadingFont) !important;
        font-weight: 700;
    }

    h1,
    .popup h1 {
        font-size: var(--h1FontSize);
        font-weight: 800;
    }

    h2 {
        font-size: var(--h2FontSize);
    }

    h3 {
        font-size: 40px !important;
    }

    h4 {
        font-size: var(--h4FontSize) !important;
    }

    h5 {
        font-size: var(--h5FontSize);
    }

    h6 {
        font-size: var(--h6FontSize);
    }

    p {
        font-size: 18px !important;
    }

    /* Top black bar----------------------- */
    .slim-bar {
        position: initial;
        background-color: var(--black);
        color: var(--white);

    }

    .slim-bar ul>li {
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 0px 0px;

    }

    .slim-bar .row {
        justify-content: end !important;
    }

    /* Set 0 padding or Margin */
    .noPadding {
        padding: 0px !important;
    }

    .noTopPadding {
        padding-top: 0px !important;
    }

    .noBottomPadding {
        padding-bottom: 0px !important;
    }

    .noLeftPadding {
        padding-left: 0px !important;
    }

    .noRightPadding {
        padding-right: 0px !important;
    }

    .noMargin {
        margin: 0px !important;
    }

    .noTopMargin {
        margin-top: 0px !important;
    }

    .noBottomMargin {
        margin-bottom: 0px !important;
    }

    .noLeftMargin {
        margin-left: 0px !important;
    }

    .noRightMargin {
        margin-right: 0px !important;
    }


    /* Main Heading------------------------- */
    .main-title {
        text-align: left;
        position: relative;
        z-index: 0;
    }

    .main-title span {
        color: var(--eventFontColor);
        font-size: 48px;
        text-transform: uppercase;
        font-weight: 600;
    }


    .main-title .headingOverlayText {
        position: absolute;
        color: var(--overlayHeadingTextColor);
        margin: 0px 0px 0px 0px;
        font-size: 150px;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: -9px;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
        width: 100%;
        display: inline;
        text-transform: lowercase;
    }




    /* Unordered list------------------------------- */
    ul {
        list-style: none;
        padding: 0px;
    }

    ul li {
        margin-bottom: 15px;
    }

    ul.checklist li {
        padding-left: 35px;
        position: relative;
        margin-bottom: 40px;
        ;
    }

    ul.checklist li i {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 25px;
    }

    /* Event Logo----------------------------------- */
    .event-logo img {
        /* margin: 8px 0px; */
        max-width: 150px;
        width: 100%;
        padding: 16px 0;
    }

    /* Main Navigation------------------------------ */
    #main-nav {
        padding: 0px;
        display: flex !important;
    }

    #main-nav .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        flex-wrap: wrap;
        flex-grow: 1;
        font-family: var(--eventFont) !important;
    }

    #main-nav a {
        color: var(--white);
        font-size: 16px;
        padding: 8px 15px;
        text-transform: uppercase;
        font-family: var(--eventFont);
    }

    #main-nav a:hover,
    #main-nav a:focus {
        color: var(--mainThemeColor3);
        text-decoration: none;
    }

    #main-nav a.vfairsBtn {
        margin: 10px 0;
    }

    body.homepage-body .header-content.sticky {
        position: absolute;
        background: transparent;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .fullWidthNav .container {
        max-width: 100%;
        width: 100%;
    }

    .header-content .row {
        display: flex;
        align-items: center;
        flex-wrap: initial;

    }

    .header-content nav {
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-left: 0px;
        padding-right: 0px;
    }

    #main-nav .navbar-nav li {
        margin-bottom: 0px;
    }

    body.homepage-body .header-content.sticky.stickyNav {
        width: 100%;
        position: fixed !important;
        top: 0px;
        left: 0px;
        z-index: 55;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, .4);
    }

    body.homepage-body .header-content.sticky.stickyNav #main-nav a {
        color: var(--eventFontColor);
    }

    #main-nav .navbar-nav li.active a {
        color: #fff;
        text-decoration: none;
    }

    .navClose {
        display: none;
    }

    .navbar-toggle {
        margin-right: 0px;
        background: var(--eventFontColor);
        border-radius: 6px;
    }

    #LoginBtn {
        border-radius: var(--rounded) !important;
        font-family: var(--eventFont);
    }

    #LoginBtn:hover,
    #LoginBtn:focus {
        color: var(--white) !important;
    }

    .navbar-toggle {
        /*Set to 0 if Accessibility Feature not added*/
        /* margin-right: 42px;
        background: var(--mainThemeColor);
        border-radius: 6px; */
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--white);
    }

    /* .navbar-default .navbar-toggle {
        border-color: var(--black);
    } */

    /* Hero Section */
    /* .main_top_area {
        background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg")no-repeat center;
        background-size: cover;
        padding-top: 4%;
        padding-bottom: 6%;
        position: relative;
    }
    
    .main_top_area::before {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        content: "";
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        position: absolute;
        opacity: 0.9;
    } */

    /* .popup .col-sm-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    } */
    .popup h1 {
        text-align: left !important;
        /* letter-spacing: 6px; */
        font-weight: 500;
        font-size: 78px;
        line-height: 1.2;
        margin-top: 0;
    }

    .popup .text-size-medium {
        font-size: 2.5rem !important;
    }

    #date-info {
        margin-top: 0px;
        margin-bottom: 30px;
        color: var(--white);
        font-weight: 600;
        font-family: var(--eventFont);
    }

    .eventDate::after {
        content: "|";
        margin-left: 7px;
    }

    .two-btns {
        text-align: center;
        margin: 0px 0;
        padding: 2px;
        /* border: solid 2px var(--white); */
        display: inline-block;
        border-radius: 40px;

    }

    .two-btns a:nth-child(1) {
        margin-left: 0;
    }

    .two-btns {
        margin-left: 0;
        padding-left: 0;
    }

    .two-btns a {
        background: var(--white);
        color: var(--eventFontColor) !important;
        display: inline-block;
        padding: 12px 34px;
        border-radius: 6px;
        letter-spacing: 1px;
        font-size: 18px;
        font-weight: 600;
    }


    .two-btns a {
        background: var(--eventFontColor);
        color: var(--white) !important;
        box-shadow: none;
        margin: 30px 0px;
    }

    /* .two-btns:hover a {
        background: var(--mainThemeColor2);
        color: var(--white) !important;
        box-shadow: none;
    }*/

    .two-btns a:hover {
        background: var(--white) !important;
        color: var(--eventFontColor) !important;
        /*box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);*/
        text-decoration: none;
    }

    .thanksWrapper p {
        font-size: 20px !important;
    }

    .two-btns i {
        margin-right: 5px;
    }

    /*Registration Form---------------------*/
    input[type="file"] {
        width: 40%;
    }

    .reg-form-wrap h3 {
        font-size: 28px;
        font-weight: bold;
        margin: 20px auto;
        max-width: 850px;
        color: var(--eventFontColor);
    }

    .page-heading {
        height: 1px;
    }

    form input[type=submit] {
        background: var(--mainThemeColor);
        border-color: var(--eventFontColor);
        border-radius: var(--rounded) !important;
    }

    .reg-form-data .col-12 input[type=submit]:hover,
    .reg-form-data .col-12 input[type=submit]:focus {
        background: var(--darkgrey);
    }
.reg-form-data .col-12 input[type=submit]:hover{
    color: #fff !important;
}
    .reg-form-data input::file-selector-button {
        background: var(--mainThemeColor) !important;

    }

    .nw-frm-bldr .reg-form-data {
        box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        border: 1px solid #dedede;
        margin-bottom: 30px;
    }

    .nw-frm-bldr .control-label {
        font-size: var(--smallText);
        font-family: var(--eventHeadingFont);
        color: var(--eventFontColor);
    }

    .reg-form-data .form-control {
        font-size: var(--smallText);
        font-family: var(--eventFont);
        color: var(--eventFontColor);
    }

    .nw-frm-bldr.reg-form-wrap>.row>.col-12,
    .row.row-content>div>.container-fluid {
        padding: 0;
    }


    /*Thank you page-----------------------*/
    .thanksWrapper {
        text-align: center;
        max-width: var(--halfWidth);
        margin: 20px auto;
        box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        border: 1px solid #dedede;
        padding: 30px 50px 50px;
        width: 100%;
        max-width: 90%;
    }

    .thanksWrapper span {
        display: block;
        font-size: 22px;
        font-weight: 400;
    }

    .thanksWrapper p {
        margin-top: 30px;
    }

    .full-page-container .col-lg-12 {
        min-height: 400px;

    }

    .row-content {
        padding: 0;
    }

    .container.full-page-container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Login Modal----------------------- */
    #LoginModal h4,
    #forgot-pwd-modal h4 {
        font-size: 20px;
    }

    #LoginModal .modal-header,
    #forgot-pwd-modal .modal-header {
        background: var(--mainThemeColor);
    }

    #login-footer a,
    #login-footer button,
    #reset-pwd-frm a,
    #reset-pwd-frm button {
        background: var(--mainThemeColor);
        font-family: var(--eventFont);
    }

    #login-footer .btn-default,
    #reset-pwd-frm .btn-default {
        background: var(--white);
    }

    #login-footer .btn-darkgrey,
    #reset-pwd-frm .btn-darkgrey {
        color: var(--white);
    }

    #login-footer .btn-default,
    #reset-pwd-frm .btn-default {
        border-color: #ccc;
    }

    #login-footer .col-sm-8 .btn-darkgrey,
    #reset-pwd-frm .btn-darkgrey {
        border-radius: var(--rounded) !important;
        font-family: var(--eventFont);
    }

    #LoginBtn {
        font-size: var(--smallText);
        padding: 6px 12px;
    }

    .modal .modal-dialog {
        max-width: initial;
    }

    #login-footer .row .col-sm-4 {
        max-width: initial;
        flex: 33%;
        order: 2;
    }

    #login-footer .btn,
    #reset-pwd-frm .btn {
        border-radius: var(--rounded);
    }

    #login-footer .btn:hover,
    #reset-pwd-frm .btn:hover {
        background: var(--darkgrey) !important;
        color: var(--white) !important;
    }

    #reset-pwd-frm label,
    #LoginModal label {
        font-family: var(--eventHeadingFont);
    }

    #reset-pwd-frm input,
    #LoginModal input {
        font-family: var(--eventFont);
    }


    /* Countdown Timer---------------------------- */
    .countdown-container {
        text-align: center;
        margin-top: -50px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 15px;
        padding: 0px 29px 0px 15px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    }

    #clockdiv {
        font-family: var(--eventHeadingFont);
        color: var(--mainThemeColor);
        display: inline-block;
        font-weight: 700;
        text-align: center;
        font-size: 50px;
    }

    #clockdiv .smalltext {
        color: var(--eventFontColor);
        font-size: var(--eventFontSize);
    }

    #clockdiv>div {
        background: none;
        position: relative;
        margin-right: 40px;
    }

    #clockdiv>div::before {
        content: ":";
        color: var(--lightGrey);
        position: absolute;
        right: -22px;
        top: 50%;
        transform: translateY(-60%);
    }

    #clockdiv>div:last-child::before {
        content: "";

    }

    #clockdiv .eventlive {
        max-width: 500px;
        font-size: 24px;
    }

    /* About section -------------------------------------- */
    .main-intro {
        max-width: 100%;
        text-align: left;
        margin: auto;
        font-size: 22px;
    }

    .main-intro strong {
        margin-bottom: 25px;
        font-size: 22px;
        display: block;
    }

    div#about .split-word {
        font-size: 2rem;
    }

    div#about .main-title {
        text-align: left;
    }

    .heading-span {
        font-family: var(--eventHeadingFont)
    }

    .is-text-primary1 {
        color: var(--mainThemeColor2) !important;
    }

    .is-text-primary2 {
        color: var(--mainThemeColor) !important;
    }

    .is-text-orange {
        color: var(--mainThemeColor3) !important;
    }

    .is-text-purple {
        color: var(--mainThemeColor4) !important;
    }

    .is-text-pink {
        color: var(--mainThemeColor5) !important;
    }

    div#about .split-word {
        font-size: 2.5rem !important;
        line-height: 30px;
    }

    /* Why Attend section------------------------------------ */
    #whyAttend {
        padding-top: 80px;
    }



    #whyAttend .headingOverlayText {
        color: var(--overlayHeadingTextColor2)
    }

    #whyAttend li i {
        color: var(--yellow);
    }





    /* Agenda-------------------------------------------- */
    #agenda {
        background-color: #f1f1f1;
    }

    #agenda section .container>h3 {
        display: none;
    }

    #agenda section h3 {
        font-size: var(--h4FontSize);
        font-weight: 600;
    }

    #agenda section {
        background: none !important;
    }

    #agenda .nav-tabs>li>a {
        color: var(--mainThemeColor2) !important;
        background-color: var(--white) !important;

    }

    #agenda .nav>li>a:hover,
    .nav>li>a:focus {

        color: var(--mainThemeColor) !important;
    }

    #agenda .agenda-style-6 .time-box,
    #agenda .nav-tabs>li.active>a,
    #agenda .nav-tabs>li.active>a:hover,
    #agenda .nav-tabs>li.active>a:focus {
        border: 2px solid var(--mainThemeColor2) !important;
        background: var(--mainThemeColor2) !important;
        color: var(--white) !important;
    }

    .nav-tabs>li.active>a:before,
    .nav-tabs>li.active>a:focus:before,
    .nav-tabs>li.active>a:hover:before {
        border-top-color: var(--mainThemeColor) !important;

    }

    div.speaker2[data-toggle="modal"] {
        cursor: pointer;
    }

    div.speaker2[data-toggle="modal"]:hover strong {
        color: var(--mainThemeColor);
    }

    .agenda-time span {
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;

    }

    .nav-tabs>li.active>a:after,
    .nav-tabs>li.active>a:focus:after,
    .nav-tabs>li.active>a:hover:after {


        border-top-color: var(--mainThemeColor) !important;
    }

    /*Sponsors Section----------------------------------------*/
    .logos-list {
        text-align: center;
    }

    .logos-list.large img {
        max-width: 250px;
    }

    .logos-list img {
        display: inline-block;
        width: 100%;
        height: auto;
        max-width: 170px;
        margin: 5px;
        padding: 5px;
        border: solid 1px #eee;
        transition: all 0.2s ease;
    }

    .logos-list img:hover {
        box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    }

    #sponsors {
        background-color: rgba(0, 0, 0, .04);
    }

    #sponsors .main-title {
        text-align: center;
        margin-bottom: 30px;
    }

    /* partners */

    #partners {
        background: var(--eventFontColor) url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1747408169myb-gradient3-png1747408169.png) no-repeat center !important;
        background-size: cover !important;
        background-attachment: fixed !important;
    }

    #partners .main-title,
    #partners .main-title span {
        color: var(--white);
    }

    /* #partners .main-title {
        margin-bottom: 30px;
    } */
    /* end partners */

    /* FAQs Section------------------------------------------- */


    .faq.padding {
        padding: 0
    }

    .faq .panel {
        background: var(--white);
        padding: 24px 25px 24px;
        margin: 0 0 27px;
        border: none;
        border-radius: 15px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

    }

    .cus-accordian .panel-body ul {
        list-style-type: disc;
        padding-left: 20px;
        margin-top: 25px;
    }

    .faq .panel-heading {
        padding: 0 !important;
        background: 0 0 !important
    }

    .faq h4.panel-title a {
        text-decoration: none;
        cursor: pointer;
        outline: 0;
        line-height: 24px;
        font-size: 20px;
        color: var(--eventFontColor);
        font-family: var(--eventHeadingFont);
        font-weight: 500;
        text-transform: none;
        padding-left: 45px;
    }

    .faq .panel-collapse {
        text-decoration: none;
        cursor: pointer
    }

    .faq .panel-collapse .panel-body {
        width: 100% !important;
        padding-bottom: 0;
        border: none !important;
        padding-top: 9px;
        font-size: var(--eventFontSize) !important;
        font-family: var(--eventFont) !important;
        line-height: 24px !important;
        color: var(--eventFontColor) !important
    }

    .faq .panel-title>a:before {
        float: right !important;
        font-family: FontAwesome;
        content: '068';
        padding-right: 5px;
        font-size: 19px;
        color: var(--mainThemeColor);
    }

    .faq .panel-title>a.collapsed:before {
        float: right !important;
        content: '067';
    }

    .faq .panel-title>a:hover,
    .faq .panel-title>a:active,
    .faq .panel-title>a:focus {
        text-decoration: none;
    }

    .num_icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        line-height: 30px;
        text-align: center;
        background-color: var(--mainThemeColor2);
        /*background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;*/
        color: var(--white);
        font-style: normal;
        margin-right: 10px;
        position: absolute;
        left: 0px;
    }

    .cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 12px 45px 0px 45px;
    }

    /* Contact Section------------------------------ */
    .ask-cta {
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ask-cta>.container>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ask-cta .contact-img {
        max-height: 200px;
    }

    #contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contactPersons {
        display: flex;
        flex-wrap: wrap;
    }

    .contactPersons_box {
        margin-right: 70px;
        margin-bottom: 30px;
    }

    .contactPersons_box p {
        margin-bottom: 0px;
    }

    .textSmall {
        font-size: var(--smalltext);
        font-weight: 400;
    }

    .contactPersons_box h5 {
        line-height: 23px;
    }

    .contactPersons>div:nth-child(even) {
        margin-right: 0px;
    }




    /* Footer----------------------------- */
    .footer-logo {
        width: 200px;
    }

    footer {
        background: var(--eventFontColor);
        padding: 20px 0px;
        position: relative;
        border-top-color: var(--mainThemeColor3);
        color: var(--white);
    }

    .footer-links li {
        display: inline-block;
        position: relative;
        color: var(--black) !important;

    }

    .footer-links li:after {
        content: "|";
        margin: 0px 5px 0px 12px;
    }

    .footer-links li:last-child::after {
        margin-right: 0px;
        content: "";
    }

    .footer-links a {
        font-size: var(--smalltext) !important;
        color: var(--white) !important;

    }

    .socialIcons {
        list-style: none;
        padding: 0px;
        margin-bottom: 0px;
    }

    .socialIcons li {
        display: inline-block;
        padding-right: 10px;
    }

    .socialIcons li:last-child {
        padding-right: 0px;
    }

    .socialIcons li a {
        font-size: 20px;
        color: var(--white);
        text-decoration: none;
        color: var(--white) !important;

    }

    .socialIcons li a .fa {
        color: var(--white) !important;
        background: var(--mainThemeColor3);
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .socialIcons li a:hover i {
        color: var(--mainThemeColor);
        opacity: 0.8;
    }

    footer .text-right {
        color: var(--mainThemeColor);

    }

    /* .vfair-logo {
        width: 100px;
    } */

    /*Top to the Page button---------------*/
    #top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        color: var(--white);
        width: 50px;
        height: 50px;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        z-index: 45;
        display: none;
        background-color: var(--mainThemeColor);
        font-size: 24px;
        padding-top: 13px;
        border-radius: 5px;
    }

    #top:hover,
    #top:focus {
        background-color: var(--darkgrey);
    }


    /*Accessibility Features---------------*/
    .btn.btn-access.slide {
        position: absolute;
        z-index: 45;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        background: var(--darkgrey);
        right: 12px;
        top: 46px;
        text-align: center;
        padding: 5;
    }

    .btn.btn-access.slide:hover {
        background: var(--mainThemeColor);
    }

    .accsess_tray {
        display: block;
        position: fixed;
        right: 10px;
        background-color: var(--white);
        top: 110px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 4px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    }

    .accsess_tray #readspeaker_button1,
    .accsess_tray .hall-wrap .rsbtn {
        right: -34px;
    }

    .accsess_tray .rsexpanded span {
        margin: 0;
    }

    .accsess_tray .rsexpanded span.rsbtn_text {
        margin: 5px 0 0 6px;
    }

    .accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
        margin: 7px 0 0 5px;
    }

    .accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
        display: inline-block;
    }

    .accsess_tray svg path {
        fill: var(--mainThemeColor);
    }

    .accsess_tray .btn-tray {
        padding: 6px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 15px !important;
        line-height: normal;
        display: flex;
        align-items: center;
        margin-right: 5px;
        background: rgba(var(--mainThemeColor-rgb), 0.1);
        color: var(--mainThemeColor);
    }

    .accsess_tray .btn-tray:last-child {
        margin-right: 4px;
    }

    .accsess_tray .btn-tray.btn:hover {
        opacity: 0.9;
    }

    .accsess_tray .btn-tray svg path {
        fill: var(--mainThemeColor);
    }

    .accsess_tray span {
        margin-right: 8px;
    }

    .accsess_tray .btn-close-access {
        text-align: center;
        padding: 8px 8px;
        background: transparent;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    #accessibility-fade-in {
        width: 1px;
        opacity: 0;
        transition: all 0.75s ease;
        z-index: 5;
    }

    #accessibility-fade-in.show {
        opacity: 1;
        width: 262px;
        display: flex !important;
    }

    /* Privacy Policy------------- */
    .content-page ul {
        list-style-type: disc;
        margin-left: 20px;
    }

    .content-page ul li {
        margin-bottom: 0;
    }

    .content-page p,
    .content-page li {
        text-align: justify;
    }

    @media (min-width: 1600px) {
        .main_top_area {
            height: 100vh;
        }

    }

    @media (max-width: 1024px) {
        .main_top_area {
            padding-top: 15% !important;
            padding-bottom: 5% !important;
        }

    }

    @media (max-width: 992px) {
        .about-women-img {
            /* margin-top: -30% !important; */
            width: 90%;
            /* margin-left: auto; */
            display: block;
            margin: 0 auto;
        }

        .inspire-img {
            margin-top: 20px;
        }

        .more-about .text {

            font-size: 22px !important;
        }
    }

    @media (max-width: 767px) {
      #speaker-agenda .modal-dialog {
    min-width: 95%;
}
        .popup .text-size-medium {
            font-size: 18px !important;
        }

        #main-nav a {
            color: var(--white) !important;
        }

        div#about .split-word {
            margin: 12px 0;
        }

        .main_top_area {
            padding-top: 30% !important;
            padding-bottom: 5% !important;
        }

        span.webinar_time br {
            display: none;
        }

        .flip-card:hover .flip-card-inner,
        .flip-card:focus .flip-card-inner {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

        .popup {
            margin: 0 !important;
        }

        .popup .text-sm {
            font-size: 22px !important;
        }

        .popup h1 {
            font-size: 44px !important;
            /* line-height: 36px !important; */
            text-align: center !important;
        }

        .popup p {
            text-align: center;
        }

        .two-btns {
            margin: 0 auto;
            display: block;
        }

        .register-date {
            font-size: 18px !important;
            margin-left: 0px !important;
        }

        #main-nav {
            position: fixed;
            top: 0;
            left: 0px;
            bottom: 0;
            z-index: 55;
            background: rgba(0, 0, 0, 0.9);
            width: 100%;
            height: 100vh;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: none !important;
        }

        #main-nav .navbar-nav {
            flex-direction: column;

        }

        #main-nav .navbar-nav {
            flex-direction: column;
            flex-grow: initial;
        }

        .navClose {
            position: absolute;
            top: 15px;
            right: 20px;
            color: var(--white);
            font-size: 22px;
            font-family: var(--eventFont);
            border-radius: 100%;
            width: 40px;
            height: 40px;
            border: 2px solid var(--white);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #main-nav.in {
            display: flex !important;
        }

        #main-nav a {
            color: var(--white);
            font-size: 18px;
            padding: 18px 15px;
        }

        #LoginBtn {
            margin-top: 12px;
        }

        .event-logo {
            flex-grow: 1;
        }

        .whyAttendImg {
            max-width: 320px !important;
            display: block;
            margin: auto;
        }

        .contactPersons {
            justify-content: space-around;
        }

        .contactPersons_box {
            margin-right: 0px;
        }

        #contact h3 {
            text-align: center;
        }

        .footer-section .row>div {
            text-align: center !important;
        }

        input[type="file"] {
            width: 100%;
        }

        .modal .modal-dialog {
            width: 95% !important;
        }

        .modal-footer .btn+.btn {
            margin-left: 2px;
        }

        #login-footer .row {
            flex-direction: column;
        }

        #login-footer .row .col-sm-4 {
            order: 1;
        }

        #login-footer .row .col-sm-8 {
            order: 2;
        }

        #login-footer .col-sm-8 {
            padding-left: 2px;
            padding-right: 2px;
        }

        form input[type=submit] {
            width: 100% !important;
        }

        .reg-form-data input::file-selector-button {
            background: var(--mainThemeColor) !important;

        }
    }

    @media (max-width: 575px) {
        .main-intro {
            max-width: 100%;
        }

        .headingOverlayText {
            display: none !important;
        }

        .main-title span {
            font-size: 28px;
        }

        h3.main-title {
            font-size: 30px;
        }

        .two-btns {
            margin: 0px 0 20px;
        }

        .simple-section {
            padding: 20px 0px;
        }

        #whyAttend {
            padding-top: 20px;
        }

        .agenda-time {
            width: 100% !important;
        }
    }

    @media (max-width: 480px) {
        :root {
            --h1FontSize: 35px;
            --h4FontSize: 18px;
        }

        #date-info span {
            display: block;
            text-align: center;
        }

        .eventDate::after {
            content: "";
            margin-left: 0px;
        }

        .countdown-container {
            padding: 0px 19px 0px 5px;

        }

        #clockdiv>div>span {
            min-width: 50px;
        }

        #clockdiv {
            font-size: 40px;
        }

        #clockdiv .smalltext {
            font-size: 12px;
        }

        #clockdiv>div {

            margin-right: 13px;
        }

        #clockdiv>div::before {

            right: -11px;

        }

        .two-btns {
            border-radius: 10px;
            width: 100%;
            border: none;
        }

        .two-btns a {
            display: block;
            margin: 10px;
        }

        .two-btns a:first-child {
            border: 2px solid var(--white);
            margin-bottom: 10px;
        }

    }

    .block-overlay.Restream_Webinar {
        display: none !important;
    }

    #LoginModal .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    #LoginModal .modal-dialog .modal-content {
        max-width: 350px;
        width: 100%;
        background: #f3f4f6;
        padding: 20px 20px 10px;
    }

    #LoginModal .modal-dialog .modal-header {
        padding: 9px 15px 20px;
        background: transparent !important;
        border: 0;
    }

    #LoginModal .modal-dialog .modal-header .modal-title {
        color: #f36531;
        font-weight: 600;
        font-size: 22px;
    }

    #LoginModal .modal-dialog .modal-header .close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000000;
        opacity: 0.6;
        font-size: 32px;
        font-weight: 100;
    }

    #LoginModal .modal-dialog .modal-body {
        padding-top: 0;
        padding-bottom: 0;
    }

    #LoginModal .modal-dialog .modal-body .form-group {
        margin-bottom: 0;
        position: relative;
    }

    #LoginModal .modal-dialog .modal-body .control-label {
        color: #344054;
        font-size: 14px;
        padding-bottom: 5px;
        font-family: 'Avenir';
        font-weight: 500;
        margin-bottom: 0;
    }

    #LoginModal .modal-dialog .modal-body .form-control {
        color: #6c757d;
        border-radius: 6px;
        height: 45px;
        padding: 15px 15px 13px;
        font-size: 13px;
        box-shadow: none;
    }

    #LoginModal .modal-dialog .modal-body input#LoginEmail {
        padding-left: 35px !important;
    }

    #LoginModal .modal-dialog .modal-body .form-group.group-email::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #LoginModal .modal-dialog .modal-body input#Password {
        padding-left: 35px !important;
    }

    #LoginModal .modal-dialog .modal-body .form-group.grp-password-field::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #LoginModal .modal-dialog .modal-body .ResponseBox {
        color: red;
        font-weight: 100;
        font-family: 'Avenir';
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    #LoginModal .modal-dialog #login-footer {
        border: 0;
        padding: 20px 15px 0;
    }

    #LoginModal .modal-dialog #login-footer .row {
        display: flex;
        flex-direction: column;
        margin: 0.25rem;
    }

    #LoginModal .modal-dialog #login-footer .col-sm-4 {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
        order: inherit;
    }

    #LoginModal .modal-dialog #login-footer .col-sm-4 .btn.btn-default {
        display: none;
    }

    #LoginModal .modal-dialog #login-footer .col-sm-4 .btn-darkgrey {
        width: 100%;
        margin: 0 !important;
        padding: 12px 12px 12px;
        border-radius: 5px !important;
        text-transform: uppercase;
        box-shadow: none;
        outline: none;
    }

    #LoginModal .modal-dialog #login-footer .col-sm-8 {
        width: 100%;
        max-width: 100%;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }

    #LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey {
        background: transparent !important;
        color: #686a6e !important;
        font-weight: 500 !important;
        font-family: 'Avenir';
        padding: 0;
        font-family: 'Avenir';
        font-weight: 600;
        box-shadow: none;
        outline: none;
    }

    #LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey:hover {
        text-decoration: underline;
    }

    #LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey {
        background: transparent !important;
        color: #80bded !important;
        font-weight: 500 !important;
        font-family: 'Avenir';
        font-size: 14px;
        padding: 20px 5px 5px 5px;
        box-shadow: none;
        outline: none;
    }

    #LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey:hover {
        text-decoration: underline;
    }

    #forgot-pwd-modal .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    #forgot-pwd-modal .modal-dialog .modal-content {
        max-width: 350px;
        width: 100%;
        background: #f3f4f6;
        padding: 20px 20px 10px;
    }

    #forgot-pwd-modal .modal-dialog .modal-header {
        padding: 9px 15px 20px;
        background: transparent !important;
        border: 0;
    }

    #forgot-pwd-modal .modal-dialog .modal-header .modal-title {
        color: #f36531;
        font-weight: 600;
        font-size: 22px;
    }

    #forgot-pwd-modal .modal-dialog .modal-header .close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000000;
        opacity: 0.6;
        font-size: 32px;
        font-weight: 100;
    }

    #forgot-pwd-modal .modal-dialog .modal-body {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    #forgot-pwd-modal .modal-dialog .modal-body .form-group {
        margin-bottom: 0;
        position: relative;
    }

    #forgot-pwd-modal .modal-dialog .modal-body .control-label {
        color: #344054;
        font-size: 14px;
        padding-bottom: 5px;
        font-family: 'Avenir';
        font-weight: 500;
        margin-bottom: 0;
    }

    #forgot-pwd-modal .modal-dialog .modal-body .form-control {
        color: #6c757d;
        border-radius: 6px;
        height: 45px;
        padding: 15px 15px 13px;
        font-size: 13px;
        box-shadow: none;
    }

    #forgot-pwd-modal .modal-dialog .modal-body input#resetemail {
        padding-left: 35px !important;
    }

    #forgot-pwd-modal .modal-dialog .modal-body .form-group:first-child::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #forgot-pwd-modal .modal-dialog .modal-body .FormResponseSuccess {
        color: red;
        font-weight: 100;
        font-family: 'Avenir';
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    #forgot-pwd-modal .modal-dialog .modal-body .FormResponseError {
        color: red;
        font-weight: 100;
        font-family: 'Avenir';
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    #forgot-pwd-modal .modal-dialog .modal-body .has-error .help-block {
        color: red;
        font-weight: 100;
        font-family: 'Avenir';
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    #forgot-pwd-modal .modal-dialog .modal-footer {
        border: 0;
        padding: 20px 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    #forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default {
        text-transform: capitalize;
        box-shadow: none !important;
        background: transparent !important;
        color: #686a6e;
        font-family: 'Avenir';
        font-weight: 500 !important;
        outline: none;
        padding: 0;
        border: 0;
        display: none;
    }

    #forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default:hover {
        text-decoration: underline;
    }

    #forgot-pwd-modal .modal-dialog .modal-footer .btn-darkgrey {
        background: #f36531 !important;
        color: #fff;
        font-family: 'Avenir';
        font-size: 14px;
        width: 100%;
        margin: 0 0 25px !important;
        padding: 12px 12px 12px;
        border-radius: 5px !important;
        text-transform: uppercase;
        box-shadow: none;
        outline: none;
        font-weight: 600;
    }

    /* hero-section */
    .main_top_area {
        background: none;
        background-size: cover;
        padding-top: 5%;
        padding-bottom: 5%;
        position: relative;
        display: flex;
        min-height: 450px;
        background-attachment: fixed;
        background-position: top;
    }

    .main_top_area::before {
        content: "";
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/17506876441747340188myb-gradient2-png1747340188-jpg1750687644.jpg	') no-repeat center !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        opacity: 1;
    }

    .vid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .vid video {
        height: 100%;
        object-fit: cover;
    }

    .popup {
        display: flex;
        flex-wrap: wrap;
        color: var(--white);
        min-height: 350px;
        align-items: center;
        justify-content: center;
    }

    .align-self-start {
        align-self: flex-start;
        text-align: start;
    }

    .text-left {
        text-align: left !important;
    }

    .light-text {
        font-weight: 400;
    }

    .light-text-2 {
        font-weight: 400;
        font-weight: bold;
    }

    .popup .text-gradient {
        /*background: var(--mainThemeColor2);
        background: linear-gradient(to right, var(--mainThemeColor2) 0%, #D0F1FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }

    .popup .text-sm {
        font-size: 40px;
    }

    .register-date {
        font-size: 30px;
        margin-left: 0px;
    }

    .main-title span.scondary-color {
        color: var(--mainThemeColor3) !important;
    }

    .main-title span.seondary-color {
        color: var(--mainThemeColor3) !important;
    }

    .main-title span.light-text {
        font-weight: 300;
    }

    /*.about-women-img {
        margin-top: -10%;
        width: 90%;
    }*/

    .inspire-img {
        width: 100%;
    }

    .white-text {
        color: var(--white) !important;
    }

    #whyAttend {
        background: linear-gradient(#254760, #1c3a51);
        /*  background: url("https://vepimg.b8cdn.com/uploads/vjfnew/18040/content/files/1741951395why-banner-png1741951395.png") no-repeat center;
        background-size: cover;
        position: relative;
        background-attachment: fixed;*/
    }

    /* .join-summit-card.purple-color {
        background: #66024B;
    } */
    .join-summit-card {
        /* padding: 20px; */

        height: 100%;
        max-height: 260px;
        min-height: 260px;
        margin: 20px 0;
    }

    .join-summit-card.blue-color {
        /* background: #004F71; */
    }

    .join-summit-card .join-summit-card__icon img {
        height: 90px;
        margin-bottom: 20px;
        width: 90px;
        object-fit: contain;
    }

    .more-about {
        background: var(--mainThemeColor3);
        padding: 2% 0;
    }

    .more-about .text {
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
    }

    /* .flip-card { 
        width: 300px !important;
    } */
    /* flip */

    .flip-card {
        background-color: transparent;
        width: 100%;
        height: 315px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        margin: 20px 0;
        touch-action: manipulation;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 1s;
        transform-style: preserve-3d;
        backface-visibility: hidden;
    }

    .flip-card-front {
        justify-content: center;
        border-bottom: 4px solid #FFF;
    }

    .flip-card-inner>.heading {
        position: absolute;
        z-index: 55;
        width: 300px;
        background: var(--secondaryThemeColor);
        left: 45px;
        bottom: 60px;
        text-align: left;
        min-height: 51.59px;
        padding: 6px 10px;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .flip-card:focus {
        outline: 0;
    }

    .flip-card:hover .flip-card-inner,
    .flip-card:focus .flip-card-inner {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .flip-card-front-img {
        min-height: 250px;
        object-fit: cover;
        object-position: top;
    }

    .flip-card-back {
        transform: rotateY(180deg);
        display: none;
        /* Hide initially */
        backface-visibility: hidden;

        justify-content: center;
    }

    /* Show the back face when the card is flipped */
    .flip-card:hover .flip-card-back,
    .flip-card:focus .flip-card-back {
        display: flex;
    }

    .flex-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .join-summit-card.blue-color .flip-card-front {
        background: #004f71;
    }

    .join-summit-card.blue-color .flip-card-back,
    .join-summit-card.purple-color .flip-card-back {
        background: #fff;
        color: #000;

    }

    .join-summit-card.purple-color .flip-card-back {
        border-bottom: 4px solid var(--mainThemeColor2);
    }

    .join-summit-card.blue-color .flip-card-back {
        border-bottom: 4px solid #004f71;
    }

    .join-summit-card.purple-color .flip-card-front {
        background: #ca650294;
    }


    .join-summit-card .flip-card-front,
    .join-summit-card .flip-card-back {
        padding: 20px;
    }

    .textCap {
        text-transform: capitalize;
        display: inline-block;
    }



    .textUppercase {
        text-transform: uppercase;
    }


    div#about,
    #agenda,
    #speakers,
    section#faq,
    #meetTeam,
    #worldclasskeynote {
        background: url("  https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1712680835abbottinspirehersummit-about-bg-jpg1712680835.jpg ") no-repeat center;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
    }

    section#worldclasskeynote p {
        color: var(--eventFontColor) !important;
    }

    section#worldclasskeynote .icon-boxes li {
        border-right: 1px solid var(--eventFontColor) !important;
    }

    #agenda .main-title {
        text-align: center;
    }

    .join-summit-card__title h4 {
        text-transform: uppercase;
    }

    img.reverse-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
    }

    .flip-card-back .join-summit-card__detail p {
        color: #000;
        font-size: 20px;
        font-weight: normal;
    }

    #whyAttend .main-title {
        text-align: center;
        margin-bottom: 30px;
    }

    #whyAttend .main-title .primary-color {
        color: var(--white);
    }

    .icon-boxes {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: center;
    }

    ul.icon-boxes li img {
        max-width: 100px;
    }

    .icon-boxes li {
        flex: 1;
        text-align: center;
        border-right: 1px solid #FFF;
        padding: 30px;
    }

    .icon-boxes li p {
        margin-top: 30px;
        font-size: 22px;
    }

    .icon-boxes li p.desc {
        font-size: 18px;
        margin-top: 12px;
    }

    .icon-boxes li:last-child {
        border-right: none;
    }

    .divider {
        height: 1px;
        background-color: #FFF;
        margin: 40px 0 30px 0;
    }

    @media screen and (max-width: 767px) {
        .icon-boxes {
            flex-direction: column;
        }

        .icon-boxes li {
            border-right: none;
            padding: 20px 0;
        }

        .icon-boxes li {
            border-bottom: 1px solid #FFF;
        }

        section#worldclasskeynote .icon-boxes li {
            border-bottom: 1px solid var(--eventFontColor) !important;
            border-right: 0 !important;
        }

        .icon-boxes li:last-child {
            border-bottom: none;
        }
    }

    .section.agenda-page .container.full-page-container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    section#agenda {
        width: 100%;
    }

    .section.agenda-page .row-content {
        padding: 0;
    }


    #agenda .nav-tabs>li.active>a,
    #agenda .nav-tabs>li.active>a:hover,
    #agenda .nav-tabs>li.active>a:focus {
        outline: none;
        border: none;
    }

    #agenda .nav-tabs>li>a {
        margin: 5px 0;
    }

    #speakers .main-title,
    #meetTeam .main-title {
        text-align: left;
        /* margin-bottom: 30px; */
    }

    #speakers .row,
    #meetTeam .row {
        display: flex;
        align-items: center;
    }

   /* #speakers .row:nth-child(even),
    #meetTeam .row:nth-child(even) {
        flex-direction: row-reverse;
        text-align: right;
    }*/

    section#meetTeam .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 0 15px;
    }


    .news .main-title {
        text-align: center;
        /* margin-bottom: 30px; */
    }

    .news .blog-card {
        border: 1px solid var(--mainThemeColor);
        padding: 10px;
        border-radius: 16px;
        box-shadow: 0px 0px 25px 0px #0000001f;
    }

    .blog-content {
        padding: 20px;
    }


    @media screen and (max-width: 767px) {

        #speakers .row:nth-child(even),
        #meetTeam .row:nth-child(even) {
            text-align: left;
        }
    }

    .modal-header {
        background-color: var(--mainThemeColor2);
        color: white;
        padding: 9px 15px;
    }

    .modal-content {
        max-width: 800px;
        margin: auto;
    }

    .modal-content .bio p {
        color: var(--black);
        padding: 10px;
    }

    .speaker-content .link a {
        color: var(--mainThemeColor2) !important;
    }

    #main-nav .dropdown-menu a {
        color: #000;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    #speakers .row,
    #meetTeam .row {
        justify-content: center;
    }

    #agenda section {
        padding-top: 0;
    }

    p.copy_right small {
        color: #000 !important;
    }

    ul.footer-links i,
    ul.footer-links i a {
        color: #fff;
    }

    section#faq .sub_title {
        font-size: 32px;
        color: #000;
        font-weight: 500;
        padding-top: 40px;
        border-top: 1px solid #254760;
    }

    section#faq .sub_title.no_border {
        padding-top: 0;
        border: 0;
    }


    .speaker_container:hover .speaker_bio {
        background: rgb(37 71 96 / 50%) !important;
    }

    .modal-header h4 {
        font-weight: 500;
    }

    #speakers .modal-body h5 {
        font-weight: 500;
        font-size: 18px;
    }

    .modal-header {
        background-color: var(--mainThemeColor2) !important;
    }

    #speakers .modal .row {
        align-items: start;
    }

    .section.donate-page section {
        width: 100%;
    }

    .section.donate-page .container.full-page-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    ul.nav.nav-pills.flex_column {
        display: flex;
        flex-wrap: initial;
        flex-direction: column;
    }

    span.e-n-tab-title-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .custom_tab .nav-pills li a {
        color: #fff;
    }

    .custom_tab .nav-pills li a:hover {
        opacity: 0.8;
    }


    .custom_tab .nav-pills li:nth-child(1) a {
        background: #254760;
        background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1743022712sts-sponsorship-tiers-bg-01-webp1743022712.webp   ') no-repeat center;
        background-size: cover;
    }

    .custom_tab .nav-pills li:nth-child(2) a {
        background: #254760;
        background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1743022712sts-sponsorship-tiers-bg-02-webp1743022712.webp   ') no-repeat center;
        background-size: cover;
    }

    .custom_tab .nav-pills li:nth-child(3) a {
        background: #254760;
        background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1743022711sts-sponsorship-tiers-bg-03-webp1743022711.webp   ') no-repeat center;
        background-size: cover;
    }

    .custom_tab .nav-pills li:nth-child(4) a {
        background: #254760;
        background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1743022711sts-sponsorship-tiers-bg-04-png1743022711.png ') no-repeat center;
        background-size: cover;
    }

    .custom_tab .nav-pills li:nth-child(5) a {
        background: #254760;
        background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1743022711sts-sponsorship-tiers-bg-05-png1743022711.png ') no-repeat center;
        background-size: cover;
    }

    .custom_tab .nav-pills li a {
        font-size: 18px;
        font-weight: 500;
    }

    .custom_tab .tab-content>.active {
        opacity: 1;
    }

    /* BEGIN - Added by Nikola from STAR Network*/
    .speaker_img-src img {
        -webkit-filter: none !important;
        filter: none !important;
        margin: 0px 0px 10px 0px !important;
        border-radius: 10px !important;
        width: 100% !important;
        height: 300px !important;
        border: none !important;
        object-fit: cover;
        object-position: top;
        /*border-right: 3px solid var(--mainThemeColor3) !important;
    border-top: 3px solid var(--mainThemeColor3) !important;
    border-left: 3px solid var(--mainThemeColor3) !important;
    border-bottom: 3px solid var(--mainThemeColor3) !important;*/
    }

    #meetTeam .speaker_img-src {
        /* color:white !important; */
        padding: 0px !important;
        /* background-color: var(--eventFontColor) !important; */
        background-color: transparent !important;
        min-height: 420px !important;
        border: none !important;
        text-align: center !important;
    }


    #speakers .col-md-3 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .speaker_img-src h4 {
        font-weight: 500 !important;
        font-size: 22px !important;
        padding: 0px 10px !important;
        text-transform: uppercase;
    }

    .speaker_img-src h5 {
        line-height: 1.3em !important;
        font-size: 16px;
        font-weight: 500;
    }

    section#meetTeam .modal-body .row {
        align-items: start;
    }

    section#meetTeam .modal-body h4 {
        font-size: 20px !important;
        font-weight: 500;
        text-transform: uppercase;
    }

    section#meetTeam .modal-body h5 {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 35px;
    }

    section#meetTeam .modal-dialog {
        width: 80%;
    }

    .modal-body ul li {
        margin-bottom: 15px !important;
        line-height: 20px !important;
    }
section#meetTeam .modal-body p {
    text-align: left;
}
    section#meetTeam .modal-body img {
          border-radius: 50%;
        width: 200px !important;
        height: 200px !important;
        object-fit: cover;
        margin: 10px auto 30px auto;
        display: block;
    }

    .speaker-org {
        color: var(--mainThemeColor3) !important;
        font-weight: 500 !important;
    }

    .speaker-position {
        font-weight: 400 !important;
        font-style: italic !important;
    }

    .speaker_bio[data-target="#635201035"]+.speaker_img-src h5,
    div#\36 35201035 .col-md-4 h5 {
        color: var(--mainThemeColor5);
    }

    .speaker_bio[data-target="#635201032"]+.speaker_img-src h5,
    div#\36 35201032 .col-md-4 h5 {
        color: var(--mainThemeColor4);
    }

    .speaker_bio[data-target="#635201033"]+.speaker_img-src h5,
    div#\36 35201033 .col-md-4 h5 {
        color: var(--mainThemeColor3);
    }

    .speaker_bio[data-target="#635201034"]+.speaker_img-src h5,
    div#\36 35201034 .col-md-4 h5 {
        color: var(--mainThemeColor2);
    }


    .main-title span {
        font-weight: 500 !important;
        font-size: 44px !important;
    }

    .speaker-designation {
        font-size: 16px !important
    }

    .btnColored {
        background-color: var(--mainThemeColor) !important;
        color: #000 !important;
        text-transform: uppercase !important;
        border: 1px solid #000;
    }

    .btnColored:hover {
        background-color: var(--mainThemeColor2) !important;

        color: var(--white) !important;
        text-decoration: none;
    }

    #registrationSec {
        background: var(--mainThemeColor) url(https://vepimg.b8cdn.com/uploads/vjfnew/18040/uploads/vjf/content/misc/1742601334Hero_bg_still_v2.jpg);
        /*https://vepimg.b8cdn.com/uploads/vjfnew/18040/uploads/vjf/content/misc/1742599870Hero_bg_still.jpg*/
        background-position: center center;
        background-size: cover;
        color: white;
    }

    #registrationSec .main-title span {
        color: white !important
    }

    #registrationSec .btnColored {
        background-color: var(--mainThemeColor) !important;
        color: white !important;
        text-transform: uppercase !important;
    }

    #registrationSec .btnColored:hover,
    #registrationSec .btnColored:focus {
        background-color: white !important;
        color: var(--mainThemeColor) !important;
        text-decoration: none !important;
    }

    #becomeSponsor .btnColored {
        background-color: var(--mainThemeColor) !important;
        color: white !important;
        text-transform: uppercase !important;
    }

    #becomeSponsor .btnColored:hover,
    #becomeSponsor .btnColored:focus {
        background-color: var(--mainThemeColor2) !important;
        color: white !important;
        text-decoration: none !important;
    }

    /*speaker modal*/

    #speakers .modal-dialog {
        width: 1000px !important;
    }

    #speakers .modal-content {
        max-width: 1000px !important;
        border-radius: 10px !important;
        overflow: hidden !important;
    }

    #speakers .modal-body {
        padding: 20px 30px !important;
    }

    #speakers .modal-header {
        padding: 20px !important;
    }

    #speakers .modal-body .col-md-4 {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    #speakers .modal-body .col-md-8 img {
        border-radius: 5px !important;
        object-fit: contain !important;
        width: 100% !important;
        height: auto !important;
    }

    @media only screen and (max-width: 1024px) {
        #speakers .modal-dialog {
            width: auto !important;
        }
    }

    @media (min-width: 992px) {
        #speakers .col-md-4 {
            width: 30%;
        }

        #speakers .col-md-8 {
            width: 70%;
        }
    }

    #agenda .agenda-design11-speaker .agenda-row .agenda-col:first-child {
        padding: 0px !important;
    }

    #agenda .agenda-design11-speaker .agenda-row .agenda-col:last-child {
        border-left: none !important
    }

    #agenda .speaker.mh-60 span {
        line-height: 1.8rem !important;
    }

    #agenda .webinar_time {
        padding-top: 8px;
        font-weight: 800;
        font-size: 20px;
        line-height: 2.5rem;
        color: var(--mainThemeColor);
        font-variant: small-caps;
        font-synthesis-small-caps: auto;

        /*text-transform: uppercase;*/
    }

    /*agenda speaker modal */
    #agenda .modal-dialog {
        width: 1000px !important;
    }

    #agenda .modal-content {
        max-width: 1000px !important;
        border-radius: 10px !important;
        overflow: hidden !important;
    }

    #agenda .modal-body {
        padding: 30px 30px !important;
    }

    #agenda .modal-body h3 {
        background: none !important;
        padding: 0px !important;
        color: var(--mainThemeColor) !important;
    }

    #agenda .modal-body img {
        border-radius: 5px !important;
        object-fit: contain !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    #agenda .modal-header {
        padding: 20px !important;
    }

    #agenda .modal-body .col-md-4 {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    @media only screen and (max-width: 1024px) {
        #agenda .modal-dialog {
            width: auto !important;
        }
    }

    @media (min-width: 992px) {
        #agenda .col-md-4 {
            width: 30%;
        }

        #agenda .col-md-8 {
            width: 70%;
        }
    }

    #agenda .speaker-org {
        color: var(--mainThemeColor2) !important;
    }

    #agenda .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #agenda .agenda-design11-speaker .agenda-row .agenda-col:last-child .row {
        background-color: #d6e9f7;
    }

    #agenda .agenda-design11-speaker .agenda-row .agenda-col:last-child div:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #agenda .agenda-design11-speaker .agenda-row .agenda-col:last-child div:nth-last-child(2) {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #sponsors .logos-list.star-logo img {
        max-width: 520px !important
    }

    #sponsors h4 {
        color: var(--mainThemeColor);
        padding: 10px;
    }

    #sponsors .row {
        justify-content: center !important;
    }

    .register-date.expo-open-time {
        font-size: 20px;
        margin-top: 10px;
    }

    #about .main-title {
        margin-top: 10px !important;
    }

    #about img.about-sts {
        border-radius: 10px;
    }

    .register-date {
        line-height: 1.3em !important;
    }


    .agenda-design11-speaker .agenda-row h3 {
        font-size: 20px !important;
        border-radius: 5px !important;
    }

    #becomeSponsor .vfairsBtn.btnColored.rounded {
        margin: 10px 0px !important;
    }

    #becomeSponsor .main-title h3 {
        font-size: 36px !important
    }

    #about img.about-sts.max-img-size {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .heading-cap {
        text-transform: uppercase;
    }

    .icon-boxes .heading-cap {
        font-size: 20px;
    }

    @media only screen and (max-width: 767px) {
        #agenda .agenda-design11-speaker .agenda-row .agenda-col:last-child {
            padding: 0px !important
        }

        .register-date {
            font-size: 18px;
            text-align: center
        }

        .main-title span {
            font-size: 36px;
            text-align: center !important;
        }

        .main-title {
            font-size: 36px;
            text-align: center !important;
        }

        #becomeSponsor .col-md-6 {
            justify-items: center;
        }

        .donateSec .col-md-5 {
            width: 100%;
        }

        #about .container>div,
        .donateSec .container>div,
        #becomeSponsor .container>div,
        .faq .container>div,
        #registrationSec .container>div {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        #about .main-title {
            margin-top: 20px !important;
        }

        .section.exhibitor-registration .reorder-mob-1 {
            margin-bottom: 20px;
        }

        .reorder-mob-1 {
            order: 1;
        }

        .reorder-mob-2 {
            order: 2;
        }

        .reorder-mob-3 {
            order: 3;
        }

        .reorder-mob-4 {
            order: 4;
        }

    }


    #agenda .agenda-rows {
        margin-bottom: 35px;
    }

    #agenda .agenda-design11-speaker .agenda-row h3 {
        margin-bottom: 8px !important
    }

    #faq .main-title,
    .donateSec .main-title,
    #registrationSec .main-title {
        margin-bottom: 25px;
    }

    #about .main-title {
        margin-bottom: 20px;
    }

    .donateSec blockquote {
        border-left: 5px solid var(--mainThemeColor3);
        margin-top: 15px;
    }

    .accent-link {
        color: var(--mainThemeColor3);
    }

    .accent-link:hover {
        color: var(--mainThemeColor2);
    }

    #sponsor-tiers {
        background-color: rgba(0, 0, 0, .04);
    }

    #becomeSponsor img {
        border-radius: 10px;
    }

    .formContainer h3 {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .formbuilder-form-wrap h3 {
        text-align: center !important;
        margin-bottom: 20px;
        color: var(--eventFontColor) !important;
    }

    .section.registration-form .row-content {
        padding-top: 0px !important;
    }

    .about-women-img {
        min-width: 100% !important;
    }

    #tar-anon {
        background-color: var(--mainThemeColor);
        padding: 30px 0px;
    }

    #tar-anon .container {
        display: flex;
        color: white;
        gap: 40px;

    }

    .formbuilder-form-wrap h3 {
        font-size: 28px !important;
    }

    .ticket__desc__text h5 {
        font-weight: 500 !important;
    }

    .pricebtn-btn {
        background: var(--mainThemeColor) !important;
        border: 1px solid var(--mainThemeColor) !important;
        color: var(--eventFontColor) !important;
    }
    .pricebtn-btn:hover{
        background: var(--mainThemeColor2) !important;
        border: 1px solid var(--mainThemeColor2) !important;
        color: #fff !important;
    }

    .coupncode button {
        background: var(--mainThemeColor) !important;
        color: #000 !important;
    }

     .coupncode button:hover {
        background: var(--mainThemeColor2) !important;
        color: #fff !important;
    }

    .ticketItems button {
        background: var(--mainThemeColor);
        color: #000;
    }
    .ticketItems button:hover {
        background: var(--mainThemeColor2);
        color: #fff;
    }

    .order__summary h6,
    .ticketFormCol .panel-heading .panel-title a {
        font-family: var(--eventHeadingFont) !important;
        font-weight: 500 !important;
        background: var(--eventFontColor) !important;
    }

    .ticketFormCol .panel-heading {
        background: var(--eventFontColor) !important;
    }

    .ticketFormCol .panel-body .col-md-6.event__form {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    label,
    input {
        font-family: var(--eventFont) !important;
    }

    body .event__form input {
        font-size: 14px !important;
    }

    .form_field_grp h2 {
        margin-top: 20px;
    }

    h1#fld_1481981 {
        text-align: center;
    }

    .reg-form-data input[type=submit] {
        max-width: 40%;
        width: 100% !important;
        margin: 0 auto;
        margin-bottom: 20px;
        background: var(--mainThemeColor) !important;
         color: var(--eventFontColor) !important;
    }
    .reg-form-data input[type=submit]:hover{
        background: var(--mainThemeColor2) !important;
        color: var(--white) !important;
    }

    input.paynbtn.single-pay {
        border-radius: 6px !important;
    }

    button.order-now-button:not(:disabled),
    button.backButtonRegisterUser {
        background: var(--mainThemeColor);
        border: 1px solid var(--eventFontColor) !important;
        color: var(--eventFontColor) !important;
    }
     button.order-now-button:not(:disabled):hover,
    button.backButtonRegisterUser:hover{
        background: var(--mainThemeColor2) !important;
        color: var(--white) !important;
    }
    .payment_summary_bottom h6{
            font-family: var(--eventHeadingFont) !important;
    font-weight: 500 !important;
    background: var(--eventFontColor) !important;
    }

    .agenda-design11-speaker .agenda-row .agenda-col:first-child {
        width: 120px;
    }

    @media only screen and (max-width: 1199px) {
        #tar-anon .container {
            flex-direction: column;
            text-align: center;
            gap: 20px;
        }
    }

    .ta-logo {
        min-width: 300px;
    }

    .ta-text {
        padding-top: 8px;
    }

    @media only screen and (max-width: 1199px) {
        #tar-anon .reorder-mob-1 {
            order: 1;
        }

        #tar-anon .reorder-mob-2 {
            order: 2;
        }

        #tar-anon .reorder-mob-3 {
            order: 3;
        }

        #tar-anon .reorder-mob-4 {
            order: 4;
        }

        #tar-anon {
            padding-top: 5px;
            padding-bottom: 40px;
        }
    }


    /* custom tab sections edits */

    .nav-pills>li+li {
        margin-left: 0px !important;
    }

    .nav-pills li {
        margin-bottom: 5px !important;
    }

    .nav-pills li a {
        min-height: 70px !important;
        border-radius: 10px !important;
        align-content: center;
    }

    .e-n-tab-title-text span:hover,
    .e-n-tab-title-text span:active,
    .e-n-tab-title-text span:focus,
    .e-n-tab-title-text span:visited {
        color: white !important;
    }

    .e-n-tab-title-text span {
        font-family: var(--eventHeadingFont);
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500;
        text-shadow: 1px 1px 5px #000000;
        color: white !important;
    }

    .e-n-tab-title-text span.sponsor-tier-amount {
        font-size: 22px;
    }


    .tab-content h3 {
        color: var(--mainThemeColor);
        font-size: 33px !important;
        font-weight: 600;
    }

    .tab-content {
        padding-top: 8px;
    }

    .tab_price {
        font-weight: 600;
        color: var(--mainThemeColor2);
    }

    .tab-pane p {
        font-family: var(--eventFont);
        font-size: var(--eventFontSize);
    }

    .exhibitor-registration .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    section.simple-section.register-about .container {
        max-width: 1100px !important;
    }

   body .reg-form-data input[type=submit] {
        background: var(--mainThemeColor) !important;
        border: 1px solid var(--eventFontColor) !important;
        color: var(--eventFontColor) !important;
        border-radius: 6px !important;
    }
    body .reg-form-data input[type=submit]:hover{
        background: var(--mainThemeColor2) !important;
        color: var(--white) !important;
        text-decoration: none;
    }

    .registration-form {
        max-width: 100% !important;
        padding: 0 !important;
    }

    span#grp_fld_1482028 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: start;
    }

    #sponsor-tiers ul.tiers-list {
        font-size: var(--eventFontSize);
        list-style-type: disc;
        margin-left: 20px;
        line-height: 1.4;
    }

    .futures {
        position: relative;
    }

    .futuresAvatar {
        position: absolute;
    }

    .ticker-wrap {
        width: 100%;
        overflow: hidden;
        background-color: var(--eventFontColor);
        padding-left: 100%;
        /* transform: skewY(-1.9deg); */
        padding: 5px 0px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .ticker-wrap .ticker {
        display: inline-block;
        height: 4rem;
        line-height: 4rem;
        white-space: nowrap;
        /* padding-right: 100%; */
        box-sizing: content-box;
        /* -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 40s;
        animation-duration: 40s; */
        width: max-content;
        animation: ticker-loop 20s linear infinite;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 2rem;
        font-size: 2.1rem;
        color: white;
        font-style: italic;
        margin: 0 20px;
    }

    .ticker-wrap .ticker__item .icon {
        max-width: 36px;
        margin-right: 6px;
    }

    .icon.purple {
        -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(91%) saturate(3226%) hue-rotate(237deg) brightness(97%) contrast(104%);
        filter: brightness(0) saturate(100%) invert(33%) sepia(91%) saturate(3226%) hue-rotate(237deg) brightness(97%) contrast(104%);
    }

    .icon.pink {
        -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(36%) saturate(2888%) hue-rotate(239deg) brightness(100%) contrast(95%);
        filter: brightness(0) saturate(100%) invert(58%) sepia(36%) saturate(2888%) hue-rotate(239deg) brightness(100%) contrast(95%);
    }

    .icon.orange {
        -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(14%) saturate(7147%) hue-rotate(333deg) brightness(94%) contrast(97%);
        filter: brightness(0) saturate(100%) invert(60%) sepia(14%) saturate(7147%) hue-rotate(333deg) brightness(94%) contrast(97%);
    }

    .icon.green {

        -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(90%) saturate(468%) hue-rotate(147deg) brightness(89%) contrast(89%);
        filter: brightness(0) saturate(100%) invert(98%) sepia(90%) saturate(468%) hue-rotate(147deg) brightness(89%) contrast(89%);
    }

    .icon.darkGreen {
        -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(26%) saturate(268%) hue-rotate(129deg) brightness(88%) contrast(81%);
        filter: brightness(0) saturate(100%) invert(73%) sepia(26%) saturate(268%) hue-rotate(129deg) brightness(88%) contrast(81%);
    }

    @keyframes ticker {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
        }

        100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-110%, 0, 0);
        }
    }

    @keyframes ticker-loop {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @media only screen and (max-width: 767px) {
        span#grp_fld_1482028 {
            align-items: baseline;
            justify-content: center;
            flex-wrap: nowrap;
        }

        .futures {
            padding-top: 50px;
        }

        .e-n-tab-title-text span {
            font-family: var(--eventHeadingFont);
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 500;
            text-shadow: 1px 1px 5px #000000;
            color: white !important;
        }

        .e-n-tab-title-text span.sponsor-tier-amount {
            font-size: 18px;
        }

        #sponsor-tiers h3.tab_title,
        #sponsor-tiers .tab_price {
            text-align: center !important
        }

        #sponsor-tiers ul.tiers-list {
            list-style-type: none !important;
            margin-left: 0px;
            text-align: center;
        }
    }



    /*-------scrollReveal----------*/

    .scrollReveal {
        opacity: 0;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
    }


    .revealTop {
        transform: translate(0px, 150px);
    }

    .revealRight {
        transform: translate(-150px, 0px);
    }

    .revealLeft {
        transform: translate(150px, 0px);
    }

    .revealBottom {
        transform: translate(0px, -150px);
    }

    .scrollReveal.reveal {
        opacity: 1;
        transform: translate(0, 0);
    }

    @media screen and (max-width: 767px) {
        .scrollReveal {
            opacity: 1 !important;
        }

        .revealTop,
        .revealRight,
        .revealLeft,
        .revealBottom {
            transform: translate(0, 0) !important;
        }
    }

    /*-------scrollReveal----------*/
    /*
old bg image
https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1748471776myb-gradient-img-png1748471776.png
*/

    section#joinMovement {
        background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1747340188myb-gradient2-png1747340188.png) no-repeat center;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
    }

    section#joinMovement .main-title,
    section#joinMovement p {
        color: #fff;
    }

    .pricing-card {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 100%;
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pricing-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .price {
        font-size: 24px;
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
    }

    .price-note {
        font-size: 14px;
        color: #777;
    }

    .btn-buy {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0 !important;
        padding: 10px;
        text-align: center;
    }

    .package-title {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .vip-card {
        border: 2px solid var(--mainThemeColor5);
    }

    .gold-card {
        border: 2px solid var(--mainThemeColor4);
    }

    .silver-card {
        border: 2px solid var(--mainThemeColor3);
    }

    .bronze-card {
        border: 2px solid var(--mainThemeColor2);
    }

    section#meetTeam .main-title {
        margin-bottom: 20px;
    }

    .modal-body p,
    .modal-body p span,
    .modal-body ul,
    .modal-body ul li {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    section#meetTeam h4.modal-title {
        visibility: hidden;
    }

    .modal-header .close {
        font-size: 32px;
    }

    section#meetTeam .speaker_img-src h5 {
        min-height: 70px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
    }

    .speaker_img-src h4 {
        margin-bottom: 15px;
    }

    span.linkedin-link,
    span.linkedin-link a {
        display: block;
        color: #191919;
        /* margin: 12px 0; */
        font-family: 'Inter';
    }

    span.linkedin-link .fa {
        background: #191919;
        color: #fff;
        width: 20px;
        height: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
    }

    span.linkedin-link a:hover,
    span.linkedin-link a:focus {
        text-decoration: underline;
        outline: none;
    }

    #meetTeam .speaker_container:hover .speaker_bio {
        height: 92% !important;
    }


   
    .contact-us-form {
        background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1712680835abbottinspirehersummit-about-bg-jpg1712680835.jpg) no-repeat center;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
    }

    @media (min-width: 992px) {

        .col-12:has(span#grp_fld_66238),
        .col-12:has(span#grp_fld_66239),
        .col-12:has(span#grp_fld_66240),
        .col-12:has(span#grp_fld_66305) {
            width: 50%;
            max-width: 50%;
            flex: 0 0 50%;
        }

        span#grp_fld_66307 .col-12.order-change.radio-block-all {
            width: 50%;
            max-width: 50%;
            flex: 0 0 50%;
        }
    }

    .reg-form-data .col-12 input[type=submit] {
        max-width: 200px;
    }

    .thanksWrapper h3 {
        color: var(--eventFontColor) !important;
        font-size: 44px !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
    }

    .ticket-form h3 {
        font-weight: 500 !important;
        font-size: 40px !important;
        text-transform: uppercase !important;
        margin-top: 50px !important;
        margin-bottom: 30px !important;
    }

    /* Override for iOS */
    @supports (-webkit-touch-callout: none) {

        .contact-us-form,
        section#partners,
        .main_top_area::before,
        section#joinMovement {
            background-attachment: scroll !important;
        }

        section#joinMovement {
            background-image: -webkit-gradient(linear, left bottom, right top, from(#e26b4b), color-stop(#f36062), color-stop(#fe567e), color-stop(#ff52a0), color-stop(#fa58c5), color-stop(#ee5ad6), color-stop(#dd5ee7), color-stop(#c765f8), color-stop(#b65ff8), color-stop(#a35af9), color-stop(#8f56fa), to(#7652fa));
            background-image: -o-linear-gradient(left bottom, #e26b4b, #f36062, #fe567e, #ff52a0, #fa58c5, #ee5ad6, #dd5ee7, #c765f8, #b65ff8, #a35af9, #8f56fa, #7652fa);
            background-image: linear-gradient(to right top, #e26b4b, #f36062, #fe567e, #ff52a0, #fa58c5, #ee5ad6, #dd5ee7, #c765f8, #b65ff8, #a35af9, #8f56fa, #7652fa);
        }

        section#partners {
            background: var(--eventFontColor) !important;
        }
    }


    .faq .collapse.in {
        display: block !important;
    }

    .thanksWrapper h4 {
        font-weight: 300 !important;
        font-family: "Inter", sans-serif !important;
        line-height: 31px;
    }

    .ticket-intro-block {
        max-width: 800px;
        margin: 0 auto;
        padding: 2rem;
        font-family: 'Avenir';
        border-top: 2px solid #4caf50;
        /* optional – for visual separation */
        text-align: center;
    }

    .ticket-intro-block h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .ticket-intro-block p {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 1rem;
        text-align: left;
        /* This line justifies the text */
    }

    .ticket__item .ticket__desc__text p span {
        display: inline !important;
    }

    .ticket__item {
        margin-bottom: 40px;
    }

    .packageContainer .aPackage__detail .aPackage__detail__cell:nth-child(3) {
        display: none;
    }

    section.agenda-style-15 h3.main-title {
        display: none;
    }

    section.agenda-style-15 {
        margin-top: 30px;
    }

    section.agenda-style-15 .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        border: none;
        outline: none;
        background: var(--mainThemeColor2) !important;
        color: #fff;
    }

    section.agenda-style-15 .nav-tabs>li>a {
        font-size: 14px !important;
        font-weight: 600;
        margin: 0 6px !important;
    }

    section.agenda-style-15 .nav-tabs>li.active>a:before,
    section.agenda-style-15 .nav-tabs>li.active>a:focus:before,
    section.agenda-style-15 .nav-tabs>li.active>a:hover:before {

        border: 12px solid transparent !important;
        border-top-color: var(--mainThemeColor2) !important;

    }

    section.agenda-style-15 .nav-tabs>li.active>a:after,
    section.agenda-style-15 .nav-tabs>li.active>a:focus:after,
    section.agenda-style-15 .nav-tabs>li.active>a:hover:after {
        border-top-color: var(--mainThemeColor2) !important;
    }

    .agenda-time span {
        display: inline-block !important;
        margin: 0 !important;
        background: transparent !important;
        font-weight: 600;
        color: var(--eventFontColor) !important;
    }

    span.webinar_fulltime br {
        display: none;
    }

    .agenda-time span:nth-child(1) {
        border-radius: 0;
        padding-right: 0;
    }

    span.webinar_fulltime {
        padding-left: 0 !important;
    }

    .agenda-time {
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
        display: inline-block;
        margin-top: 20px;
        border-radius: 0px 40px 40px 0px;
    }

    .agenda-row .agenda-body>h3 {
        color: #000 !important;
        font-size: 22px !important;
        font-weight: 500 !important;
    }

    section.agenda-style-15 {
        padding-bottom: 0 !important;
    }

    .error {
        text-align: left;
    }

    span#grp_fld_1481948 label {
        text-align: left;
    }

    .coupn-code-sec.coupncode.copenfull {
        margin: 0 !important;
    }

    .ticketItems {
        gap: 12px !important;
    }

    .linkdin-text {
        font-size: 16px;
        font-family: Inter, sans-serif !important;
    }

    @media screen and (max-width: 767px) {
        .packageContainer .packageContainer__head h3 {
            font-size: 22px !important;
            margin: 0 !important;
        }

        .packageContainer__head {
            flex-direction: column;
            justify-content: center !important;
            align-items: center !important;
        }
    }

.contact-us-form .manageAccountBlock {
    display: none;
}
.ticket__avail { 
  display: none !important; 
}
.manageAccountBlock {
 display: none !important;
}