.slide-poins h4,
.slide-poins p {
    color: rgba(36, 63, 118, .5);
    transition: .3s
}

h2,
p {
    color: #000
}

.Support-wrap .grid,
.home-cta-new-update .image-wrap,
.new-home-img-wrap,
.solution-img-wrap {
    text-align: center
}

.solution-list-grp .list-group-item {
    border: 0;
    position: relative;
    cursor: pointer
}

.solution-list-grp .list-group-item.active {
    background-color: transparent
}

.slide-poins h4 {
    font-size: 20px;
    font-weight: 600
}

.slide-poins p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.followup-important,
.list-group.solution-list-grp,
.slide-poins,
section.header {
    position: relative
}

.slide-poins a {
    display: inline-block;
    margin-top: 5px;
    color: #4882fa;
    font-weight: 600;
    z-index: 999;
    bottom: 10px;
    text-decoration: none
}

.slide-poins a img {
    margin-left: 5px;
    width: 18px
}

.banner-wrap.mrg-top h6.text-color,
.solution-list-grp .list-group-item.active .slide-poins h4 {
    color: #4882fa
}

.slide-poins p,
.solution-list-grp .list-group-item.active .slide-poins p {
    color: #243f76
}

.solution-list-grp .list-group-item+.list-group-item.active {
    margin-top: 0
}

.convert-more-wrap .tabset .tab-panel,
.list-group-item .slide-poins a,
.list-group-item .slide-poins p,
.mobile-slide-points,
.section-title h2.new-home-title:after,
.section-title h3.new-home-title:after {
    display: none
}

.cta-main-desc-wrap p {
    font-weight: 500;
    margin-top: 10px
}

.home-solution-tab-wrap {
    border: 1px solid #d4dcf1;
    border-radius: 10px
}

.banner-wrap .btn-wrap a,
.banner-wrap .btn-wrap span a {
    text-decoration: none;
    border-radius: 25px;
    text-align: center
}

.home-solution-tab-wrap .nav-link {
    font-size: 18px;
    padding: 25px 10px;
    border-radius: 0;
    background-color: #eff4fd;
    border-bottom: 1px solid #d4dcf1;
    cursor: pointer
}

.home-solution-tab-wrap .nav-link:first-child {
    border-top-left-radius: 10px
}

.home-solution-tab-wrap .nav-link:last-child {
    border-bottom-left-radius: 10px;
    border-bottom: 0
}

.home-solution-tab-wrap .nav-link.active {
    background-color: #fff;
    color: #4882fa
}

.home-solution-tab-wrap .home-soltn-desc {
    padding: 20px;
    position: relative;
    overflow: hidden
}

.home-solution-tab-wrap .home-soltn-desc p {
    color: #243f76;
    font-weight: 500;
    line-height: 32px
}

.solution-tab-img {
    position: absolute;
    bottom: -10px;
    right: -10px
}

.home-solution-tab-wrap .tab-content,
.home-solution-tab-wrap .tab-content .tab-pane,
.home-solution-tab-wrap .tab-content .tab-pane .home-soltn-desc {
    height: 100%
}

@media only screen and (min-width:700px) {
    .solution-img-wrap,
    .solution-tabs .tab-pane {
        text-align: center
    }
}

.cta-main-desc-wrap {
    text-align: left;
    color: #fff
}

.cta-main-desc-wrap h4 {
    font-size: 28px;
    font-weight: 600
}

@media only screen and (min-width:200px) {
    .slide-poins h4 {
        font-size: 18px
    }
    .home-solution-tab-wrap .nav-link,
    .slide-poins p {
        font-size: 16px
    }
    .cta-main-desc-wrap h4 {
        font-size: 22px;
        line-height: 36px
    }
    .cta-main-desc-wrap {
        margin-bottom: 30px;
        text-align: center
    }
    .cta-main-desc-wrap p br {
        display: none
    }
    .home-soltn-desc h3 {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) {
    .cta-main-desc-wrap h4 {
        font-size: 24px;
        line-height: 32px
    }
    .cta-main-desc-wrap p br {
        display: block
    }
    .cta-main-desc-wrap {
        text-align: left
    }
}

@media only screen and (min-width:991px) {
    .list-group.solution-list-grp:after {
        content: '';
        width: 4px;
        height: 100%;
        background-color: #eff4fd;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: -4px
    }
    .solution-list-grp .list-group-item:hover {
        background-color: #eff4fd
    }
    .solution-list-grp .list-group-item::after {
        content: '';
        position: absolute;
        width: 4px;
        background-color: #4882fa;
        top: 0;
        left: -4px;
        opacity: 1
    }
    .solution-list-grp .list-group-item.active::after {
        -webkit-animation: 6s heightAnimation;
        -moz-aanimation: heightAnimation 6s ease 0s normal;
        -o-animation: 6s heightAnimation;
        animation: 6s heightAnimation
    }
    #activeTabs:hover .solution-list-grp .list-group-item.active::after {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused
    }
    @keyframes heightAnimation {
        0% {
            height: 0%
        }
        100% {
            height: 100%
        }
    }
    @-webkit-keyframes heightAnimation {
        0% {
            height: 0%
        }
        100% {
            height: 100%
        }
    }
    .list-group-item .slide-poins a,
    .list-group-item .slide-poins p {
        display: block
    }
    .cta-main-desc-wrap h4 {
        font-size: 26px;
        line-height: 36px
    }
}

@media only screen and (min-width:1200px) {
    .slide-poins h4 {
        font-size: 20px
    }
    .slide-poins p {
        font-size: 18px
    }
    .cta-main-desc-wrap h4 {
        font-size: 1.75rem
    }
}

@media only screen and (min-width:786px) {
    .home-solution-tab-wrap .nav-link {
        font-size: 18px
    }
}

@media only screen and (min-width:200px) {
    .home-solution-tab-wrap .nav-link img {
        width: 30px;
        margin-right: 10px
    }
    .home-solution-tab-wrap .nav-link {
        display: flex;
        align-items: center;
        padding: 15px 10px
    }
    .home-solution-tab-wrap .nav-link:last-child {
        border-bottom-left-radius: 0
    }
}

@media only screen and (min-width:991px) {
    .home-solution-tab-wrap .nav-link {
        padding: 25px 10px
    }
    .home-solution-tab-wrap .nav-link:last-child {
        border-bottom-left-radius: 10px
    }
}

h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.banner-wrap {
    padding-top: 56px
}

.banner-wrap span.small-text {
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.banner-wrap .btn-wrap {
    display: flex
}

.banner-wrap .btn-wrap a {
    background: #ee5635;
    padding: 10px 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.banner-wrap .btn-wrap a:hover,
.convert-more-wrap .text-wrap a:hover,
.easily-build a:hover,
.watch-your a:hover {
    background: #ee5635;
    transition: .75s ease-in-out
}

.banner-wrap .btn-wrap span a {
    background: #ccc;
    padding: 10px 40px 10px 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 12px;
    display: inline-flex
}

.banner-wrap .btn-wrap span a img {
    width: 32px;
    margin: -4px 0 0 -38px
}

.banner-wrap .img-main {
    background-image: url(../img/images/4.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: auto;
    min-height: 520px;
    z-index: 9;
    margin: 0 0 50px;
    position: relative
}

.banner-wrap .img-main .left-img {
    display: flex;
    position: absolute;
    top: 125px;
    left: -25px;
    width: 185px
}

.banner-wrap .img-main .right-img {
    position: absolute;
    right: 0;
    top: 182px;
    width: 175px
}

.banner-wrap .img-main .bottom-img {
    position: absolute;
    left: 42px;
    bottom: 90px;
    width: 182px
}

.Support-wrap {
    padding: 50px 0;
    background: #fff
}

.Support-wrap h2 {
    text-align: center;
    font-size: 28px;
    padding: 0 0 60px
}

.easily-build a,
.watch-your a {
    padding: 10px 18px;
    text-align: center;
    background: #ee5635;
    text-decoration: none
}

.Support-wrap .text,
.enhancing-customer-wrap .grid.text-center {
    margin: 25px 0 0
}

.Support-wrap .text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600
}

.Support-wrap .text p {
    margin-top: 15px;
    line-height: 30px
}

.all-in-one .top-text p {
    font-size: 20px;
    margin: 25px 0 15px;
    line-height: 30px
}

.all-in-one {
    background: #eef4ff;
    padding: 80px 0;
    text-align: center
}

.all-in-one .grid {
    position: relative;
    margin: 30px 0 0;
    background-color: #fff;
    border: 2px solid #133f93;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start
}

.easily-build .box,
.easily-build .box-2 {
    box-shadow: 0 0 10px #ccc;
    width: 472px;
    padding: 16px 0 16px 20px;
    border-radius: 8px
}

.all-in-one .grid img {
    width: 100px
}

.all-in-one .grid>img {
    width: 100px;
    margin-top: 0
}

.all-in-one .grid h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-align: left
}

.all-in-one .grid .overlay h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    padding: 30px 0 0
}

.all-in-one .grid .overlay p {
    line-height: 24px;
    font-size: 16px;
    margin: 15px auto 0;
    text-align: left
}

.all-in-one .grid .overlay img {
    margin: 20px 0 0
}

.all-in-one .grid:hover .overlay {
    opacity: 1
}

.easily-build {
    padding: 60px 0 40px
}

.easily-build h2 {
    color: #010028
}

.easily-build p {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0 20px
}

.why-flowup-desc p {
    margin: 0
}

.easily-build a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px
}

.easily-build .box p,
.easily-build .box-2 p,
.empower-customers-wrap .box1 p,
.empower-customers-wrap .box2 p,
.unlock-more-warp .box1 p,
.unlock-more-warp .box2 p {
    font-size: 14px;
    margin: 0
}

.easily-build .box p img,
.easily-build .box-2 p img {
    margin: 0 20px 0 0
}

.easily-build .box-2 {
    margin: 15px 0 40px;
    background-color: #f7f7f7
}

.tailor-every {
    text-align: center;
    padding: 50px 0 60px
}

.tailor-every h2 {
    font-size: 34px
}

.tailor-every p {
    max-width: 1025px;
    font-size: 26px;
    line-height: 38px;
    margin: 25px auto 60px
}

.tailor-every .grid {
    background-color: #fff;
    border: 2px solid #133f93;
    min-height: 160px;
    padding: 32px 5px 25px;
    border-radius: 8px
}

.tailor-every .grid h6 {
    font-size: 15px;
    color: #000;
    margin: 15px 0 0;
    font-weight: 500
}

.watch-your {
    padding: 55px 0;
    background-color: #4175e2;
    text-align: center;
    color: #fff
}

.watch-your p {
    font-size: 24px;
    margin: 0 0 32px;
    color: #fff
}

.watch-your a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    display: inline-block
}

.convert-more-wrap,
.empower-customers-wrap {
    padding: 50px 0
}

.convert-more-wrap .text-wrap h2 {
    text-align: left;
    font-size: 32px
}

.convert-more-wrap .text-wrap p {
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 40px
}

.convert-more-wrap .bottum-content h2 {
    font-size: 34px;
    padding: 0 0 15px;
    text-align: center
}

.convert-more-wrap .image-wrap {
    margin: 0 0 0 -90px
}

.convert-more-wrap .bottum-content {
    margin: 0 auto 50px
}

.convert-more-wrap .bottum-content p {
    font-size: 20px;
    line-height: 34px;
    text-align: center
}

.convert-more-wrap .text-wrap a {
    background: #ee5635;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    display: inline-block
}

.convert-more-wrap .follow-text {
    margin: 10px 0 0 28px
}

.convert-more-wrap .tab-panels .follow-text h2 {
    font-size: 32px;
    line-height: 30px;
    text-align: left
}

.convert-more-wrap .tab-panels .follow-text p {
    font-size: 20px;
    line-height: 32px;
    margin: 20px 0 0
}

.convert-more-wrap .tabset>input[type=radio] {
    position: absolute;
    left: -200vw
}

.convert-more-wrap .tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.convert-more-wrap .tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),
.convert-more-wrap .tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.convert-more-wrap .tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.convert-more-wrap .tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.convert-more-wrap .tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.home-new-sol-tab .list-group-item .slide-poins a,
.home-new-sol-tab .list-group-item .slide-poins p {
    display: block
}

.convert-more-wrap .tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 0 solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    width: 24.5%;
    text-align: center;
    font-size: 18px
}

.convert-more-wrap .tabset>label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 102%;
    height: 4px;
    background: #efefef
}

.convert-more-wrap .tabset>input:focus+label,
.convert-more-wrap .tabset>label:hover {
    color: #e51600
}

.convert-more-wrap .tabset>input:checked+label::after,
.convert-more-wrap .tabset>input:focus+label::after,
.convert-more-wrap .tabset>label:hover::after {
    background: #e51600
}

.convert-more-wrap .tab-panel {
    padding: 60px 0 20px
}

.visual-journey-wrap {
    background: #e0f3fe;
    padding: 70px 0 50px;
    text-align: center
}

.visual-journey-wrap h2 {
    padding: 0 0 8px;
    font-size: 32px
}

.visual-journey-wrap p {
    font-size: 20px;
    line-height: 38px;
    margin: 0 0 15px
}

.visual-journey-wrap img {
    margin: 30px 0 0;
    max-width: 700px;
    width: 100%
}

.why-choose-wrap {
    background: #fff;
    padding: 60px 0 30px
}

.why-choose-wrap h2 {
    text-align: center;
    padding: 0 0 60px
}

.why-choose-wrap .grid {
    background: #fff;
    padding: 20px 25px 15px 20px;
    min-height: 250px;
    margin: 0;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
    border: 1px solid rgba(0, 0, 0, .2);
    transition: .3s
}

.why-choose-wrap .grid .text h4 {
    font-size: 16px;
    padding: 12px 0 0;
    color: #19224b;
    font-weight: 600
}

.why-choose-wrap .grid .text p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #636363;
    margin-bottom: 0
}

.spend-when-wrap {
    background: #eef2ff;
    padding: 20px 0 0
}

.spend-when-wrap h2 {
    margin: 40px 0 20px
}

.spend-when-wrap p {
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 25px
}

.spend-when-wrap a {
    text-decoration: none;
    background: #ee5635;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 18px;
    color: #fffefe;
    font-weight: 600
}

.spend-when-wrap a:hover {
    background: #ee5635
}

.banner-wrap.mrg-top p.width-nane {
    width: 500px
}

.banner-wrap.mrg-top .right-img.img-top {
    margin: 0 -157px 0 -40px
}

.banner-wrap.mrg-top {
    padding: 75px 0 20px;
    margin: -17px 0 0
}

.banner-wrap.mrg-top h2.text {
    font-size: 42px;
    width: 600px
}

.banner-wrap.mrg-top .left-text img {
    width: 50px;
    margin: -6px 10px 0 0
}

.easily-build-bot-wrap {
    padding: 0 0 50px
}

.easily-build-bot-wrap .box {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    height: 180px;
    background-color: #fff;
    border-radius: 8px;
    margin: 20px 0;
    background-size: cover
}

.easily-build-bot-wrap .box-warp.align-items-center {
    background: url(../img/images/crical-img.png) center center no-repeat;
    text-align: center
}

.easily-build-bot-wrap .text-warp h2 {
    font-size: 36px
}

.easily-build-bot-wrap .text-warp p {
    font-size: 18px;
    line-height: 30px;
    margin: 25px 0 0
}

.enhancing-customer-wrap {
    padding: 50px 0 35px;
    background: no-repeat #466bee;
    width: 1350px;
    color: #fff;
    border-right: 25px;
    border-radius: 0 276px 276px 0
}

.enhancing-customer-wrap .heading-wrap {
    padding: 10px 0 30px
}

.enhancing-customer-wrap .heading-wrap h2 {
    font-size: 36px;
    max-width: 800px;
    margin: 0 auto
}

.enhancing-customer-wrap .heading-wrap p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 20px 0 0
}

.enhancing-customer-wrap .grid .crical {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto
}

.enhancing-customer-wrap .grid .txt h6 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 15px 0 12px;
    font-weight: 600
}

.enhancing-customer-wrap .grid .txt p {
    line-height: 24px
}

.empower-customers-wrap .text-wrap p {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0 20px
}

.empower-customers-wrap .box1,
.unlock-more-warp .box1 {
    box-shadow: 0 0 10px #ccc;
    border-radius: 8px;
    padding: 16px 0 16px 20px;
    margin: 0 0 12px
}

.empower-customers-wrap .box1 p img,
.empower-customers-wrap .box2 p img,
.unlock-more-warp .box1 p img,
.unlock-more-warp .box2 p img {
    margin: 0 10px 0 0
}

.empower-customers-wrap .box2,
.unlock-more-warp .box2 {
    box-shadow: 0 0 10px #ccc;
    border-radius: 8px;
    padding: 16px 0 16px 20px;
    background-color: #f7f7f7
}

.lorem-ipsum-wrap {
    background: #eef2ff
}

.lorem-ipsum-wrap .lorem-text h2 {
    margin: 0 0 25px
}

.lorem-ipsum-wrap .lorem-text p {
    font-size: 18px;
    padding: 0 0 0 35px;
    position: relative;
    margin: 0 0 20px
}

.lorem-ipsum-wrap .lorem-text p:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    top: 3px;
    left: 0;
    background: url(../img/images/right-icon.png) no-repeat
}

.lorem-ipsum-wrap .imes-wrap img {
    margin: -80px 0 0
}

.unlock-more-warp {
    padding: 60px 0 70px
}

.unlock-more-warp .text-wrap p {
    font-size: 15px;
    line-height: 30px;
    padding: 15px 0 20px
}

.banner-wrap .btn-wrap.txt-width a {
    background: #ee5635;
    padding: 8px 42px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 25px
}

.hero-video-wrap.home-vedio-button {
    display: inline-flex
}

.hero-video-wrap.home-vedio-button .play-icon {
    top: unset;
    left: unset;
    transform: unset;
    cursor: pointer;
    z-index: 2
}

.watch-your h2 {
    color: #fff;
    font-size: 32px
}

.home-cta-new-update {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #010028;
    color: #fff
}

.home-cta-new-update h2,
.home-cta-new-update p {
    color: #fff
}

.link-with-arrow img {
    transition: .3s
}

.link-with-arrow:hover img {
    transform: translate(5px, 0)
}

.banner-wrap .left-text {
    position: relative;
    overflow: hidden
}

.banner-wrap {
    background-color: #4882fa
}

.video-wrapper-hero {
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 1;
    transform: translate(0, -50%)
}

@media only screen and (max-width:1500px) {
    .video-wrapper-hero {
        right: 0
    }
}

.video-wrapper-hero img,
.video-wrapper-hero video {
    max-width: 580px
}

@media only screen and (max-width:1300px) {
    .video-wrapper-hero img {
        max-width: 450px
    }
}

.home-cta-new-update p {
    color: #fff;
    font-size: 18px
}

.home-cta-new-update .image-wrap img {
    width: 400px;
    max-width: 100%
}

.link-with-arrow {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500
}

.link-with-arrow:hover {
    text-decoration: none
}

.home-play-vid img {
    width: 32px;
    margin-right: 5px
}

.banner-wrap .btn-wrap a.home-play-vid {
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px 0 10px;
    background-color: #fff;
    border: 2px solid #ee5635;
    color: #000;
    display: flex;
    align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .easily-build .box,
    .easily-build .box-2 {
        padding: 12px 0 12px 20px;
        width: 100%
    }
    h2 {
        font-size: 32px;
        line-height: 42px
    }
    .Support-wrap .text h6 {
        font-size: 18px
    }
    .Support-wrap .text p {
        margin-top: 10px
    }
    .all-in-one {
        padding: 60px 0 70px
    }
    .all-in-one .grid h6 {
        font-size: 22px;
        line-height: 30px;
        margin: 10px 0 32px
    }
    .all-in-one .grid .overlay h6 {
        font-size: 19px;
        line-height: 30px;
        padding: 16px 0 0
    }
    .all-in-one .grid .overlay p {
        line-height: 30px;
        margin: -8px 0 6px
    }
    .all-in-one .grid .overlay {
        left: 10px;
        top: -17px
    }
    .all-in-one .grid .overlay img {
        width: 20px
    }
    .easily-build p {
        font-size: 20px;
        line-height: 30px;
        margin: 12px 0 25px
    }
    .easily-build .box p img,
    .easily-build .box-2 p img {
        margin: 0 15px 0 0
    }
    .easily-build .box-2 {
        margin: 15px 0 25px
    }
    .easily-build a {
        padding: 8px 18px;
        font-size: 14px
    }
    .easily-build .build-right {
        margin: 25px 0 0
    }
    .tailor-every p {
        font-size: 24px;
        line-height: 32px;
        margin: 25px auto 50px
    }
    .tailor-every p br {
        display: none
    }
    .watch-your h2 {
        font-size: 32px
    }
    .convert-more-wrap .text-wrap p {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 30px
    }
    .convert-more-wrap .bottum-content h2 {
        padding: 60px 0 8px
    }
    .convert-more-wrap .follow-text {
        margin: 0
    }
    .visual-journey-wrap h2 {
        padding: 0 0 8px;
        width: 100%
    }
    .visual-journey-wrap p {
        margin: 0 0 10px
    }
    .why-choose-wrap h2 {
        padding: 0 0 50px
    }
    .why-choose-wrap .grid .text p {
        font-size: 13px;
        line-height: 24px
    }
    .spend-when-wrap h2 {
        margin: 0 0 15px
    }
    .spend-when-wrap p {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 30px
    }
    .banner-wrap.mrg-top {
        padding: 50px 0 20px;
        margin: -17px 0 0
    }
    .banner-wrap.mrg-top h2.text {
        font-size: 36px;
        width: 520px
    }
    .banner-wrap.mrg-top p.width-nane {
        width: 100%
    }
    .enhancing-customer-wrap {
        padding: 45px 0 35px;
        width: 99%;
        border-radius: 0
    }
    .enhancing-customer-wrap .heading-wrap {
        padding: 10px 0 25px
    }
    .enhancing-customer-wrap .heading-wrap h2 {
        max-width: 758px
    }
    .enhancing-customer-wrap .grid .txt h6 {
        font-size: 22px;
        margin: 15px 0 8px
    }
    .enhancing-customer-wrap .grid .txt p {
        font-weight: 400
    }
    .empower-customers-wrap .text-wrap p {
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 15px
    }
    .empower-customers-wrap .box1,
    .empower-customers-wrap .box2,
    .unlock-more-warp .box1,
    .unlock-more-warp .box2 {
        padding: 14px 0 14px 8px
    }
    .empower-customers-wrap .box1 p,
    .empower-customers-wrap .box2 p,
    .unlock-more-warp .box1 p,
    .unlock-more-warp .box2 p {
        font-size: 13px;
        margin: 0
    }
    .empower-customers-wrap .box1 p img,
    .empower-customers-wrap .box2 p img,
    .unlock-more-warp .box1 p img,
    .unlock-more-warp .box2 p img {
        margin: 0 6px 0 0;
        width: 20px
    }
    .lorem-ipsum-wrap {
        padding: 35px 0 0
    }
    .lorem-ipsum-wrap .lorem-text h2 {
        margin: 0 0 20px
    }
    .lorem-ipsum-wrap .lorem-text p {
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 0 32px;
        margin: 0 0 20px
    }
    .lorem-ipsum-wrap .imes-wrap img {
        margin: -98px 0 0
    }
    .unlock-more-warp .text-wrap p {
        padding: 12px 0 15px
    }
    .banner-wrap .img-main {
        margin: 10px 0 0;
        max-width: 100%;
        background-size: 100%
    }
    .banner-wrap .btn-wrap span a {
        padding: 10px 18px 10px 50px;
        font-size: 14px;
        margin: 0 0 0 10px
    }
    .banner-wrap .img-main .right-img {
        width: 125px;
        right: -22px
    }
    .banner-wrap .img-main .left-img {
        top: 125px;
        left: -40px;
        width: 115px
    }
    .banner-wrap .img-main .bottom-img {
        width: 140px;
        left: -10px;
        bottom: 105px
    }
    .banner-wrap .btn-wrap span a img {
        width: 28px
    }
    .convert-more-wrap .tab-panels .follow-text h2 {
        font-size: 28px
    }
    .why-choose-wrap .grid {
        min-height: 282px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .easily-build .box,
    .easily-build .box-2 {
        padding: 12px 0 12px 10px;
        width: 100%
    }
    h2 {
        font-size: 28px;
        line-height: 42px
    }
    .Support-wrap .text h6,
    p {
        font-size: 16px
    }
    p {
        line-height: 28px
    }
    .banner-wrap .img-main .bottom-img {
        left: -32px;
        bottom: 72px;
        width: 120px
    }
    .banner-wrap p {
        font-size: 14px;
        width: 100%;
        margin: 0 0 35px
    }
    .banner-wrap .btn-wrap span a {
        padding: 8px 32px;
        font-size: 14px
    }
    .banner-wrap .btn-wrap span a img {
        width: 20px;
        margin: 0 0 0 -25px
    }
    .banner-wrap .img-main .right-img {
        right: -38px;
        top: 125px;
        width: 100px
    }
    .Support-wrap .text p {
        margin-top: 12px
    }
    .all-in-one,
    .spend-when-wrap {
        padding: 50px 0 60px
    }
    .banner-wrap .left-text,
    .convert-more-wrap .follow-text {
        margin: 0
    }
    .all-in-one .grid h6 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 12px
    }
    .all-in-one .grid .overlay {
        padding: 15px 25px 0
    }
    .all-in-one .grid .overlay h6 {
        font-size: 15px;
        line-height: 26px;
        padding: 20px 0 0
    }
    .all-in-one .grid .overlay h6 br,
    .spend-when-wrap h2 br,
    .spend-when-wrap p br,
    .tailor-every p br {
        display: none
    }
    .all-in-one .grid .overlay img {
        width: 20px
    }
    .easily-build {
        padding: 50px 0 20px
    }
    .easily-build .box p img,
    .easily-build .box-2 p img,
    .empower-customers-wrap .box1 p img,
    .empower-customers-wrap .box2 p img,
    .unlock-more-warp .box1 p img,
    .unlock-more-warp .box2 p img {
        margin: 0 6px 0 0;
        width: 20px
    }
    .easily-build .box p,
    .easily-build .box-2 p {
        font-size: 12px
    }
    .easily-build .box-2 {
        margin: 15px 0 35px
    }
    .easily-build a {
        padding: 8px 18px;
        font-size: 14px
    }
    .tailor-every {
        text-align: center;
        padding: 50px 0 40px
    }
    .tailor-every p {
        font-size: 22px;
        line-height: 32px;
        margin: 20px auto 50px
    }
    .tailor-every .grid {
        margin: 0 0 25px
    }
    .watch-your {
        padding: 50px 0 55px
    }
    .watch-your h2 {
        line-height: 38px
    }
    .watch-your p {
        font-size: 22px
    }
    .convert-more-wrap .text-wrap h2 {
        padding: 40px 0 0
    }
    .convert-more-wrap .text-wrap p {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 30px
    }
    .visual-journey-wrap p {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 10px
    }
    .convert-more-wrap .bottum-content h2 {
        padding: 60px 0 0
    }
    .convert-more-wrap .tabset>label {
        padding: 15px 15px 25px;
        font-size: 14px
    }
    .convert-more-wrap .tab-panels .follow-text p {
        font-size: 14px;
        margin: 10px 0 0
    }
    .visual-journey-wrap {
        padding: 60px 0 50px
    }
    .visual-journey-wrap h2 {
        padding: 0 0 5px;
        width: 100%
    }
    .why-choose-wrap {
        background: #f9fbff;
        padding: 50px 0 30px
    }
    .why-choose-wrap h2 {
        padding: 0 0 40px
    }
    .spend-when-wrap h2 {
        line-height: 38px;
        margin: 25px 0 10px
    }
    .spend-when-wrap p {
        margin: 0 0 35px
    }
    .spend-when-wrap a {
        padding: 10px 22px;
        font-size: 16px
    }
    .banner-wrap.mrg-top .right-img.img-top {
        margin: -5px -39px 0 -40px
    }
    .banner-wrap.mrg-top h2.text {
        font-size: 24px;
        width: 320px;
        line-height: 34px
    }
    .banner-wrap.mrg-top p.width-nane {
        width: 340px;
        font-size: 12px;
        margin: 0 0 25px
    }
    .banner-wrap.mrg-top {
        padding: 62px 0 20px;
        margin: 0
    }
    .banner-wrap .btn-wrap.txt-width a {
        font-size: 14px
    }
    .easily-build-bot-wrap .text-warp p {
        font-size: 18px;
        margin: 18px 0 0
    }
    .easily-build-bot-wrap .box {
        margin: 12px 0
    }
    .enhancing-customer-wrap {
        padding: 40px 0 35px;
        background: no-repeat #466bee;
        width: 100%;
        color: #fff;
        border-right: 25px;
        border-radius: 0
    }
    .enhancing-customer-wrap .heading-wrap p {
        margin: 10px 0 0
    }
    .enhancing-customer-wrap .grid .txt h6 {
        font-size: 22px;
        line-height: 28px;
        margin: 15px 0 8px
    }
    .enhancing-customer-wrap .grid .txt p {
        line-height: 24px
    }
    .empower-customers-wrap .text-wrap p {
        line-height: 24px;
        padding: 0 0 10px
    }
    .empower-customers-wrap .box1,
    .empower-customers-wrap .box2 {
        padding: 16px 0 16px 5px
    }
    .empower-customers-wrap .box1 p,
    .empower-customers-wrap .box2 p,
    .unlock-more-warp .box1 p,
    .unlock-more-warp .box2 p {
        font-size: 10px;
        margin: 0
    }
    .lorem-ipsum-wrap {
        padding: 32px 0 0
    }
    .lorem-ipsum-wrap .lorem-text h2 {
        margin: 0 0 20px
    }
    .lorem-ipsum-wrap .lorem-text p {
        font-size: 13px;
        padding: 0 0 0 28px;
        margin: 0 0 10px
    }
    .unlock-more-warp {
        padding: 45px 0 70px
    }
    .unlock-more-warp .text-wrap p {
        font-size: 14px;
        padding: 8px 0 12px
    }
    .unlock-more-warp .box1,
    .unlock-more-warp .box2 {
        padding: 14px 0 14px 8px;
        margin: 0 0 12px
    }
    .banner-wrap .img-main {
        margin: 0 auto;
        background-size: contain;
        min-height: 350px;
        max-width: 300px
    }
    .banner-wrap .img-main .left-img {
        top: 85px;
        left: -62px;
        width: 120px
    }
    .easily-build p {
        font-size: 14px;
        margin: 10px 0 12px
    }
    .convert-more-wrap .tab-panels .follow-text h2 {
        font-size: 24px
    }
}

.banner-wrap h1,
.banner-wrap h2 {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 52px;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%)
}

.banner-wrap .row {
    min-height: calc(100vh - 56px)
}

@media only screen and (max-width:767px) {
    .easily-build,
    .easily-build h2 {
        text-align: center
    }
    .Support-wrap .text h6,
    .all-in-one .grid h6 {
        font-size: 18px
    }
    .all-in-one .grid img,
    .banner-wrap .left-text {
        margin: 0
    }
    .every-text h2 {
        line-height: 40px
    }
    .easily-build p {
        font-size: 15px
    }
    .banner-wrap .img-main {
        background-size: 50%;
        z-index: 99;
        display: flex;
        margin: 35px auto 0;
        min-height: 450px
    }
    .banner-wrap .img-main .left-img {
        left: 20px;
        top: 90px
    }
    .banner-wrap .img-main .bottom-img {
        bottom: 90px
    }
    .banner-wrap {
        padding-top: 62px
    }
    .banner-wrap h1,
    .banner-wrap h2 {
        margin: 15px 0 10px
    }
    .banner-wrap p {
        font-size: 14px;
        width: 100%;
        margin: 0 0 30px
    }
    .banner-wrap .btn-wrap span a {
        margin: 20px 0 0;
        display: inline-block
    }
    .banner-wrap .btn-wrap span a img {
        width: 25px;
        margin: -2px 4px 0 -5px
    }
    .Support-wrap {
        padding: 35px 0 0
    }
    .Support-wrap h2 {
        padding: 0 0 50px;
        font-size: 24px
    }
    .all-in-one .grid h3 {
        font-size: 20px;
        margin-top: 10px
    }
    .Support-wrap .grid {
        margin: 0 0 45px
    }
    .Support-wrap .text p {
        margin-top: 12px;
        line-height: 22px
    }
    .all-in-one,
    .why-choose-wrap {
        padding: 50px 0
    }
    .all-in-one .grid h6 {
        line-height: 24px
    }
    .all-in-one .grid .overlay {
        left: 8px;
        top: -12px
    }
    .all-in-one .grid .overlay h6 {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0 0
    }
    .all-in-one .grid .overlay p {
        font-size: 16px;
        line-height: 24px
    }
    .easily-build {
        padding: 50px 0 40px
    }
    .easily-build .box,
    .easily-build .box-2 {
        width: 100%;
        padding: 10px 0 10px 8px
    }
    .easily-build .box p,
    .easily-build .box-2 p,
    .empower-customers-wrap .box1 p,
    .empower-customers-wrap .box2 p,
    .unlock-more-warp .box1 p,
    .unlock-more-warp .box2 p {
        font-size: 10px
    }
    .easily-build .box p img,
    .easily-build .box-2 p img {
        margin: 0 6px 0 0;
        width: 15px
    }
    .easily-build a,
    .why-choose-wrap .grid .text h6 {
        font-size: 14px
    }
    .build-right,
    .unlock-more-warp .img-wrap {
        margin: 45px 0 0
    }
    .tailor-every {
        padding: 0 0 40px
    }
    .tailor-every p {
        margin: 15px auto 40px
    }
    .banner-wrap.mrg-top .right-img.img-top,
    .convert-more-wrap .text-wrap p br,
    .spend-when-wrap h2 br,
    .spend-when-wrap p br,
    .tailor-every p br {
        display: none
    }
    .tailor-every .grid {
        margin: 0 0 25px
    }
    .watch-your {
        padding: 45px 0 55px
    }
    .watch-your p {
        font-size: 20px;
        margin: 15px 0 32px
    }
    .convert-more-wrap {
        padding: 50px 0 25px
    }
    .convert-more-wrap .text-wrap h2 {
        padding: 0;
        line-height: 42px
    }
    .convert-more-wrap .text-wrap p {
        font-size: 20px;
        margin: 0 0 32px
    }
    .convert-more-wrap .text-wrap a {
        padding: 10px 18px;
        font-size: 16px
    }
    .convert-more-wrap .image-wrap {
        margin: 40px 0 0
    }
    .home-cta-new-update .image-wrap {
        margin-top: 20px
    }
    .convert-more-wrap .bottum-content h2 {
        font-size: 24px
    }
    .convert-more-wrap .tab-panels .follow-text p {
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 28px
    }
    .convert-more-wrap .follow-text,
    .enhancing-customer-wrap .grid.text-center {
        margin-top: 20px;
        margin-bottom: 50px
    }
    .convert-more-wrap .tab-panels .follow-text h2 {
        font-size: 22px
    }
    .visual-journey-wrap h2 {
        font-size: 22px;
        padding: 0 0 8px;
        width: 100%
    }
    .visual-journey-wrap p {
        font-size: 20px;
        margin: 0 0 10px
    }
    .unlock-more-warp,
    .visual-journey-wrap {
        padding: 45px 0 50px
    }
    .why-choose-wrap h2 {
        padding: 0 0 32px
    }
    .why-choose-wrap .grid .text p {
        line-height: 22px
    }
    .spend-when-wrap {
        padding: 45px 0 0;
        font-size: 16px
    }
    .spend-when-wrap h2 {
        line-height: 38px;
        margin: 0
    }
    .spend-when-wrap p {
        font-size: 18px;
        margin: 0 0 35px
    }
    .convert-more-wrap .tab-panel {
        padding: 25px 0 20px;
        border-top: 0 solid #ccc
    }
    .convert-more-wrap .tabset>label {
        padding: 0 2px 15px;
        width: 23.5%
    }
    .convert-more-wrap .tabset>label::after {
        bottom: -4px;
        width: 107%;
        height: 2px;
        background: #efefef
    }
    .convert-more-wrap .tab-panel h2 {
        font-size: 20px
    }
    .banner-wrap.mrg-top {
        padding: 75px 0 20px;
        margin: 40px 0 0
    }
    .banner-wrap.mrg-top h2.text {
        font-size: 20px;
        width: 100%
    }
    .banner-wrap.mrg-top p.width-nane {
        width: 100%
    }
    .easily-build-bot-wrap {
        padding: 25px 0 50px
    }
    .easily-build-bot-wrap .text-warp h2 {
        font-size: 20px;
        line-height: 28px
    }
    .easily-build-bot-wrap .text-warp p {
        margin: 15px 0 20px
    }
    .easily-build-bot-wrap .box {
        margin: 15px 0
    }
    .enhancing-customer-wrap {
        padding: 40px 0 35px;
        width: 100%;
        border-radius: unset
    }
    .empower-customers-wrap .text-wrap,
    .enhancing-customer-wrap .heading-wrap p {
        margin: 15px 0 0
    }
    .enhancing-customer-wrap .grid .txt h6 {
        font-size: 18px;
        margin: 15px 0 10px
    }
    .empower-customers-wrap .text-wrap p {
        padding: 0 0 10px
    }
    .empower-customers-wrap .box1,
    .unlock-more-warp .box1 {
        box-shadow: 0 0 10px #ccc;
        padding: 10px 0 10px 8px;
        margin: 0 0 12px
    }
    .empower-customers-wrap .box1 p img,
    .empower-customers-wrap .box2 p img,
    .unlock-more-warp .box1 p img,
    .unlock-more-warp .box2 p img {
        margin: 0 5px 0 0;
        width: 20px
    }
    .empower-customers-wrap .box2,
    .unlock-more-warp .box2 {
        box-shadow: 0 0 10px #ccc;
        padding: 10px 0 10px 8px
    }
    .lorem-ipsum-wrap .lorem-text h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 32px 0 18px
    }
    .lorem-ipsum-wrap .lorem-text p {
        line-height: 22px;
        padding: 0 0 0 35px;
        margin: 0 0 15px
    }
    .lorem-ipsum-wrap .lorem-text p:after {
        top: 11px
    }
    .lorem-ipsum-wrap .imes-wrap img {
        margin: 10px 0 0
    }
    .unlock-more-warp .text-wrap h2 {
        font-size: 20px;
        line-height: 30px
    }
    .unlock-more-warp .text-wrap p {
        padding: 5px 0 15px
    }
    .easily-build-bot-wrap .box-warp.align-items-center {
        background: 0 0
    }
    .watch-your h2 {
        font-size: 28px
    }
    .new-home-img-wrap {
        margin-top: 30px
    }
    .sub-section-title h2 {
        font-size: 20px !important;
        line-height: 30px;
    }
    h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .convert-more-wrap .bottum-content p{
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
    .watch-your h2 {
        font-size: 20px;
    }
    .video-wrapper-hero img {
        max-width: 600px;
        width: 100%;
        padding-bottom: 50px;
    }
    .h3, h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Support-wrap .grid {
        text-align: center;
        margin: 0 0 45px
    }
    .easily-build-bot-wrap .box {
        height: 135px
    }
    .easily-build-bot-wrap .text-warp h2 {
        font-size: 19px;
        line-height: 28px
    }
    .enhancing-customer-wrap .grid .txt p {
        font-size: 12px;
        line-height: 20px
    }
    .lorem-ipsum-wrap .lorem-text p:after {
        top: 1px
    }
    .banner-wrap .btn-wrap span a img {
        width: 25px;
        margin: -17px 4px 0 -25px
    }
    .banner-wrap .btn-wrap span a {
        margin: 20px 0 0;
        display: inline-block
    }
    .convert-more-wrap .tabset>label {
        font-size: 12px
    }
    .convert-more-wrap .text-wrap h2 {
        font-size: 24px
    }
    .convert-more-wrap .text-wrap p {
        font-size: 14px;
        line-height: 26px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .banner-wrap .btn-wrap span a img {
        width: 25px;
        margin: -17px 4px 0 -25px
    }
    .easily-build p {
        font-size: 14px;
        line-height: 28px
    }
    .convert-more-wrap .tabset>label {
        font-size: 11px
    }
}

@media only screen and (max-width:410px) {
    .banner-wrap .btn-wrap a.home-play-vid {
        margin-top: 10px
    }
    .banner-wrap .btn-wrap {
        text-align: center
    }
}

.why-choose-card {
    margin-bottom: 20px
}

.tailor-every .grid img {
    max-height: 46px
}

.followup-imp-img img,
.why-choose-wrap .grid>img {
    width: 60px;
    height: 60px
}

.why-choose-wrap .grid:hover {
    transform: translate(0, -10px);
    transition: .3s;
    cursor: pointer
}

.section-description p {
    color: #000;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400
}

@media only screen and (max-width:1200px) {
    .all-in-one .grid h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:991px) {
    .solution-list-grp .list-group-item {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px
    }
    .mobile-slide-points {
        display: block;
        margin-top: 15px
    }
    .solution-list-grp .list-group-item.active:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 4px;
        background-color: #4882fa;
        top: 0;
        left: -4px;
        opacity: 1
    }
    .slide-poins h4 {
        margin-bottom: 0
    }
    .followup-imp-card,
    .list-group.solution-list-grp {
        margin-bottom: 20px
    }
    .followup-imp-card,
    .followup-imp-card:nth-child(2n) {
        justify-content: center
    }
    .banner-wrap h1,
    .banner-wrap h2 {
        font-size: 38px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .easily-build .box,
    .easily-build .box-2 {
        padding: 12px 0 12px 20px;
        width: 100%
    }
    h2 {
        font-size: 32px;
        line-height: 42px
    }
    .Support-wrap .text h6 {
        font-size: 18px
    }
    .Support-wrap .text p {
        margin-top: 10px
    }
    .all-in-one {
        padding: 60px 0 70px
    }
    .all-in-one .grid h6 {
        font-size: 22px;
        line-height: 30px;
        margin: 10px 0 32px
    }
    .all-in-one .grid .overlay h6 {
        font-size: 19px;
        line-height: 30px;
        padding: 16px 0 0
    }
    .all-in-one .grid .overlay p {
        line-height: 30px;
        margin: -8px 0 6px
    }
    .all-in-one .grid .overlay {
        left: 10px;
        top: -17px
    }
    .all-in-one .grid .overlay img {
        width: 20px
    }
    .easily-build p {
        font-size: 20px;
        line-height: 30px;
        margin: 12px 0 25px
    }
    .easily-build .box p img,
    .easily-build .box-2 p img {
        margin: 0 15px 0 0
    }
    .easily-build .box-2 {
        margin: 15px 0 25px
    }
    .easily-build a {
        padding: 8px 18px;
        font-size: 14px
    }
    .easily-build .build-right {
        margin: 25px 0 0
    }
    .tailor-every p {
        font-size: 24px;
        line-height: 32px;
        margin: 25px auto 50px
    }
    .tailor-every p br {
        display: none
    }
    .watch-your h2 {
        font-size: 32px
    }
    .convert-more-wrap .text-wrap p {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 30px
    }
    .convert-more-wrap .bottum-content h2 {
        padding: 60px 0 8px
    }
    .convert-more-wrap .follow-text {
        margin: 0
    }
    .visual-journey-wrap h2 {
        padding: 0 0 8px;
        width: 100%
    }
    .visual-journey-wrap p {
        margin: 0 0 10px
    }
    .why-choose-wrap h2 {
        padding: 0 0 50px
    }
    .why-choose-wrap .grid .text p {
        font-size: 13px;
        line-height: 24px
    }
    .spend-when-wrap h2 {
        margin: 0 0 15px
    }
    .spend-when-wrap p {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 30px
    }
    .banner-wrap.mrg-top {
        padding: 50px 0 20px;
        margin: -17px 0 0
    }
    .banner-wrap.mrg-top h2.text {
        font-size: 36px;
        width: 520px
    }
    .banner-wrap.mrg-top p.width-nane {
        width: 100%
    }
    .enhancing-customer-wrap {
        padding: 45px 0 35px;
        width: 99%;
        border-radius: 0
    }
    .enhancing-customer-wrap .heading-wrap {
        padding: 10px 0 25px
    }
    .enhancing-customer-wrap .heading-wrap h2 {
        max-width: 758px
    }
    .enhancing-customer-wrap .grid .txt h6 {
        font-size: 22px;
        margin: 15px 0 8px
    }
    .enhancing-customer-wrap .grid .txt p {
        font-weight: 400
    }
    .empower-customers-wrap .text-wrap p {
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 15px
    }
    .empower-customers-wrap .box1,
    .empower-customers-wrap .box2,
    .unlock-more-warp .box1,
    .unlock-more-warp .box2 {
        padding: 14px 0 14px 8px
    }
    .empower-customers-wrap .box1 p,
    .empower-customers-wrap .box2 p,
    .unlock-more-warp .box1 p,
    .unlock-more-warp .box2 p {
        font-size: 13px;
        margin: 0
    }
    .empower-customers-wrap .box1 p img,
    .empower-customers-wrap .box2 p img,
    .unlock-more-warp .box1 p img,
    .unlock-more-warp .box2 p img {
        margin: 0 6px 0 0;
        width: 20px
    }
    .lorem-ipsum-wrap {
        padding: 35px 0 0
    }
    .lorem-ipsum-wrap .lorem-text h2 {
        margin: 0 0 20px
    }
    .lorem-ipsum-wrap .lorem-text p {
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 0 32px;
        margin: 0 0 20px
    }
    .lorem-ipsum-wrap .imes-wrap img {
        margin: -98px 0 0
    }
    .unlock-more-warp .text-wrap p {
        padding: 12px 0 15px
    }
    .banner-wrap .img-main {
        margin: 10px 0 0;
        max-width: 100%;
        background-size: 100%
    }
    .banner-wrap .btn-wrap span a {
        padding: 10px 18px 10px 50px;
        font-size: 14px;
        margin: 0 0 0 10px
    }
    .banner-wrap .img-main .right-img {
        width: 125px;
        right: -22px
    }
    .banner-wrap .img-main .left-img {
        top: 125px;
        left: -40px;
        width: 115px
    }
    .banner-wrap .img-main .bottom-img {
        width: 140px;
        left: -10px;
        bottom: 105px
    }
    .banner-wrap .btn-wrap span a img {
        width: 28px
    }
    .convert-more-wrap .tab-panels .follow-text h2 {
        font-size: 28px
    }
    .why-choose-wrap .grid {
        min-height: 282px
    }
    .video-wrap-right {
        right: 0
    }
    .banner-wrap h1,
    .banner-wrap h2 {
        font-size: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .easily-build .box,
    .easily-build .box-2 {
        padding: 12px 0 12px 10px;
        width: 100%
    }
    h2 {
        font-size: 28px;
        line-height: 42px
    }
    .Support-wrap .text h6,
    p {
        font-size: 16px
    }
    p {
        line-height: 28px
    }
    .banner-wrap .img-main .bottom-img {
        left: -32px;
        bottom: 72px;
        width: 120px
    }
    .banner-wrap p {
        font-size: 14px;
        width: 100%;
        margin: 0 0 35px
    }
    .banner-wrap .btn-wrap span a {
        padding: 8px 32px;
        font-size: 14px
    }
    .banner-wrap .btn-wrap span a img {
        width: 20px;
        margin: 0 0 0 -25px
    }
    .banner-wrap .img-main .right-img {
        right: -38px;
        top: 125px;
        width: 100px
    }
    .Support-wrap .text p {
        margin-top: 12px
    }
    .all-in-one,
    .spend-when-wrap {
        padding: 50px 0 60px
    }
    .banner-wrap .left-text,
    .convert-more-wrap .follow-text {
        margin: 0
    }
    .all-in-one .grid h6 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 12px
    }
    .all-in-one .grid .overlay {
        padding: 15px 25px 0
    }
    .all-in-one .grid .overlay h6 {
        font-size: 15px;
        line-height: 26px;
        padding: 20px 0 0
    }
    .all-in-one .grid .overlay h6 br,
    .spend-when-wrap h2 br,
    .spend-when-wrap p br,
    .tailor-every p br {
        display: none
    }
    .all-in-one .grid .overlay img {
        width: 20px
    }
    .easily-build {
        padding: 50px 0 20px
    }
    .easily-build .box p img,
    .easily-build .box-2 p img,
    .empower-customers-wrap .box1 p img,
    .empower-customers-wrap .box2 p img,
    .unlock-more-warp .box1 p img,
    .unlock-more-warp .box2 p img {
        margin: 0 6px 0 0;
        width: 20px
    }
    .easily-build .box p,
    .easily-build .box-2 p {
        font-size: 12px
    }
    .easily-build .box-2 {
        margin: 15px 0 35px
    }
    .easily-build a {
        padding: 8px 18px;
        font-size: 14px
    }
    .tailor-every {
        text-align: center;
        padding: 50px 0 40px
    }
    .tailor-every p {
        font-size: 22px;
        line-height: 32px;
        margin: 20px auto 50px
    }
    .tailor-every .grid {
        margin: 0 0 25px
    }
    .watch-your {
        padding: 50px 0 55px
    }
    .watch-your h2 {
        line-height: 38px
    }
    .watch-your p {
        font-size: 22px
    }
    .convert-more-wrap .text-wrap h2 {
        padding: 40px 0 0
    }
    .convert-more-wrap .text-wrap p {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 30px
    }
    .visual-journey-wrap p {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 10px
    }
    .convert-more-wrap .bottum-content h2 {
        padding: 60px 0 0
    }
    .convert-more-wrap .tabset>label {
        padding: 15px 15px 25px;
        font-size: 14px
    }
    .convert-more-wrap .tab-panels .follow-text p {
        font-size: 14px;
        margin: 10px 0 0
    }
    .visual-journey-wrap {
        padding: 60px 0 50px
    }
    .visual-journey-wrap h2 {
        padding: 0 0 5px;
        width: 100%
    }
    .why-choose-wrap {
        background: #f9fbff;
        padding: 50px 0 30px
    }
    .why-choose-wrap h2 {
        padding: 0 0 40px
    }
    .spend-when-wrap h2 {
        line-height: 38px;
        margin: 25px 0 10px
    }
    .spend-when-wrap p {
        margin: 0 0 35px
    }
    .spend-when-wrap a {
        padding: 10px 22px;
        font-size: 16px
    }
    .banner-wrap.mrg-top .right-img.img-top {
        margin: -5px -39px 0 -40px
    }
    .banner-wrap.mrg-top h2.text {
        font-size: 24px;
        width: 320px;
        line-height: 34px
    }
    .banner-wrap.mrg-top p.width-nane {
        width: 340px;
        font-size: 12px;
        margin: 0 0 25px
    }
    .banner-wrap.mrg-top {
        padding: 62px 0 20px;
        margin: 0
    }
    .banner-wrap .btn-wrap a,
    .banner-wrap .btn-wrap.txt-width a {
        font-size: 14px
    }
    .easily-build-bot-wrap .text-warp p {
        font-size: 18px;
        margin: 18px 0 0
    }
    .easily-build-bot-wrap .box {
        margin: 12px 0
    }
    .enhancing-customer-wrap {
        padding: 40px 0 35px;
        background: no-repeat #466bee;
        width: 100%;
        color: #fff;
        border-right: 25px;
        border-radius: 0
    }
    .enhancing-customer-wrap .heading-wrap p {
        margin: 10px 0 0
    }
    .enhancing-customer-wrap .grid .txt h6 {
        font-size: 22px;
        line-height: 28px;
        margin: 15px 0 8px
    }
    .enhancing-customer-wrap .grid .txt p {
        line-height: 24px
    }
    .empower-customers-wrap .text-wrap p {
        line-height: 24px;
        padding: 0 0 10px
    }
    .empower-customers-wrap .box1,
    .empower-customers-wrap .box2 {
        padding: 16px 0 16px 5px
    }
    .empower-customers-wrap .box1 p,
    .empower-customers-wrap .box2 p,
    .unlock-more-warp .box1 p,
    .unlock-more-warp .box2 p {
        font-size: 10px;
        margin: 0
    }
    .lorem-ipsum-wrap {
        padding: 32px 0 0
    }
    .lorem-ipsum-wrap .lorem-text h2 {
        margin: 0 0 20px
    }
    .lorem-ipsum-wrap .lorem-text p {
        font-size: 13px;
        padding: 0 0 0 28px;
        margin: 0 0 10px
    }
    .unlock-more-warp {
        padding: 45px 0 70px
    }
    .unlock-more-warp .text-wrap p {
        font-size: 14px;
        padding: 8px 0 12px
    }
    .unlock-more-warp .box1,
    .unlock-more-warp .box2 {
        padding: 14px 0 14px 8px;
        margin: 0 0 12px
    }
    .banner-wrap .img-main {
        margin: 0 auto;
        background-size: contain;
        min-height: 350px;
        max-width: 300px
    }
    .banner-wrap .img-main .left-img {
        top: 85px;
        left: -62px;
        width: 120px
    }
    .easily-build p {
        font-size: 14px;
        margin: 10px 0 12px
    }
    .convert-more-wrap .tab-panels .follow-text h2 {
        font-size: 24px
    }
    .video-wrap-right {
        right: 0;
        top: -110px
    }
}

.highlighted-cards-point {
    font-weight: 600;
    position: relative;
    color: #2d529c;
    z-index: 1;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px
}

.highlighted-cards-point:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(45 82 156 / 20%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px
}

.home-last-section .section-bullets {
    margin-bottom: 40px
}

.new-home-img-wrap img {
    max-width: 500px;
    width: 100%
}

.ml4 {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #ee5635;
    position: relative
}

.banner-wrap .left-text {
    text-align: left
}

.banner-wrap .hero-desc-new {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff
}

.banner-wrap .btn-wrap {
    justify-content: start
}

.followup-imp-card {
    display: flex;
    align-items: center
}

.followup-img-text {
    text-align: left;
    width: 485px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px rgb(0 0 0 / 16%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    position: relative
}

.followup-img-text-left.draw {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.followup-img-text-right.draw {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.followup-imp-img.draw {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.followup-imp-img {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100px;
    height: 100px;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

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

.followup-imp-card:nth-child(2n) {
    justify-content: end
}

@media only screen and (max-width:991px) {
    .all-in-one .grid .overlay p {
        font-size: 17px;
        margin-top: 0
    }
    .followup-imp-card,
    .followup-imp-card:nth-child(2n) {
        justify-content: center
    }
    .followup-imp-card {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:900px) {
    .all-in-one .grid h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:800px) {
    .all-in-one .grid>img {
        width: 70px
    }
    .all-in-one .grid h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width:675px) {
    .visual-journey-wrap p br {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .easily-build,
    .easily-build h2 {
        text-align: center
    }
    h2 {
        font-size: 20px;
        line-height: 30px
    }
    .Support-wrap .text h6,
    .all-in-one .grid h6 {
        font-size: 18px
    }
    .all-in-one .grid img,
    .banner-wrap .left-text {
        margin: 0
    }
    .every-text h2 {
        line-height: 40px
    }
    .easily-build p {
        font-size: 15px
    }
    .banner-wrap .img-main {
        background-size: 50%;
        z-index: 99;
        display: flex;
        margin: 35px auto 0;
        min-height: 450px
    }
    .banner-wrap .img-main .left-img {
        left: 20px;
        top: 90px
    }
    .banner-wrap .img-main .bottom-img {
        bottom: 90px
    }
    .banner-wrap h1,
    .banner-wrap h2 {
        margin: 15px 0 10px
    }
    .banner-wrap p {
        font-size: 14px;
        width: 100%;
        margin: 0 0 30px
    }
    .banner-wrap .btn-wrap span a {
        margin: 20px 0 0;
        display: inline-block
    }
    .banner-wrap .btn-wrap span a img {
        width: 25px;
        margin: -2px 4px 0 -5px
    }
    .Support-wrap {
        padding: 35px 0 0
    }
    .Support-wrap h2 {
        padding: 0 0 50px;
        font-size: 20px
    }
    .all-in-one .grid h3 {
        font-size: 20px;
        margin-top: 10px
    }
    .Support-wrap .grid {
        margin: 0 0 45px
    }
    .Support-wrap .text p {
        margin-top: 12px;
        line-height: 22px
    }
    .all-in-one,
    .why-choose-wrap {
        padding: 50px 0
    }
    .all-in-one .grid h6 {
        line-height: 24px
    }
    .all-in-one .grid .overlay {
        left: 8px;
        top: -12px
    }
    .all-in-one .grid .overlay h6 {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0 0
    }
    .all-in-one .grid .overlay p {
        font-size: 16px;
        line-height: 24px
    }
    .easily-build {
        padding: 50px 0 40px
    }
    .easily-build .box,
    .easily-build .box-2 {
        width: 100%;
        padding: 10px 0 10px 8px
    }
    .easily-build .box p,
    .easily-build .box-2 p,
    .empower-customers-wrap .box1 p,
    .empower-customers-wrap .box2 p,
    .unlock-more-warp .box1 p,
    .unlock-more-warp .box2 p {
        font-size: 10px
    }
    .easily-build .box p img,
    .easily-build .box-2 p img {
        margin: 0 6px 0 0;
        width: 15px
    }
    .easily-build a,
    .why-choose-wrap .grid .text h6 {
        font-size: 14px
    }
    .build-right,
    .unlock-more-warp .img-wrap {
        margin: 45px 0 0
    }
    .tailor-every {
        padding: 0 0 40px
    }
    .tailor-every p {
        margin: 15px auto 40px
    }
    .banner-wrap.mrg-top .right-img.img-top,
    .convert-more-wrap .text-wrap p br,
    .spend-when-wrap h2 br,
    .spend-when-wrap p br,
    .tailor-every p br {
        display: none
    }
    .tailor-every .grid {
        margin: 0 0 25px
    }
    .watch-your {
        padding: 45px 0 55px
    }
    .watch-your p {
        font-size: 20px;
        margin: 15px 0 32px
    }
    .convert-more-wrap {
        padding: 50px 0 25px
    }
    .convert-more-wrap .text-wrap h2 {
        padding: 0;
        line-height: 42px
    }
    .convert-more-wrap .text-wrap p {
        font-size: 20px;
        margin: 0 0 32px
    }
    .convert-more-wrap .text-wrap a {
        padding: 10px 18px;
        font-size: 16px
    }
    .convert-more-wrap .image-wrap {
        margin: 40px 0 0
    }
    .home-cta-new-update .image-wrap {
        margin-top: 20px
    }
    .convert-more-wrap .bottum-content h2 {
        font-size: 24px
    }
    .convert-more-wrap .tab-panels .follow-text p {
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 28px
    }
    .convert-more-wrap .follow-text,
    .enhancing-customer-wrap .grid.text-center {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .convert-more-wrap .tab-panels .follow-text h2 {
        font-size: 22px
    }
    .visual-journey-wrap h2 {
        font-size: 22px;
        padding: 0 0 8px;
        width: 100%
    }
    .visual-journey-wrap p {
        font-size: 20px;
        margin: 0 0 10px
    }
    .unlock-more-warp,
    .visual-journey-wrap {
        padding: 45px 0 50px
    }
    .why-choose-wrap h2 {
        padding: 0 0 15px
    }
    .why-choose-wrap .grid .text p {
        line-height: 22px
    }
    .spend-when-wrap {
        padding: 45px 0 0;
        font-size: 16px
    }
    .spend-when-wrap h2 {
        line-height: 38px;
        margin: 0
    }
    .spend-when-wrap p {
        font-size: 18px;
        margin: 0 0 35px
    }
    .convert-more-wrap .tab-panel {
        padding: 25px 0 20px;
        border-top: 0 solid #ccc
    }
    .convert-more-wrap .tabset>label {
        padding: 0 2px 15px;
        width: 23.5%
    }
    .convert-more-wrap .tabset>label::after {
        bottom: -4px;
        width: 107%;
        height: 2px;
        background: #efefef
    }
    .convert-more-wrap .tab-panel h2 {
        font-size: 20px
    }
    .banner-wrap.mrg-top {
        padding: 75px 0 20px;
        margin: 40px 0 0
    }
    .banner-wrap.mrg-top h2.text {
        font-size: 20px;
        width: 100%
    }
    .banner-wrap.mrg-top p.width-nane {
        width: 100%
    }
    .easily-build-bot-wrap {
        padding: 25px 0 50px
    }
    .easily-build-bot-wrap .text-warp h2 {
        font-size: 20px;
        line-height: 28px
    }
    .easily-build-bot-wrap .text-warp p {
        margin: 15px 0 20px
    }
    .easily-build-bot-wrap .box {
        margin: 15px 0
    }
    .enhancing-customer-wrap {
        padding: 40px 0 35px;
        width: 100%;
        border-radius: unset
    }
    .empower-customers-wrap .text-wrap,
    .enhancing-customer-wrap .heading-wrap p {
        margin: 15px 0 0
    }
    .enhancing-customer-wrap .grid .txt h6 {
        font-size: 18px;
        margin: 15px 0 10px
    }
    .empower-customers-wrap .text-wrap p {
        padding: 0 0 10px
    }
    .empower-customers-wrap .box1,
    .unlock-more-warp .box1 {
        box-shadow: 0 0 10px #ccc;
        padding: 10px 0 10px 8px;
        margin: 0 0 12px
    }
    .empower-customers-wrap .box1 p img,
    .empower-customers-wrap .box2 p img,
    .unlock-more-warp .box1 p img,
    .unlock-more-warp .box2 p img {
        margin: 0 5px 0 0;
        width: 20px
    }
    .empower-customers-wrap .box2,
    .unlock-more-warp .box2 {
        box-shadow: 0 0 10px #ccc;
        padding: 10px 0 10px 8px
    }
    .lorem-ipsum-wrap .lorem-text h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 32px 0 18px
    }
    .lorem-ipsum-wrap .lorem-text p {
        line-height: 22px;
        padding: 0 0 0 35px;
        margin: 0 0 15px
    }
    .lorem-ipsum-wrap .lorem-text p:after {
        top: 11px
    }
    .lorem-ipsum-wrap .imes-wrap img {
        margin: 10px 0 0
    }
    .unlock-more-warp .text-wrap h2 {
        font-size: 20px;
        line-height: 30px
    }
    .unlock-more-warp .text-wrap p {
        padding: 5px 0 15px
    }
    .easily-build-bot-wrap .box-warp.align-items-center {
        background: 0 0
    }
    .watch-your h2 {
        font-size: 20px
    }
    .new-home-img-wrap {
        margin-top: 30px
    }
    .banner-wrap .left-text {
        text-align: left;
        width: 100%
    }
    .banner-wrap h1,
    .banner-wrap h2 {
        font-size: 32px;
        line-height: 46px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Support-wrap .grid {
        text-align: center;
        margin: 0 0 45px
    }
    .easily-build-bot-wrap .box {
        height: 135px
    }
    .easily-build-bot-wrap .text-warp h2 {
        font-size: 19px;
        line-height: 28px
    }
    .enhancing-customer-wrap .grid .txt p {
        font-size: 12px;
        line-height: 20px
    }
    .lorem-ipsum-wrap .lorem-text p:after {
        top: 1px
    }
    .banner-wrap .btn-wrap span a img {
        width: 25px;
        margin: -17px 4px 0 -25px
    }
    .banner-wrap .btn-wrap span a {
        margin: 20px 0 0;
        display: inline-block
    }
    .convert-more-wrap .tabset>label {
        font-size: 12px
    }
    .convert-more-wrap .text-wrap h2 {
        font-size: 24px
    }
    .convert-more-wrap .text-wrap p {
        font-size: 14px;
        line-height: 26px
    }
    .video-wrap-right {
        right: 0;
        top: -85px
    }
    .home-play-vid img {
        width: 24px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .banner-wrap .btn-wrap span a img {
        width: 25px;
        margin: -17px 4px 0 -25px
    }
    .easily-build p {
        font-size: 14px;
        line-height: 28px
    }
    .convert-more-wrap .tabset>label {
        font-size: 11px
    }
    .video-wrap-right {
        right: 0;
        top: -190px
    }
}

@media only screen and (max-width:420px) {
    .banner-wrap .btn-wrap {
        display: inline-block;
        width: 100%
    }
    .banner-wrap .btn-wrap a,
    .banner-wrap .btn-wrap span a {
        display: inline-block;
        min-height: 44px
    }
    .banner-wrap .btn-wrap a.home-play-vid {
        display: inline-flex;
        vertical-align: middle;
        margin-left: 0
    }
}

.followup-imp-card:nth-child(odd) .followup-imp-img {
    order: 1
}

.followup-imp-card:nth-child(2n) .followup-img-text {
    margin-left: 20px
}

.followup-imp-card:nth-child(odd) .followup-img-text {
    margin-right: 20px
}

.followup-img-text h3 {
    font-size: 21px;
    color: #2d529c;
    line-height: 30px
}

.followup-img-text p {
    margin-bottom: 0
}

.followup-imp-card:nth-child(2n) .followup-img-text:after {
    content: '';
    border: 15px solid transparent;
    height: 0;
    width: 0;
    border-right-color: #fff;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%)
}

.followup-imp-card:nth-child(odd) .followup-img-text:after {
    content: '';
    border: 15px solid transparent;
    height: 0;
    width: 0;
    border-left-color: #fff;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%)
}

.followup-img-text .text-author {
    font-weight: 600
}

@media only screen and (max-width:550px) {
    .banner-wrap h1,
    .banner-wrap h2 {
        font-size: 32px
    }
}

@media only screen and (max-width:1200px) {
    .followup-img-text {
        width: 395px
    }
}

@media only screen and (max-width:1024px) {
    .video-wrapper-hero {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        transform: translate(0, 0);
        background-color: #4882fa
    }
    .video-wrapper-hero img {
        max-width: 600px;
        width: 100%
    }
    .banner-wrap .row {
        min-height: 100%
    }
    .banner-wrap .left-text {
        margin-bottom: 20px
    }
    .banner-wrap {
        padding-top: 100px
    }
}

.mobile-icon-wrap {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width:575px) {
    .banner-wrap h1,
    .banner-wrap h2 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 15px
    }
    .banner-wrap .hero-desc-new {
        font-size: 18px;
        line-height: 28px
    }
}

@media only screen and (min-width:545px) {
    .mobile-icon-wrap {
        display: none
    }
}

@media only screen and (max-width:545px) {
    .followup-img-text h3 {
        display: inline-block;
        width: calc(100% - 55px);
        vertical-align: middle
    }
    .followup-img-text {
        padding-left: 15px;
        padding-right: 15px
    }
    .followup-imp-card:nth-child(2n) .followup-img-text:after,
    .followup-imp-card:nth-child(odd) .followup-img-text:after,
    .followup-imp-img {
        display: none
    }
    .followup-imp-card:nth-child(2n) .followup-img-text {
        margin-left: 0
    }
    .followup-imp-card:nth-child(odd) .followup-img-text {
        margin-right: 0
    }
    .followup-img-text p {
        margin-top: 20px
    }
}

.new-text .new-heighlight {
    text-decoration: underline;
    text-decoration-color: #ee5635
}