.hero-btn-cta,
.hero-btn-cta .bg-full-rose {
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    transition: .3s
}

@font-face {
    font-family: poppins;
    src: url('../fonts/poppins-bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: poppins;
    src: url('../fonts/poppins-semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: poppins;
    src: url('../fonts/poppins-medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: poppins;
    src: url('../fonts/poppins-regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: poppins;
    src: url('../fonts/poppins-light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap
}

html {
    scroll-behavior: smooth
}

body,
html {
    font-family: poppins;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    height: auto !important
}

img {
    max-width: 100%;
    height: auto
}

.logo-header {
    max-width: 120px;
    width: 100%;
    min-width: 100px
}

.fbold {
    font-weight: 600
}

.darkHeader .dark-logo,
.dropdown-toggle::after,
.footer-social-new ul li a:hover .none-hovered-icon,
.integration-img-wrap .mob-img-svg,
.thank-next .step-col:last-child .step-wrap::before {
    display: none
}

.darkHeader .light-logo,
.full-width,
.hero-section h1 span,
.map-area .ping-1:hover .address-box,
.map-area .ping-2:hover .address-box,
.map-area .ping:hover .address-box {
    display: block
}

.hero-section {
    margin-top: 56px;
    background-color: #4882fa;
    min-height: 600px
}

.hero-outer {
    background-image: url('../img/hero-bg-solution.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%
}

.hero-inner {
    background-color: rgba(58, 105, 203, .1)
}

.hero-section .container-lg,
.hero-section .row {
    min-height: 600px;
    text-align: center;
    color: #fff
}

.footer-social-new .contact-social-new ul li,
.hero-section h1 {
    margin-bottom: 10px
}

.hero-section p.hero-text-small {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px
}

.hero-section h1.hero-text-large {
    font-size: 2.5rem;
    font-weight: 600
}

.hero-btn-cta {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    border-radius: 25px;
    border: 2px solid #ed5529;
    overflow: hidden;
    width: 250px;
    padding: 0;
    z-index: 0
}

.hero-btn-cta:hover {
    color: #fff;
    border: 2px solid rgb(237 85 41);
    z-index: 0
}

.hero-btn-cta .bg-full-rose {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    border-radius: 25px;
    background-color: rgb(237 85 41);
    z-index: -1
}

.map-area .ping,
.map-area .ping-1,
.map-area .ping-2 {
    position: absolute;
    display: block;
    height: 45px
}

.cta-arrow svg {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    fill: #ffffff;
    left: 0
}

.cta-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    transform: translate(25px, 0);
    transition: .3s
}

.cta-text-wrap,
.map-area {
    width: 100%;
    display: inline-block
}

.cta-text-wrap {
    height: 100%;
    line-height: 46px;
    position: absolute;
    left: 0;
    transition: .3s;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.hero-btn-cta:hover .bg-full-rose {
    transform: translate(80%, 0)
}

.hero-btn-cta:hover .cta-arrow {
    transform: translate(-13px, 0)
}

.hero-btn-cta:hover .cta-text-wrap {
    width: calc(100% - 42px)
}

.sub-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.no-padding-section,
.sub-section.platform-int {
    padding-top: 0;
    padding-bottom: 0
}

.hero-text-wrapper .error-text {
    font-size: 150px !important;
    line-height: 140px !important;
    font-weight: 600
}

.sub-section-header {
    text-align: center;
    margin-bottom: 50px
}

.section-title h2,
.section-title h3 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #010028;
    display: inline-block;
    position: relative
}

.section-title h2:after,
.section-title h3:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: -15px;
    top: 0;
    background-color: rgba(72, 130, 250, .3)
}

@media only screen and (min-width:200px) {
    .logo-header {
        max-width: 100px
    }
    .hero-inner {
        padding-top: 50px
    }
    .section-title h2,
    .section-title h3 {
        font-size: 24px
    }
}

@media only screen and (max-width:432px) {
    .footer-social-new ul li:first-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:575px) {
    .section-title h2,
    .section-title h3 {
        font-size: 26px
    }
}

@media only screen and (min-width:768px) {
    .section-title h2,
    .section-title h3 {
        font-size: 28px
    }
}

.section-description p {
    margin-bottom: 0;
    font-size: 18px;
    color: #243f76;
    font-weight: 500
}

.section-bullets {
    list-style: none;
    padding-left: 0
}

.section-bullets li {
    margin-bottom: 20px;
    padding-left: 40px;
    background-image: url('../img/bullet-point.png');
    background-position: left 5px;
    background-repeat: no-repeat;
    line-height: 28px;
    font-size: 20px;
    color: #243f76;
    font-weight: 500
}

.section-bullets li p {
    color: #243f76;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px
}

.page-footer-cta {
    text-align: center;
    background-color: #4175e2
}

.address-box .address,
.hero-text-wrapper,
.page-footer-cta.col-2-cta {
    text-align: left
}

.col-2-cta .img-fluid {
    width: 367px
}

@media only screen and (max-width:767px) {
    .page-footer-cta.col-2-cta {
        text-align: center
    }
    .col-2-cta .img-fluid {
        margin-top: 20px
    }
    .a-keep h2{
        margin-top: 50px;
    }
    .pb-0{
        padding-bottom: 0px !important;
    }
}

.border {
    border: 1px solid
}

.page-footer-outer {
    background-image: url('../img/footer-cta-bg.png');
    background-position: -100px -150px;
    background-repeat: no-repeat;
    background-size: 90%
}

.feature-inner-wrap:after,
.features-wrapper {
    background-position: center;
    background-repeat: no-repeat
}

.page-footer-inner {
    background-color: rgba(0, 0, 0, .1);
    padding-top: 50px;
    padding-bottom: 50px
}

.gold-cta,
.gold-cta:hover,
.nav-link:before {
    background-color: #ed5529
}

.footer-cta-title {
    color: #fff;
    font-weight: 600;
    line-height: 42px
}

.footer-cta-desc {
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

.gold-cta {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    margin-top: 10px;
}

.gold-cta:hover {
    color: #fff;
    transition: .3s
}

.case-study-title h4 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #010028
}

.case-study-title a {
    text-decoration: none
}

.case-study-desc p {
    color: #243f76;
    font-weight: 500;
    font-size: 18px
}

.case-study-cta a {
    color: #4882fa;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none
}

.case-study-cta a img,
.dropdown-item.active,
.dropdown-item:active {
    transition: .3s
}

.case-study-cta a:hover img {
    transform: translate(5px, 0);
    transition: .3s
}

.caste-study-img {
    text-align: center
}

.footer {
    background-color: #010028;
    color: #fff
}

.map-area {
    margin-bottom: 10px
}

.map-area .title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 55px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .map-area .title {
        font-size: 25px;
        text-align: center;
        width: 100%
    }
    .footer-social-new ul li{
        margin-top: 14px;
    }
    .mtt-2{
        margin-top: 10px;
    }
}

.map-area .ping {
    width: 35px;
    top: 60px;
    left: 105px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-area .title {
        font-size: 35px
    }
    .map-area .ping {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        top: 40px;
        left: 85px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .map-area .ping {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        top: 45px;
        left: 105px
    }
    
}

.map-area .ping a img,
.map-area .ping-1 a img,
.map-area .ping-2 a img {
    height: auto;
    width: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-area .ping a img {
        height: 30px;
        width: 25px
    }
   
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .map-area .ping a img {
        height: 35px;
        width: 25px
    }
}

.map-area .ping-1 {
    width: 35px;
    bottom: 71px;
    left: 213px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-area .ping-1 {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        bottom: 25px;
        left: 130px
    }
    .map-area .ping-1 a img {
        height: 30px;
        width: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .map-area .ping-1 {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        bottom: 45px;
        left: 165px
    }
    .map-area .ping-1 a img {
        height: 35px;
        width: 25px
    }
}

.map-area .ping-2 {
    width: 35px;
    bottom: 149px;
    left: 440px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-area .ping-2 {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        bottom: 55px;
        left: 220px
    }
    .map-area .ping-2 a img {
        height: 30px;
        width: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .map-area .ping-2 {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        bottom: 80px;
        left: 265px
    }
    .map-area .ping-2 a img {
        height: 35px;
        width: 25px
    }
}

@media only screen and (min-width:451px) and (max-width:575px) {
    .map-area .ping {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        top: 45px;
        left: 95px
    }
    .map-area .ping a img,
    .map-area .ping-1 a img,
    .map-area .ping-2 a img {
        height: 25px;
        width: 20px
    }
    .map-area .ping-1 {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        bottom: 35px;
        left: 135px
    }
    .map-area .ping-2 {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        bottom: 60px;
        left: 215px
    }
}

@media only screen and (min-width:320px) and (max-width:450px) {
    .map-area .ping {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        top: 19px;
        left: 50px
    }
    .map-area .ping a img,
    .map-area .ping-1 a img,
    .map-area .ping-2 a img {
        height: 25px;
        width: 20px
    }
    .map-area .map-img .address-box.india-address {
        margin-left: -50px
    }
    .map-area .ping-1 {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        bottom: 12px;
        left: 85px
    }
    .map-area .ping-2 {
        position: absolute;
        display: block;
        width: 35px;
        height: 45px;
        bottom: 30px;
        left: 165px
    }
    .feature-title h4{
        font-size: 14px !important;
    }
    .feature-inner-wrap{
        padding: 13px !important;
    }
    .feature-desc p{
        font-size: 12px !important;
    }
    .feature-inner-wrap:after {
        right: 6px !important;
        top: 3px !important;
    }
    .feature-desc {
        width: 70% !important;
    }
}

@media only screen and (max-width:1024px) {
    .map-area .ping-2 {
        bottom: 130px;
        left: 370px
    }
    .map-area .ping-1 {
        bottom: 70px;
        left: 180px
    }
    .map-area .ping {
        top: 35px;
        left: 130px
    }
}

@media only screen and (max-width:991px) {
    .sub-section.platform-int {
        padding-top: 50px;
        padding-bottom: 0
    }
    .section-title h2:after,
    .section-title h3:after {
        content: none
    }
    .map-area .ping-2 {
        bottom: 70px;
        left: 272px
    }
    .map-area .ping-1 {
        bottom: 30px;
        left: 130px
    }
    .map-area .ping {
        top: 40px;
        left: 100px
    }
    .social-icon {
        text-align: center;
        margin-bottom: 20px
    }
    
}

@media only screen and (max-width:575px) {
    .map-area .ping-2 {
        bottom: 85px;
        left: 310px
    }
    .map-area .ping-1 {
        bottom: 41px;
        left: 150px
    }
    .map-area .ping {
        top: 50px;
        left: 120px
    }
    .hero-text-wrapper .error-text {
        font-size: 100px !important;
        line-height: 100px !important
    }
}

.map-area .map-img .address-box {
    padding: 10px;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    min-width: 200px;
    display: none;
    z-index: 2;
    position: relative
}

.address-box .address p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px
}

.address-box .address img {
    height: 30px;
    width: 40px;
    margin-bottom: 10px
}

.footer-main {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding: 40px 0 30px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .res-accordian-menu {
        display: none
    }
    .full-menu {
        display: block
    }
}

@media only screen and (min-width:992px) and (max-width:3500px) {
    .res-accordian-menu {
        display: none
    }
}

@media only screen and (max-width:630px) {
    .map-area .map-img .address-box {
        margin-left: -70px
    }
    .small-header .hero-section .container-lg,
    .small-header .hero-section .row,
    .small-header .hero-section.error-section {
        min-height: 400px !important
    }
}

@media only screen and (min-width:318px) and (max-width:991px) {
    .accordion__item {
        margin: 0 auto 20px
    }
    .accordion__item .accordion__title {
        position: relative;
        display: block;
        padding: 9px 5px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border-radius: 2px;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
        cursor: pointer;
        font-weight: 700
    }
    .accordion__item .accordion__title:hover {
        transition: .5s ease-out
    }
    .accordion__item .accordion-active,
    .accordion__item .accordion-active:hover {
        border-bottom: 1px solid #fff
    }
    .accordion__item .accordion__title .accordion__arrow {
        position: absolute;
        top: 10px;
        right: 0;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        text-align: center;
        color: #4882fa;
        line-height: 26px;
        margin-right: 5px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out
    }
    .accordion__item .accordion__rotate {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg)
    }
    .accordion__item .accordion__content {
        padding: 0 10px 0 15px !important;
        margin-bottom: 2px;
        font-size: 14px;
        display: none
    }
    .accordion__item .accordion__arrow-item {
        font-weight: 700
    }
    .accordion__item .accordion__content ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }
    .accordion__item .accordion__content ul li {
        margin: 0;
        padding-bottom: 0 !important
    }
    .accordion__item .accordion__content ul li:first-child {
        border-top: none
    }
    .accordion__item .accordion__content ul li a {
        text-decoration: none;
        padding: 10px 0;
        color: #243f76;
        font-size: 15px;
        display: block
    }
    .accordion__item .accordion__title .accordion__title-text {
        margin-top: 0;
        padding-bottom: 0;
        font-size: 20px
    }
    .footer-inner .title:after {
        display: none
    }
    .footer-inner .title {
        font-size: 20px
    }
}

.footer-inner .title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative
}

.footer-inner .title:after {
    content: '';
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #4882fa;
    position: absolute
}

.footer-inner .menu {
    padding-top: 20px
}

.footer-bottom .footer-inner .menu ul,
.footer-inner .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-inner .menu ul li {
    padding: 0 0 15px
}

.footer-inner .menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .map-area .title {
        font-size: 35px
    }
    .footer-inner .title {
        font-size: 20px
    }
    .footer-inner .menu {
        padding-top: 10px
    }
    .footer-inner .menu ul li a {
        font-size: 13px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-inner .menu ul li a {
        font-size: 15px
    }
}

.footer-inner .phone-email-box,
.footer-inner .social-icon {
    margin-top: 40px
}

.footer-inner .social-icon ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.footer-inner .social-icon ul li {
    display: inline-block;
    margin: 0 26px
}

.footer-inner .social-icon ul li svg {
    width: 35px;
    fill: #ffffff
}

.footer-inner .social-icon ul li:first-child {
    margin-left: 0
}

.footer-inner .social-icon ul li:last-child,
.footer-social-new .social-icon ul li a svg {
    margin-right: 0
}

.footer-inner .phone-email-box .box-area {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    color: #000
}

.phone-email-box .box-area .float-left,
.phone-email-box .box-area .float-right {
    width: 50%;
    padding: 10px;
    text-align: center
}

.phone-email-box .box-area .float-left .head,
.phone-email-box .box-area .float-right .head {
    color: #010028;
    font-size: 18px;
    font-weight: 700
}

.phone-email-box .box-area .float-left .desc,
.phone-email-box .box-area .float-right .desc {
    margin-bottom: 0
}

.phone-email-box .box-area .float-left .desc a {
    color: #171e48;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-decoration: none
}

.phone-email-box .box-area .float-right .desc a {
    text-decoration: none;
    color: #171e48;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.bottom-sec {
    margin-top: 20px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer-inner .menu {
        padding-top: 10px
    }
    .bottom-sec {
        text-align: center;
        margin-top: 10px
    }
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding: 20px 0
}

.footer-bottom .footer-inner .logo a {
    text-decoration: none;
    display: inline-block
}

.footer-bottom .footer-inner .logo span {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.footer-bottom .footer-inner .menu {
    padding-top: 12px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-inner .menu ul li a {
        font-size: 15px
    }
    .bottom-sec {
        text-align: center;
        margin-top: 10px
    }
    .footer-bottom .footer-inner .logo,
    .footer-bottom .footer-inner .menu {
        text-align: center
    }
}

.footer-bottom .footer-inner .menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff
}

.footer-bottom .footer-inner .menu ul li:last-child {
    border-right: 0px solid #fff
}

.footer-bottom .footer-inner .menu ul li a {
    padding: 0 5px;
    margin: 0 10px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-inner .phone-email-box .box-area {
        padding: 5px
    }
    .phone-email-box .box-area .float-left .head,
    .phone-email-box .box-area .float-right .head {
        font-size: 16px;
        margin-bottom: 12px
    }
    .phone-email-box .box-area .float-left .desc a,
    .phone-email-box .box-area .float-right .desc a {
        font-size: 14px
    }
    .bottom-sec {
        margin-top: 105px;
        text-align: center
    }
    .footer-bottom .footer-inner .logo span,
    .footer-bottom .footer-inner .menu ul li a {
        font-size: 13px
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    .footer-bottom .footer-inner .logo,
    .footer-bottom .footer-inner .menu {
        text-align: center
    }
    .footer-bottom .footer-inner .menu ul li a {
        font-size: 14px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .footer-inner .menu ul li a {
        font-size: 15px
    }
    .footer-inner .social-icon ul li {
        margin: 0 16px
    }
    .footer-inner .phone-email-box .box-area {
        padding: 5px
    }
    .phone-email-box .box-area .float-left .head,
    .phone-email-box .box-area .float-right .head {
        font-size: 15px;
        margin-bottom: 12px
    }
    .phone-email-box .box-area .float-left .desc a,
    .phone-email-box .box-area .float-right .desc a {
        font-size: 14px
    }
    .footer-bottom .footer-inner .logo,
    .footer-bottom .footer-inner .menu {
        text-align: center
    }
    .footer-bottom .footer-inner .menu ul li a {
        font-size: 12px
    }
}

.footer-bottom .footer-inner .menu ul li:last-child a {
    margin-right: 0;
    padding-right: 0
}

.footer-inner .logo img {
    max-width: 120px;
    width: 100%
}

@media only screen and (min-width:200px) {
    .hero-outer {
        background-size: cover
    }
    .hero-section p.hero-text-small {
        font-size: 16px;
        line-height: 30px
    }
    .hero-section p.hero-text-small br,
    .section-description p br {
        display: none
    }
    .hero-section h1.hero-text-large {
        font-size: 24px;
        line-height: 34px
    }
    .hero-section,
    .hero-section .container-lg,
    .hero-section .row {
        min-height: calc(100vh - 56px)
    }
    .case-study-desc p,
    .footer-cta-desc,
    .section-description p {
        font-size: 16px
    }
    .sub-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .section-bullets li {
        font-size: 18px
    }
    .list-group.solution-list-grp,
    .section-bullets {
        margin-top: 20px
    }
    .sub-section-header {
        margin-bottom: 25px
    }
    .case-study-title h4 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px
    }
    .footer-cta-title {
        font-size: 22px;
        line-height: 32px
    }
    .case-study-inner {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) {
    .hero-section h1.hero-text-large {
        font-size: 28px;
        line-height: 40px
    }
    .hero-section p.hero-text-small {
        font-size: 18px
    }
    .case-study-title h4 {
        margin-top: 0
    }
    .footer-cta-title {
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:991px) {
    .hero-inner {
        padding-top: 0
    }
    .section-title h2,
    .section-title h3 {
        font-size: 30px
    }
    .accordion__item .accordion__arrow {
        display: none
    }
    .footer-inner .menu {
        display: block !important;
    }
    .hero-section h1.hero-text-large {
        font-size: 32px
    }
    .hero-section p.hero-text-small {
        font-size: 20px;
        line-height: 36px
    }
    .hero-section p.hero-text-small br {
        display: block
    }
    .footer-cta-title {
        font-size: 26px;
        line-height: 36px
    }
}

@media only screen and (min-width:1200px) {
    .section-title h2,
    .section-title h3 {
        font-size: 32px
    }
    .hero-section h1.hero-text-large {
        font-size: 36px;
        line-height: 46px
    }
    .hero-section p.hero-text-small {
        font-size: 22px
    }
}

@media only screen and (min-width:1024px) {
    .hero-section,
    .hero-section .container-lg,
    .hero-section .row {
        min-height: 600px
    }
    .section-description p br {
        display: block
    }
}

@media only screen and (min-height:600px) {
    .hero-section,
    .hero-section .container-lg,
    .hero-section .row {
        min-height: 600px
    }
}

@media only screen and (min-width:1200px) {
    .hero-outer {
        background-size: 100%
    }
    .hero-section,
    .hero-section .container-lg,
    .hero-section .row {
        min-height: calc(100vh - 56px)
    }
    .case-study-desc p,
    .footer-cta-desc,
    .section-description p {
        font-size: 18px
    }
    .sub-section {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .section-bullets li {
        font-size: 20px
    }
    .sub-section-header {
        margin-bottom: 50px
    }
    .case-study-title h4 {
        font-size: 24px;
        line-height: 38px
    }
    .footer-cta-title {
        font-size: 1.75rem
    }
    .case-study-inner {
        margin-bottom: 30px
    }
}

.dropdown-item,
.nav-link {
    font-size: 14px;
    color: #243f76;
    letter-spacing: .5px;
    font-weight: 500
}

@media only screen and (min-width:1450px) {
    .hero-section,
    .hero-section .container-lg,
    .hero-section .row {
        min-height: 600px
    }
}

.nav-link {
    position: relative;
    padding: 17.5px 1rem
}

.nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0%;
    height: 3px;
    left: 15px;
    opacity: 0;
    transition: .3s
}

.darkHeader.navbar,
.navbar {
    background-color: #010028;
    transition: .3s
}

.btn-dual-cta:hover,
.btn-green:hover,
.contact-support:hover,
.cookieConsentContainer .cookieTitle a:hover,
.navbar-light .navbar-nav .nav-link,
.send-contact:hover {
    color: #fff
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px
}

.mega-menu-title a.active,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ed5529
}

.navbar-light .navbar-nav .active>.nav-link:before,
.navbar-light .navbar-nav .nav-link.active:before,
.navbar-light .navbar-nav .nav-link.show:before,
.navbar-light .navbar-nav .show>.nav-link:before {
    width: calc(100% - 30px);
    opacity: 1
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, .3)
}

@media only screen and (min-width:200px) {
    .navbar {
        padding: 10px
    }
}

@media only screen and (min-width:992px) {
    .navbar {
        padding: 0 1rem
    }
    .darkHeader.navbar {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }
}

.dropdown-menu {
    display: block;
    min-width: 16rem;
    margin-top: 0;
    padding: 0 10px;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    transform: translate(0, -200%);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .3);
    transition: .3s
}

.navbar-nav li:nth-child(2) .dropdown-menu,
.solution-dropdown {
    min-width: 18rem
}

.nav-item.dropdown.open .dropdown-menu {
    transform: translate(0, 0)
}

.dropdown-item {
    padding: 10px 0;
    transition: .3s;
    border-bottom: 1px solid rgba(36, 63, 118, .2)
}

.dropdown-item img,
.dropdown-item svg {
    margin-right: 3px;
    max-width: 18px
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
    color: #ed5529
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0
}

.navbar-expand-lg .navbar-nav.navbar-right-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    transition: .3s
}

.navbar-expand-lg .navbar-nav.navbar-right-nav .nav-link:hover {
    background-color: #ed5529;
    color: #fff
}

.dropdown-item.active:hover,
.dropdown-item:active:hover {
    color: rgba(255, 255, 255, .5)
}

.last-section,
.what-is-section {
    background-color: rgba(72, 130, 250, .05)
}

.hero-cta-wrap {
    text-align: left;
    margin-top: 30px
}

.platform-hero .hero-outer {
    background-image: url('../img/hero-bg-light.png')
}

.platform-hero.hero-section h1 {
    margin-bottom: 10px;
    transition: .3s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6)
}

.platform-hero .hero-desc {
    font-size: 22px;
    font-weight: 500;
    transition: .3s
}

.hero-animation .person {
    position: absolute;
    left: 44%;
    width: 12%;
    top: 0;
    z-index: 100;
    animation: 2s person
}

@keyframes person {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.hero-animation .dashline {
    position: absolute;
    top: 14.9%;
    left: 50%;
    height: 23px;
    transform-origin: 50% 0%;
    animation: 1s dashline-top
}

@keyframes dashline-top {
    from {
        top: 14.9%
    }
    to {
        top: 20.9%
    }
}

.hero-animation .automation {
    position: absolute;
    top: 21%;
    left: 38%;
    width: 24%;
    animation: 5s automation
}

@keyframes automation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.hero-animation .omni-text {
    position: absolute;
    top: 7%;
    left: 10%
}

.hero-animation .omni-arrow {
    position: absolute;
    top: 19%;
    left: 22%
}

.hero-animation .center-line {
    position: absolute;
    top: 50%;
    left: 19%;
    width: 62%
}

.hero-animation .dot-round-left {
    position: absolute;
    top: 57%;
    left: 17%
}

.hero-animation .dot-round-right {
    position: absolute;
    top: 58%;
    right: 18%
}

.hero-animation .dashline-center {
    position: absolute;
    top: 50%;
    left: 46%;
    height: 95px
}

.hero-animation .send-announcement {
    position: absolute;
    bottom: 27%;
    left: -2%;
    width: 45%
}

.hero-animation .send-rvm {
    position: absolute;
    bottom: 27%;
    right: -1%;
    width: 43%
}

.hero-animation .dot-round-center {
    position: absolute;
    bottom: 25%;
    left: 48.5%
}

.hero-animation .send-sms {
    position: absolute;
    bottom: 14%;
    width: 34%;
    left: 33%
}

.hero-animation .close-leads {
    position: absolute;
    bottom: -3%;
    left: 34%;
    width: 32%
}

.hero-animation .bottom-dashline {
    position: absolute;
    bottom: 10%;
    left: 48%
}

.platform-hero .hero-video-wrap picture {
    animation: 5s flowup;
    display: block
}

@keyframes flowup {
    from {
        height: 0%
    }
    to {
        height: 100%
    }
}

.features-wrapper {
    position: relative;
    background-image: url('../img/sub-section-bg-shape.png');
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 50px
}

.features-wrapper-inner {
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature-single {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    transition: .5s;
}

.features-wrapper .feature-single.feature-single-one,
.features-wrapper .features-wrapper-inner:first-child .feature-single:first-child,
.features-wrapper .features-wrapper-inner:nth-child(2) .feature-single:first-child {
    margin-top: -100px
}

.features-wrapper .feature-single.feature-single-four,
.features-wrapper .features-wrapper-inner:first-child .feature-single:nth-child(2),
.features-wrapper .features-wrapper-inner:nth-child(2) .feature-single:nth-child(2),
.sitemap-item-content {
    margin-top: 30px
}

.features-wrapper .feature-single.feature-single-three {
    margin-top: -70px
}

.feature-inner-wrap {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d5e4ff;
    box-shadow: 0 0 4px #00000029;
    padding: 20px;
    overflow: hidden;
    z-index: 2
}

.feature-inner-wrap:after {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url('../img/features/features-splites.png');
    background-size: cover;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: -1;
    opacity: .5;
}

.feature-single-one .feature-inner-wrap:after {
    background-position: center 0
}

.feature-single-two .feature-inner-wrap:after {
    background-position: center -90px
}

.feature-single-three .feature-inner-wrap:after {
    background-position: center -180px
}

.feature-single-four .feature-inner-wrap:after {
    background-position: center -270px
}

.feature-single-five .feature-inner-wrap:after {
    background-position: center -360px
}

.feature-single-six .feature-inner-wrap:after {
    background-position: center -450px
}

.feature-single-seven .feature-inner-wrap:after {
    background-position: center -540px
}

.feature-single-eight .feature-inner-wrap:after {
    background-position: center -630px
}

.feature-single-nine .feature-inner-wrap:after {
    background-position: center -720px
}

.feature-single-ten .feature-inner-wrap:after {
    background-position: center -810px
}

.feature-single-eleven .feature-inner-wrap:after {
    background-position: center -900px
}

.feature-single-twelve .feature-inner-wrap:after {
    background-position: center -990px
}

.feature-single-thirteen .feature-inner-wrap:after {
    background-position: center -1080px
}

.feature-single-fourteen .feature-inner-wrap:after {
    background-position: center -1170px
}

.feature-single-fifteen .feature-inner-wrap:after {
    background-position: center -1260px
}

.feature-single-sixteen .feature-inner-wrap:after {
    background-position: center -1350px
}

.feature-title h4 {
    font: 600 18px/27px Poppins;
    margin-bottom: 0;
    color: #010028;
    font-size: 16px;
}

.feature-title {
    margin-bottom: 20px
}

.feature-desc {
    min-height: 75px
}

.feature-desc p {
    margin-bottom: 0;
    color: #243f76;
    font-weight: 500;
    font-size: 14px
}

.sub-section-title h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #010028;
    letter-spacing: .9px;
    margin-bottom: 0
}

.int-title,
.inte-desc,
.sub-section-title {
    margin-bottom: 30px
}

@media only screen and (min-width:200px) {
    .hero-cta-wrap,
    .hero-text-wrapper {
        text-align: center
    }
    .hero-btn-cta {
        margin: 0 auto;
        font-size: 18px;
        width: 200px
    }
    .sub-section-title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .sub-section-desc p {
        font-size: 16px
    }
    .hero-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width:575px) {
    .sub-section-title h2 {
        font-size: 26px
    }
    .hero-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width:768px) {
    .dropdown-wrap {
        position: absolute;
        clip: rect(0, 9999px, 9999px, -9999px);
        top: 100%
    }
    .sub-section-title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1200px) {
    .feature-title {
        min-height: 55px
    }
    .feature-desc {
        min-height: 100px
    }
}

.sub-section-desc p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #243f76;
    letter-spacing: .5px;
    line-height: 28px
}

.sub-section-desc {
    max-width: 80%
}

.ghost-white-btn {
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    margin-top: 10px;
}

.ghost-white-btn:hover {
    background-color: #fff;
    color: #d8595e
}

@media only screen and (min-width:200px) {
    .platform-hero.hero-section h1 {
        font-size: 24px;
        line-height: 36px
    }
    .platform-hero .hero-desc {
        font-size: 16px
    }
    .sub-section-title {
        margin-bottom: 20px
    }
    .sub-section-desc {
        max-width: 100%
    }
    .sub-section-desc p {
        line-height: 32px
    }
    .features-wrapper {
        padding-top: 0
    }
    .feature-single {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .features-wrapper .feature-single.feature-single-four,
    .features-wrapper .feature-single.feature-single-one,
    .features-wrapper .feature-single.feature-single-three,
    .features-wrapper .feature-single.feature-single-two,
    .features-wrapper .features-wrapper-inner:first-child .feature-single:first-child,
    .features-wrapper .features-wrapper-inner:nth-child(2) .feature-single:first-child {
        margin-top: 30px
    }
    .feature-single:hover {
        transform: translate(0, -10px);
        cursor: pointer
    }
}

@media only screen and (min-width:768px) {
    .platform-hero .hero-desc,
    .sub-section-desc p {
        font-size: 18px
    }
    .platform-hero.hero-section h1 {
        font-size: 28px
    }
    .hero-section h1 span {
        display: inline-block
    }
    .feature-single {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-width:991px) {
    /* .darkHeader.navbar-light .navbar-nav .nav-link {
        color: #fff
    } */
    .darkHeader.navbar-expand-lg .navbar-nav.navbar-right-nav .nav-link {
        border: 1px solid #fff;
        color: #fff
    }
    .hero-cta-wrap,
    .hero-text-wrapper {
        text-align: left
    }
    .hero-btn-cta {
        width: 250px;
        font-size: 22px
    }
    .sub-section-title h2 {
        font-size: 30px
    }
    .hero-section h1 span {
        display: block
    }
    .platform-hero.hero-section h1 {
        font-size: 32px;
        line-height: 44px
    }
    .platform-hero .hero-desc {
        font-size: 20px;
        line-height: 34px
    }
    .platform-hero .hero-desc br {
        display: none
    }
    .features-wrapper .feature-single.feature-single-one {
        margin-top: -50px
    }
    .features-wrapper .feature-single.feature-single-three {
        margin-top: -35px
    }
}

@media only screen and (min-width:1200px) {
    .platform-hero.hero-section h1 {
        font-size: 36px;
        line-height: 48px
    }
    .platform-hero .hero-desc {
        font-size: 22px;
        line-height: 40px
    }
    .features-wrapper .feature-single.feature-single-one {
        margin-top: -100px
    }
    .features-wrapper .feature-single.feature-single-three {
        margin-top: -90px
    }
    .features-wrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .platform-hero .hero-desc br {
        display: block
    }
}

@media only screen and (min-width:1400px) {
    .hero-section h1.hero-text-large {
        font-size: 2.2rem;
        line-height: 56px
    }
    .platform-hero.hero-section h1 {
        font-size: 40px;
        line-height: 50px
    }
}

.integration-img-wrap {
    -ms-grid-row-align: center;
    align-self: center;
    backface-visibility: hidden;
    transition: .3s
}

.integration-img-wrap img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 4.08163%;
    flex-shrink: 0;
    display: block
}

.integration-img-inner {
    height: 0;
    padding-top: 600px;
    overflow: hidden;
    position: relative
}

.integration-img-inner-mob {
    padding-top: 0;
    margin-top: 50px;
    height: auto
}

.int-title h3,
.int-title h4 {
    font-size: 30px;
    color: #010028;
    font-weight: 600
}

.inte-desc p {
    color: #243f76;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px
}

.btn-green {
    background-color: #4882fa;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.integration-img-wrap-mob {
    display: flex;
    position: relative
}

@media only screen and (max-width:500px) {
    .integration-img-wrap .tab-img-svg {
        display: none
    }
    .integration-img-wrap .mob-img-svg {
        display: block
    }
}

.page-dual-cta,
.thanks-section .hero-text-wrapper {
    padding-bottom: 50px
}

.animatefadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes smallSlide {
    0% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes smallSlide {
    0% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.small-header .hero-section,
.small-header .hero-section .container-lg,
.small-header .hero-section .row {
    min-height: 400px
}

.dual-cta-title h4 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #010028
}

@media only screen and (min-width:200px) {
    .dual-cta-title h4 {
        font-size: 22px
    }
}

@media only screen and (min-width:575px) {
    .dual-cta-title h4 {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) {
    .dual-cta-title h4 {
        font-size: 24px
    }
    .footer-social-new .contact-social-new ul li {
        margin-bottom: 0
    }
}

@media only screen and (min-width:991px) {
    .dual-cta-title h4 {
        font-size: 26px
    }
}

.page-dual-cta {
    padding-top: 50px;
    position: relative
}

.contact-left-sec,
.contact-right-sec {
    padding: 50px 30px
}

.page-dual-cta:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #dedede
}

@media only screen and (max-width:880px) {
    .dual-cta-inner {
        height: 100%
    }
    .dual-cta-title {
        min-height: 130px
    }
}

.btn-dual-cta {
    background-color: #4882fa;
    color: #fff;
    font-weight: 500
}

.contact-support,
.send-contact {
    background-color: #4882fa;
    color: #fff
}

.social-touch ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.social-touch ul li {
    display: inline-block;
    margin-right: 20px
}

.contact-left-sec {
    background-color: #eff4fd;
    height: 100%
}

.contact-email-wrap,
.contact-other .contact-customer {
    margin-bottom: 50px
}

.contact-email-wrap p span {
    display: inline-block;
    margin-right: 20px;
    color: #010028;
    font-weight: 600;
    font-size: 18px
}

.contact-email-wrap a {
    text-decoration: none;
    font-size: 18px
}

.contact-side-title h2,
.contact-side-title h4 {
    position: relative;
    font-size: 30px;
    margin-bottom: 30px
}

.contact-side-title h2:after,
.contact-side-title h4:after {
    content: "";
    width: 20%;
    height: 4px;
    background-color: #4882fa;
    position: absolute;
    bottom: -10px;
    left: 0
}

.contact-customer p {
    font-size: 18px;
    color: #010028;
    font-weight: 500
}

.social-touch h4 {
    font-size: 18px;
    font-weight: 600;
    color: #010028;
    margin-bottom: 20px
}

.footer-social-new ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-social-new ul li svg {
    width: 30px;
    height: 30px;
    fill: #ffffff
}

.contact-social-new ul li svg {
    width: 25px
}

.footer-social-new ul li {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.footer-social-new ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block
}

.footer-social-new ul li a svg {
    margin-right: 5px
}

.footer-social-new ul li a .hovered-icon,
.footer-social-new ul li a:hover .hovered-icon {
    display: inline-block
}

.footer-social-new {
    padding-top: 10px;
    padding-bottom: 10px
}

.footer-social-new .contact-social-new {
    text-align: right
}

.play-icon {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2
}

.platform-header .hero-video-wrap img:first-child {
    opacity: .9
}

.lock-scroll {
    overflow: hidden
}

@media only screen and (max-width:346px) {
    .ghost-white-btn,
    .gold-cta {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
    .ghost-white-btn {
        margin-top: 10px !important
    }
}

.sitemap,
.sitemap-item {
    margin-top: 50px
}

.calendly-overlay {
    background-color: rgba(31, 31, 31, .8) !important
}

.sitemap {
    margin-bottom: 100px
}

.sitemap-item-title h2,
.sitemap-item-title h3 {
    font-size: 24px;
    color: #010028;
    position: relative;
    width: fit-content
}

.sitemap-item-title h2:after,
.sitemap-item-title h3:after {
    content: '';
    border-bottom: 2px solid #4882fa;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40px
}

.sitemap-item-content ul {
    margin: 0;
    padding: 0 0 0 20px
}

.sitemap-item-content ul li {
    color: #243f76;
    font-size: 16px;
    margin-bottom: 10px
}

.sitemap-item-content ul li a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    position: relative;
    transition: .5s
}

.sitemap-item-content ul li a:hover {
    color: #4882fa
}

.sitemap-item-content ul li a img {
    width: 16px;
    transition: .3s;
    opacity: 0
}

.sitemap-item-content ul li a:hover img {
    transform: translate(5px, 0);
    transition: .3s;
    opacity: 1
}

.shifle-record {
    display: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center
}

.navbar-toggler {
    outline: 0 !important
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px;
    background: #010028;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
    border: 2px solid
}

.alert,
.flowup-chart-canvas ul.sub-flow,
.flowup-chart-canvas ul.sub-flow>li,
.flowup-chart-canvas>ul,
.flwp-item,
.last-child-ul,
.last-child-ul li,
.menu-link,
.navbar-light .navbar-brand,
.step-col,
.sub-flow-btn,
.sub-flow>li,
.thank-next .step-wrap,
.usecase-title {
    position: relative
}

.cookieConsentContainer .cookieTitle {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    font-weight: 500
}

.cookieConsentContainer .cookieDesc a {
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #ed5529;
    box-sizing: border-box;
    padding: 10px 24px;
    text-align: center;
    transition: background .3s;
    border-radius: 4px
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    color: #fff
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}

.hero-section h1 .hero-text-highlight {
    display: inline-block;
    font-weight: 800;
    position: relative;
    z-index: 1
}

.hero-text-highlight::after {
    content: '';
    background-color: #ff3f45;
    left: 0;
    right: 0;
    position: absolute;
    height: 6px;
    bottom: 2px;
    z-index: -1
}

.sub-flow-btn:after,
.sub-flow-btn:before {
    height: 100%;
    left: 0;
    content: '';
    width: 100%
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.flowup-chart-canvas ul li.main-li,
.sub-flow-btn {
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.flowup-chart-canvas ul {
    list-style: none
}

.flowup-chart-canvas ul li.main-li {
    background-color: #eff4fd;
    font-size: 24px
}

.flowup-chart-canvas ul.sub-flow {
    padding-left: 200px
}

.flowup-chart-canvas ul.sub-flow>li:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    border-top: 1px dashed #243f76;
    top: 23px;
    left: -50px;
    transform: translate(0, -50%)
}

.sub-flow-btn {
    background-color: #fff;
    text-align: center;
    min-width: 140px;
    z-index: 2
}

.sub-flow-btn:before {
    position: absolute;
    border: 1px solid #d5e4ff;
    background-color: #eff4fd;
    top: -5px;
    border-radius: 10px;
    z-index: -2
}

.sub-flow-btn:after {
    position: absolute;
    border: 1px solid #d5e4ff;
    background-color: #fff;
    top: 0;
    border-radius: 10px;
    z-index: -1
}

.last-child-ul {
    padding-left: 200px;
    margin-bottom: 30px;
    margin-top: -45px
}

.last-child-ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px
}

.last-child-ul li:after {
    content: '';
    width: 35px;
    height: 2px;
    position: absolute;
    left: -15px;
    top: 45%;
    transform: translate(-50%, 0);
    border-top: 1px dashed #243f76
}

.last-child-ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    left: 0;
    top: 45%;
    transform: translate(0, -45%);
    background-color: #243f76
}

.flowup-chart-canvas>ul:after,
.last-child-ul:after {
    position: absolute;
    top: 20px;
    width: 25px;
    border-top: 1px dashed #243f76;
    border-right: 1px dashed #243f76;
    content: ''
}

.last-child-ul:after {
    left: 140px;
    height: calc(100% - 43px)
}

.flowup-chart-canvas>ul:after {
    left: 165px;
    height: calc(100% - 130px)
}

.flowup-chart-canvas {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:700px) {
    .last-child-ul {
        margin-top: 10px;
        padding-left: 57px
    }
    .last-child-ul:after {
        left: 0;
        border-top: 0;
        top: -10px;
        height: calc(100% - 13px)
    }
    .flowup-chart-canvas>ul:after {
        height: calc(100% - 183px)
    }
}

@media only screen and (max-width:560px) {
    .flowup-chart-canvas ul li.main-li {
        padding: 9px 18px;
        font-size: 22px
    }
    .flowup-chart-canvas>ul:after {
        top: 50px;
        left: 70px;
        border-top: 0;
        height: calc(100% - 213px)
    }
    .flowup-chart-canvas ul.sub-flow {
        padding-left: 95px
    }
    .flowup-chart-canvas ul.sub-flow:first-child {
        margin-top: 35px
    }
    .sub-flow-btn {
        min-width: 120px
    }
    .flowup-chart-canvas ul.sub-flow>li:after {
        width: 40px;
        left: -40px
    }
}

@media only screen and (max-width:480px) {
    .flowup-chart-canvas>ul {
        padding-left: 10px
    }
    .flowup-chart-canvas>ul:after {
        left: 40px
    }
}

@media only screen and (max-width:430px) {
    .flowup-chart-canvas ul li.main-li {
        font-size: 20px;
        padding: 8px 18px
    }
    .flowup-chart-canvas>ul:after {
        left: 35px;
        top: 45px;
        height: calc(100% - 175px)
    }
    .flowup-chart-canvas ul.sub-flow>li:after {
        left: -38px
    }
    .sub-flow-btn {
        min-width: 100px;
        padding: 8px 18px
    }
    .flowup-chart-canvas ul.sub-flow {
        padding-left: 89px
    }
    .last-child-ul li a {
        font-size: 14px
    }
    .last-child-ul:after {
        height: calc(100% - 9px)
    }
    .flowup-chart-canvas ul.sub-flow:first-child {
        margin-top: 25px
    }
    .last-child-ul li {
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 12px
    }
}

@media only screen and (max-width:390px) {
    .flowup-chart-canvas ul li.main-li {
        font-size: 18px;
        padding: 7px 16px
    }
    .flowup-chart-canvas>ul {
        padding-left: 0
    }
    .flowup-chart-canvas>ul:after {
        left: 20px;
        top: 40px;
        height: calc(100% - 166px)
    }
    .flowup-chart-canvas ul.sub-flow:first-child {
        margin-top: 20px
    }
    .flowup-chart-canvas ul.sub-flow {
        padding-left: 75px
    }
    .flowup-chart-canvas ul.sub-flow>li:after {
        width: 30px;
        left: -30px
    }
    .sub-flow-btn {
        font-size: 15px;
        min-width: 90px;
        padding: 7px 16px
    }
    .last-child-ul li:after {
        width: 30px
    }
}

@media only screen and (max-width:365px) {
    .flowup-chart-canvas ul li:nth-child(3) ul li .last-child-ul:after {
        height: calc(100% - 21px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animate__animated.animate__delay-1-5s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animate__animated.animate__delay-2-3s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.custom-menu {
    align-items: center
}

.menu-link {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 17.5px 1rem;
    letter-spacing: .5px;
    display: block;
    white-space: nowrap;
    text-decoration: none
}

.mega-menu-title a:hover,
.menu-link:hover {
    color: #ed5529;
    text-decoration: none
}

.usecase-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 15px
}

.usecase-item {
    border-radius: 5px;
    box-shadow: 0 0 10px #00000027;
    margin-bottom: 20px;
    text-align: center
}

.usecase-title {
    color: #243f76;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0
}

.usecase-item p {
    color: #243f76;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left
}

.flwp-item {
    margin: 50px auto 0;
    box-shadow: 0 3px 6px #00000029;
    background-color: #fff;
    padding: 35px 20px 25px;
    text-align: center;
    max-width: 250px;
    border-radius: 10px
}

.flwp-item-img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100%;
    background-color: #f0f4fd;
    padding: 5px;
    border: 1px solid rgba(72, 130, 250, .3);
    display: flex;
    align-items: center;
    justify-content: center
}

.mega-menu-item,
.mega-menu-sec-title {
    border-bottom: 1px solid rgba(36, 63, 118, .1)
}

.flwp-item-img img {
    max-width: 40px
}

.flwp-item p {
    margin-top: 10px;
    font-size: 16px;
    color: #243f76;
    font-weight: 400;
    margin-bottom: 0
}

.flwp-item h4 {
    font-size: 18px;
    margin-bottom: 0
}

@media only screen and (max-width:600px) {
    .usecase-item {
        margin-left: 0;
        margin-right: 0
    }
}

.one-padding {
    padding-bottom: 70px
}

.usecare-item-inner {
    display: flex;
    box-shadow: 0 0 10px #00000027;
    background-color: #fff;
    padding: 20px;
    align-items: start;
    border-radius: 10px;
    position: relative;
    height: 100%
}

.usecase-item {
    max-width: 100%;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0 15px
}

.usecase-icon-inner {
    width: 70px;
    height: 70px;
    border-radius: 90px;
    background-color: #4882fa;
    display: flex;
    align-items: center;
    justify-content: center
}

.usecase-icon-inner img {
    width: 50px;
    max-width: 40px
}

.usecase-title {
    text-align: left;
    margin-bottom: 20px
}

.usecase-icon-wrap {
    margin-right: 20px
}

.usecase-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #4882fa;
    width: 24px;
    height: 5px;
    border-radius: 5px;
    bottom: -10px
}

.usecare-item-inner:after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #4882fa;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
    opacity: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.usecase-item:hover .usecare-item-inner:after {
    width: 100%;
    opacity: 1
}

@media only screen and (max-width:768px) {
    .map-area .ping-2 {
        bottom: 85px;
        left: 310px
    }
    .map-area .ping-1 {
        bottom: 41px;
        left: 150px
    }
    .map-area .ping {
        top: 50px;
        left: 120px
    }
    .page-dual-cta:after,
    .sitemap-item-content ul li a img {
        display: none
    }
    .career-office-detail h3 {
        text-align: center
    }
    .footer-bottom .footer-inner .logo span {
        display: block;
        margin-left: 0;
        margin-top: 10px
    }
    .dual-cta-title {
        min-height: auto
    }
    .dual-cta-inner {
        margin-bottom: 50px
    }
    .page-dual-cta .col-lg-6:last-child .dual-cta-inner {
        margin-bottom: 0
    }
    .usecase-item {
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:450px) {
    .map-area {
        display: none
    }
    .footer-main {
        border-top: none
    }
    .usecare-item-inner {
        display: block
    }
    .usecase-icon-wrap {
        margin-right: 0
    }
    .usecase-icon-inner {
        margin: 0 auto
    }
    .usecase-item p,
    .usecase-title {
        text-align: center
    }
    .usecase-title::after {
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.what-is-section .section-description p {
    margin-bottom: 20px;
    line-height: 28px
}

.what-is-section .section-sub-description {
    font-size: 16px;
    color: #243f76;
    font-weight: 500
}

@media only screen and (min-width:1200px) {
    .dual-cta-title h4 {
        font-size: 1.75rem
    }
    .what-is-section .section-sub-description {
        font-size: 14px
    }
}

.mega-dropdown {
    left: -100%
}

.mega-dropdown .dropdown-menu {
    width: 700px;
    display: flex;
    justify-content: space-around
}

.mega-dropdown .mega-menu-left-wrap,
.mega-dropdown .mega-menu-right-wrap {
    width: 100%;
    max-width: 100%
}

.mega-menu-sec-title {
    color: #010028;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 12px;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px
}

.mega-menu-item {
    display: flex;
    padding: 10px
}

.mega-menu-left-wrap .mega-menu-item:last-child,
.mega-menu-right-wrap .mega-menu-item:last-child {
    border-bottom: 0
}

.mega-menu-item .mega-menu-icon img {
    max-width: 24px;
    max-height: 24px;
    width: 24px
}

/* .mega-menu-right-wrap,
.mega-menu-title {
    margin-left: 10px
} */

.mega-menu-title a {
    font-size: 14px;
    font-weight: 600;
    color: #243f76;
    display: block;
    position: relative;
    margin-left: 7px;
}

.mega-menu-title a:hover::after {
    content: '';
    position: absolute;
    background-image: url('../img/menu-icon/mega-menu/arrow.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 13px;
    right: 0;
    top: 0;
    background-size: 18px
}

.mega-menu-title span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #243f76;
    margin-top: 3px
}

@media only screen and (max-width:991px) {
    .feature-desc,
    .feature-title {
        min-height: auto
    }
    .dropdown-menu .dropdown-item,
    .navbar-collapse .navbar-nav .nav-item {
        margin-left: 10px;
        opacity: 0;
        transition: .3s
    }
    .darkHeader .nav-bar-toggler,
    .navbar-collapse {
        background-color: #fff
    }
    .navbar-collapse {
        position: fixed;
        right: 0;
        top: 62px;
        min-width: 300px;
        max-width: 300px;
        width: 100%;
        height: calc(100% - 59px);
        transition: .3s;
        box-shadow: -8px 10px 10px 1px rgba(0, 0, 0, .1);
        overflow: auto
    }
    .collapse:not(.show) {
        display: block;
        right: -100%
    }
    .menu-link,
    .navbar-light .navbar-nav .nav-link {
        color: #243f76
    }
    .navbar-expand-lg .navbar-nav.navbar-right-nav .nav-link {
        background-color: #ed5529;
        color: #fff
    }
    .navbar-light .navbar-nav .active>.nav-link:before,
    .navbar-light .navbar-nav .nav-link.active:before,
    .navbar-light .navbar-nav .nav-link.show:before,
    .navbar-light .navbar-nav .show>.nav-link:before {
        width: 2px;
        height: 100%;
        opacity: 1;
        top: 0;
        bottom: 0;
        left: 99.5%;
        right: 0
    }
    .dropdown-wrap,
    .nav-item.dropdown,
    .navbar-nav .dropdown-menu {
        position: relative
    }
    .dropdown-wrap {
        clip: rect(0, 0, 0, 0);
        top: 0
    }
    .nav-item:focus,
    .nav-link:focus,
    .nav-link:hover {
        outline: 0;
        box-shadow: none
    }
    .nav-item.dropdown .dropdown-menu {
        transform: translate(0, 0);
        box-shadow: none;
        border-radius: 0;
        border-bottom: 0;
        display: none;
        height: 0;
        transition: .3s
    }
    .nav-item.dropdown.show .dropdown-menu.show {
        display: block;
        height: 100%;
        transition: .3s
    }
    .navbar-collapse.show .nav-item:first-child {
        transition-delay: 0.1s
    }
    .navbar-collapse.show .nav-item:nth-child(2) {
        transition-delay: 0.2s
    }
    .navbar-collapse.show .nav-item:nth-child(3) {
        transition-delay: 0.3s
    }
    .navbar-collapse.show .nav-item:nth-child(4) {
        transition-delay: 0.4s
    }
    .dropdown-menu.show .dropdown-item,
    .navbar-collapse.show .navbar-nav .nav-item {
        margin-left: 0;
        opacity: 1
    }
    .nav-link:before {
        bottom: 0;
        left: 100%
    }
    .dropdown-item {
        padding: 15px 15px 15px 0px
    }
    .navbar-right-nav .nav-link {
        display: inline-block
    }
    .navbar-right-nav .nav-item {
        padding-left: 15px;
        padding-top: 12px;
        padding-bottom: 12px
    }
    .nav-item.dropdown:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background-image: url('../img/menu-downarrow.svg');
        background-position: center;
        background-size: 100%;
        right: 10px;
        top: 20px;
        z-index: -1;
        transform: rotate(0);
        transition: .5s
    }
    .nav-item.show a.nav-link,
    .navbar-nav .nav-item {
        border-bottom: 1px solid #d1e0ff
    }
    .nav-item.dropdown.show:after {
        transform: rotate(-180deg)
    }
    .navbar-nav.navbar-right-nav .nav-item {
        border-bottom: 0
    }
    .nav-bar-toggler {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #467ff4;
        transition: .3s
    }
    .darkHeader.navbar-light .navbar-toggler {
        border-color: #fff
    }
    .toggler-wrapper {
        display: block;
        position: relative;
        width: 20px;
        height: 26px
    }
    .toggler-wrapper .nav-bar-toggler:first-child {
        top: 4px
    }
    .navbar-toggler[aria-expanded=true] .toggler-wrapper .nav-bar-toggler:first-child,
    .navbar-toggler[aria-expanded=true] .toggler-wrapper .nav-bar-toggler:nth-child(3),
    .toggler-wrapper .nav-bar-toggler:nth-child(2) {
        top: 12px
    }
    .toggler-wrapper .nav-bar-toggler:nth-child(3) {
        top: 20px
    }
    .navbar-toggler {
        padding-left: 8px;
        padding-right: 8px
    }
    .navbar-toggler[aria-expanded=true] .toggler-wrapper .nav-bar-toggler:first-child {
        transform: rotate(45deg)
    }
    .navbar-toggler[aria-expanded=true] .toggler-wrapper .nav-bar-toggler:nth-child(2) {
        display: none
    }
    .navbar-toggler[aria-expanded=true] .toggler-wrapper .nav-bar-toggler:nth-child(3) {
        transform: rotate(-45deg)
    }
    .hero-section {
        margin-top: 47px
    }
    .footer-social-new .contact-social-new {
        text-align: center;
        margin-bottom: 20px
    }
    .footer-main {
        padding-bottom: 0
    }
    .sitemap,
    .sitemap-item {
        margin-top: 30px
    }
    .sitemap {
        margin-bottom: 50px
    }
    .mega-menu-right-wrap,
    .sitemap-item {
        margin-top: 20px
    }
    .custom-menu {
        align-items: flex-start
    }
    .custom-menu .nav-item {
        width: 100%
    }
    .custom-menu .nav-item:first-child {
        padding: 0;
        border-bottom: 1px solid #d1e0ff;
        transition-delay: 0.4s !important
    }
    .what-is-section {
        text-align: center
    }
    .mega-dropdown {
        left: 0
    }
    .mega-dropdown .dropdown-menu {
        width: 100%;
        padding: 20px
    }
}

.st0 {
    fill: none;
    stroke: #4175e2;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}

.full-width-menu .dropdown-item.active,
.full-width-menu .dropdown-item:active {
    background-color: transparent;
    text-decoration: none;
    color: #ed5529
}

.thank-next {
    padding-top: 50px;
    padding-bottom: 50px
}

.thank-next .section-title {
    margin-bottom: 70px
}

.thank-next .step-wrap::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: -30px;
    transform: translate(15px, 0);
    border-top: 1px dashed #000;
    left: 50%
}

.step-text h3 span {
    color: #4175e2
}

.step-text h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600
}

.thank-next .step-wrap::after {
    content: '';
    position: absolute;
    top: -45px;
    left: 50%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #2257c1;
    border-radius: 100%;
    transform: translate(-50%, 0)
}

.thank-next .step-wrap.step-wrap-one::after {
    content: '1';
    font-size: 20px
}

.thank-next .step-wrap.step-wrap-two::after {
    content: '2';
    font-size: 20px
}

.thank-next .step-wrap.step-wrap-three::after {
    content: '3';
    font-size: 20px
}

.step-col:not(:last-child)::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 0;
    height: 0;
    border: 10px solid #000;
    transform: translate(-15px, -9px);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.feature-desc {
    width: 76%;
}
.feature-title {
    margin-bottom: 6px;
    width: 71%;
}

@media only screen and (max-width:786px) {
    .thank-next .step-wrap::before {
        display: none
    }
    .thank-next .step-wrap {
        margin-bottom: 70px
    }
    .sub-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mt-4{
        margin-top: 30px;
    }
    .flex-direction-rev{
        flex-direction: column-reverse;
    }
    .sub-section {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .hero-btn-cta .bg-full-rose:hover{
        left: -5px !important;
    }
    .hero-btn-cta:hover .bg-full-rose {
        transform: translate(80%, 0);
        left: -5px !important;
    }
    .feature-inner-wrap:after{
        right: 10px;
        top: 5px;
    }
}

@media only screen and (max-width:991px) {
    .mt-4{
        margin-top: 30px;
    }
    .f-faqs-content .card-header button{
        font-size: 16px !important;
        padding-left: 4px;
        padding-right: 40px;
    }
}
.step-wrap {
    background-color: #fff;
    border: 1px solid #d4dcf1;
    padding: 10px 20px;
    border-radius: 5px
}

.mega-menu-right-wrap .mega-menu-item.industry-menu-item,
.submenu-title {
    background-color: #e6ecfc
}

.submenu-title {
    padding: 5px;
    border-bottom: 1px solid rgba(36, 63, 118, .1);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.submenu-title h4 {
    font-size: 14px;
    color: #ed5529;
    margin-bottom: 0;
    margin-top: 0
}

.mega-dropdown .dropdown-menu {
    padding: 0
}

.mega-menu-left-wrap {
    margin-right: 10px
}

.menu-highligter-new {
    font-size: 12px;
    font-weight: 600;
    background-color: #00bf3f;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px
}


/* ========18-feb-2026======== */
.map-area {
    display: none;
}

.footer-main {
    border-top: none;
}