footer::before {
    display: none;
}

.webinar-head {
    padding: 80px 0 120px;
}

.webinar-head img {
    margin-top: 30px;
}


/*.TableContentMain {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 100vh;
}*/

/*.fixedLeftPanel {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    margin-right: 5%;
}*/
.timeline-sec {
    position: relative;
    margin: 0px auto;
    display: table;
    overflow: hidden;
}

.timeline-sec .contentNew {
    width: 71vw;
    position: relative;
    height: 360px;
    padding-bottom: 50px;
}

.timeline-sec ol.ps-timeline {
    padding: 0;
    position: relative;
    top: 50%;
    height: 100px;
    transform: translatey(-50%);
}

.timeline-sec ol.ps-timeline:after {
    content: '';
    position: absolute;
    left: 0;
    height: 10px;
    bottom: 0;
    background-color: #cfd1d2;
    transition: all .8s;
    width: 100%;
}



.timeline-sec ol.ps-timeline li {
    float: left;
    width: 14%;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 10;
    height: 95px;
}

.timeline-sec ol.ps-timeline li a.active span {
    color: var(--red);
}

.timeline-sec ol.ps-timeline li:nth-child(2n+2) {
    /*background: #f00;*/
}

.timeline-sec ol.ps-timeline li:nth-child(2n+2) span {
    border: 10px solid #cfd1d2;
}

.timeline-sec ol.ps-timeline li:nth-child(2n+2):before {
    content: '';
    background: #cfd1d2;
}

.timeline-sec ol.ps-timeline li:hover span {
    color: var(--red);
}

.timeline-sec ol.ps-timeline li:before {
    content: "";
     background: #f1f1f1;
    height: 10px;
    width: 92%;
    position: absolute;
    bottom: -5%;
    left: 50%;
}

.timeline-sec ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    border-radius: 10px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
}

.timeline-sec ol.ps-timeline li .ps-bot {
    position: absolute;
    height: 82px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -110%;
}

.timeline-sec ol.ps-timeline li p {
    text-align: center;
    margin: 0 auto;
    padding: 0px 10px;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 16px;
}
.timeline-sec ol.ps-timeline li span {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    color: #babcbe;
    font-size: 50px;
    position: absolute;
    top: 0px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #f1f1f1;
    font-weight: 600;
    transform: translate(-50%);
}

.fulltimeleftMenu .subheading {
    border-radius: 50px;
    text-align: left;
    margin-bottom: 20px;
}

.tabs-left > li > a {
    font-weight: 600;
    margin: 25px 0;
    display: block;
}

.subcollapse {
    margin-bottom: 40px;
}

.subcollapse > li > a {
    margin: 15px 0;
    display: block;
    font-weight: 500;
    padding-left: 15px;
}

.fulltimeleftMenu {
    margin-bottom: 60px;
}


.tabs-left > li.active > a {
    color: var(--dc-primary);
    text-decoration: underline;
}

.tabs-left a.active {
    color: var(--dc-primary);
    text-decoration: underline;
}

.fulltimeleftMenu .tabs-left > li:not(.active) ul.subcollapse {
    display: none;
}

/*.RightPanel {
    flex: 0 0 65%;
    max-width: 65%;
    position: relative;
}*/

.RightPanel h3.text-primary {
    margin-bottom: 20px;
}

.top-banner {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.PointBox p {

    margin-bottom: 20px;
}

.PointBox {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #dedede;
}

.PointBox:last-child {
    border-bottom: 0px solid #dedede;
}

.PointBox ul li h4 {
    margin-bottom: 10px;
}

.tabbing-grp {
    background: rgb(255,245,244);
    background: linear-gradient(180deg, rgba(255,245,244,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 97%, rgba(255,245,244,1) 100%);
}

.googleBannerNew {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 150px;
    background-color: rgb(255,245,244);
}

.googleBannerNew .googleText {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
}

.googleBannerNew .googleImg {
    flex: 0 0 55%;
    max-width: 55%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.googleBannerNew .googleText h5 {
    font-size: 30px;
    font-weight: 400;
    color: var(--black);
    margin: 7px 0px;
    text-align: left;
    padding-left: 10%;
}

.googleBannerNew .googleText h5 strong{
       font-weight: 900;
}

.googleBannerNew .googleImg a {
    border-radius: 5px;
    /* font-size: 18px; */
    font-weight: 600;
    color: var(--dc-white);
    letter-spacing: 0px;
    padding: 15px 20px;
    background-color: var(--dc-primary);
}

.accordion .btn-link {
    border-bottom: 2px solid #dedede;
    padding: 30px 20px 30px;
    cursor: pointer;
    color: var(--dc-secondary);
    text-decoration: none;
}
.accordion .btn-link img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.text-image-row.left .accordion .btn-link img {
    right: auto;
    left: 0;  
    bottom: auto; 
    top: 0; 
}

.accordion .btn-link .collapse {
    display: none;
    margin-top: 20px;
}

.accordion .btn-link .collapse p {
    margin: 0;
}

/* .accordion .btn-link.active .collapse {
    display: block;
} */

.accordion .btn-link > span {
    display: flex;
    font-weight: 600;
    width: 100%;
    justify-content: space-between;
}

.accordion .btn-link.active span i {
    transform: rotate(90deg);
}
a {
    text-decoration: none;
    color: var(--dc-primary);
}
.hybrid-events-head {
    padding-top: 80px;
}
.hybrid-events-head .content {
    text-align: left;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #dedede;
}
.hybrid-events-head .content p {
    margin-bottom: 20px;
}
.hybrid-events-head .content h2 {
    margin-bottom: 20px;
}

.blockquoteNew {
    margin: 50px auto 0;
    flex: 0 0 70%;
    max-width: 70%;
    display: flex;
}
.blockquoteNew .blockquoteImg {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
    padding-right: 15px;
}
.blockquoteNew .blockquoteContent{
    flex: 0 0 70%;
    max-width: 70%;
}
.pointIcon {
    position: absolute;
    top: 0;
    right: -25px;
    width: 55px;
    height: 55px;
}
.blockquoteNew .blockquoteContent .box {
    background: #f1f1f1;
    border-radius: 20px 20px 20px 0px;
    position: relative;
    margin-bottom: 20px;
    padding: 30px;
}
/*table-start*/
.PointBox table {
    width: 100%;
    border-spacing: 0;
    margin: 20px auto;
}
.PointBox table th {
    background-color: var(--dc-primary);
    color: var(--dc-white);
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 0.3rem solid #ffffff;
}
.PointBox table td {
    padding: 1rem;
    vertical-align: middle;
    font-weight: 300;
    border-right: 0.3rem solid #ffffff;
    max-width: 5rem;
    text-align: center;
    word-break: break-all;
}
.PointBox table td:last-child,
.PointBox table th:last-child  {
    border-right: none;
}

.PointBox table tr {
    background: #f7f8f9;
    border-radius: 3px;
    border-collapse: collapse;
    margin: auto;
    padding: 5px;
}

.PointBox table tr:nth-child(odd) {
   background: #f1f1f1;
}
/*table-end*/

/*nav-tab-start*/
.hep-tabbable {
    margin-top: 30px;
}
.tab-link-inner {
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    /* box-shadow: 0 2px 10px rgb(0 0 0 / 30%); */
    cursor: pointer;
    /* padding-left: 62px; */
}
.tab-link-inner .icon {
    width: 53px;
    height: 53px;
    position: absolute;
    left: 5px;
    top: 3px;
    background-color: var(--dc-primary);
    border-radius: 100%;
    padding: 9px;
}
.tab-link-inner .icon img {
    width: 100%;
}
.hep-tabbable ul.tabs {
    margin: 0px;
    padding: 5px 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
    background-color: #f1f1f1;
    border-radius: 50px;
}
.hep-tabbable ul.tabs li {
    cursor: pointer;
    width: 33%;
    margin: 5px 0;
    background-color: var(--dc-white);
    border-radius: 100px;
}
.hep-tabbable ul.tabs li.current{
    color: var(--dc-white);
    transition: 0.3s ease all;
    background-color: var(--dc-primary);
}
.hep-tabbable ul.tabs li.current span{
    color: var(--dc-primary);
    transition: 0.3s ease all;
    font-weight: 600;
}
.tab-content {
    display: none;
    padding: 15px 15px 0;
    transition: 0.3s ease all;
}
.tab-content.active{
    display: inherit;
    transition: 0.3s ease all;
}
.hep-tabbable ul.tabs li.current .tab-link-inner {
    color: #fff;
}
/**/

/*nav-tab-end*/
.virtualEventsSection .text-image-row {
    padding-bottom: 60px;
    position: relative; 

}
.virtualEventsSection .text-image-row:last-child {
    padding-bottom: 0;  
}
.text-image-row {
    margin-top: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.text-graybg-inner {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
}
.text-graybg-inner p:last-child {
    margin-bottom: 0;
}
.blockquote-outer {
    border-radius: 10px;
    padding: 40px; 
    position: relative;
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}
.blockquote-outer .pointIcon {
    position: absolute;
    top: 0;
    right: -25px;
    width: 55px;
    height: 55px;
    left: 40px;
    top: -27px;
    transform: rotate(180deg);
}
.text-image-row .img {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.text-image-row .text {
    max-width: 50%;
    flex: 0 0 50%;
/*    padding-left: 1rem;
    padding-right: 1rem;*/
}

.runningContetn {
    padding-top: 40px;
}
.someInterestingBox .subheading {
    text-align: center;
    font-weight: 800;
    padding: 8px 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 37%;
    margin: auto;
}
.someInterestingBox ol {
    padding: 0;
    position: relative;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.someInterestingBox ol:after {
    content: '';
    position: absolute;
    left: 0;
    height: 10px;
    top: 1.4rem;
    background-color: #f1f1f1;
    transition: all .8s;
    width: 100%;
    border-radius: 10px;
}
.someInterestingBox ol li {
    width: 33%;
    padding-top: 1.5rem;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 10;
}
.someInterestingBox ol li:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 90px;
    top: 18px;
    left: 50%;
    background: radial-gradient(circle, rgba(241,0,215,1) 0%, rgba(255,31,47,1) 12%, rgba(242,83,73,1) 24%, rgba(255,169,63,1) 36%, rgba(179,214,118,1) 48%, rgba(0,0,255,1) 65%, rgba(0,0,255,1) 100%);
}
.someInterestingBox ol li span {
    width: 48px;
    height: 48px;
    margin-left: -24px;
    background: var(--dc-primary);
    color: var(--dc-white);
    border-radius: 50%;
    box-shadow: 0 0 0 0px var(--dc-white);
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.someInterestingBox ol li .ps-bottom {
    width: 80%;
    margin-top: 100px;
}
.someInterestingBox ol li .toppoint {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 105px;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: radial-gradient(circle, rgba(241,0,215,1) 0%, rgba(255,31,47,1) 12%, rgba(242,83,73,1) 24%, rgba(255,169,63,1) 36%, rgba(179,214,118,1) 48%, rgba(0,0,255,1) 65%, rgba(0,0,255,1) 100%);
    border: 2px solid #000;
    margin-left: 1px;
}
.someInterestingBox ol li:nth-child(2) {
}
.someInterestingBox ol li:nth-child(2):before {
    height: 160px;
}
.someInterestingBox ol li:nth-child(2) .ps-bottom {
    margin-top: 175px;
}
.someInterestingBox ol li:nth-child(2) .toppoint {
    top: 175px;
}

@media(max-width:1440px) {
.googleImg a.gradientbg {
    flex-shrink: 0;
    margin-right: 15px;
}
.googleBannerNew .googleText h5 {
    font-size: 20px;
}

}

@media(max-width:1024px) {
    .timeline-sec ol.ps-timeline li p {
        font-size: 12px;
        padding: 0;
    }
    .timeline-sec ol.ps-timeline li span {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}
@media(max-width:991px) {
    .RightPanel {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }
}
@media(max-width:767px) {
    .accordion .btn-link img {
        right: 0;
        top: auto;
        max-width: 100%;
        bottom: 60px;
    }
    .text-image-row.left .accordion .btn-link img {
        right: auto;
        left: 0;  
        bottom: auto; 
        top: 0; 
    }
    .ps-timeline li a.scroll-link {
        display: flex;
        flex-direction: column;
    }
    .timeline-sec ol.ps-timeline li {
        float: none;
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 30px;
    }
    .timeline-sec ol.ps-timeline li:before,
    .timeline-sec ol.ps-timeline:after {
        display: none;
    }
    .timeline-sec ol.ps-timeline li span {
        width: 50px;
        height: 50px;
        font-size: 18px;
        position: static;
        transform: unset;
        margin: auto;
        margin-bottom: 10px;
    }
    .timeline-sec ol.ps-timeline li span,
    .timeline-sec ol.ps-timeline li:nth-child(2n+2) span {
        border: 6px solid #cfd1d2;
    }
    .timeline-sec ol.ps-timeline li .ps-bot {
        position: unset;
        height: auto;
        display: block;
    }
    .timeline-sec ol.ps-timeline li .ps-top {
        position: unset;
        margin: 0;
        height: auto;
        display: block;
    }
    .timeline-sec .contentNew {
        width: auto;
        height: unset;
        padding-bottom: 0;
    }
    .timeline-sec ol.ps-timeline {
        height: auto;
        transform: unset;
        position: unset;
    }
    .webinar-head {
        padding: 40px 0 0;
    }
    .tabbing-grp {
        padding-bottom: 60px;
    }
    .PointBox {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .googleBannerNew .googleText h5 {
        font-size: 12px;
    }
    .googleBannerNew .googleText {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .googleBannerNew .googleImg {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .googleImg a.gradientbg {
        font-size: 12px;
        padding: 10px 10px;
    }
    .googleBannerNew {
        height: 80px;
    }
    ul.grad-list li::before {
        top: 6px !important;
        width: 1rem !important;
        height: 1rem !important;
    }
    ul.grad-list li {
        line-height: 1.5rem !important;
    }
    .hybrid-events-head {
        padding: 40px 0 0;
    }
    .blockquoteNew {
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
        margin: 30px auto 0;
    }
    .blockquoteNew .blockquoteImg {
        flex: 0 0 100%;
        max-width: 100%;
        display: table;
        margin: 0px auto;
        text-align: center;
    }
    .blockquoteNew .blockquoteContent {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
    }
    .pointIcon {
        right: -14px;
        width: 45px;
        height: 45px;
    }
    .text-image-row {
        display: block;
    }
    .text-image-row .img {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .text-image-row .text {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .someInterestingBox ol li {
        width: 100%;
    }
    .someInterestingBox ol li .toppoint {
        top: 100px;
    }
    .someInterestingBox ol li:nth-child(2):before {
        height: 75px;
        top: 20px;
    }
    .someInterestingBox ol li:nth-child(2) .toppoint {
        top: 100px;
    }
    .someInterestingBox ol li:nth-child(2) .ps-bottom {
        margin-top: 100px;
    }
    .someInterestingBox ol:after {
        display: none;
    }
    .blockquote-outer {
        padding: 40px 15px;
        margin-top: 35px;
    }
    .hep-tabbable ul.tabs li {
        width: 100%;
    }
    .PointBox table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .PointBox {
        width: 100%;
        margin: 10px 0px 0px;
    }
}


.engagingContentBox{
    margin: 50px auto;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
}

.engagingContentBox:nth-child(even) {
    flex-direction: row-reverse;
}

.engagingContentBoxText{
    flex: 0 0 40%;
    max-width: 40%;
}
.engagingContentBoximg{
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.engagingContentBox:nth-child(even) .engagingContentBoximg {
    justify-content: flex-start;
}

.engagingContentBoxText .card {
    background: #f1f1f1;
    margin: 10px 0px;
    border: 0;
    padding: 20px;
    cursor: pointer;
}

.engagingContentBoxText .card .card-header-custom{
    position: relative;
}

.engagingContentBoxText .card .card-header-custom.collapsed .PlusButton{
    position: absolute;
    height: 19px;
    width: 20px;
    cursor: pointer;
    transition: 0.3s all;
    margin-left: 3px;
    top: 50%;
    transform: translatey(-50%);
    right: 2%;
}

.engagingContentBoxText .card .card-header-custom .PlusButton:before {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-left-width: 2px;
    border-left-style: solid;
    left: 9px;
    top: -1px;
}


.engagingContentBoxText .card .card-header-custom .PlusButton:after {
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    left: 1px;
    top: 7px;
}


.engagingContentBoxText .card .card-header-custom .PlusButton:before, .engagingContentBoxText .card .card-header-custom .PlusButton:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
}

.engagingContentBoxText .card .card-header-custom .PlusButton {
    transform: translatey(-50%) rotate(45deg);
    right: 2%;
}

.engagingContentBoxText .card .card-header-custom.collapsed .PlusButton{
      color: var(--black);
}

.engagingContentBoxText .card h4:before {
    display: none;
}


.engagingContentBoxText .card .card-body {
    border: 0;
    padding: 0;
    margin: 0;
}

.engagingContentBoxText .card .card-header-custom[aria-expanded="true"] h4 {
color: var(--red);
}

.engagingContentBoxText .card .card-header-custom[aria-expanded="true"] .PlusButton{
    color: var(--red);
    position: absolute;
}
