ul.comn-merge-btn li {
    display: table-cell;
    border-right: 0px solid #ebe8e8;
    background-color: #fff;
    vertical-align: middle;
}
	.postid-3383 ul.comn-merge-btn li a:hover,
.postid-3383 ul.comn-merge-btn li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.postid-3383 ul.comn-merge-btn li a.add_book_mark {
    padding-left: 15px;
    padding-right: 15px;
}
.postid-3383 ul.mergerighttext-btn li:last-child {
    border-left: unset;
}
ul.comn-merge-btn li:first-child() {
    border-right: 0px solid transparent;
}

ul.comn-merge-btn {
    padding: 0;
    list-style: none;
    margin: auto;
    display: block;
    border-radius: 51px;
    overflow: hidden;
    text-align: center;
}

ul.mergerighttext-btn li:last-child a {
    border-radius: unset;
}

ul.comn-merge-btn a {
    border-radius: unset;
}

ul.comn-merge-btn li a:hover {
    background-color: var(--violet-red);
    color: #fff;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: transparent;
}

.event-subpage-head-content .comn-merge-btn i.fa.fa-star::after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
}

.event-subpage-head-content .comn-merge-btn i.fa.fa-star {
    position: relative;
}

/* .event-subpage-head-content .comn-merge-btn i.fa.fa-star.bookmarked:after {
    left: -6px !important;
} */

.header-top-sec {
    padding-bottom: 0;
}

.header-top-sec::before {
    display: none;
}

.common-subpage-header {
    overflow: hidden;
}

.common-subpage-header .col-6 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.common-subpage-left-col-inner {
    float: right;
    margin: auto;
    color: #fff;
   /* padding-top: 55px;*/
    padding-bottom: 20px;
}

.common-subpage-header ul.comn-merge-btn {
    float: left;
    margin-top: 10px;
}
.key-topics-section {
    overflow: hidden;
}

.common-subpage-left-col-inner ol.breadcrumb li a {
    color: #fff;
    text-decoration: unset;
    text-transform: capitalize;
}

.common-subpage-left-col-inner ol.breadcrumb li {
    font-size: 14px;
}

.common-subpage-left-col-inner .when-where-cost ul li {
    border-bottom: 1px solid #4FBEF7;
    padding: 5px 0px;
    padding-left: 15px;
    font-weight: 900;
    font-family: 'Arimo', sans-serif;
    display: flex;
}

.common-subpage-left-col-inner .when-where-cost ul li:last-child {
    border-bottom: unset;
}

.common-subpage-left-col-inner .when-where-cost ul li cite {
    font-style: unset;
}

.common-subpage-left-col-inner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.common-subpage-left-col-inner .breadcrumb-item.active {
    color: #d9d9d9;
}

.key-topics-section .row h4.comm-h4 {
    color: #A30050;
    color: var(--violet-red);
}

.key-topics-section .row {
    width: 100%;
    margin: auto;
    position: relative;
}

.key-topics-section .col {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
}

.key-topics-section .col-8::before {
    /* content: ''; */
    /* width: 100vw; */
    /* height: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* background-color: #F4F4F4; */
    /* background-position: top center; */
    z-index: -1;
    margin-left: calc(33% - 0px);
}

ul.key-topics-list {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 35px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.key-topics-list li {
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: normal;
    border-right: 1px solid #DEDEDE;
    font-size: 14px;
    color: #303030;
}

ul.key-topics-list li:first-child {
    padding-left: 20px;
    padding-right: 70px;
}

ul.key-topics-list li:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    min-width: 150px;
}

ul.key-topics-list li:last-child {
    border-right: unset;
    padding-right: 20px;
    padding-left: 100px;
    color: #A30050;
    color: var(--violet-red);
}

ul.key-topics-list.space-available li:nth-child(2) {
    color: #05BA36;
}

ul.key-topics-list.space-unavailable li:nth-child(2) {
    color: #CC0466;
}

.registeration-filling-section {
    background-color: var(--violet-red);
    text-align: center;
    padding: 45px 0px;
    padding-top: 60px;
}

.registeration-filling-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    color: #fff;
    align-items: center;
}

.registeration-filling-section li {
    font-size: 20px;
}

ul.rg-filling-counter {
    margin: 0px 45px;
}

ul.rg-filling-counter li {
    padding: 5px 15px;
    background-color: #fff;
    color: #193F52;
    margin-right: 5px;
    position: relative;
    font-family: 'helveticaneue';
    font-weight: bold;
}

ul.rg-filling-counter li:last-child {
    margin-right: 0;
}

ul.rg-filling-counter li::before {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
}

ul.rg-filling-counter li:first-child::before {
    content: 'DAYS';
}

ul.rg-filling-counter li:nth-child(2)::before {
    content: 'HOURS';
}

ul.rg-filling-counter li:last-child::before {
    content: 'MINUTES';
}

.our-speakers-section {
    background-color: #A30050;
    background-color: var(--violet-red);
    padding: 60px 0px;
    color: #fff;
}

.our-speakers-section a.btn.btn-lg {
    background-color: #fff;
    color: #A30050;
    color: var(--violet-red);
}

.main-footer {
    border-top: unset;
    float: left;
    width: 100%;
}

.first-footer-sec.pt-5 {
    background: transparent;
}


.page-template-events-subpage .common-subpage-left-col-inner .breadcrumbs,
.single-events .common-subpage-left-col-inner .breadcrumbs {
    display: flex;
    align-items: center;
}
.page-template-events-subpage .common-subpage-left-col-inner .breadcrumb,
.single-events .common-subpage-left-col-inner .breadcrumb {
    margin: 15px auto;
    margin-left: 10px;
}
.when-where-cost ul li span {
    font-family: 'Arial' !important;
    opacity: 0.9;
    font-weight: 300;
}
.event-subpage-head-content p {
    opacity: 0.9;
}
.other-event-section h1.commn-h1 {
    font-size: 32px !important;
}

@media only screen and (max-width: 1699px) {
    .common-subpage-left-col-inner .when-where-cost ul li cite {
        min-width: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1699px) {
    .common-subpage-left-col-inner {
        width: 535px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1699px) {
    .common-subpage-left-col-inner {
        padding-right: 45px;
    }
}

@media only screen and (max-width: 1200px) {

    /*ul.key-topics-list li:first-child {*/
    /*    padding-right: 35px;*/
    /*}*/
    /*ul.key-topics-list li:nth-child(2) {*/
    /*    padding-left: 10px;*/
    /*    padding-right: 10px;*/
    /*}*/
    /*ul.key-topics-list li:last-child {*/
    /*    padding-left: 135px;*/
    /*}*/

}

/* .page-template-events-subpage .common-subpage-left-col-inner .breadcrumbs,
.single-events .common-subpage-left-col-inner .breadcrumbs {
    display: flex;
    align-items: center;
}

.page-template-events-subpage .common-subpage-left-col-inner .breadcrumb,
.single-events .common-subpage-left-col-inner .breadcrumb {
    margin: 15px auto;
    margin-left: 10px;
} */

@media only screen and (max-width: 767px) {
    .live-webinarbtn-added {
        position: relative;
        margin-bottom: 65px;
    }
    .live-webinarbtn-added .live-webinar-btn  {
        bottom: -55px;
    }
    /* .single-events .common-subpage-left-col-inner .breadcrumbs {
        display: none;
    } */

    .registeration-filling-section .container-1100 li:nth-child(3) {
        width: 50%;
        text-align: center;
        margin: auto;
    }

    .page-template-events-subpage .common-subpage-header .col-6,
    .single-events .common-subpage-header .col-6 {
        width: 100%;
    }

    .page-template-events-subpage .common-subpage-left-col-inner {
        width: 100%;
        padding-bottom: 25px;
        padding-top: 88px;
    }

    .page-template-events-subpage .common-subpage-left-col-inner img,
    .single-events .common-subpage-left-col-inner img {
        width: 100%;
    }
    .single-events .common-subpage-left-col-inner .breadcrumbs {
        display: none;
    }
    .page-template-events-subpage .common-subpage-left-col-inner .breadcrumbs,
    .single-events .common-subpage-left-col-inner .breadcrumbs {
        padding: 0px 15px;
    }

    .page-template-events-subpage .event-subpage-head-content,
    .single-events .event-subpage-head-content {
        padding: 0px 15px;
        flex-direction: column-reverse;
        display: flex;
    }

    .page-template-events-subpage .header-top-sec,
    .single-events .header-top-sec {
        background-color: transparent;
        position: absolute;
        width: 100%;
    }

    .key-topics-section .col {
        width: 100%;
    }

    .key-topics-section .col-8::before {
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
    }

    .key-topics-section .col.col-8 {
        padding-top: 0px;
    }

    .page-template-events-subpage .event-subpage-head-content h1.commn-h1,
    .single-events .event-subpage-head-content h1.commn-h1 {
        text-align: center;
        order: 1;
    }

    .page-template-events-subpage .event-subpage-head-content p,
    .single-events .event-subpage-head-content p {
        text-align: center;
    }

    .page-template-events-subpage .when-where-cost,
    .single-events .when-where-cost {
        margin-bottom: 25px;
    }

    .common-subpage-header ul.comn-merge-btn {
        position: absolute;
        right: 0;
        left: 0;
    }

    .key-topics-section .col a.btn.btn-lg {
        margin: auto;
        display: block;
        width: 130px;
    }

    .registeration-filling-section ul {
        display: block;
    }

    .registeration-filling-section ul.rg-filling-counter {
        display: inline-flex;
        margin: 40px;
        margin-bottom: 20px;
    }

    .registeration-filling-section {
        padding: 30px 0px;
        padding-top: 30px;
    }

    .our-speakers-section .col-3 {
        width: 65%;
        text-align: center;
        margin: auto;
        margin-bottom: 45px;
    }

    .our-speakers-section .col-9 {
        width: 100%;
        padding: 0;
    }

    .our-speakers-section .col-3 h4.comm-h4 {
        margin-bottom: 15px !important;
    }

    .our-speakers-section .col-3 p {
        margin-bottom: 10px;
    }

    .our-speakers-section {
        padding: 35px 0px;
    }

    ul.speakers-li li img {
        width: 100% !important;
        margin: auto;
        height: 100%;
    }

    .our-speakers-section .container-1100 {
        padding: 0;
    }

    ul.key-topics-list li:first-child {
        padding-left: 20px;
        padding-right: 15px;
    }

    ul.key-topics-list li:last-child {
        padding-left: 15px;
        white-space: pre;
    }

    .key-topics-section .col {
        padding-top: 35px;
        padding-bottom: 30px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    ul.key-topics-list {
        margin-bottom: 10px !important;
        width: fit-content;
        margin: auto;
    }

    ul.key-topics-list li:last-child {
        min-width: 100px;
    }
}


@media only screen and (max-width: 479px) {
    ul.key-topics-list li:nth-child(2) {
        min-width: 105px;
    }

    .key-topics-section .col {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    ul.mergerighttext-btn li:last-child a {
        padding: 10px 50px;
    }

    ul.comn-merge-btn li a {
        padding: 10px 20px;
    }

    .key-topics-section .col a.btn.btn-lg {
        width: 190px;
    }

    .our-speakers-section a.btn.btn-lg,
    .backbutton a.btn.btn-lg {
        width: 190px;
    }
    .page-template-events-subpage .common-subpage-left-col-inner{
        width: 100%;
        padding-bottom: 25px;
        padding-top: 75px;
    }
}


@media only screen and (max-width: 399px) {
    ul.key-topics-list {
        border-radius: 60px;
    }

    ul.key-topics-list li:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.key-topics-list li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 370px) {
    ul.key-topics-list li:nth-child(2) {
        min-width: 25%;
    }
    .page-template-events-subpage .common-subpage-left-col-inner,
    .single-events .common-subpage-left-col-inner {
        width: 100%;
        padding-bottom: 25px;
        /*padding-top: 68px;*/
    }
}

@media only screen and (min-width: 1700px) {
    .common-subpage-left-col-inner {
        width: 680px;
    }

    .common-subpage-left-col-inner .when-where-cost ul li cite {
        min-width: 75px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    ul.speakers-li li img {
        width: 100%;
        height: unset;
    }

    ul.key-topics-list li:last-child {
        padding-left: 10px !important;
    }

    .key-topics-section .col-8 {
        padding-left: 25px !important;
    }

    .key-topics-section .col {
        padding-right: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .our-speakers-section .col-3,
    .our-speakers-section .col-9 {
        width: 100%;
    }

    .our-speakers-section .col-9 {
        margin-top: 40px;
    }

    ul.key-topics-list li:last-child {
        padding-right: 20px;
        padding-left: 55px;
        white-space: pre;
    }

    ul.key-topics-list li:first-child {
        padding-right: 20px;
    }

    .single-events .common-subpage-left-col-inner {
        padding-right: 35px;
        width: 90%;
    }
}

/*@media only screen and (min-width: 1200px) and (max-width: 2048px)  {*/
/*    .our-speakers-section .container-1100 .row .col-3 {*/
/*    margin-top: -9%;*/
/*}*/
/*}*/

@media only screen and (min-width: 768px) {
    .live-webinar-btn{
        margin-left:10px !important;
    }
    .single-events .common-subpage-left-col-inner .breadcrumbs {
        display: none;
    }

    .header-top-sec {
        background: transparent linear-gradient(249deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    }

   /* .common-subpage-header {
        padding-top: 110px;
    }*/
}

/*.common-subpage-left-col-inner h1.commn-h1.mb-3.mt-4{
    font-size: 32px!important;
}*/
/* .when-where-cost ul li span {
    font-family: 'Arial' !important;
    opacity: 0.9;
    font-weight: 300;
}

.event-subpage-head-content p {
    opacity: 0.9;
}

.other-event-section h1.commn-h1 {
    font-size: 32px !important;
} */


@media only screen and (min-width: 375px) and (max-width: 767px) {
    ul.comn-merge-btn li a {
        padding: 10px 20px;
    }
    ul.mergerighttext-btn li:last-child a {
        padding: 10px 40px;
    }
}



@media only screen and (min-width: 768px) and (max-width:1599px) {
    .commn-upcomingevent-slide .when-where-cost {
        margin-top: 0;
    }

    .commn-upcomingevent-slide .card-body .card-bottom-info {
        width: 309px;
    }

    .commn-upcomingevent-slide p.event-summary {
        margin-bottom: 0px;
    }
}


/*internal Event Form */



.commonPopupAfterlogin {

    display: none;

    position: fixed;

    width: 100%;

    background-color: rgb(0,0,0, 0.6);

    z-index: 99999999;

    bottom: 0;

    top: 0;

    /* align-items: center; */

    padding: 25px;

    /*overflow-y: scroll;*/

}

.commonPopupAfterlogin button.btn {

    position: absolute;

    top: -9px;

    right: -3px;

    z-index: 99999;

    padding: 0;

    border-radius: 15px;

}

.commonPopupAfterlogin button.btn:hover img {

    filter: unset;

}

.commonPopupAfterlogin .btn.close {

    font-size: 0;

    padding: 0px;

    background-color: transparent;

    box-shadow: unset;

    /* background-image: url(/wp-content/uploads/2023/04/Icon_Close.png); */

    height: 25px;

    width: 25px;

    background-size: cover;

    background-repeat: no-repeat;

    /* position: unset !important; */

    margin-top: 0;

    margin-bottom: 10px;

    display: flex;

    margin-left: auto;

}

.commonPopupAfterlogin button.btn:focus {

    box-shadow: unset;

    border : none;

    outline : none;

}

.commonPopupAfterloginContent{

    background-color: #fff;

    /*width: 590px;*/

    padding: 25px 40px 10px 40px !important;

    border: 1px solid #0088CE;

    border-radius: 10px;

    border-bottom: 7px solid #0088CE;

    position: relative;

    height: fit-content;

    margin: auto;

    text-align: center;

    margin: auto;

}

.commonPopupAfterloginContent .close {

    margin-top: 22px !important;

    margin-left: auto;

    margin-right: 20px !important;

    margin-bottom: 22px !important;

}

#internalRegistrationModal .registrationFormField label{

    float : left;

    font-weight: 400;

    color: var(--fcv2-black);

    letter-spacing: -0.408px;

    margin-bottom : 0.5rem;

}

#internalRegistrationModal .registrationFormField input , #internalRegistrationModal .registrationFormField select {

    border: 1px solid var(--fcv2-blue);

    padding: 0.375rem 0.75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: var(--bs-body-color);

    background-color: var(--bs-body-bg);

    background-clip: padding-box;

    appearance: none;

    border-radius : 6px;

}

#internalRegistrationModal .registrationFormField input:focus , #internalRegistrationModal .registrationFormField select:focus{

    box-shadow: unset;

    border-color: var(--fcv2-blue);

    color: var(--bs-body-color);

    background-color: var(--bs-body-bg)

}

#internalRegistrationModal .modal-content ,#internalRegistrationModal .modal-footer{

    position : static!important;

    border : none !important;

    justify-content : center;

}

#internalRegistrationModal .modal-title {

    font-size : 27px;

    font-weight: 700;

    margin-bottom: 15px;

    line-height: 1.2

}

#internalRegistrationModal .submit {

    background-color: var(--fcv2-blue);

    color: var(--fcv2-white);

    letter-spacing: -0.408px;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 

    border-radius: 6px;

    font-size: 14px;

    text-transform: unset;

    font-weight: 400

}

@media screen and (max-width: 435px) { 

    .commonPopupAfterloginContent {

        width: 100%;

        padding: 25px 20px 10px 20px !important;

    }

}



@media (min-width: 768px) {
    .our-speakers-section .owl-nav button.owl-next {
        right: -22px;
        bottom: 0;
        top: 0;
        position: absolute;
        font-size: 30px !important;
    }
    .our-speakers-section .owl-nav button.owl-prev {
        left: -22px;
        bottom: 0;
        top: 0;
        position: absolute;
        font-size: 30px !important;
    }
    .our-speakers-section .owl-nav button.owl-prev:hover , .our-speakers-section .owl-nav button.owl-next:hover{
        background :none;
    }
}


#webinar-iframe{
    background-color: #F4F4F4;
}
.registeration-filling-section .container-1100 h5{
    color:#ffffff;
}
#special-button{
    cursor: pointer;
    text-transform: uppercase;
}
/* this is for live webinar 07-10-2024 */
.live-webinar-btn-row {
    width: 100%;
    display: flex;
    text-align: center;
    margin: 20px auto;
}
.live-webinar-btn-row a {
    margin: auto;
    text-align: center;
    background:var(--violet-red);
    color: #FFFFFF;
    outline: none;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.time-counter-row {
    padding: 0;
    text-align: center;
}
/*.time-counter-row li {
    list-style: none;
    display: inline-block;
    margin: 2%;
    background:var(--violet-red);
    width:20%;
    height:150px;
    line-height:50px;
    border-radius:5px;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    padding:20px
}*/

.time-counter-row li span {
    display: block;
    color: #fff;
    text-transform:capitalize
}
.event-ttl {
    padding: 0 4%;
    font-size: 27px;
    font-weight: bold;
    margin-top: 25px;
}
.highlight .container-1100 {
    /* display: none; */
    width: 100%;
   
}
.highlight .container-1100 .col.col-4 {
    width: 25%;
    text-align: left;
    margin-left: 16%;
    padding-right: 0 !important;
}
.highlight .container-1100 .col.col-8 {
    width: 58%;
    padding: 20px !important;
    flex: auto;
}
.highlight .container-1100 .col.col-8::before{
    display: none;
}
ul.live-webinar-btn.mergerighttext-btn li:last-child{
    border-left:none;
}
#webinar-iframe iframe{
    margin-bottom:-10px;
}