*,
body {
    font-family: "Inter", sans-serif;
}
body {
    margin-top: 40px;
}

/* .bg-1 {
    background: linear-gradient(180deg, #dbe4f600 33.75%, #83bbfa), 
                linear-gradient(111deg, #dbe4f6 30.78%, #dbe4f600 72.66%) #d3d3d3 0px -33.541px/100% 118.594% no-repeat;
}

.bg-2 {
    background: linear-gradient(180deg, #83bbfa, #dbe4f6 76.46%);
}

.bg-3 {
    background: linear-gradient(180deg, #dbe4f6, #83bbfa);
} */

.bg-1,
.bg-2,
.bg-3 {
    background-color: #0e1734;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-4 {
    background: url(../images/slider-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .bg-5 {
    background: linear-gradient(0deg, #dbe4f6, #83bbfa);
} */

.headerWrapper {
    height: 70px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    /* background-color: #fff; */
}
/* .headerWrapper a {
    display: block;
    max-width: 1320px;
    margin: 0 auto;
} */

.heroWrapper {
    padding: 30px 0 0;
    position: relative;
    overflow: hidden;
}

.cls-2, 
.cls-1 {
    fill: #0e1734 !important;
}
.heroWrapper .heroImg {
    /* background: url(../images/transparent-graphic.png); */
    background: url(../images/sap-banner-desktop.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 80%;
    z-index: 0;
    top: 0;
    right: 0;
}

.bg-white {
    background-color: #fff;
    transition: 0.30s;
}

.heroWrapper .intro {
    max-width: 768px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #333;
    padding: 50px 20px;
    position: relative;
    z-index: 1;
}
.heroWrapper .intro .ctaBtn {

}

.heroWrapper .intro h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.heroWrapper .intro h1 span {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.heroWrapper .intro p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #555;
}

/* overviewWrapper */
.overviewWrapper {
    padding: 40px 20px 0 20px;
    background-color: #f8f9fa;
}

.overviewWrapper h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #333;
}

.overviewWrapper p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    /* color: #555; */
}
#animatedTabsContent {
    height: 250px;
    height: auto;
}


/* familiarWrapper */
.familiarWrapper {
    padding-bottom: 50px;
    padding-top: 50px;
}
.familiarWrapper h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.familiarWrapper .wrapper h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.familiarWrapper .wrapper p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}
.familiarWrapper .info p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555 !important;
}
.familiarWrapper .info h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #0e1734 !important;
    margin: 0;
 }
/* successStoryWrapper */
.successStoryWrapper {
    padding: 0 0 50px;
}
.successStoryWrapper ul li,
.successStoryWrapper h3,
.successStoryWrapper p {
    color: #fff;
}
.videoFrameHero {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videoFrame {
    width: 580px;
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoHeader {
    max-width: 250px;
    padding: 10px;
}

/* tabs */
.overviewWrapper .nav-tabs {
    position: relative;
    border-bottom: 1px solid #fff;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
    border-radius: 80px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 4px 4px #00000040;
}

.overviewWrapper .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    color: #0e1734;
    transition: background-color 0.3s ease, color 0.3s ease,
        border-color 0.3s ease;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
}

.overviewWrapper .nav-tabs .nav-link.active {
    background-color: #0e1734;
    color: #fff !important;
    border-color: #0e1734 #0e1734 #fff;
    position: relative;
    z-index: 2;
}

.overviewWrapper .tab-indicator {
    position: absolute;
    height: 100%;
    background-color: #0e1734;
    border-radius: 3px 3px 0 0;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.overviewWrapper .tab-pane {
    opacity: 0;
    transform: translateY(20px);
}

.overviewWrapper .tab-pane.show.active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-tabs .nav-item.show .nav-link,
.overviewWrapper .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border: 0 !important;
}

.tab-content .tab-pane li {
    font-size: 20px;
    line-height: 40px;
}
/* formatting tabs content */

ul.markup {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}
ul.markup li {
    max-width: 30%;
    list-style: none;
    padding: 0 20px;
    position: relative;
}
ul.markup li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #0e1734;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><rect x="0.666626" width="20" height="20" rx="10" fill="%230e1734"/><path d="M9.07273 12.2438L6.79639 9.92141L6.55101 9.67106L6.30473 9.92054L5.44576 10.7907L5.20747 11.0321L5.4449 11.2743L8.82636 14.7241L9.07262 14.9754L9.31888 14.7241L16.5778 7.31846L16.8144 7.07708L16.5778 6.8357L15.7249 5.96553L15.4787 5.71441L15.2325 5.96542L9.07273 12.2438Z" fill="white" stroke="white" stroke-width="0.689655"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    border-radius: 50%;
    margin-right: 0;
    left: -15px;
    top: 10px;
}

.bgImg {
    background: url(../images/753_540.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 20px;;
    /* background-size: 100% 100%; */
}

/* keyBenefits */
.keyBenefits {
    padding: 50px 0 50px
}
/* download */
.downloadWrapper {
    padding-bottom: 50px;
}
.downloadWrapper h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.keyBenefits .intro h3 {
    color: #fff;
    text-align: center;
    /* font-size: 42px; */
    padding: 0 20px;
    /* font-weight: 700; */
}

.keyBenefits .intro p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 50px;
}

#accordionExample .accordion-body {
    font-size: 20px;
    color: #333;
}

#accordionExample .accordion-item {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 0;
}
#accordionExample .accordion-button {
    font-size: 24px;
    font-weight: 600;
    color: #001740;
    background-color: #c9e0fb !important;
    border: none !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
#accordionExample .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: unset !important;
    padding-bottom: 0;
    border: none !important;
}
.keyBenefitsWrap .items .card {
    margin: 0 10px;
    min-height: 350px;
}
.keyBenefitsWrap .items .card img {
    border-radius: 5px;
}

.slick-prev {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    top: 50%;
    background-color: #0154b7;
    /* transform: translate(-50%, -50%); */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-chevron-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/></svg>');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.slick-next {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    top: 50%;
    background-color: #0154b7;
    right: 15px;
    /* transform: translate(50%, -50%); */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff"  class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

@media (max-width: 680px) {
    .slick-next,
    .slick-prev {
        top: 80%;
    }
}

.footerListWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 20px;
}
.footerList {
    max-width: 25%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footerLogo {
    max-width: 200px;
}
.footerList .copyRight {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footerList .copyRight p {
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
}
.footerList ul.policy {
    margin: 0;
    padding: 0;
}
.footerList ul.policy li {
    list-style: none;
}
.footerList ul.policy li a {
    padding: 0 10px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}
.footerList ul.policy li:first-child a {
    padding: 0 10px;
    /* border-right: 1px solid #000; */
}

.footerList ul.socialLinks {
    margin: 0;
    padding: 0;
}
.footerList ul.socialLinks li {
    list-style: none;
}
.footerList ul.socialLinks li a {
    padding: 0 10px;
}
.contactFrom h3 {
    color: #fff;
}
/* marketo form */

#mktoForm_1506 #Country option {
    color: #000 !important;
}
#mktoForm_1222 #Country option {
    color: #000 !important;
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
    border: 1px solid #fff !important;
}

.mktoForm .mktoFieldWrap .mktoGutter,
.mktoForm .mktoFormRow .mktoFormCol .mktoOffset,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoOffset {
    display: none !important;
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError {
    top: 70px;
}

.input-text,
input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
    margin-bottom:8px !important;
}

.mktoFormRow {
    clear: both;
}
	
.mktoForm .mktoLabel {
	font-size: 13px !important;
	color: #fff !important;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}
.mktoHtmlText.mktoHasWidth {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 13px;
}
.mktoForm .mktoHtmlText.mktoHasWidth a {
    color: #fff !important;
    font-weight: 600;
    padding: 0;
    transition: 0.3s;
}
.mktoForm .mktoHtmlText.mktoHasWidth a:hover {
    color: #f46e00 !important;
    text-decoration: underline !important;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    background-color: transparent !important;
}
.mktoForm input.mktoField.mktoInvalid, 
.mktoForm select.mktoField.mktoInvalid, 
.mktoForm textarea.mktoField.mktoInvalid, 
.mktoForm div.mktoLogicalField.mktoInvalid {
    border-bottom: 1px solid #0154b7 !important;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField,
.mktoFieldWrap .form-control ,
.mktoFieldWrap .form-select {
    border: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #0154b7 !important;
    color: #000 !important;
    font-weight: 300 !important;
    padding-left: 2px !important;
    padding-right: 5px !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

#contactForm .mktoForm input[type=text],
#contactForm .mktoForm input[type=url],
#contactForm .mktoForm input[type=email],
#contactForm .mktoForm input[type=tel],
#contactForm .mktoForm input[type=number],
#contactForm .mktoForm input[type=date],
#contactForm .mktoForm select.mktoField,
#contactForm .mktoForm textarea.mktoField,
.mktoFieldWrap .form-control ,
.mktoFieldWrap .form-select {
    border: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #0154b7 !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding-left: 2px !important;
    padding-right: 5px !important;
    font-size: 16px !important;
    box-shadow: none !important;
}
.mktoFieldWrap .form-control:focus,
.mktoFieldWrap .form-select:focus {
    outline: transparent;
    box-shadow: none;
}
.mktoFieldWrap .form-check {
    display: flex;
    align-items: center;
}
.mktoCheckboxList input {
	position: absolute;
}
.mktoFieldWrap {
    border: 0 !important;
    background: transparent !important;
}
.mktoButtonWrap.mktoRound {
    margin: 0 auto !important;
    width: 96%;
    display: block;
}
.mktoButton {
    float: none !important;
    color: #fff !important;
    background-color: #0e1734 !important;
    border: 1px solid #0e1734 !important;
    display: inline-block !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    user-select: none !important;
    padding: 0.75rem 0 !important;
    font-size: 1.125rem !important;
    border-radius: 0 !important;
    background-image: none !important;
    transition: 0.3s;
}

.mktoButton:hover {
    background-color: #fff !important;
    color: #0e1734 !important;
}

.mktoForm select#Country {
    padding-left: 7px !important;
}

#mktoForm_1222 .mktoFormRow:nth-child(-n+7) {
    width: 48% !important;
    display: inline-block;
    clear: none;
    margin: 0 1%;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap {
    float: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldDescriptor .mktoFieldWrap .mktoError {
    top: 25px;
    left: 0;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap > #LblMarketing_Consent__c {
    padding: 0;
    margin-left: 10px;
    padding-top: 2px;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap .mktoLogicalField {
    float: none;
    padding: 0;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap .mktoLogicalField #Marketing_Consent__c {
    display: none;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap .mktoLogicalField #LblMarketing_Consent__c {
    margin: 0 !important;
    display: block;
    min-height: unset;
    padding: 0 !important;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap .mktoLogicalField #LblMarketing_Consent__c:before {
    position: relative;
    height: 18px;
    width: 18px;
    box-shadow: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #343434;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap .mktoLogicalField.mktoInvalid {
    border-color: transparent;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap .mktoLogicalField.mktoInvalid #LblMarketing_Consent__c:before {
    border-color: #8C0005;
}
.caseStudy h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
} 
.caseStudy h4 {
    font-size: 20px;
    margin-bottom: 20px;
    min-height: 130px;
}
.csIcon {
    margin-bottom: 20px;
    border-radius: 10px;
}
.caseStudiesBox {
    min-height: 450px;
}
.boxFloating {
    position: fixed;
    right: 0;
    top: 150px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 4px 4px #00000040;
    width: 130px;
    background: linear-gradient(151deg, #0e1734 2.07%, #004a99 82.17%);
}
.boxFloating h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.boxFloating .boxView {
    padding: 10px;
}
.boxFloating p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.openBox {
    border-radius: 0 0 5px 5px;
    background: #001740;
    text-align: center;
    display: block;
}
.schedule {
    font-size: 13px;
    margin-top: 10px;
    padding: 5px;
}
.ctaDownloadBox {
    margin: 0 auto 50px;
    max-width: 891px;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #002fc5;
    border-radius: 80px;
    padding: 20px 50px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #fff;
    box-shadow: 0 4px 4px #00000040;
}
.ctaDownloadBox h5 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
.ctaDownloadBox .item:first-child {
    max-width: 60%;
}
.ctaDownloadBox .item a {
    font-size: 20px;
    background-color: #fff !important;
    color: #0e1734 !important;
    font-weight: 700 !important;
    padding: 10px 30px;
} 
.ctaDownloadBox .item a:hover {
    font-size: 20px;
    background-color: #0e1734 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 10px 30px;
} 

.headerWrapper a.bookADemo {
    font-size: 18px;
    background-color: #0e1734 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 5px 25px;
    border-color: #0e1734;
} 
.headerWrapper a.bookADemo:hover {
    background-color: #fff !important;
    color: #0e1734 !important;
} 
.downloadNow {
    display: none;
}

@media screen and (max-width: 767px) {
    .logoHeader {
        max-width: 100%;
    }
    .headerWrapper a.bookADemo {
        font-size: 14px;
    }
    .heroWrapper .heroImg {
        background: url(../images/sap-banner-mobile.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 0;
        top: 0;
        right: 0;
    }
    .mktoFormRow:nth-child(19) .mktoRequiredField{
        display: flex;
        flex-direction: row-reverse;
    }
    #mktoForm_1222 .mktoFormRow:nth-child(-n+7) {
        margin: 0 !important;
        width: 100% !important;
    }
    #contact .template-page .entry-content-wrapper .av-special-heading-tag {
        padding: 0 !important;
        margin: 0 !important;
    }
    .mktoForm .mktoFormRow:nth-of-type(18) .mktoFormCol .mktoFieldWrap .mktoHtmlText,
    .mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap > #LblMarketing_Consent__c {
        line-height: 24px;
    }
    #mktoForm_1222 .mktoFormRow input,
    #mktoForm_1222 .mktoFormRow select,
    #mktoForm_1222 .mktoFormRow textarea {
        margin-bottom: 15px !important;
    }
    .mktoForm .mktoFormRow:nth-of-type(18) {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
}


@media (max-width: 991px) {
    .speaking-session-card {
        padding: 10px 20px 20px !important;
    }
    .heroWrapper {
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    .caseStudiesBox {
        margin-bottom: 20px;
    }
    .familiarWrapper .info {
        width: 94%;
    }
    .ctaDownloadBox {
        flex-direction: column;
        padding: 15px;
        border-radius: 10px;
    }
    .ctaDownloadBox h5 {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        margin: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    .ctaDownloadBox .item a {
        font-size: 18px;
        background-color: #fff !important;
        color: #0e1734 !important;
        font-weight: 700 !important;
        padding: 10px 30px;
        border-radius: 10px !important;
    }
    .ctaDownloadBox .item:first-child {
        max-width: 100%;
        text-align: center; 
    }
    .heroWrapper .intro h1 {
        font-size: 28px;
    }
    .downloadWrapper h3 {
        font-size: 32px;
        text-align: center;
    }
    .downloadWrapper .videoFrame {
        width: 100%;
        height: auto;
    }
    .overviewWrapper {
        padding-bottom: 40px;
    }
    .overviewWrapper .nav-tabs {
        display: flex;
        flex-direction: row;
    }
    ul.markup {
        display: flex;
        flex-direction: column;
    }
    ul.markup li {
        max-width: 100%;
    }
    .overviewWrapper .nav-tabs {
        flex-direction: column;
        border-radius: 0;
    }
    .overviewWrapper .tab-indicator {
        display: none;
    }
    .nav-tabs .nav-item.show .nav-link, .overviewWrapper .nav-tabs .nav-link.active {
        background-color: #002fc5 !important;
        width: 100%;
        text-align: center;
    }
    .overviewWrapper .nav-tabs .nav-link {
        width: 100%;
    }
    .footerListWrap {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .footerList {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footerList ul.policy {
        justify-content: center;
    }
    .copyRight p {
        margin: 0;
    }
    .footerList ul.socialLinks {
        justify-content: center;
    }
    .slick-next {
        right: 25px;
    }
    .slick-prev {
        left: 25px;
    }
    .headerWrapper {
        height: 53px;
    }
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
    margin-top: 0px !important;
}


#confirmformTwo,
#confirmform {
    display: none;
    text-align: center;
}

#confirmformTwo p,
#confirmform p {
    color: #343434;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
#confirmformTwo p strong,
#confirmform p strong {
    color: inherit;
}
#confirmformTwo p strong {
    color: #343434;
}
#confirmformTwo p a,
#confirmform p a {
    background-color: #0e1734;
    color: #fff !important;
    border: 1px solid #0e1734;
    padding: 0.75rem 2.188rem;
    font-size: 16px;
    line-height: 26px;
    transition: 0.3s;
    font-weight: 400;
    border-radius: 0;
    margin-top: 20px;
}
#confirmformTwo p a {
    border: 1px solid #343434;
}
#confirmformTwo p a:hover,
#confirmform p a:hover {
    background-color: #fff;
    color: #0e1734 !important;
}

#Layer_1 {
    max-width: 250px;
    width: 100%;
    margin-top: 10px;
}
.modal-body .mktoHtmlText.mktoHasWidth,
.modal-body .mktoForm .mktoLabel {
    color: #343434 !important;
}
.modal-body .mktoHtmlText.mktoHasWidth a {
    color: #343434 !important;
}
/* new */


.speaking-session-card {
    background-color: #c9e0fb;
    border-radius: 20px;
    padding: 20px 50px;
}
.speaking-session-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0e1734;
}
.speaker-details-wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
section.speaker-details-entry {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
}
section.speaker-details-entry .speaker-heading {
    font-size: 18px;
    margin: 0;
}
section.speaker-details-entry .speaker-content p {
    font-size: 14px;
    margin: 0;
}
.speaking-session-card .register-now-cta a {
    font-size: 16px;
    text-decoration: none;
    background-color: #0e1734 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 10px 20px;
    border-color: #0e1734;
    border-radius: 5px !important;
    display: inline-block;
    margin-top: 20px;
}
.speaking-session-card .image_container img {
    height: 120px;
    width: 120px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .speaker-details-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
    
}