ul li {
    margin: .5em 0;
}
body:after {
    content: "";
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    width: 100%;
    /* min-height: 120vh; */
	min-height: calc(100vh + 350px);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABUSURBVHgBbcs9DkBAEIbhd1Y02r2AVSpUju0WjuEMChUFhslEguxTzM+XfKK3aVhI9cbYR0xHQbCjaQ+kKkn+EhHQx7p/ttjgVAjCm3d/4YzijYwLGMsuOfGIj4AAAAAASUVORK5CYII=");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    animation: animate-opacity 20s infinite;
    z-index: -99;
    opacity: 0.7;
}
.elementor-image-box-img {
    width: auto !important;
}
.color-box.e-flex {
    padding: 64px 80px;
    border-radius: 16px;
    min-height: 64vh;
}
.purpleBg .elementor-widget-image {
    transition: transform .2s ease;
}
.purpleBg .elementor-widget-image:hover {
    transition: transform .2s ease;
    transform: scale(1.02);
}
.whiteBg, .blueBg, .blueBg-10, .blueBg-15, .blueBg-20, .yellowBg, .greenBg, .greenBg-10, .greenBg-15, .greenBg-20, .pinkBg, .purpleBg {}
.whiteBg {
    background: #ffffff;
}
.blueBg {
    background: #dff2f8;
}
.blueBg-10 {
    background: rgb(0 192 229 / 10%);
}
.blueBg-15 {
    background: #c9ebf5;
}
.blueBg-20 {
    background: #B7E9F7;
}
.yellowBg {
    background: #f5f4e3;
}
.greenBg {
    background: #eff4e8;
}
.greenBg-10 {
    background: rgb(178 210 53 / 10%);
}
.greenBg-15 {
    background: #ddf2d2;
}
.greenBg-20 {
    background: #cdecc6;
}
.pinkBg {
    background: #f4e6ec;
}
.purpleBg {
    background: #efeefa;
}
.logoBox {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.eachLogo {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    height: 58px;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #ECEBEB;
    box-shadow: 10px 10px 28px rgba(193, 193, 193, 0.3);
    transform-origin: center center;
    transition: transform 0.4s;
}
.bigLogos .eachLogo {
    height: 76px;
}
.eachLogo:hover {
    transform: scale(1.05);
    transition: transform 0.4s;
}
.twoCol {
    display: flex;
    padding: 0;
    gap: 40px;
    column-gap: 40px;
    flex-direction: row;
}
.useItWay img {
    max-width: 100px;
}
/* Customer journey start */
.customerJourney {
    display: flex;
    justify-content: space-between;
    column-gap: 4px;
}
.eachCustJourney {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 148px;
    width: 12%;
    gap: 10px;
    column-gap: 10px;
    cursor: default;
    transition: transform .2s ease;
}
.eachCustJourney h4 {
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.eachCustJourney:hover h4 {
    color: #8a38f5;
}
.eachCustJourney:hover {
    transform: translateY(-2px);
    transition: transform .2s ease;
}
.eachCustJourney:hover .infoCustJourney {
    background: #8a38f5;
    color: #ffffff !important;
    transition-duration: 0.2s;
}
.txtCustJourney {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    width: 100%;
    gap: 8px;
    column-gap: 8px;
}
.infoCustJourney {
    background: #e9eaec;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    transition-duration: 0.2s;
}
.dashedLine {
    width: 8px;
    height: 64px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.dashedLineInner {}
.dashedLineInner::after {
    content: "\2192";
    color: #6c6c6c;
}
.eachCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    flex: 0 0 64px;
}
/* Customer journey end */
.elementor-tab-content p:last-child {
    margin-bottom: 0;
}
.multipleLogos .elementor-widget-container:hover {
    transform: scale(1.05);
    transition: transform 0.4s;
}
.multipleLogos .elementor-widget-container img {
    width: auto;
    height: 48px;
}
.noShadowEffect .hoverIcons, .enlargeEffect .hoverIcons, .shadowEffect .hoverIcons {
    text-decoration: none !important;
}
.noShadowEffect .hoverIcons {
    background: #fff;
    border-radius: 20px;
    padding: 24px 14px;
    box-shadow: 0 12px 20px rgba(240, 238, 251);
}
.noShadowEffect .hoverIcons .elementor-widget-container img {
    width: auto;
    max-height: 96px;
}
.noShadowEffect .hoverIcons:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
.enlargeEffect .hoverIcons {
    background: #fff;
    border-radius: 20px;
    padding: 24px 16px;
}
.enlargeEffect .hoverIcons:hover {
    transform: scale(1.05);
    transition: transform 0.4s;
}
.shadowEffect .hoverIcons {
    background: #fff;
    border-radius: 20px;
    padding: 24px 16px;
}
.shadowEffect .hoverIcons:hover {
    box-shadow: 0 16px 36px rgba(240, 238, 251, 0.8);
    transition: transform 0.4s;
}
.whiteBoxShadow .hoverIcons {
    background: #fff;
    border-radius: 20px;
    padding: 24px 16px;
}
.whiteBoxShadow .hoverIcons:hover {
    box-shadow: 0px 40px 60px 0px #F0EEFB;
    transition: transform 0.4s;
}
.hoverIcons h4, .hoverIcons h5 {
    margin: 0;
}
/*----- Shailesh CSS -----*/
.imgPlatform {
    flex: 0 0 64px !important;
    max-width: 64px;
}
.imgPlatform img {
    display: block;
}
.ytVideoBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(24vw + 48px);
    border-radius: 20px;
}
.ytVideoBox .responsiveIframe body {
    background: none !important;
}
.responsiveIframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.section-TandC-PrivacyPolicy ol {
    padding-left: 25px;
    margin: 0px;
}
.section-TandC-PrivacyPolicy li {
    word-wrap: break-word;
    font-size: 18px;
}
.section-TandC-PrivacyPolicy p {
    word-wrap: break-word;
    margin: 0 0 10px 0 !important;
    font-size: 18px;
}
.section-TandC-PrivacyPolicy p:last-child {
    margin-bottom: 20px;
}
.mega-menu-row>.mega-sub-menu {
    display: flex !important;
    column-gap: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    left: auto;
}
.mega-sub-menu .mega-menu-eachbox {
    padding: 16px !important;
}
.mega-sub-menu .eachContainer {
	text-align: center;
    margin-bottom: 12px;
}
.mega-sub-menu .mega-menu-bg-grey {
    padding: 24px !important;
	background: #f0f0f0 !important;
}
.mega-sub-menu .mega-menu-bg-grey .txtBlack{ 
	color: #000; 
	text-align: center;
    line-height: 1.4;
}
#mega-menu-wrap-primary #mega-menu-primary p.eachContainer {
    margin-bottom: 20px;
}
.mega-menu-eachbox .headingBox {
    color: #888;
    font-size: 16px;
    padding: 0 0 6px 0;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #e0e0e0;
}

.menu-link-box h4 {
    font-size: 16px;
}
.menu-link-box {
    padding: 10px 12px;
    cursor: pointer;
}
.menu-link-box:hover {
    background-color: #f7f7f7;
}
.arrowSmall {
    width: 100%;
    height: 24px;
    position: relative;
}
.arrowCenter {
    display: flex;
    justify-content: center;
}
.arrow::after {
    content: "\2192";
    color: #6c6c6c;
    font-size: 32px;
}
.arrow::before {
    top: 4px;
    transform: rotate(-45deg);
}
.arrowDnRight, .arrowDnLeft {
    display: flex;
    margin: 0 auto;
    max-width: 75%;
}
.arrowDnRight {
    justify-content: right;
}
.arrowDnLeft {
    justify-content: left;
}
.arrowDnRight .arrow, .arrowDnLeft .arrow {
    /* width: 28px; */
    transform: rotate(90deg);
    z-index: 9;
}
.arrLeft {
    transform: rotate(180deg);
}
.connectUs{
	display: flex; column-gap: 32px;
}
.faqs .eachRow {
    word-wrap: break-word;
    margin: 0 0 16px 0 !important;
}
.faqs .eachRow ul, .faqs .eachRow ol{
    margin-top: 0px !important;
	padding-left: 30px !important;
}
.faqs .eachRow ul li, .faqs .eachRow ol li, .indexNum li{
	margin: .2em 0 !important;
}
/* Table structure */
.tableOuter{
	overflow-x:auto;
}
.divTable {
    display: table;
    width: 100%;
	min-width: 750px;
    border-color: rgba(0, 0, 0, 0.16);
    border-style: solid;
    border-width: 0 1px 1px 0;
}
.divTableRow {
    display: table-row;
}
.divTableRow:nth-child(odd) {
	background: #ebeaf8;
}
.divTableCell, .divTableHead {
    border-color: rgba(0, 0, 0, 0.16);
    border-style: solid;
    border-width: 1px 0 0 1px;
    display: table-cell;
    min-width: 64px;
    padding: 8px 10px;
	vertical-align: middle;
	font-size: 14px;
}
.headingBold {
    font-weight: 600 !important;
	background: #dad8f0;
}
.divTableRow .widthOneThird {
	width: 34%;
}
.divTableRow .txtCenter {
	text-align: center;
}
.borderNone {
	border-top: none;
	border-bottom: none;
}
.borderNone:nth-child(even) {
	background: #ebeaf8;
}
.borderNone .divTableRow {
	background: none !important;
}
.borderBtmNone {
	border-bottom: none;
}
.borderNone:first-child {
	border-top: 1px solid rgb(0 0 0 / .16);
}
.borderNone:last-child {
	border-bottom: 1px solid rgb(0 0 0 / .16);
}
@media screen and (max-width: 949px) {
    .forDesktop {
        display: none;
    }
    .ytVideoBox {
        height: calc(48vw + 48px);
    }
    .customerJourney {
        flex-direction: column;
    }
    .eachCustJourney h4 {
        min-height: auto;
    }
    .infoCustJourney {
        font-size: 12px;
        margin: 0;
    }
    .eachCustJourney {
        max-width: 100%;
        flex-direction: row;
        width: 100%;
        gap: 16px;
        column-gap: 16px;
        align-items: center;
        margin: 6px 0;
    }
    .txtCustJourney {
        gap: 5px;
        column-gap: 5px;
        max-width: none;
    }
    .dashedLine {
        height: 36px;
        width: 64px;
    }
    .dashedLineInner::after {
        content: "\2193";
    }
}
@media screen and (max-width: 767px) {
    .multipleLogos .elementor-widget-container img {
        height: 40px;
    }
    .contentOrder1 {
        order: 1 !important;
    }
    .contentOrder2 {
        order: 2 !important;
    }
    .rotateArrRight {
        transform: rotate(90deg);
        width: 68px;
        height: auto;
        padding: 0 16px;
    }
    .rotateArrLeft {
        transform: rotate(-90deg);
        width: 68px;
        height: auto;
        padding: 0 16px;
    }
    .color-box.e-flex {
        padding: 32px;
        min-height: auto;
    }
	.less-lr-padding.e-flex {
        padding: 32px 16px;
    }
    .arrow {
        top: 0px;
        transform: rotate(90deg);
        margin: 0 auto;
    }
    .arrowDnRight, .arrowDnLeft {
        margin: 0 auto;
    }
	.connectUs{
		flex-direction: column;
	}
}