h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-family: inherit;
    font-weight: 500;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input {
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

body {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

img {
    vertical-align: middle;
    border-style: none
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1501px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

body {
    font-family: 'Nunito Sans', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a,
a:hover {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

button {
    cursor: pointer
}

.home-banner {
    padding-top: 80px;
    text-align: center;
    background: url(../images/home-banner.svg) no-repeat top left;
    background-size: cover;
    height: 860px;
    margin-bottom: 276px
}

.home-banner img {
    margin: auto;
    display: table
}

.home-banner h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 50px 0 20px;
    color: #fff
}

.home-banner h1 span {
    font-weight: 300
}

.home-banner h4 {
    font-weight: 300;
    font-size: 18px;
    color: #989dad
}

.home-banner .banner-demo-link {
    margin: 45px auto 115px;
    float: none;
    display: table
}

.home-banner iframe {
    box-shadow: 0 0 20px 0 rgba(76, 76, 76, .3);
    width: 900px;
    height: 506px
}

.brand-logos {
    background: #f2f2f2
}

.roi-section {
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 150px;
    background: url(/static/landing/assets/images/background/crm-background.svg) no-repeat;
    background-size: cover
}

.customer-support h2,
.customer-support h2 span,
.happyfox-apps h2,
.happyfox-apps h2 span,
.helpdesk-awards h2,
.helpdesk-awards h2 span,
.helpdesk-features h2,
.helpdesk-features h2 span,
.pricing-table-features h3,
.pricing-table-features h4,
.roi-section h2,
.roi-section h2 span {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    margin-top: 130px
}

.customer-support h2 span,
.happyfox-apps h2 span,
.helpdesk-awards h2 span,
.helpdesk-features h2 span,
.pricing-table-features h3,
.roi-section h2 span {
    font-weight: 500;
    margin: 10px 0 60px;
    display: block
}

.hd-features,
.roi-lists {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.feature-list,
.list-one {
    background: rgba(0, 0, 0, .2);
    padding: 50px 40px;
    border-radius: 4px;
    float: left;
    color: #fff;
    width: 48%;
    transition: all .3s ease;
    margin: 0 40px 40px 0
}

.list-one:hover {
    background: rgba(0, 0, 0, .5)
}

.hd-features .feature-list:nth-child(2n+0),
.roi-lists .list-one:nth-child(2n+0) {
    margin-right: 0
}

.feature-list .list-icon,
.roi-lists .list-icon {
    float: left;
    margin: 0 20px 0 0
}

.feature-list .list-text,
.roi-lists .list-text {
    display: table
}

.helpdesk-features h3,
.roi-lists .list-text h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px
}

.helpdesk-features p,
.roi-lists .list-text p {
    font-size: 16px;
    line-height: 25px;
    color: #6d717e;
    font-weight: 300;
    width: 100%
}

.features-buttons,
.roi-buttons {
    display: table;
    margin: 30px auto 0
}

.all-features,
.all-use-cases {
    background: 0 0;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    border-radius: 4px;
    padding: 11px 30px;
    float: left;
    min-width: 180px;
    transition: all .3s ease;
    margin-right: 60px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.all-features {
    color: #323643;
    background: #fff
}

.all-features:hover,
.all-use-cases:hover {
    color: #323643;
    background: 0 0;
    border: 1px solid #323643;
    box-shadow: none;
    transform: translate(0, 1px)
}

.all-features:hover {
    border: 1px solid #fff;
    color: #fff
}

.feature-list {
    background: #fff;
    border-radius: 6px;
    transition: all .5s ease;
    border-top: 7px solid #ef6c35
}

.feature-list:hover {
    transform: translate(5px, -5px);
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, .06)
}

.feature-list.feature-one {
    border-top: 7px solid #e2434b
}

.feature-list.feature-two {
    border-top: 7px solid #08c299
}

.feature-list.feature-three {
    border-top: 7px solid #429ffd
}

.happyfox-apps h2,
.helpdesk-features h2,
.pricing-table-features h4 {
    margin-top: 0
}

.customer-support h2,
.customer-support h2 span,
.happyfox-apps h2,
.happyfox-apps h2 span,
.helpdesk-awards h2,
.helpdesk-awards h2 span,
.helpdesk-features h2,
.helpdesk-features h2 span,
.pricing-table-features h3,
.pricing-table-features h4 {
    color: #323643
}

.helpdesk-features h3 {
    color: #323643
}

.helpdesk-features p {
    color: #6d717e
}

.helpdesk-features h3 img {
    margin: -4px 0 0 10px;
    display: inline-flex
}

.all-use-cases {
    border: 1px solid #323643;
    background: #323643;
    padding: 10px 30px;
    font-weight: 400
}

.happyfox-apps {
    margin: 150px 0
}

.happyfox-apps,
.helpdesk-features {
    background: linear-gradient(#fff, #f3f6f8, #fff)
}

.helpdesk-features {
    padding-top: 75px;
    border-top: 1px solid #ebebeb
}

.row-list {
    margin: auto;
    display: table
}

.row-list ul {
    display: flex;
    width: 100%
}

.row-list ul+ul {
    margin-top: 30px
}

.happyfox-apps ul li {
    float: left;
    width: 160px;
    height: 160px;
    border-radius: 90px;
    background: #fff;
    margin-right: 50px;
    box-shadow: 0 10px 60px 0 #e6e6e6;
    transition: all .5s ease
}

.happyfox-apps ul li:hover {
    box-shadow: 0 0 10px 0 #e6e6e6;
    transform: translate(5px, -5px)
}

.happyfox-apps ul li:last-child {
    margin-right: 0
}

.happyfox-apps ul li img {
    margin: 60px auto 0;
    display: table
}

.apps-list .row-list:last-child li {
    margin-bottom: 0
}

.happyfox-apps .features-buttons {
    margin-top: 80px
}

.client-feedback {
    background: #fff;
    border-radius: 6px;
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, .06);
    margin-right: 40px;
    padding: 30px 60px;
    float: left;
    height: 100%
}

.client-feedback p {
    color: #6d717e;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.client-feedback .client-name p {
    font-size: 18px;
    color: #323643;
    font-weight: 500;
    font-style: normal
}

.client-feedback .client-name p:last-child {
    font-weight: 300;
    color: #6d717e;
    font-size: 16px
}

.client-name {
    float: left
}

.client-logo {
    float: right
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
    z-index: 9
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-theme .owl-nav {
    font-size: 120px;
    font-weight: 300;
    color: #929292
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    background: url(https://cdnnetwork.databus.co/assets/images/site-nav/slider-nav-left.svg) no-repeat;
    width: 100px;
    height: 100px;
    transition: all .3s ease;
    opacity: .7;
    position: absolute
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-prev span {
    left: 20%
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-next span {
    right: 23%
}

.owl-carousel .owl-nav button.owl-next span {
    background: url(https://cdnnetwork.databus.co/assets/images/site-nav/slider-nav-right.svg) no-repeat
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-next:hover span,
#testimonialCarousel.owl-carousel .owl-nav button.owl-prev:hover span {
    opacity: 1
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-next span,
#testimonialCarousel.owl-carousel .owl-nav button.owl-prev span {
    top: 37%
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    float: right;
    width: 400px;
    height: 334px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .3));
    margin: 0;
    border-radius: 0;
    outline: 0;
    z-index: 99;
    position: relative
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-prev {
    background: linear-gradient(to left, rgba(255, 255, 255, .3), rgba(255, 255, 255, 1));
    float: left
}

.happyfox-apps.client-testimonials {
    margin: 0 0 100px
}

.owl-theme .owl-dots {
    display: none
}

.feedback-text {
    margin-bottom: 20px
}

.customer-support p.support-text {
    font-weight: 300;
    font-size: 16px;
    color: #6d717e;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 70px;
    width: 70%
}

.customer-support h2 span {
    margin-bottom: 20px
}

.customer-support h2 {
    margin-top: 0
}

.customer-support .features-buttons {
    margin: 10px auto 100px
}

.banner-demo-link .demo-button:hover {
    box-shadow: none;
    transform: translate(0, 1px)
}

.helpdesk-features button {
    min-width: 180px
}

.happyfox-apps ul li a {
    width: 100%;
    height: 100%;
    float: left
}

.pricing-banner {
    background: url(../images/pricing-new-banner-bg-new.png) no-repeat left top;
    text-align: center;
    background-size: cover
}

.pricing-banner h1 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 80px 0 76px
}

.pricing-banner h1 span {
    font-weight: 500
}

.div-center {
    display: table;
    margin: auto
}

.toggle-buttons button {
    background: rgba(50, 54, 67, .1);
    font-size: 13px;
    color: #323643;
    font-weight: 500;
    border-radius: 6px 0 0 6px;
    border: none;
    float: left;
    padding: 4px 18px
}

.toggle-buttons button:last-child {
    border-radius: 0 6px 6px 0
}

.toggle-buttons button:first-child {
    border-width: 2px 0 2px
}

.toggle-buttons button:focus {
    outline: unset
}

.toggle-buttons button.active-price-button {
    background: #323643;
    color: #fff;
    border-radius: 6px 0 0 6px
}

.toggle-buttons button#pay-month.active-price-button {
    border-radius: 0 6px 6px 0
}

.pricing-plans {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.mighty-box {
    width: 25%;
    background: #fff;
    position: relative;
    transition: all .2s ease-in;
    border-top: 1px solid #eee;
    padding-bottom: 10px
}

.pricing-plans .mighty-box:last-child {
    margin-right: 0
}

.mighty-box:first-child {
    border-left: none
}

.mighty-box .top-batch {
    position: absolute;
    top: 22px;
    left: 32px;
    color: #ff6200;
    font-size: 14px;
    font-weight: 500
}

.mighty-box h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 30px 20px;
    text-align: left
}

.mighty-box h4 span {
    font-size: 30px;
    font-weight: 500;
    margin: 5px 7px 0 0;
    float: left
}

.mighty-box p:last-child {
    font-size: 14px;
    color: #757373;
    font-weight: 400
}

.mighty-box h4 {
    position: relative;
    width: 90px
}

.mighty-box h4,
.mighty-box h4 p:last-child {
    font-size: 48px;
    color: #323643;
    font-weight: 500;
    display: table;
    margin: 0 auto 2px
}

.pricing-banner-para {
    margin: 80px auto 40px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    max-width: 570px;
    border-radius: 16px;
    padding: 14px 0 12px;
    background: #f9f9f9
}

.pricing-table-header .new-container {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(152, 157, 173, .2)
}

.header-title {
    font-size: 20px;
    color: #6d717e;
    font-weight: 400
}

.plan-title {
    font-size: 20px;
    font-weight: 500;
    float: left;
    width: 100%;
    color: #323643
}

.plan-title span:first-child {
    width: 100%;
    float: left
}

.plan-title span:last-child {
    opacity: .7;
    font-size: 14px;
    color: #797879;
    font-weight: 300;
    margin-top: 2px;
    float: left
}

.pricing-table-sub-header {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 50px
}

.pricing-feature-name {
    font-size: 16px;
    color: #323643;
    font-weight: 300
}

.feature-status {
    font-size: 16px;
    color: #797879;
    font-weight: 300
}

.pricing-para-link {
    color: #323643;
    border-bottom: .5px dotted #323643
}

.pricing-para-link:hover {
    color: #f16631;
    border-bottom: .5px dotted #f16631
}

.volume-table .pricing-para-link:hover {
    color: #537ec5;
    border-bottom: .5px dotted #537ec5
}

.pricing-head-link {
    border-bottom: .5px dotted #f16631;
    color: #f16631
}

.pricing-head-link:hover {
    color: #f16631;
    border-bottom: .5px dotted #f16631
}

.pricing-para-link[href^="#0"] {
    border-bottom: none
}

.pricing-para-link[href^="#0"]:hover {
    color: #323643;
    border-bottom: none;
    cursor: default
}

.header-row {
    margin-bottom: 10px
}

.even-row {
    padding: 8px 0
}

.odd-row {
    padding: 13px 0
}

.col-md-12.color-tracker .header-row {
    background: #fff !important
}

.col-md-12.color-tracker .header-row:hover {
    border: none !important
}

.col-md-12.color-tracker>div:nth-child(odd) {
    background: #fafafa
}

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

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1s
}

.view-more__section .plain-row {
    display: none
}

.view-more__section .plain-row.int-showcased {
    display: flex
}

.view-more__section.fadeIn .plain-row {
    display: flex
}

.pricing-no-tick,
.pricing-tick {
    width: 20px;
    height: 20px;
    background: url(https://cdnnetwork.databus.co/assets/images/site-nav/pricing-tick.svg) no-repeat left top
}

.pricing-no-tick {
    background: url(https://cdnnetwork.databus.co/assets/images/site-nav/pricing-no-tick.svg) no-repeat left top
}

.features-show-more {
    margin: 25px 0 50px
}

.features-show-more a {
    background: url(https://cdnnetwork.databus.co/assets/images/site-nav/pricing-show-more.svg) no-repeat 105px 13px;
    width: 132px;
    height: 37px;
    font-size: 14px;
    color: #323643;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid rgba(152, 157, 173, .4);
    float: left;
    padding: 6px 0 0 14px
}

.final-row {
    margin-top: 35px
}

.final-row-style p {
    font-weight: 500;
    font-size: 16px;
    color: #323643
}

.pricing-table-button {
    margin: 90px auto 150px;
    float: left;
    width: 100%
}

.pricing-table-button button {
    float: none
}

.question-row {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.question-column {
    width: 100%;
    cursor: pointer;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.question-row .question-column:last-child {
    margin-right: 0
}

.question-column h6 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.question-column p {
    font-size: 16px;
    color: #6d717e;
    line-height: 30px;
    font-weight: 300;
    margin-top: 12px;
    display: none
}

.frequent-questions {
    display: table;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}

.frequent-questions .question-row:first-child {
    margin-top: 0
}

.smart-rule-cta {
    background: url(https://cdnnetwork.databus.co/assets/images/site-nav/smart-rule-cta-bg.svg) no-repeat;
    height: 400px;
    width: 100%;
    float: left;
    margin-top: 50px
}

.smart-rule-cta .container {
    background: #fff;
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, .06);
    border-radius: 6px;
    border-top: 4px solid #f16631;
    margin-top: -10px;
    text-align: center;
    display: table
}

.smart-rule-cta h5 {
    font-size: 20px;
    color: #323643;
    margin: 60px 0 10px;
    font-weight: 500
}

.smart-rule-cta p {
    opacity: .8;
    font-size: 14px;
    font-weight: 300;
    color: #797879
}

.smart-cta-buttons a {
    font-size: 14px;
    font-weight: 400;
    background: #f16631;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 13px 30px;
    border: 2px solid #f16631;
    transition: all .3s ease;
    color: #fff
}

.smart-cta-buttons a:first-child {
    background: #323643;
    border: 1px solid #323643;
    color: #fff;
    margin-right: 60px
}

.smart-cta-buttons a:hover {
    background: #ff7946;
    box-shadow: none;
    transform: translate(0, 1px)
}

.smart-cta-buttons a:first-child:hover {
    background: 0 0;
    color: #323643
}

.smart-cta-buttons {
    display: table;
    margin: 50px auto 70px
}

p.star-info {
    position: absolute;
    bottom: 215px
}

.question-column p a {
    color: #0663c6
}

.pricing-table-header {
    padding-top: 20px
}

.fixed-pricing-header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 72px;
    z-index: 9;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .04)
}

.fixed-pricing-header .container {
    margin-bottom: 0;
    border: none;
    padding-bottom: 20px
}

.cta_button_wrap .cta_button {
    min-width: 200px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .pricing-plans {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .mighty-box {
        width: 44%
    }
    .mighty-box.fantastic-box {
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .mighty-box {
        width: 20%
    }
    .table-column {
        width: 136px
    }
    .question-column+.question-column,
    .question-row+.question-row {
        margin-top: 30px
    }
    .question-column {
        width: 100%;
        margin-right: 0
    }
}

.pricing-banner p,
.pricing-intro__para {
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto 60px;
    line-height: 1.7
}

.pricing-explainer {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 77%;
    align-items: stretch;
    min-height: 90px
}

.pricing-explainer__block {
    width: 50%;
    background: #fff;
    cursor: pointer;
    padding: 22px 0 16px;
    transition: all .2s linear;
    max-width: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pricing-explainer__block,
.pricing-explainer__block:hover {
    color: #212529
}

.chosen {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 24px 0 15px;
    transition: all .2s linear;
    border: none
}

.pricing-explainer_gfx {
    max-width: 100%;
    margin: 0 auto 40px
}

#pricingTable,
#volumeTable {
    display: none;
    opacity: 0;
    margin-top: 0
}

.agent-pricing__bg-wrap {
    background: #fff;
    box-shadow: 0 -8px 10px 0 RGBA(0, 0, 0, .02)
}

.agent-pricing__bg-wrap,
.volume-pricing__bg-wrap {
    padding-top: 50px
}

#pricingTable.visible,
#volumeTable.visible {
    display: block;
    height: auto;
    opacity: 1
}

.pricing-questions-section.pricing-table-features {
    position: relative
}

.pricing-questions-section::before {
    background: #fafafa;
    height: 475px;
    content: "";
    width: 100%;
    position: absolute
}

.pricing-plans {
    text-align: center
}

.pricing-intro {
    text-align: center
}

.pricing-comparer {
    padding-bottom: 50px
}

#volumeTable .mighty-box h4 {
    width: 150px;
    display: flex;
    align-items: center;
    font-size: 42px
}

.star-info__modified {
    padding: 30px 0 30px 15px;
    color: #9b9b9b
}

.pricing-explainer__heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.pricing-intro__head {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 40px
}

.pricing-banner .pricing-explainer__strapline {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: #ff6200;
    display: none
}

.pricing-banner .pricing-explainer__strapline.show {
    display: block
}

.cta_button.agent {
    background: #fff;
    color: #0c907d;
    border: 1px solid #0c907d
}

.cta_button.volume {
    background: #fff;
    color: #537ec5;
    border: 1px solid #537ec5
}

#pricingTable .pricing-intro__head {
    color: #0c907d
}

#volumeTable .pricing-intro__head {
    color: #537ec5
}

#pricingSticker,
#volumeHeader {
    position: sticky;
    position: -webkit-sticky;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff
}

.stickyMe {
    background: #fff;
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    z-index: 30;
    box-shadow: 0 0 5px 0 rgba(163, 164, 166, .2)
}

.stickyMe.pricing-table-header .new-container {
    border-bottom: none
}

#volumeTable .mo-subscript {
    font-size: 14px;
    padding-left: 5px;
    padding-top: 8px;
    line-height: 1.29;
    color: #323643;
    opacity: .8
}

#volumeTable .mighty-box p:last-child {
    font-size: 17px;
    color: #888;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 20px
}

.col-md-12.color-tracker.volume-table>div:nth-child(odd) {
    background: #fff
}

.col-md-12.color-tracker.volume-table>div:nth-child(even) {
    background: #fafafa
}

.table-title {
    padding-left: 10px
}

#volumeTable .toggle-buttons button.active-price-button {
    border-radius: 6px
}

.pricing-explainer__block.volume {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom: none
}

.pricing-explainer__block.agent {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom: none
}

.pricing-explainer__block.agent,
.pricing-explainer__block.volume {
    background-color: #ffeada;
    box-shadow: inset 0 -8px 10px 0 RGBA(0, 0, 0, .02)
}

.pricing-explainer__block.volume.chosen,
.pricing-explainer__block.volume:hover {
    color: #000;
    background: #fff;
    box-shadow: none
}

.pricing-explainer__block.agent.chosen,
.pricing-explainer__block.agent:hover {
    color: #000;
    background: #fff;
    box-shadow: none
}

#volumeTable .pricing-banner-para {
    max-width: 70%
}

#pricingTable .pricing-plans {
    align-items: stretch
}

.nav-container-sticky {
    box-shadow: -1px 4px 5px 0 rgba(163, 164, 166, .2)
}

.nav-container-sticky .container {
    border: none
}

.header-row,
.plain-row {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.plain-row {
    padding: 13px 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0 1px 0
}

.col-md-12.color-tracker .view-more__section>div:nth-child(odd).int-showcased:nth-child(1).normalised:hover,
.col-md-12.color-tracker .view-more__section>div:nth-child(odd).int-showcased:nth-child(1):hover,
.col-md-12.color-tracker .view-more__section>div:nth-child(odd):hover,
.col-md-12.color-tracker.volume-table>div:nth-child(even):hover,
.col-md-12.color-tracker>div:nth-child(odd):hover,
.plain-row:hover {
    background: #f7f7f7;
    border-left: none;
    border-right: none
}

.col-md-12.color-tracker>div:nth-child(odd).header-row {
    background: #fff;
    border: none
}

.col-md-12.color-tracker>div:nth-child(odd).view-more__section {
    border: none;
    background: #fff
}

.col-md-12.color-tracker .view-more__section>div:nth-child(odd),
.col-md-12.color-tracker .view-more__section>div:nth-child(odd).int-showcased:nth-child(1).normalised {
    background: #fafafa
}

.col-md-12.color-tracker .view-more__section>div:nth-child(odd).int-showcased:nth-child(1) {
    background: #fff
}

.table-title {
    width: 31%
}

.table-column {
    width: 16%;
    font-size: 16px;
    color: #797879;
    font-weight: 300
}

.plain-row:last-of-type .pricing-feature-name,
.plain-row:last-of-type .table-column,
.plain-row:nth-last-of-type(2) .pricing-feature-name,
.plain-row:nth-last-of-type(2) .table-column {
    font-weight: 500;
    color: #323643
}

#volumeTable .plain-row:last-of-type {
    background: #fafafa
}

.pricing-feature-list {
    display: flex;
    padding: 20px 35px 85px
}

.pricing-feature-list li {
    width: 100%;
    text-align: left;
    padding-left: 0;
    font-size: 14px;
    color: #555550;
    margin-bottom: 15px;
    list-style: circle;
    margin-left: 8px
}

.pricing-feature-list li:first-child {
    list-style: none;
    font-weight: 500;
    position: relative
}

.pricing-feature-list li:first-child:before {
    content: '+';
    position: absolute;
    left: -18px
}

#volumeTable .pricing-feature-list li:first-child:before {
    display: none
}

#volumeTable .pricing-feature-list li:first-child {
    list-style: circle;
    font-weight: 300
}

.pricing-feature-list li span {
    font-weight: 500
}

.pricing-feature-list li.plus-item {
    background: 0 0;
    padding-left: 0
}

.compare-plans-icon {
    margin: auto;
    text-align: center;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.compare-plans-icon p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: all .2s ease-in;
    padding: 40px 0;
    background: #f8f8f8
}

.pricing-comparison-table {
    opacity: 0;
    transform: translateY(-50px);
    z-index: -1;
    position: relative;
    visibility: hidden;
    max-height: 0;
    transition: all .3s ease-out
}

.pricing-comparison-table.open-table {
    opacity: 1;
    transform: translateY(0);
    z-index: 0;
    visibility: visible;
    max-height: 15000px;
    transition: all .3s ease-in
}

.open-table .pricing-table-features {
    display: block
}

.arrow-rotate {
    transform: rotate(180deg)
}

.question-column p a {
    color: #e8580a
}

.pricing-comparison-table .pricing-table-features .new-container {
    height: 0;
    overflow-y: hidden
}

.pricing-comparison-table.open-table .pricing-table-features .new-container {
    height: auto;
    overflow-y: auto
}

.faq-container {
    background: #fff;
    border-radius: 16px;
    margin-top: 60px;
    padding: 60px 100px;
    box-shadow: 0 20px 10px 0 rgba(0, 0, 0, .08)
}

@media (max-width:992px) {
    #pricingSticker,
    #volumeHeader {
        box-shadow: 1px 3px 5px 0 rgba(163, 164, 166, .2);
        top: 0
    }
    .compare-plans-icon {
        display: none
    }
}

@media (max-width:768px) {
    .question-column {
        width: 100%;
        margin-top: 0
    }
    .mighty-box {
        margin-right: 0;
        width: 100%
    }
    .mighty-box+.mighty-box {
        margin-top: 50px
    }
    .pricing-plans.div-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .volume-pricing__table .mighty-box {
        width: 100%
    }
    .volume-pricing__table .mighty-box+.mighty-box.fantastic-box {
        margin-top: 50px
    }
    .pricing-explainer {
        flex-wrap: wrap;
        min-height: 165px
    }
    .pricing-explainer__block {
        width: 50%
    }
    .pricing-explainer__heading {
        font-size: 16px
    }
    .pricing-explainer__block {
        padding: 25px 10px
    }
    .pricing-explainer__block.chosen {
        padding: 20px 10px
    }
    .pricing-banner .pricing-explainer__strapline {
        font-size: 12px
    }
}

@media (min-width:769px) and (max-width:991px) {
    .mighty-box {
        width: 48%
    }
    .mighty-box+.mighty-box {
        margin-top: 50px
    }
    .mighty-box+.mighty-box.fantastic-box {
        margin-top: 0
    }
}

@media (max-width:991px) {
    .table-title {
        width: 100%
    }
    .table-column {
        width: 24%;
        padding: 0 10px
    }
    .plain-row .table-title {
        padding-bottom: 20px
    }
    .header-row,
    .plain-row {
        flex-wrap: wrap
    }
}

@media (max-width:576px) {
    .table-column {
        width: 48%
    }
}

@media (max-width:993px) {
    .pricing-banner {
        background-size: 300%
    }
}

.hometab-slider {
    border-bottom: 1px solid #e6e6e6
}

.hometab-slider__list {
    max-width: 800px;
    margin: 0 auto;
    display: flex
}

.hometab-item {
    margin: 0 40px
}

.hometab-link {
    font-size: 16px;
    background: 0 0;
    color: #6d717e;
    font-weight: 300;
    padding: 0 15px 15px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    cursor: pointer
}

.hometab-item.active .hometab-link,
.hometab-link:hover {
    color: #323643;
    border-bottom: 3px solid var(--crm)
}

.hometab-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 1160px
}

.slider-content,
.slider-screen {
    width: 48%
}

.slider-screen img {
    max-width: 100%
}

.hometab-content__wrap {
    margin: 50px auto 0;
    position: relative
}

.slider-content h3 {
    font-size: 18px;
    color: #323643;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif
}

.slider-content p {
    font-size: 14px;
    color: #6d717e
}

#tabHomeCarousel .owl-nav {
    position: absolute;
    float: none;
    width: 100%;
    margin-top: 0;
    top: 0
}

#tabHomeCarousel.owl-carousel .owl-nav button.owl-next,
#tabHomeCarousel.owl-carousel .owl-nav button.owl-prev {
    float: none;
    width: auto;
    height: auto;
    background: 0 0;
    margin: 0;
    border-radius: 0;
    outline: 0;
    z-index: 99;
    position: static
}

#tabHomeCarousel.owl-carousel .owl-nav button.owl-next span {
    float: none;
    margin-right: 0
}

#tabHomeCarousel.owl-carousel .owl-nav button.owl-next span,
#tabHomeCarousel.owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    float: none;
    z-index: 10
}

#tabHomeCarousel.owl-carousel .owl-nav button.owl-next span {
    right: -100px
}

#tabHomeCarousel.owl-carousel .owl-nav button.owl-prev span {
    left: -100px
}

#testimonialCarousel .owl-nav {
    position: absolute;
    float: none;
    width: 100%;
    margin-top: 0;
    top: 0;
    z-index: 99
}

#testimonialCarousel.owl-carousel .owl-stage {
    display: flex
}

.owl-carousel .owl-item img {
    max-width: 100%
}

@media (min-width:1500px) and (max-width:1960px) {
    .feedback-text {
        min-height: 250px;
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    #testimonialCarousel .owl-nav.disabled {
        display: none
    }
    #tabHomeCarousel.owl-carousel .owl-nav button.owl-prev span {
        left: 45%
    }
    .happyfox-apps.client-testimonials {
        margin-bottom: 50px
    }
}

@media (max-width:1199px) {
    #tabHomeCarousel.owl-carousel .owl-stage-outer {
        padding-bottom: 170px
    }
    #tabHomeCarousel .owl-nav {
        top: 40%
    }
    #tabHomeCarousel.owl-carousel .owl-nav button.owl-next span {
        right: auto;
        left: 53%
    }
    #tabHomeCarousel.owl-carousel .owl-nav button.owl-prev span {
        left: 47%
    }
    #tabHomeCarousel.owl-carousel .owl-stage-outer {
        padding-bottom: 100px
    }
    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        height: 50px;
        width: 50px;
        background-size: contain
    }
}

@media (max-width:767px) {
    .hometab-item {
        margin: 0
    }
    .hometab-content {
        flex-direction: column
    }
    #tabHomeCarousel .owl-nav {
        top: 60%
    }
    .slider-content,
    .slider-screen {
        width: 100%
    }
    #sectionTwo .slider-screen {
        margin-bottom: 20px
    }
    #tabHomeCarousel.owl-carousel .owl-nav button.owl-prev span {
        left: 41%
    }
}

@media (max-width:576px) {
    .hometab-slider__list {
        margin-top: 40px
    }
}

@media (min-width:993px) and (max-width:1199px) {
    #testimonialCarousel.owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 260px
    }
    #testimonialCarousel.owl-carousel .owl-nav button.owl-next span {
        right: 53%
    }
    #testimonialCarousel.owl-carousel .owl-nav button.owl-prev span {
        left: 53%
    }
}

@media (min-width:1201px) and (max-width:1500px) {
    #tabHomeCarousel.owl-carousel .owl-nav button.owl-prev span {
        left: -30px;
        width: 50px;
        height: 50px;
        background-size: contain
    }
    #tabHomeCarousel.owl-carousel .owl-nav button.owl-next span {
        right: -30px;
        width: 50px;
        height: 50px;
        background-size: contain
    }
}

#player {
    background-size: 100%;
    position: relative;
    margin: 0 auto;
    cursor: pointer
}

.--databus-home__video #player {
    padding-top: 56.25%
}

#play-btn {
    display: block;
    width: 64px;
    height: 48px;
    position: absolute;
    left: 47%;
    top: 47%;
    background-size: 100%;
    transition: all .3s ease-in-out
}

#play-btn:hover {
    transform: scale(1.2)
}

.version_2 #player {
    background: 0 0;
    box-shadow: none
}

.pricing-button-container {
    display: flex;
    padding: 0 30px;
    flex-direction: column;
    position: absolute;
    width: 100%;
    bottom: 30px
}

.pricing-button {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .2s ease-in
}

.mighty-box:hover .pricing-button {
    background: var(--helpdesk);
    color: #fff !important
}

#Help-Desk-Pricing g {
    stroke: #000;
    transition: all .2s ease-in
}

.enterprise-box #Help-Desk-Pricing g,
.mighty-box:hover #Help-Desk-Pricing g {
    stroke: #fff
}

.mighty-box:hover {
    box-shadow: 0 20px 10px 0 rgba(0, 0, 0, .08);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.pricing-button:hover {
    color: #000
}

.pricing-button+.pricing-button {
    margin-top: 10px
}

.pricing-button.filled {
    background-color: rgba(231, 105, 90, .05);
    border: solid 1px #e7695a;
    color: #e7695a
}

.pricing-button.filled:hover {
    background-color: #e7695a;
    color: #fff;
    transition: all .2s ease-in
}

.pricing-button.filled.blue {
    color: #537ec5;
    background-color: rgba(83, 126, 197, .05);
    border: solid 1px #537ec5
}

.pricing-button.filled.blue:hover {
    background: #537ec5;
    color: #fff
}

.pricing-compare-detail {
    margin: 30px 0;
    color: #929292
}

.pricing-button.outlined {
    border: solid 1px rgba(50, 54, 67, .2)
}

.pricing-button.outlined:hover {
    background-color: #f4f6f6
}

.comp-price {
    display: none
}

#pricingTable .pricing-table-sub-header {
    margin-top: 30px
}

#pricingTable .mighty-box {
    height: auto
}

.new-container.pricing-comparison-wrapper {
    max-width: 1335px
}

.know-more__button {
    color: #323643;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    border: solid 1px #989dad;
    border-radius: 4px;
    margin: 20px 8px 20px 8px;
    cursor: pointer;
    background: 0 0
}

.pricing-more-products {
    margin: 150px 0 70px
}

.pricing-more-products h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 70px
}

.product-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    width: 95%;
    margin: 0 auto 80px;
    flex-wrap: wrap;

}

.product-row+.product-row {
    justify-content: flex-start
}

.product-showcase {
    width: 33%;
    border-radius: 16px;
    padding: 35px 70px;
    border: 1px solid #fff
}

.product-showcase:hover {
    border: 1px solid #dadada;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .08)
}

.product-showcase>img {
    margin-bottom: 25px
}

.product-showcase>h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px
}

.product-showcase>p {
    font-size: 16px;
    color: #555;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px
}

.product-showcase>a {
    color: #000;
    font-weight: 500;
    font-size: 16px
}

.product-showcase>a img {
    margin-left: 4px
}

@media (max-width:576px) {
    #play-btn {
        left: 42%;
        top: 43%
    }
}

@media (max-width:1500px) {
    .product-showcase {
        padding: 35px 20px
    }
    .pricing-explainer {
        max-width: 60%
    }
    .pricing-explainer__block {
        width: 48%
    }
}

@media (max-width:1200px) {
    .mighty-box {
        width: 24%
    }
}

@media (max-width:992px) {
    .pricing-explainer {
        max-width: 100%
    }
    .mighty-box {
        width: 48%
    }
    .compare-plans-icon {
        display: block
    }
    .product-showcase {
        width: 70%;
        margin: 20px auto 0
    }
    .product-row {
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .mighty-box {
        width: 90%;
        margin: auto
    }
    .pricing-explainer {
        min-height: auto
    }
    .pricing-plans .mighty-box:last-child {
        margin: 50px auto 0
    }
    .faq-container {
        padding: 60px 50px
    }
    .product-showcase {
        width: 90%
    }
    .product-row {
        margin: 0 auto
    }
    .product-showcase>p br {
        display: none
    }
}

@media (max-width:576px) {
    .pricing-banner h1 {
        margin: 50px 0
    }
    .pricing-banner {
        background-size: cover
    }
}

.topbar {
    background-color: #181c20;
    color: #fff;
    font-size: .875rem;
    z-index: 50;
    position: relative
}

.topbar .topbar__wrap {
    display: flex;
    align-items: center;
    height: 60px
}

.topbar .topbar__logo {
    padding-right: 24px
}

.topbar .topbar__logo .brand-logo {
    display: flex
}

.topbar-link {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    border: 1px solid transparent
}

.topbar .topbar__productlist {
    flex: 1;
    flex-wrap: nowrap
}

.topbar .topbar__navwrap {
    margin-bottom: 0
}

.topbar .topbar__productlist .topbar-list .list-item {
    display: inline-block;
    margin-right: .15rem
}

.topbar .topbar-link {
    padding: 6px 15px;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased
}

.topbar .topbar-link:hover {
    color: #fff
}

.topbar .topbar-link.active {
    border-radius: 8px;
    background-color: rgba(68, 73, 78, .5)
}

.nav_block {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10
}

.nav {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(163, 164, 166, .2)
}

.top-margin {
    padding: 0
}

.nav__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.nav__brand {
    width: 30%;
    display: inline-block;
    padding: 25px 10px;
    transition: .3s all ease
}

.nav .nav__brand a {
    color: #ce2525;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5
}

.nav__options {
    display: flex;
    width: 70%;
    justify-content: flex-end;
    align-items: center;
    transition: .3s all ease;
    margin-bottom: 0
}

.nav__link {
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    padding: 5px 10px;
    color: #181c20;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif
}

.nav__link img {
    opacity: 0
}

.nav__options li:hover .nav__link {
    color: #181c20;
    background: #eaebef;
    border-radius: 3px;
    font-family: 'Nunito Sans', sans-serif
}

.nav__options li:hover .nav__link img {
    opacity: 1;
    transform: rotateY(180deg)
}

.dropbox {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 10px 0 rgba(45, 35, 66, .1);
    background: linear-gradient(291deg, #f9f9f9, #f9f9f9), linear-gradient(293deg, #fff, #fff);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 30% 100%, 70% 100%;
    display: flex;
    align-items: stretch;
    visibility: hidden;
    transition: all .3s ease-in;
    opacity: 0;
    visibility: hidden
}

.dropbox__wrap {
    display: flex
}

.dropbox__sub {
    width: 18%;
    background: #f9f9f9;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.dropbox__sub--big {
    width: 82%;
    background: #fff;
    flex-direction: row;
    justify-content: space-between
}

.dropbox__heading {
    font-size: 1.5rem;
    font-weight: 300;
    color: #44494e;
    padding: 20px 0 80px
}

.dropbox__snip a {
    color: #181c20;
    font-size: 1rem;
    font-weight: 400;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none
}

.dropbox__snip img {
    vertical-align: middle;
    margin-left: 5px
}

.dropbox__list {
    padding: 0 3%;
    min-width: 25%;
    box-sizing: border-box
}

.dropbox__list li {
    font-size: .875rem;
    font-weight: 300;
    line-height: 2.14;
    color: #a3a4a6;
    transition: all .2s ease-in-out
}

.dropbox__list li:hover {
    color: #181c20;
    cursor: pointer
}

.dropbox__list li a {
    color: #666;
    font-weight: 400
}

.dropbox__list li a:hover {
    color: #181c20
}

.dropbox__list li .dropbox__list__header a,
.dropbox__list__header {
    font-size: .875rem;
    font-weight: 500;
    color: #181c20;
    line-height: 2.14;
    margin: 15px 0
}

.dropbox__list li .dropbox__list__header a,
.dropbox__list__header {
    text-transform: uppercase;
    color: #e2434b;
    font-size: 13px;
    margin: 15px 0 7px
}

.dropbox__list li .dropbox__list__header a {
    font-weight: 500
}

.nav__options li {
    margin-right: 10px
}

.nav__options li.parent-list {
    padding: 21px 0
}

.nav__options li:hover .dropbox {
    opacity: 1;
    transform: none;
    visibility: visible
}

.nav__options .nav-button-wrap {
    margin-left: 2.5rem
}

.mobile-demo-button .button,
.nav__options .button {
    font-size: .75rem;
    padding: .4rem .65rem;
    min-width: 128px;
    background-color: #ce2525;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: .5rem;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.nav__options .button:hover {
    background-color: #ee4545
}

.dropdown__list-two {
    margin-top: 49px
}

div.tour-landing-banner {
    margin-top: 0
}

.sticky-header {
    z-index: 1
}

.mobile-demo-button,
.mobile-nav-icon,
.nav__options li .dropbox__list__header img {
    display: none
}

.nav__options li img {
    transform: rotate(180deg)
}

.nav__options .dropbox__snip img {
    display: block;
    padding-left: 10px;
    transform: rotate(0)
}

.down-red-arrow {
    display: none
}

.pricing-nav {
    margin-right: 20px
}

.nav__options li.pricing:hover .nav__link svg {
    opacity: 0
}

.new-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box
}

.new-container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

footer *,
footer ::after,
footer ::before,
header *,
header ::after,
header ::before {
    box-sizing: border-box
}

li {
    list-style: none
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header p {
    margin: 0
}

footer .row:after,
footer .row:before,
header .row:after,
header .row:before {
    display: block
}

.topbar__navwrap {
    display: none
}

.--databus-dropdown {
    position: relative
}

.--databus-dropdown__value {
    color: #fff;
    background: url(https://cdnnetwork.databus.co/assets/images/site-nav/arrow-down.svg) no-repeat right 15px center;
    background-color: #44494e;
    background-size: 14px;
    border-radius: 8px;
    display: block;
    padding: 5px 30px 5px 12px;
    width: 150px;
    min-height: 32px;
    font-weight: 500
}

.--databus-dropdown-list {
    background: #fff;
    list-style: none;
    padding: 5px 0;
    position: absolute;
    border-radius: 8px;
    box-shadow: 0 2px 20px 10px rgba(0, 0, 0, .1);
    border: solid 1px #e6e6e6;
    left: 0;
    top: 34px;
    width: auto;
    min-width: 180px;
    display: none
}

.--databus-dropdown-list li a {
    padding: 8px 15px;
    font-weight: 500;
    display: block;
    color: #44494e;
    outline: 0;
    text-decoration: none
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:993px) {
    .--databus-dropdown__value {
        display: none
    }
    .topbar__navwrap {
        display: block
    }
}

@media (min-width:1501px) {
    .new-container {
        max-width: 1440px
    }
}

@media (max-width:1500px) {
    .new-container {
        max-width: 1140px
    }
}

body footer a,
body footer a:hover,
body footer button,
body footer h1,
body footer h2,
body footer h3,
body footer h4,
body footer h5,
body footer h6,
body footer p {
    font-family: 'Nunito Sans', sans-serif
}

body footer ul,
body header ul {
    margin: 0;
    padding: 0
}

body footer li,
body header li {
    list-style: none
}

footer {
    background: #181c20;
    width: 100%;
    float: left
}

.full-border {
    background: #fff;
    height: 2px;
    opacity: .1;
    width: 100%;
    display: none
}

.top-footer {
    margin-top: 60px;
    display: inline-block;
    width: 100%
}

.top-footer h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 8px
}

.top-footer p {
    color: #fff;
    opacity: .8;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 55px
}

.demo-button {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    border: none;
    padding: 12px 30px;
    float: right;
    transition: all .3s ease;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.demo-button:hover {
    box-shadow: none;
    transform: translate(0, 1px)
}

.footer-column {
    width: 252px;
    float: left;
    margin: 20px 40px 30px 0
}

.last-footer-column {
    margin-right: 0
}

.footer-column h2 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 30px 0 12px
}

.footer-column p {
    margin-bottom: 10px
}

.footer-column p,
.footer-column p a {
    font-size: 13px;
    color: #a3a4a6
}

.footer-column p a:hover {
    color: #fff
}

.footer-logo {
    margin-bottom: 40px
}

.footer-logo img {
    margin: 20px auto;
    display: table
}

.footer-logo p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    opacity: .8
}

.footer-bottom-links {
    float: left;
    margin-bottom: 40px
}

.footer-bottom-links ul li {
    display: inline-block;
    margin-right: 20px
}

.copy-right-text p,
.footer-bottom-links .selectpicker,
.footer-bottom-links ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    opacity: .5
}

.footer-social-icons ul li {
    float: left;
    margin-right: 20px
}

.footer-social-icons ul li:last-child {
    margin: 0
}

.footer-social-icons ul {
    margin: auto;
    display: table
}

.copy-right-text {
    text-align: right
}

.footer-product-lists {
    padding: 10px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: rgb(92 96 100 / .5)
}

.product-list-wrap ul,
.product-list-wrap ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.product-list-wrap ul li a img {
    margin-right: 10px
}

.product-list-wrap ul li a {
    padding: 20px 30px;
    font-size: 13px;
    color: #fff;
    font-weight: 500
}

.product-list-wrap ul.product-list-inner li a {
    padding: 15px 20px
}

.product-list-wrap {
    margin: auto
}

.footer-product-lists {
    width: 100%;
    margin: 10px auto 40px
}

.footer-links .col-md-12 {
    display: flex;
    justify-content: center
}

.footer-links .col-md-12 .footer-column:first-child {
    width: 200px
}

.footer-links .col-md-12 .footer-column:last-child {
    width: 200px;
    margin-right: 0
}

.footer-bottom-links ul li a:hover {
    opacity: 1
}

@media (max-width:1500px) {
    .footer-column p a {
        font-size: 13px
    }
    .footer-product-lists {
        width: 100%
    }
}

@media (max-width:1500px) {
    .footer-bottom-links ul li {
        margin-right: 15px
    }
}

.--databus-productbar {
    background: #fff;
    position: relative;
    z-index: 150
}

.--databus-productbar.product-menu-active {
    z-index: 151;
    border-bottom: 1px solid rgb(0 0 0 / 10%)
}

.--databus-productbar a,
.--databus-productbar a:hover {
    text-decoration: none
}

.--databus-productbar__wrap {
    display: flex;
    align-items: center
}

.--databus-productbar__logo-wrap {
    max-width: 140px;
    width: 14.4%
}

.--databus-productbar__link,
.--databus-productbar__product-page {
    padding: 16.5px 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #646f79;
    border-bottom: 2px solid transparent
}

.--databus-productbar__product-page.active+.--databus-productvar__border-anime {
    width: 100%
}

.--databus-productbar__link:hover,
.--databus-productbar__product-page.active,
.--databus-productbar__product-page:hover {
    color: #181c20
}

.--databus-productbar__login {
    width: calc(30% - 140px);
    text-align: right
}

.--databus-productbar__products {
    width: 70%;
    position: relative
}

#customer_service,
#it_support {
    width: 100%
}

#customer_service {
    left: 0
}

#it_support {
    left: 94px
}

.--databus-productbar__product-list {
    display: flex
}

.--databus-productbar__logo {
    max-width: 116px;
    width: 100%
}

.--databus-productbar__logo-wrap .--databus-productbar__link {
    padding: 0
}

.--databus-productbar__login .--databus-productbar__link {
    padding: 7px 10px
}

.--databus-productbar__login .--databus-productbar__link:hover {
    background: #fff;
    border-radius: 10px
}

.--databus-productbar__product-list-item {
    display: flex;
    flex-direction: column
}

.--databus-productbar__product-list-item,
.--databus-productnav__menu-list-item {
    line-height: 1.5
}

.--databus-productnav__menu-list-item {
    margin-right: 10px
}

.--databus-productvar__border-anime {
    display: block;
    height: 2px;
    background: #e8580a;
    width: 0;
    transition: width .2s ease-in
}

.--databus-productbar__product-list-item.non_hover.result_hover:hover .--databus-productvar__border-anime {
    background: #e8580a;
    width: 100%
}

.--databus-productbar__product-list-item:nth-child(2) .--databus-productbar__product-page+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(2) .--databus-productbar__product-page.active+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(2).non_hover.result_hover:hover .--databus-productvar__border-anime {
    background: #ffa300
}

.--databus-productbar__product-list-item:nth-child(3) .--databus-productbar__product-page+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(3) .--databus-productbar__product-page.active+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(3).non_hover.result_hover:hover .--databus-productvar__border-anime {
    background: #c11819
}

.--databus-productbar__product-list-item:nth-child(4) .--databus-productbar__product-page+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(4) .--databus-productbar__product-page.active+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(4).non_hover.result_hover:hover .--databus-productvar__border-anime {
    background: #249d60
}

.--databus-productbar__product-list-item:nth-child(5) .--databus-productbar__product-page+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(5) .--databus-productbar__product-page.active+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(5).non_hover.result_hover:hover .--databus-productvar__border-anime {
    background: #082971
}

.--databus-productbar__product-list-item:nth-child(6) .--databus-productbar__product-page+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(6) .--databus-productbar__product-page.active+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(6).non_hover.result_hover:hover .--databus-productvar__border-anime {
    background: #175cda
}

.--databus-productbar__product-list-item:nth-child(7) .--databus-productbar__product-page+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(7) .--databus-productbar__product-page.active+.--databus-productvar__border-anime,
.--databus-productbar__product-list-item:nth-child(7).non_hover.result_hover:hover .--databus-productvar__border-anime {
    background: #7c00d4
}

.--databus-productbar__product-list-item.non_hover.result_hover {
    opacity: 1
}

.--databus-productbar__product-list-item.non_hover {
    opacity: .5
}

@media(min-width:1501px) {
    .--databus-productbar__link,
    .--databus-productbar__product-page {
        font-size: 14px;
        padding: 16.5px 20px
    }
}

@media(min-width:993px) and (max-width:1200px) {
    .--databus-productbar__link,
    .--databus-productbar__product-page {
        padding: 16.5px 11px;
        text-align: center
    }
}

.--databus-productnav__btn-wrap,
.--databus-productnav__logo-wrap .--databus-productnav__link,
.--databus-productnav__menu-list,
.--databus-productnav__wrap {
    display: flex;
    align-items: center
}

.--databus-productnav__btn-wrap,
.--databus-productnav__menu-list,
.--databus-productnav__wrap {
    justify-content: space-between
}

.--databus-productnav__logo-wrap {
    display: flex
}

.--databus-productnav__wrap {
    z-index: 15;
    padding: 3px 0
}

.--databus-productnav__logo-wrap .--databus-productnav__link {
    justify-content: flex-start
}

.--databus-productnav__logo-wrap .--databus-productnav__link:hover .--databus-productnav__heading {
    color: #646f79
}

.--databus-productnav__logo-wrap {
    max-width: 450px;
    width: 13%
}

.--databus-productnav__btn-wrap {
    justify-content: flex-end;
    width: 9%
}

.--databus-productnav__menu-list {
    width: 75%;
    justify-content: center;
    padding: 0
}

.--databus-productnav__logo {
    width: 20px
}

.--databus-productnav__logo-text {
    font-size: 21px;
    font-weight: 400;
    color: #1E293B;
}

.--databus-productnav__heading {
    font-size: 14px;
    font-weight: 500;
    color: #181c20
}

.--databus-productnav__menu-text {
    font-size: 16px;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 10px;
    position: relative
}

.--databus-productnav__menu-link {
    padding: 12px 15px 12px 15px;
    color: #181c20;
    display: inline-block;
    cursor: pointer
}

.--databus-productbar .--databus-productnav__menu-link {
    padding: 17px 0;
    border-bottom: 1px solid transparent
}

.--databus-productbar .--databus-productnav__menu-link.active .--databus-productnav__menu-text {
    background: 0 0
}

.--databus-productbar .--databus-productnav__menu-link.active,
.--databus-productbar .--databus-productnav__menu-link:hover {
    border-bottom: 1px solid #000
}

.--databus-productbar .--databus-productnav__menu-link.active.--databus-productbar__add-hover {
    border-bottom: 1px solid transparent
}

.--databus-productnav__menu-link.--databus-productbar__add-hover:after {
    max-width: 95px;
    content: '';
    height: 1px;
    width: 100%;
    background: 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block
}

.--databus-productbar .--databus-productnav__menu-link.active.--databus-productbar__add-hover:after {
    background: #000
}

.--databus-productnav__menu-link.--databus-productbar__add-hover {
    position: relative
}

.--databus-productbar .--databus-productnav__menu-text {
    font-size: 14px
}

.--databus-productnav__menu-link:not([href]):not([tabindex]) {
    color: #181c20;
    background:#BBCFE5;
}

.--databus-productbar .--databus-productnav__menu-link:hover .--databus-productnav__menu-text:before,
.--databus-productnav__menu-link.active .--databus-productnav__menu-text:before,
.--databus-productnav__menu-link:hover .--databus-productnav__menu-text,
.--databus-productnav__menu-link:hover .--databus-productnav__menu-text:before {
    color: #181c20
}

.--databus-productbar .--databus-productnav__menu-link:hover .--databus-productnav__menu-text:before,
.--databus-productnav__menu-link.active .--databus-productnav__menu-text:before,
.--databus-productnav__menu-link:hover .--databus-productnav__menu-text:before {
    background: #f8f8f8
}

.--databus-productnav__menu-link.active .--databus-productnav__menu-arrow {
    transform: rotate(180deg);
    transition: trasnform .3s ease-in-out
}

.--databus-productnav__menu-arrow {
    width: 10px;
    height: 10px;
    padding: 1px
}

.--databus-productnav {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 150;
    background: #BBCFE5;
}

.--databus-productnav.chatbot {
    background: #defff5
}

.--databus-productnav.assist-ai {
    background: #fbf7ea
}

.--databus-productnav.workflows {
    background: #ecf3ff
}

.--databus-productnav.live-chat {
    background: #fff5ec
}

.--databus-productnav.inapp-chat {
    background: #f9f4ff
}

.--databus-productnav.bi {
    background: #f3ebef
}

.--databus-productnav:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 11;
    pointer-events: none
}

.--databus-productbar__overlay {
    height: 100vh;
    width: 100vw;
    background-color: #000;
    opacity: 0;
    position: fixed;
    top: 59px;
    left: 0;
    z-index: -1;
    transition: opacity .3s linear;
    content: "";
    pointer-events: none
}

.--databus-productbar.active .--databus-productbar__overlay {
    opacity: .6;
    z-index: 20;
    pointer-events: none
}

.--databus-productbar.active .--databus-productbar__overlay.remove__overlay {
    opacity: 0
}

.--databus-productbar.active.less-color:before {
    opacity: .2
}

.--databus-productnav__btn {
    font-size: 14px;
    font-weight: 500;
    background: var(--crm);
    color: #fff;
    outline: 0;
    border: none;
    display: inline-block;
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    white-space: nowrap
}

.--databus-productnav__btn.--databus-livechat {
    background: var(--live-chat)
}

.--databus-productnav__btn.--databus-chatbot {
    background: var(--chatbot)
}

.--databus-productnav__btn.--databus-workflows {
    background: var(--workflows)
}

.--databus-productnav__btn.--databus-bi {
    background: var(--bi)
}

.--databus-productnav__btn.--databus-inapp-chat {
    background: var(--inapp-chat)
}

.--databus-productnav__btn.--databus-assist-ai {
    background: var(--assist-ai)
}

.--databus-productnav__drop-box.show {
    z-index: 10;
    opacity: 1;
    visibility: visible
}

.--databus-productbar__product-list .--databus-productnav__drop-box .new-container,
.product-menu-active .--databus-productbar__product-list .--databus-productnav__drop-box {
    background: #fff
}

.--databus-productbar__product-list .--databus-productnav__drop-box .new-container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.--databus-productbar__product-list .--databus-productnav__drop-box {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.--databus-productbar__product-list-item .--databus-productnav__drop-box,
.product-menu-active .--databus-productnav__drop-box {
    top: 59px
}

.product-menu-active .--databus-productnav__drop-box {
    background-image: linear-gradient(291deg, #f9f9f9, #f9f9f9), linear-gradient(293deg, #fff, #fff);
    background-size: 28% 100%, 72% 100%
}

.product-menu-active .--databus-productnav__drop-box.show {
    z-index: 20
}

.--databus-productnav__drop-box {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    background: linear-gradient(293deg, #fff, #fff), linear-gradient(291deg, #f9f9f9, #f9f9f9);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 75% 100%, 25% 100%;
    top: 60px
}

.--databus-productnav__drop-box .new-container {
    background: linear-gradient(293deg, #fff, #fff), linear-gradient(291deg, #f9f9f9, #f9f9f9);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 75% 100%, 25% 100%;
    padding: 40px 0
}

.--databus-productnav__drop-box a:hover {
    text-decoration: none
}

#helpdeskFeatures .new-container,
#helpdeskSolutions .new-container {
    background-size: 65% 100%, 25% 100%
}

#helpdeskResources .new-container {
    background-size: 50% 100%, 50% 100%
}

.--databus-productnav__drop-box.slideOutUp {
    animation: slideOutUp;
    animation-duration: .1s
}

.--databus-productbar .--databus-productnav__drop-box.slideOutUp {
    animation: none;
    animation-duration: 0s
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0
    }
}

.--databus-productnav__feature-wrap {
    display: flex;
    justify-content: space-between
}

.show .--databus-productnav__feature-1,
.show .--databus-productnav__feature-2,
.show .--databus-productnav__feature-3,
.show .--databus-productnav__feature-4,
.show .--databus-productnav__integration-box {
    transition: transform .3s ease-out;
    transform: translateX(0)
}

.slideOutUp .--databus-productnav__feature-1,
.slideOutUp .--databus-productnav__feature-2,
.slideOutUp .--databus-productnav__feature-3,
.slideOutUp .--databus-productnav__feature-4,
.slideOutUp .--databus-productnav__integration-box {
    transform: translateX(0);
    transition: transform .2s ease-in
}

.--databus-productnav__feature-1,
.--databus-productnav__feature-2,
.--databus-productnav__feature-3,
.--databus-productnav__feature-4,
.--databus-productnav__integration-box {
    transform: translateX(10px)
}

.--databus-productnav__feature-1,
.--databus-productnav__feature-3 {
    padding: 0 20px;
    width: 23%
}

.--databus-productnav__feature-2 {
    width: 50%;
    padding: 0 20px
}

.--databus-productnav__feature-head {
    font-size: 14px;
    font-weight: 500;
    color: #646f79;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(128, 137, 144, .2);
    margin-bottom: 10px;
    text-transform: uppercase
}

.--databus-productnav__feature-3 .--databus-productnav__feature-head {
    margin-bottom: 15px
}

.--databus-productnav__feature-icon {
    min-width: 15px;
    min-height: 15px;
    margin-right: 20px;
    margin-top: 5px
}

.--databus-productnav__feature-box {
    display: flex;
    max-width: 301px;
    padding: 20px 30px;
    border-radius: 10px;
    position: relative;
    align-items: flex-start
}

.--databus-productnav__feature-box-text {
    margin-bottom: 0
}

.--databus-productnav__drop-box.show .--databus-productnav__feature-box,
.--databus-productnav__drop-box.show .--databus-productnav__featured-sliderbox,
.--databus-productnav__drop-box.show .--databus-productnav__integration-box {
    opacity: 1;
    transition: opacity .3s ease-in
}

.--databus-productnav__feature-box,
.--databus-productnav__featured-sliderbox,
.--databus-productnav__integration-box {
    opacity: 0
}

.--databus-productnav__feature-box-title {
    font-size: 14px;
    font-weight: 400;
    color: #181c20;
    display: block;
    padding-bottom: 10px;
    line-height: 1;
    display: inline-flex
}

.--databus-productnav__feature-box-title:after,
.--databus-productnav__integration-text:after {
    width: 15px;
    height: 15px;
    content: '';
    background-image: url(https://cdnnetwork.databus.co/assets/images/site-nav/menu-small-arrow-grey.svg);
    opacity: 0;
    margin-left: 5px;
    display: inline-block
}

.--databus-productnav__feature-box:hover .--databus-productnav__feature-box-title:after,
.--databus-productnav__integration-box-item:hover .--databus-productnav__integration-text:after {
    opacity: 1
}

.--databus-productnav__feature-box-para {
    font-size: 13px;
    font-weight: 300;
    color: #646f79;
    display: inline-block;
    line-height: 1.54
}

.--databus-productnav__feature-2-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.--databus-productnav__feature-2-inner .--databus-productnav__feature-box {
    margin-right: 30px
}

.--databus-productnav__feature-2-inner .--databus-productnav__feature-box:nth-child(2) {
    margin-top: 0
}

.--databus-productnav__feature-box-more {
    background: #f4f6f6;
    color: #000;
    padding: 10px 25px;
    border-radius: 10px
}

.--databus-productnav__feature-box-more.white {
    background-color: #fff
}

.--databus-productnav__feature-box-more.white:hover,
.--databus-productnav__feature-box-more:hover {
    color: #000;
    background: #dce3e3
}

.--databus-productnav__feature-box-more:hover .--databus-productnav__follow,
.--databus-productnav__featured-sliderbox:hover .--databus-productnav__follow {
    transform: translateX(10px);
    transition: all .3s ease-in
}

.--databus-productnav__integration-text {
    font-size: 14px;
    font-weight: 400;
    color: #181c20;
    display: flex;
    align-items: center
}

.--databus-productnav__integration-icon {
    max-width: 20px;
    margin-right: 10px;
    width: 20px;
    height: 20px
}

.--databus-productnav__integration-box-item {
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative
}

#helpdeskSolutions .--databus-productnav__feature-2-inner .--databus-productnav__feature-box:nth-child(3) {
    margin-top: 0
}

#helpdeskSolutions .--databus-productnav__feature-2 {
    width: 55%
}

#helpdeskSolutions .--databus-productnav__feature-2-inner .--databus-productnav__feature-box {
    margin-right: 50px
}

#helpdeskSolutions .--databus-productnav__feature-1 {
    width: 75%
}

.--databus-productnav__feature-1-in-wrap {
    display: flex;
    justify-content: space-between
}

.--databus-productnav__feature-4 {
    width: 48%;
    padding: 0 20px
}

.--databus-productnav__feature-4 .--databus-productnav__feature-head {
    margin-bottom: 5px
}

.--databus-productnav__featured-sliderbox {
    display: flex;
    padding: 20px 15px;
    border-radius: 10px;
    align-items: center
}

.--databus-productnav__featured-sliderbox.active,
.--databus-productnav__featured-sliderbox:hover {
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(128, 137, 144, .2)
}

.--databus-productnav__slider-icon {
    max-width: 142px;
    width: 100%;
    margin-right: 20px;
    max-height: 81px
}

.--databus-productnav__slider-text span {
    display: block
}

.--databus-productnav__slider-label {
    font-size: 13px;
    line-height: 1.54;
    color: #646f79;
    margin-bottom: 5px;
    text-transform: uppercase
}

.--databus-productnav__featured-sliderbox+.--databus-productnav__featured-sliderbox {
    margin-top: 0
}

.--databus-productnav__slider-text .--databus-productnav__feature-box-more {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #808990;
    background: 0 0;
    margin-top: 10px;
    display: block
}

.--databus-productnav__featured-sliderbox:hover .--databus-productnav__feature-box-more {
    color: #e8580a
}

.--databus-productnav__feature-2-inner.dual-column {
    justify-content: space-between
}

.--databus-productnav__feature-2-inner.dual-column .--databus-productnav__feature-2-inner.dual-column {
    margin-right: 0
}

.--databus-productnav__feature-box:hover {
    transition-delay: 0 !important
}

.--databus-productnav__feature-box::before {
    background: #f4f6f6
}

.--databus-productnav__feature-box.--databus-see-more::before {
    display: none
}

.--databus-indigo:hover .--databus-box__inner-arrow {
    fill: #6c50ba
}

.--databus-blue:hover .--databus-box__inner-arrow {
    fill: #1a7dfd
}

.--databus-seablue:hover .--databus-box__inner-arrow {
    fill: #07c6cb
}

.--databus-darkblue:hover .--databus-box__inner-arrow {
    fill: #588df8
}

.--databus-green:hover .--databus-box__inner-arrow {
    fill: #2fca29
}

.--databus-liteblue:hover .--databus-box__inner-arrow {
    fill: #438ad8
}

.--databus-red:hover .--databus-box__inner-arrow {
    fill: #db0d0c
}

.--databus-litered:hover .--databus-box__inner-arrow {
    fill: #d75d77
}

.--databus-indigo-bt:hover .--databus-box__inner-arrow {
    fill: #7c5ae0
}

.--databus-orange:hover .--databus-box__inner-arrow {
    fill: #e8580a
}

.--databus-brown:hover .--databus-box__inner-arrow {
    fill: #d7790d
}

.--databus-dark-blue:hover .--databus-box__inner-arrow {
    fill: #3d5091
}

.--databus-dark-green:hover .--databus-box__inner-arrow {
    fill: #139196
}

.--databus-productnav__feature-box:before,
.--databus-productnav__integration-box-item:before,
.--databus-productnav__menu-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    border-radius: 10px
}

.--databus-productnav__btn.--databus-livechat::after {
    background: var(--live-chat)
}

.--databus-productnav__btn.--databus-chatbot::after {
    background: var(--chatbot)
}

.--databus-productnav__btn.--databus-workflows::after {
    background: var(--workflows)
}

.--databus-productnav__btn.--databus-bi::after {
    background: var(--bi)
}

.--databus-productnav__btn.--databus-inapp-chat::after {
    background: var(--inapp-chat)
}

.--databus-productnav__btn.--databus-assist-ai {
    color: #000
}

.--databus-productnav__btn.--databus-assist-ai::after {
    background: var(--assist-ai)
}

.--databus-productnav__btn:hover::after {
    opacity: 1
}

div.--databus-productnav__feature-box:hover::before {
    background-image: none
}

.--databus-productnav__feature-box:hover::before,
.--databus-productnav__integration-box-item:hover::before,
.--databus-productnav__menu-link:hover .--databus-productnav__menu-text:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.--databus-productnav__integration-box-item:before {
    background: #fff
}

.--databus-productnav__featured-sliderbox .--databus-productnav__slider-text {
    color: #212529
}

.--databus-productnav__feature-box:hover .--databus-productnav__feature-box-para,
.--databus-productnav__integration-box-item:hover .--databus-productnav__feature-box-para {
    color: #181c20
}

.--databus-productnav__feature-box-title svg,
.--databus-productnav__integration-box-item svg {
    margin-left: 5px
}

.--databus-box__inner-arrow {
    opacity: 0
}

.--databus-productnav__feature-box:hover .--databus-box__inner-arrow,
.--databus-productnav__integration-box-item:hover .--databus-box__inner-arrow {
    opacity: 1
}

.--databus-productnav__menu-link.active .--databus-productnav__menu-text {
    background: rgb(255, 255, 255, .8);
    font-weight: 500
}

.--databus-productbar__product-list .--databus-productnav__menu-text {
    font-weight: 400
}

#customer_service_mobile .new-container {
    padding-top: 0
}

@media(min-width:993px) {
    .--databus-productnav__menu-link.--databus-productbar__add-hover {
        width: 100%
    }
}

@media(min-width:993px) and (max-width:1200px) {
    .--databus-productnav__menu-list {
        width: 80%
    }
    .--databus-productnav__btn-wrap {
        width: 15%
    }
    .--databus-productnav__menu-list-item .--databus-productnav__menu-link {
        padding: 15px
    }
    #customer_service_mobile .new-container {
        padding-left: 15px
    }
}

@media(min-width:1201px) and (max-width:1500px) {
    .--databus-productnav__feature-2-inner .--databus-productnav__feature-box:nth-child(2n) {
        margin-right: 0
    }
    .--databus-productnav__feature-1,
    .--databus-productnav__feature-3 {
        width: 25%
    }
    .--databus-productnav__feature-box {
        max-width: 242px
    }
    #helpdeskSolutions .--databus-productnav__feature-2-inner .--databus-productnav__feature-box:nth-child(3n) {
        margin-right: 0
    }
    #helpdeskSolutions .--databus-productnav__feature-box {
        max-width: 212px
    }
}

@media(max-width:1200px) {
    .--databus-productbar {
        z-index: 151
    }
    .--databus-productnav__wrap {
        justify-content: space-between;
        padding: 9.5px 0
    }
    .--databus-productnav__menu-list {
        position: absolute;
        top: 50px;
        left: 0;
        background: #fff;
        width: 100%;
        overflow: scroll;
        height: calc(100vh - 95.5px);
        z-index: 9;
        display: none;
        margin-right: 0;
        padding: 0 30px
    }
    .--databus-productnav__menu-list.open {
        display: block
    }
    .--databus-productnav__menu-list-item {
        max-width: 940px;
        margin: 0 auto;
        padding: 0;
        width: 100%
    }
    .--databus-productnav__feature-box,
    .--databus-productnav__featured-sliderbox,
    .--databus-productnav__integration-box {
        display: none
    }
    .--databus-productnav__drop-box {
        height: 0;
        background: 0 0;
        position: static;
        box-shadow: none
    }
    .--databus-productnav__btn-wrap {
        width: auto
    }
    #helpdeskSolutions .--databus-productnav__feature-2,
    .--databus-productnav__feature-1,
    .--databus-productnav__feature-2,
    .--databus-productnav__feature-3,
    .--databus-productnav__feature-4 {
        width: 100%;
        padding: 0
    }
    #helpdeskSolutions .--databus-productnav__feature-2.mobile-active,
    .--databus-productnav__feature-1.mobile-active,
    .--databus-productnav__feature-2.mobile-active,
    .--databus-productnav__feature-3.mobile-active,
    .--databus-productnav__feature-4.mobile-active {
        padding: 0 0 20px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 20px
    }
    .--databus-productnav__feature-wrap {
        flex-direction: column;
        padding: 0
    }
    .--databus-productbar .--databus-productnav__menu-link,
    .--databus-productbar .--databus-productnav__menu-link:hover,
    .--databus-productnav__menu-link {
        width: 100%;
        border-bottom: 1px solid #f3f3f3;
        padding: 10px 0
    }
    .--databus-productbar .--databus-productnav__menu-link.active {
        border-bottom: none;
        padding-bottom: 0
    }
    .--databus-productnav__drop-box.show {
        height: auto;
        border-bottom: 1px solid #f3f3f3
    }
    .--databus-productnav__drop-box .new-container {
        background: 0 0;
        padding: 15px 0 20px;
        border-radius: 10px;
        max-width: 100%
    }
    .--databus-productnav__menu-text {
        display: flex;
        padding: 15px 23px 15px 15px;
        border-radius: 0;
        justify-content: space-between;
        align-items: center;
        color: #000
    }
    .--databus-productnav__menu-arrow {
        margin-right: 10px;
        width: 10px;
        height: 10px
    }
    .--databus-full-width.show .--databus-productnav__feature-box,
    .--databus-full-width.show .--databus-productnav__featured-sliderbox,
    .--databus-full-width.show .--databus-productnav__integration-box,
    .mobile-active .--databus-productnav__feature-box,
    .mobile-active .--databus-productnav__featured-sliderbox,
    .mobile-active .--databus-productnav__integration-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
    span.--databus-productnav__slider-label {
        display: none
    }
    .--databus-productnav__featured-sliderbox .--databus-productnav__slider-text {
        margin-top: 10px
    }
    .--databus-productnav__toggle {
        cursor: pointer;
        display: block;
        order: 0;
        margin-right: 8px;
        padding: 9px 5px 9px 0;
        min-width: 18px;
        height: 30px
    }
    .--databus-productnav__toggle span {
        display: block;
        margin-bottom: 3px;
        height: 2px;
        width: 11px;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        position: relative;
        top: 0;
        transition: .4s ease-in-out;
        margin-left: auto;
        margin-right: auto
    }
    .--databus-productnav__toggle span:last-child {
        margin-bottom: 0
    }
    .--databus-productnav__toggle.open span:nth-child(1) {
        transform: rotate(-405deg);
        top: 1px;
        margin-top: 4px;
        width: 12px
    }
    .--databus-productnav__toggle.open span:nth-child(2) {
        width: 0;
        opacity: 0
    }
    .--databus-productnav__toggle.open span:nth-child(3) {
        transform: rotate(405deg);
        top: -9px;
        width: 12px
    }
    .--databus-productnav__logo-wrap {
        max-width: 100%;
        align-items: center;
        display: flex;
        width: 30%
    }
    .--databus-productnav__feature-head {
        cursor: pointer;
        text-transform: capitalize;
        border-bottom: none;
        font-weight: 300;
        font-size: 16px
    }
    .--databus-productnav__feature-head.open,
    .--databus-productnav__feature-head:hover {
        border-bottom: none;
        color: #000;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 10px
    }
    .--databus-productnav__menu-link.active {
        background-color: #fff;
        border-bottom: none
    }
    .--databus-productnav__feature-box-para {
        display: none
    }
    .--databus-productnav__feature-box {
        padding: 15px 65px 15px 35px;
        max-width: 100%;
        align-items: end;
        width: 100%
    }
    .--databus-productnav__feature-2-inner {
        align-items: flex-start;
        flex-direction: column
    }
    .--databus-productnav__integration-box-item {
        width: 100%;
        padding: 15px 35px 10px 35px
    }
    .--databus-productnav__feature-2-inner .--databus-productnav__feature-box {
        margin-right: 0
    }
    .--databus-productnav__feature-box-title {
        padding-bottom: 0
    }
    .--databus-productnav__feature-1+div,
    .--databus-productnav__feature-1+div+div,
    .--databus-productnav__feature-2+div {
        margin-top: 10px
    }
    .--databus-productnav__feature-head {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 0 0 35px;
        color: #000
    }
    .--databus-productnav__feature-head::after {
        cursor: pointer;
        background-image: url(https://cdnnetwork.databus.co/assets/images/site-nav/menu-toggle-plus.svg);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 10px;
        position: absolute;
        content: "";
        right: 48px;
        width: 10px;
        height: 10px
    }
    .--databus-productnav__feature-head.open::after {
        background-image: url(https://cdnnetwork.databus.co/assets/images/site-nav/menu-toggle-minus.svg)
    }
    .--databus-productbar.active .--databus-productbar__overlay,
    .--databus-productnav__feature-box-title svg,
    .--databus-productnav__feature-icon {
        display: none
    }
    .--databus-productnav__feature-1-in-wrap {
        display: flex;
        flex-direction: column
    }
    #helpdeskSolutions .--databus-productnav__feature-1 {
        width: 100%
    }
    .mobile-active .open~.--databus-productnav__integration-box.show {
        display: block
    }
    .--databus-productnav__integration-box.show {
        display: none
    }
}

@media (max-width:992px) {
    .--databus-productnav__menu-list-item {
        max-width: 720px
    }
}

@media (max-width:768px) {
    .--databus-productnav__menu-list-item {
        max-width: 540px
    }
    .--databus-productnav__logo-wrap {
        width: 50%
    }
}

@media (max-width:576px) {
    .--databus-productnav__menu-list-item {
        max-width: 420px
    }
}

@media(min-width:1501px) {
    .--databus-productnav__menu-list {
        width: 75%
    }
}

@media(min-width:1200px) {
    .--databus-productnav__feature-head {
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: none;
        padding: 0 15px 10px 30px
    }
    .--databus-productnav__feature-1 {
        padding-left: 0
    }
    .--databus-productnav__feature-3 .--databus-productnav__feature-head {
        padding-left: 10px
    }
    .--databus-productnav__feature-2 {
        padding-left: 0
    }
    .--databus-productnav__feature-2-inner .--databus-see-more {
        margin-left: 30px
    }
    .--databus-productnav__feature-3 .--databus-see-more {
        padding-left: 10px
    }
    .--databus-productnav__featured-sliderbox .--databus-productnav__slider-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .--databus-productnav__logo-wrap .--databus-productnav__link {
        padding: 2px 0
    }
    .--databus-productnav__logo {
        width: 30px;
        height: 30px
    }
    .--databus-productnav__menu-list-item .--databus-productnav__menu-link {
        padding: 15px
    }
    .--databus-productnav__logo-text {
        font-size: 25px
    }
    .--databus-product__menu-show-item {
        margin-bottom: 10px
    }
    .--databus-productbar__product-list .--databus-productnav__drop-box .new-container {
        padding: 30px
    }
    #customer_service,
    #it_support {
        width: 670px
    }
    .--databus-productbar__products .--databus-productbar__product-list-item {
        margin-right: 10px
    }
    .--databus-features.show {
        display: flex
    }
    [data-title=customer_service_mobile] {
        display: none
    }
}

.dropbox.dropdown li:last-child {
    border-bottom: none
}

.nav-active {
    overflow: hidden
}

.remove__overlay.nav-active {
    overflow: auto
}

#helpdeskSolutions.--databus-full-width .--databus-productnav__feature-2 {
    width: 100%
}

@media(min-width:1200px) {
    #helpdeskSolutions.--databus-full-width .--databus-productnav__feature-2-inner .--databus-productnav__feature-box:nth-child(3n) {
        margin-right: 50px
    }
    #helpdeskSolutions.--databus-full-width.workflows .new-container,
    #helpdeskSolutions.--databus-full-width.workflows.--databus-productnav__drop-box {
        background: #fff
    }
    .--databus-productbar .--databus-productnav__menu-link:hover .--databus-productnav__menu-text:before {
        background: #fff;
        display: none
    }
}

.--databus-productnav__feature-2-inner.modified .--databus-productnav__feature-box .--databus-productnav__feature-box-text::before {
    content: '';
    display: inline-block;
    position: absolute;
    line-height: 1;
    top: 10px;
    font-size: 11px;
    font-weight: 500;
    color: #646f79;
    text-transform: uppercase
}

.--databus-productnav__feature-2-inner.modified .--databus-productnav__feature-box .--databus-productnav__feature-box-text,
.--databus-productnav__feature-2-inner.modified .--databus-productnav__feature-box .--databus-productnav__feature-icon {
    margin-top: 10px
}

.--databus-productnav__feature-2-inner.modified.workflows .--databus-productnav__feature-box .--databus-productnav__feature-box-text::before {
    content: 'workflows for'
}

.--databus-productnav__feature-2-inner.modified.bi .--databus-productnav__feature-box .--databus-productnav__feature-box-text::before {
    content: 'bi for'
}

.--databus-productnav__feature-2-inner.modified.chatbot .--databus-productnav__feature-box .--databus-productnav__feature-box-text::before {
    content: 'chatbot for'
}

.--databus-productnav__feature-2-inner.modified.live-chat .--databus-productnav__feature-box .--databus-productnav__feature-box-text::before {
    content: 'live chat for'
}

.--databus-productnav__feature-2-inner.modified.assist-ai .--databus-productnav__feature-box .--databus-productnav__feature-box-text::before {
    content: 'assist ai for'
}

.--databus-productnav__feature-2-inner.modified.live-chat,
.--databus-productnav__feature-2-inner.modified.workflows {
    align-items: flex-start
}

.--databus-product__menu-info {
    max-width: 250px;
    width: 15.8%
}

.--databus-product__menu-wrap {
    display: flex
}

.--databus-product__menu-info p:first-child {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px
}

.--databus-product__menu-info p:last-child {
    font-size: 13px;
    max-width: 175px;
    color: #555;
    line-height: 1.615
}

.--databus-product__menu-showcase {
    display: flex;
    width: 100%;
    position: relative
}

.--databus-product__menu-show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.--databus-product__menu-show-item {
    width: 47%;
    position: relative;
    transform: translateX(10px)
}

.--databus-product__menu-snap {
    font-size: 11px;
    color: #8d8d8d;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase
}

.--databus-product__menu-product {
    margin-bottom: 10px
}

.--databus-product__menu-product img {
    width: 35px;
    margin-right: 15px
}

#it_support .--databus-product__menu-product img {
    width: 20px
}

.--databus-product__menu-product span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    position: relative
}

.--databus-product__menu-product span:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(https://cdnnetwork.databus.co/assets/images/site-nav/arrow-right-black.svg);
    background-size: contain;
    margin-left: 10px;
    opacity: 0
}

.--databus-product__menu-show-item:hover .--databus-product__menu-product span:after {
    opacity: 1
}

.--databus-product__menu-highlight {
    width: 18%
}

.--databus-product__menu-strapline {
    font-size: 12px;
    color: #555;
    max-width: 350px
}

.--databus-product__menu-strapline .--databus-product__menu-name {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px
}

.--databus-product__menu-show-item:nth-child(n+3) {
    margin-top: 30px
}

.--databus-product__menu-highlight-strapline {
    font-size: 13px;
    color: #000;
    font-weight: 500
}

.--databus-product__menu-highlight-img {
    max-width: 100%;
    margin: 0 0 8px;
    height: auto
}

.customer-info p {
    color: #000;
    font-size: 11px;
    font-weight: 500
}

.customer-info p:last-child {
    font-weight: 400
}

.customer-info {
    margin-top: 8px
}

.--databus-product__menu-show-item:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -20px;
    width: 110%;
    height: 120%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    border-radius: 10px;
    background: #f8f8f8
}

.--databus-product__menu-show-link {
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: space-between
}

.--databus-product__menu-show-item:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0
}

.--databus-product__menu-highlight,
.--databus-product__menu-info {
    padding: 40px 0
}

.--databus-product__menu-showcase {
    padding: 0
}

.--databus-product__menu-highlight-anchor,
.--databus-product__menu-info p,
.--databus-product__menu-show-item,
.--databus-product__menu-show-link {
    transform: translateX(10px);
    opacity: 0
}

.show .--databus-product__menu-highlight-anchor,
.show .--databus-product__menu-info p,
.show .--databus-product__menu-show-item,
.show .--databus-product__menu-show-link {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .3s ease-in, transform .3s ease-out
}

.--databus-productnav .close {
    opacity: 1
}

.--databus-productnav .close {
    opacity: 1
}

@media(min-width:1201px) {
    .--databus-productnav__integration-box.show {
        display: block
    }
}

@media(min-width:1201px) and (max-width:1500px) {
    .product-menu-active .--databus-productnav__drop-box .new-container {
        background-size: 18.3% 100%, 87.2% 100%
    }
    .--databus-product__menu-showcase {
        width: 100%
    }
    .--databus-product__menu-info {
        width: 19.5%
    }
    .--databus-productbar__logo-wrap {
        width: 18.5%
    }
    .--databus-productnav__menu-list {
        width: 68%;
        margin-left: -4px
    }
}

@media(max-width:1200px) {
    .--databus-product__menu-name-txt,
    .--databus-productbar__products {
        display: none
    }
    .--databus-productbar__logo-wrap .--databus-productbar__link {
        padding: 12px 0
    }
    .--databus-productbar__wrap {
        justify-content: space-between
    }
    .--databus-productnav:before {
        height: 50.5px;
        box-shadow: none;
        border-bottom: 1px solid rgb(0, 0, 0, .1)
    }
    .--databus-productbar__logo-wrap {
        max-width: 117px;
        width: 1000%
    }
    .--databus-productbar__login {
        width: 25%
    }
    .--databus-productbar__products .--databus-productbar__product-list-item {
        margin-right: 0
    }
    .--databus-productbar__products.open {
        display: block;
        position: absolute;
        top: 106px;
        background: #fff;
        width: 100%;
        left: 0;
        overflow: scroll
    }
    .open .--databus-productbar__product-list {
        height: calc(100vh - 108px);
        flex-direction: column;
        position: relative;
        z-index: 15
    }
    .--databus-product__menu-highlight,
    .--databus-product__menu-info,
    .--databus-product__menu-showcase {
        padding: 0 0 20px
    }
    .--databus-product__menu-show-item:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
    .--databus-product__menu-show-link {
        width: 100%;
        padding: 10px 28px
    }
    .--databus-product__menu-wrap {
        flex-direction: column
    }
    .--databus-product__menu-info {
        max-width: 100%;
        width: 100%;
        padding: 0 15px 10px
    }
    .--databus-product__menu-showcase {
        display: flex;
        width: 100%;
        position: relative
    }
    .--databus-product__menu-show-list {
        flex-direction: column;
        width: 100%
    }
    .--databus-product__menu-show-link {
        width: 100%;
        padding: 10px 15px
    }
    .--databus-product__menu-product {
        margin-bottom: 0;
        display: none;
        justify-content: space-between
    }
    .--databus-product__menu-highlight,
    .--databus-product__menu-info p:first-child,
    .--databus-product__menu-product img:first-child,
    .--databus-product__menu-showcase:after,
    .--databus-product__menu-snap {
        display: none
    }
    .--databus-product__menu-info p:last-child {
        max-width: 100%;
        padding: 0 10px 0 0;
        font-size: 16px
    }
    .--databus-product__menu-show-item {
        width: 100%;
        margin-right: 0
    }
    .--databus-product__menu-show-item:nth-child(n+3) {
        margin-top: 0
    }
    .--databus-product__menu-product span {
        font-weight: 300
    }
    .--databus-product__menu-show-item:hover .--databus-product__menu-product span {
        font-weight: 500
    }
    .--databus-productbar .--databus-productnav__menu-text {
        font-size: 16px
    }
    .--databus-productnav__menu-link.active .--databus-productnav__menu-text {
        background: #f8f8f8;
        border-radius: 10px
    }
    .--databus-productbar .--databus-productnav__drop-box.show {
        padding: 0
    }
    .--databus-productnav__drop-box,
    .--databus-productnav__menu-link.active+.dropbox {
        top: 0
    }
    .--databus-productbar__logo {
        max-width: 96px
    }
    .--databus-productnav__integration-icon {
        display: none
    }
    .--databus-productnav__feature-box-more.white {
        font-size: 14px;
        margin-left: 0;
        background: #f4f6f6;
        color: #000
    }
    .--databus-productnav__feature-wrap .mobile-active:last-child {
        border-bottom: none
    }
    .--databus-product__menu-strapline .--databus-product__menu-name {
        margin-bottom: 0;
        font-weight: 300;
        font-size: 14px
    }
    .--databus-productbar__product-list .--databus-productnav__drop-box .new-container {
        padding: 0
    }
}

.--databus-productnav__menu-link.active+.dropbox {
    opacity: 1;
    transform: none;
    visibility: visible;
    top: 60px
}

.--databus-productnav__menu-list-item.dropdown-trigger {
    position: relative
}

.--databus-productnav__menu-list-item.dropdown-trigger.active+.dropdown {
    top: 68px;
    opacity: 1
}

.--databus-productnav__menu-list-item.dropdown-trigger .dropdown {
    position: absolute;
    background: #fff;
    border-radius: 0 0 4px 4px;
    transition: .3s all ease;
    padding: 10px 15px;
    box-shadow: 0 0 1em 0 rgba(45, 35, 66, .1);
    opacity: 1;
    z-index: -100;
    width: 260px;
    flex-wrap: wrap;
    top: 68px
}

.dropdown-trigger .dropdown li {
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, .6)
}

.--databus-productnav__menu-list-item.dropdown-trigger .dropdown li a {
    font-size: .875rem;
    color: #666;
    font-weight: 400;
    width: 100%
}

.--databus-productnav__drop-box.show .--databus-productnav__featured-sliderbox.hlp-slider {
    display: none
}

.--databus-productnav__drop-box.show .--databus-productnav__featured-sliderbox.hlp-slider.show {
    display: flex
}

.--databus-features,
.--databus-productnav__integration-box {
    display: none
}

.--databus-productnav__feature-3-in+.--databus-productnav__feature-3-in {
    margin-top: 60px
}

@media(max-width:1200px) {
    .--databus-productnav__menu-link.active+.dropbox {
        max-height: 100%;
        top: 0
    }
    .mobile-sub-child {
        display: none
    }
    .--databus-productnav__menu-list-item.dropdown-trigger .dropdown {
        position: relative;
        background: #f9f9f9;
        border-radius: 0 0 4px 4px;
        transition: .3s all ease;
        padding: 0;
        box-shadow: none;
        opacity: 0;
        z-index: 1;
        width: 100%;
        flex-wrap: wrap;
        top: 0;
        max-height: 0
    }
    .--databus-productnav__menu-link.active+.dropdown {
        padding: 0 20px;
        opacity: 1;
        max-height: 100%
    }
    .--databus-productnav__feature-box img {
        display: none
    }
    .--databus-productnav__feature-box.--databus-see-more {
        padding: 0 0 0 25px;
        margin-top: 10px
    }
    .--databus-productnav__feature-box-more,
    .--databus-productnav__featured-sliderbox .--databus-productnav__slider-text,
    .--databus-productnav__slider-text .--databus-productnav__feature-box-more {
        font-size: 14px;
        font-weight: 500
    }
    .--databus-productnav__feature-box-more {
        padding: 10px
    }
    .--databus-productnav__featured-sliderbox {
        padding: 20px 30px;
        border-radius: 0;
        align-items: center;
        margin: 0 5px
    }
    .--databus-productnav__drop-box.workflows .new-container {
        padding: 10px 0
    }
    .--databus-productnav__drop-box.show .--databus-productnav__featured-sliderbox.hlp-slider,
    .--databus-productnav__drop-box.show .--databus-productnav__featured-sliderbox.hlp-slider.show {
        display: none
    }
    .--databus-productnav__drop-box.show .mobile-active .--databus-productnav__featured-sliderbox.hlp-slider.show {
        display: flex
    }
    .--databus-productnav__feature-3-in+.--databus-productnav__feature-3-in {
        margin-top: 15px
    }
}

@media (max-width:768px) {
    .--databus-productbar .--databus-productnav__drop-box.show {
        padding: 0
    }
}

@media (min-width:1501px) {
    .container {
        max-width: 1440px
    }
}

@media (max-width:1500px) {
    .container {
        max-width: 1140px
    }
    .main-menu ul li {
        margin-right: 5px
    }
    .header-buttons .demo-button {
        margin-left: 15px;
        padding: 7px 20px
    }
    .sub-nav .nav-lists .nav-column,
    nav.main-menu .top_nav>li:nth-child(3) .nav-lists .nav-column:nth-child(3) {
        margin-right: 13px
    }
    .home-banner .banner-demo-link {
        margin-bottom: 80px
    }
    nav.main-menu .top_nav>li:nth-child(3) .nav-lists .nav-column:nth-child(2) {
        margin-right: 0
    }
    .login-button {
        padding: 6px 25px
    }
    .header-buttons {
        margin-top: 3px
    }
    nav.main-menu {
        margin-right: -40px;
        margin-left: 0
    }
    .main-menu li i {
        margin-left: 8px
    }
    .nav-lists {
        width: 840px
    }
    .sub-nav .nav-title {
        margin-right: 60px
    }
    .home-banner iframe {
        width: 900px;
        height: 506px
    }
    .roi-lists .list-text h6 {
        font-size: 17px
    }
    .feature-list,
    .list-one {
        padding: 40px 30px;
        width: 535px
    }
    .roi-lists .list-text h6 {
        font-size: 17px
    }
    .helpdesk-features p,
    .roi-lists .list-text p {
        width: 95%
    }
    .happyfox-apps ul li {
        width: 150px;
        height: 150px;
        margin-right: 42px
    }
    .happyfox-apps ul li img {
        margin-top: 55px
    }
    .client-feedback p {
        font-size: 15px;
        line-height: 28px
    }
    .client-feedback {
        padding: 30px 40px;
        margin-right: 10px
    }
    .footer-column p a {
        font-size: 13px
    }
    .customer-support p.support-text {
        margin-bottom: 50px;
        width: 90%
    }
    .customer-support .features-buttons {
        margin-bottom: 50px
    }
    .home-banner {
        height: 700px;
        margin-bottom: 326px
    }
    .frequent-questions {
        width: 100%
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px
    }
    .main-menu ul li {
        margin: 0 0 7px
    }
    nav.main-menu .top_nav>li {
        margin: 8px 0 0
    }
    nav.main-menu {
        margin-right: -45px
    }
    .main-menu ul li a {
        font-size: 13px
    }
    .main-menu li i {
        margin-left: 5px
    }
    .nav-lists {
        width: 755px
    }
    .sub-nav .nav-lists .nav-column li a {
        font-size: 13px
    }
    .header-buttons .demo-button {
        margin-left: 10px;
        font-size: 12px;
        padding: 7px 15px
    }
    .sub-nav .nav-title h3 {
        font-size: 22px
    }
    .sub-nav .nav-lists .nav-column,
    .top_nav li:nth-child(3n) .sub-nav .nav-lists .nav-column {
        margin-right: 11px
    }
    .top_nav li:nth-child(3n) .sub-nav .nav-lists .nav-column:last-child {
        margin-right: 0
    }
    .sub-nav .nav-title {
        margin-right: 30px;
        width: 160px
    }
    .sub-nav .nav-lists .nav-column {
        width: 180px
    }
    .login-button {
        padding: 5px 15px;
        font-size: 12px
    }
    .header-buttons {
        margin-top: 6px
    }
    .home-banner h4 {
        width: 80%;
        margin: auto;
        line-height: 32px
    }
    .home-banner iframe {
        width: 700px;
        height: 394px
    }
    .brand-logos {
        padding: 80px 0 30px
    }
    .feature-list,
    .list-one {
        padding: 40px 20px;
        width: 450px;
        margin: 0 30px 30px 0
    }
    .roi-lists .list-text h6 {
        font-size: 15px;
        font-weight: 300
    }
    .roi-lists .list-text p {
        font-size: 13px;
        line-height: 22px;
        color: #c1c1c1;
        font-weight: 300
    }
    .helpdesk-features p {
        width: 100%;
        font-size: 13px
    }
    .helpdesk-features h5 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .happyfox-apps ul li img {
        margin-top: 42px
    }
    .happyfox-apps ul li {
        width: 120px;
        height: 120px;
        margin-bottom: 40px
    }
    .client-feedback p {
        font-size: 13px;
        line-height: 24px;
        font-weight: 400
    }
    .client-feedback {
        padding: 30px 40px
    }
    .client-feedback .client-name p {
        font-size: 16px
    }
    .client-feedback .client-name p:last-child {
        font-weight: 300;
        font-size: 13px
    }
    .copy-right-text p,
    .footer-bottom-links ul li a {
        font-size: 12px
    }
    .owl-carousel .owl-stage-outer {
        margin-left: 0
    }
    .client-feedback {
        width: 90%;
        margin: auto;
        float: none
    }
    .customer-support h4 {
        margin-top: 50px
    }
    .customer-support p.support-text {
        width: 100%
    }
    .copy-right-text,
    .footer-bottom-links,
    .footer-social-icons {
        width: 100%;
        float: none;
        flex: auto;
        max-width: none
    }
    .footer-bottom-links {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px
    }
    .copy-right-text {
        text-align: center;
        margin: 20px 0
    }
    .footer-logo {
        margin-bottom: 20px
    }
}

@media (max-width:992px) {
    .container {
        max-width: 720px
    }
    .header-buttons {
        max-width: 250px;
        margin: 0 0 20px -150px;
        flex: none
    }
    .mobile-menu {
        position: relative;
        width: 100%
    }
    .mobile-menu-image {
        position: absolute;
        width: 30px;
        right: -180px;
        top: 8px;
        cursor: pointer
    }
    nav.main-menu {
        display: block
    }
    .mobile-menu-image li {
        width: 100%;
        height: 3px;
        background: #323643;
        float: left;
        margin-bottom: 4px
    }
    .home-banner {
        padding-top: 80px
    }
    .home-banner h1 {
        width: 68%;
        margin: 50px auto 20px;
        line-height: 40px
    }
    .roi-section {
        margin-top: -50px;
        padding-bottom: 120px
    }
    .roi-section h4 {
        margin-top: 170px
    }
    .feature-list,
    .list-one {
        width: 100%;
        margin: 0 auto 40px;
        float: none;
        display: block
    }
    .roi-lists .list-text h6 {
        font-size: 18px;
        font-weight: 300
    }
    .hd-features .feature-list:nth-child(2n+0),
    .roi-lists .list-one:nth-child(2n+0) {
        margin-right: auto
    }
    .roi-lists .list-text p {
        line-height: 25px;
        color: #d2d2d2;
        font-weight: 300;
        width: 100%
    }
    .helpdesk-features p,
    .roi-lists .list-text p {
        font-size: 15px
    }
    .happyfox-apps ul li {
        width: 90px;
        height: 90px;
        margin-right: 30px
    }
    .happyfox-apps ul li img {
        width: 40px;
        margin-top: 26px
    }
    .happyfox-apps .row-list:first-child ul li:nth-child(2) img,
    .happyfox-apps .row-list:first-child ul li:nth-child(4) img {
        margin-top: 34px
    }
    .client-logo {
        float: left;
        margin: 5px 0 0 -7px
    }
    .top-footer .demo-button {
        font-size: 13px;
        padding: 12px 20px
    }
    .footer-links .col-md-12 .footer-column:first-child,
    .footer-links .col-md-12 .footer-column:last-child,
    .footer-links .footer-column {
        width: 40%;
        margin-right: 36px
    }
    .copy-right-text,
    .footer-bottom-links,
    .footer-social-icons {
        max-width: 100%;
        flex: none;
        text-align: center
    }
    .copy-right-text {
        margin-top: 30px
    }
    .bottom-footer {
        padding-bottom: 30px
    }
    nav.main-menu {
        position: fixed;
        z-index: 1000;
        overflow: scroll;
        background: #fff;
        padding: 1.6em 1.5em 1.125em;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        margin: 0;
        pointer-events: none;
        transition: opacity .3s ease
    }
    .nav--on {
        overflow: hidden
    }
    .nav--on nav.main-menu {
        opacity: 1;
        pointer-events: inherit
    }
    nav.main-menu .top_nav>li {
        padding: 30px 0;
        width: 100%;
        margin: 0;
        position: relative;
        line-height: normal;
        border-bottom: 1px solid #e3e3e5
    }
    nav.main-menu .top_nav>li:hover a {
        background: 0 0
    }
    .mobile-menu-header {
        display: block;
        padding: 20px 0
    }
    .mobile-menu-header,
    nav.main-menu .top_nav {
        margin: auto;
        padding: 0;
        width: 690px
    }
    nav.main-menu .top_nav {
        display: table;
        margin-top: 20px
    }
    .menu-close {
        float: right;
        margin: -8px -8px 0 0
    }
    nav.main-menu .top_nav>li .sub-nav {
        transform: translateY(0);
        z-index: 9;
        position: relative;
        box-shadow: none;
        padding: 0;
        overflow: hidden;
        max-height: 0;
        float: left
    }
    .main-menu ul li a {
        font-size: 24px;
        font-weight: 300;
        float: left;
        width: 100%
    }
    .main-menu li i {
        float: right;
        width: auto
    }
    .down-arrow {
        height: 18px;
        width: 25px
    }
    .down-arrow g#v1 {
        stroke-width: .3
    }
    .sub-nav .nav-title {
        display: none
    }
    .nav-lists {
        margin: 30px 0 0 10px;
        width: 100%
    }
    .header-buttons .demo-button {
        margin-left: 15px;
        font-size: 13px;
        padding: 7px 20px
    }
    .login-button {
        padding: 5px 20px;
        font-size: 13px
    }
    nav.main-menu .top_nav>li .sub-nav {
        overflow: hidden;
        max-height: 0;
        transition: max-height .5s ease
    }
    nav.main-menu .top_nav>li.sub--on .sub-nav {
        max-height: 84em
    }
    .sub-nav .nav-lists .nav-column {
        margin-bottom: 30px
    }
    nav.main-menu .top_nav>li .sub_trigger svg {
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        display: block
    }
    nav.main-menu .top_nav>li.sub--on .sub_trigger svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        display: block
    }
    .sub-nav .nav-lists .nav-column {
        margin-right: 140px
    }
    .top_nav li:nth-child(3n) .sub-nav .nav-lists .nav-column,
    .top_nav li:nth-child(4n) .sub-nav .nav-lists .nav-column {
        margin-right: 35px
    }
    .sub-nav .nav-lists .nav-column.mobile-min-height {
        min-height: 200px
    }
    .sub-nav .nav-lists .nav-column.mobile-min-height-two {
        min-height: 120px
    }
    .sub-nav .nav-lists .nav-column li {
        margin-bottom: 10px
    }
    .sub-nav .nav-lists .nav-column {
        width: 190px
    }
    .top_nav li:nth-child(3n) .sub-nav .nav-lists .nav-column:last-child {
        clear: both
    }
    .customer-support p.support-text {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px
    }
    .happyfox-apps .apps-list .row-list:first-child ul li:nth-child(3) img {
        margin-top: 35px
    }
    .happyfox-apps .apps-list .row-list:first-child ul li:nth-child(5) img {
        width: 13px;
        margin-top: 32px
    }
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(2) img,
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(3) img {
        width: 20px;
        margin-top: 30px
    }
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(3) img {
        width: 30px
    }
    .footer-links .col-md-12 {
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .container {
        max-width: 540px
    }
    .mobile-menu-header,
    nav.main-menu .top_nav {
        max-width: 510px
    }
    .header-buttons {
        margin: 0 0 20px -70px;
        max-width: 50%
    }
    .mobile-menu-image {
        right: -270px
    }
    .home-banner {
        padding-top: 70px
    }
    .home-banner h1 {
        width: 80%
    }
    .feature-list,
    .home-banner h4,
    .list-one {
        width: 100%
    }
    .home-banner iframe {
        width: 480px;
        height: 270px
    }
    .roi-section {
        margin-top: -110px
    }
    .roi-section h4 {
        margin-top: 200px
    }
    .home-banner h4 {
        font-size: 21px;
        font-weight: 300
    }
    .roi-lists .list-text h6 {
        font-size: 17px
    }
    .roi-lists .list-text p {
        font-size: 14px
    }
    .happyfox-apps {
        margin: 120px 0
    }
    .customer-support h3,
    .customer-support h4,
    .happyfox-apps h3,
    .happyfox-apps h4,
    .helpdesk-features h3,
    .helpdesk-features h4,
    .roi-section h3,
    .roi-section h4 {
        font-size: 28px
    }
    .customer-support h3,
    .happyfox-apps h3,
    .helpdesk-features h3,
    .roi-section h3 {
        font-size: 32px
    }
    .happyfox-apps ul li {
        width: 70px;
        height: 70px;
        margin: 0 18px 20px 0
    }
    .happyfox-apps ul li img {
        width: 30px;
        margin-top: 20px
    }
    .happyfox-apps .row-list:first-child ul li:nth-child(2) img,
    .happyfox-apps .row-list:first-child ul li:nth-child(4) img {
        margin-top: 27px
    }
    .happyfox-apps .features-buttons {
        margin-top: 60px
    }
    .top-footer {
        text-align: center
    }
    .top-footer h4 {
        margin-bottom: 15px
    }
    .top-footer p {
        margin-bottom: 30px
    }
    .top-footer .demo-button {
        margin: 0 auto 50px;
        display: table;
        float: none;
        font-size: 15px;
        padding: 12px 40px
    }
    .footer-links .col-md-12 .footer-column:nth-child(2n) {
        margin-right: 0
    }
    .footer-links .col-md-12 .footer-column:first-child,
    .footer-links .col-md-12 .footer-column:last-child,
    .footer-links .footer-column {
        text-align: center
    }
    .footer-logo p {
        font-size: 15px;
        line-height: 28px
    }
    .footer-bottom-links ul li:last-child {
        margin-right: 0
    }
    .footer-bottom-links {
        margin-bottom: 10px
    }
    .copy-right-text p,
    .footer-bottom-links ul li a {
        font-size: 13px
    }
    .sub-nav .nav-lists .nav-column,
    .top_nav li:nth-child(3n) .sub-nav .nav-lists .nav-column,
    .top_nav li:nth-child(4n) .sub-nav .nav-lists .nav-column {
        margin-right: 60px
    }
    nav.main-menu .top_nav>li:nth-child(3) .nav-lists .nav-column:nth-child(2) {
        clear: both
    }
    .customer-support h4 {
        margin-top: 20px
    }
    .customer-support .features-buttons {
        margin-bottom: 100px
    }
    .happyfox-apps .apps-list .row-list:first-child ul li:nth-child(3) img {
        margin-top: 30px
    }
    .happyfox-apps .apps-list .row-list:first-child ul li:nth-child(5) img {
        width: 12px;
        margin-top: 23px
    }
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(2) img,
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(3) img {
        width: 16px;
        margin-top: 22px
    }
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(3) img {
        width: 25px
    }
    .home-banner {
        height: auto;
        margin-bottom: 0;
        background-position: 90%
    }
}

@media (max-width:576px) {
    .container {
        max-width: 420px
    }
    .happyfox-logo-svg {
        width: 60px;
        overflow: hidden
    }
    .login-button {
        padding: 4px 16px
    }
    .header-buttons .demo-button {
        margin-left: 10px;
        font-size: 12px;
        padding: 7px 15px
    }
    .header-buttons {
        margin: 4px 0 20px 57px;
        max-width: 210px
    }
    .full-width-menu {
        width: auto
    }
    .mobile-menu-image {
        right: -330px;
        top: 12px
    }
    .home-banner h1 {
        width: 100%;
        margin: 40px auto 20px;
        line-height: 40px;
        font-size: 30px
    }
    .home-banner iframe {
        width: 329px;
        height: 186px
    }
    .home-banner {
        padding-top: 60px
    }
    .roi-section {
        margin: -130px 0 80px
    }
    .feature-list,
    .list-one {
        padding: 30px 20px
    }
    .roi-lists .list-text h6 {
        line-height: 25px
    }
    .helpdesk-features h5,
    .roi-lists .list-text h5 {
        font-size: 16px
    }
    .helpdesk-features p,
    .roi-lists .list-text p {
        font-size: 13px;
        line-height: 22px
    }
    .all-features,
    .all-use-cases {
        margin-right: 30px;
        padding: 8px 20px
    }
    .all-features,
    .all-use-cases,
    .demo-button {
        font-size: 13px
    }
    .demo-button {
        padding: 9px 20px
    }
    .features-buttons,
    .roi-buttons {
        margin-top: 10px
    }
    .feature-list,
    .list-one {
        margin-bottom: 30px
    }
    .customer-support h4,
    .happyfox-apps h4,
    .helpdesk-features h4,
    .roi-section h4 {
        font-size: 22px
    }
    .customer-support h3,
    .happyfox-apps h3,
    .helpdesk-features h3,
    .roi-section h3 {
        font-size: 28px;
        margin: 15px 0 50px;
        line-height: 35px
    }
    .roi-section h4 {
        margin-top: 180px
    }
    .happyfox-apps {
        margin: 100px 0
    }
    .happyfox-apps ul li {
        width: 50px;
        height: 50px
    }
    .happyfox-apps ul li img {
        width: 20px;
        margin-top: 16px
    }
    .happyfox-apps .row-list:first-child ul li:nth-child(2) img,
    .happyfox-apps .row-list:first-child ul li:nth-child(4) img {
        margin-top: 20px
    }
    .client-feedback {
        padding: 30px
    }
    .happyfox-apps h3 {
        font-size: 28px;
        margin-bottom: 40px
    }
    .client-logo {
        width: 150px;
        float: right
    }
    .footer-column p a {
        font-size: 14px
    }
    footer {
        margin-top: 60px
    }
    .footer-logo p {
        font-size: 13px
    }
    .footer-logo {
        margin-bottom: 20px
    }
    .mobile-menu-header,
    nav.main-menu .top_nav {
        max-width: 390px
    }
    .sub-nav .nav-lists .nav-column,
    .top_nav li:nth-child(3n) .sub-nav .nav-lists .nav-column,
    .top_nav li:nth-child(4n) .sub-nav .nav-lists .nav-column {
        margin-right: 22px
    }
    .home-banner .banner-demo-link {
        margin: 30px auto 60px
    }
    .sub-nav .nav-lists .nav-column.mobile-min-height,
    .sub-nav .nav-lists .nav-column.mobile-min-height-two {
        min-height: unset
    }
    nav.main-menu .top_nav>li:nth-child(3) .nav-lists .nav-column:nth-child(2) {
        margin-bottom: 0
    }
    nav.main-menu .top_nav>li:nth-child(3) .nav-lists .nav-column:nth-child(3) {
        margin-top: 0;
        margin-bottom: 30px
    }
    .customer-support h4 {
        margin-top: 0
    }
    .customer-support h3 {
        margin-bottom: 20px
    }
    .customer-support p.support-text {
        font-size: 13px;
        margin-bottom: 10px
    }
    .customer-support .features-buttons {
        margin-bottom: 120px
    }
    .happyfox-apps .apps-list .row-list:first-child ul li:nth-child(3) img {
        margin-top: 20px;
        width: 30px
    }
    .happyfox-apps .apps-list .row-list:first-child ul li:nth-child(5) img {
        width: 10px;
        margin-top: 17px
    }
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(2) img,
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(3) img {
        width: 14px;
        margin-top: 14px
    }
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(3) img {
        width: 22px
    }
    .footer-links .col-md-12 .footer-column:first-child,
    .footer-links .col-md-12 .footer-column:last-child,
    .footer-links .footer-column {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width:450px) {
    .container {
        max-width: 360px
    }
    .header-buttons {
        margin-left: 5px
    }
    .mobile-menu-image {
        right: -270px
    }
    .home-banner {
        padding: 50px 0
    }
    .home-banner h1 {
        line-height: 35px;
        font-size: 26px
    }
    .home-banner h4 {
        font-size: 18px
    }
    .roi-section {
        margin: -140px 0 50px;
        padding-bottom: 80px
    }
    .roi-section h4 {
        margin-top: 160px
    }
    .roi-lists .list-text h6 {
        line-height: 22px;
        font-size: 14px
    }
    .feature-list,
    .list-one {
        padding: 25px 20px
    }
    .helpdesk-features p,
    .roi-lists .list-text p {
        line-height: 20px
    }
    .all-features,
    .all-use-cases {
        padding: 8px 15px;
        margin-right: 15px
    }
    .customer-support h3,
    .happyfox-apps h3,
    .helpdesk-features h3,
    .roi-section h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px
    }
    .happyfox-apps {
        margin: 80px 0
    }
    .customer-support h4,
    .happyfox-apps h4,
    .helpdesk-features h4,
    .roi-section h4 {
        font-size: 18px;
        font-weight: 300
    }
    .happyfox-apps ul li {
        width: 40px;
        height: 40px
    }
    .happyfox-apps ul li img {
        width: 18px;
        margin-top: 11px
    }
    .happyfox-apps .row-list:first-child ul li:nth-child(2) img,
    .happyfox-apps .row-list:first-child ul li:nth-child(4) img {
        margin-top: 15px
    }
    .happyfox-apps .features-buttons {
        margin-top: 50px
    }
    .client-feedback {
        padding: 20px
    }
    .client-logo {
        width: 130px
    }
    .footer-links .footer-column,
    .footer-links .footer-column:nth-child(2n),
    .footer-links .footer-column:nth-child(3n) {
        margin: 10px auto 30px;
        width: 100%;
        min-height: auto
    }
    .copy-right-text p,
    .footer-bottom-links ul li a {
        font-size: 12px
    }
    .mobile-menu-header,
    nav.main-menu .top_nav {
        max-width: 330px
    }
    .sub-nav .nav-lists .nav-column.mobile-min-height,
    .sub-nav .nav-lists .nav-column.mobile-min-height-two {
        min-height: unset
    }
    nav.main-menu {
        padding: 1.6em 1em 1.125em
    }
    .nav-lists {
        margin-left: 10px
    }
    .customer-support h3 {
        margin-bottom: 10px
    }
    .happyfox-apps .apps-list .row-list:first-child ul li:nth-child(3) img {
        margin-top: 15px
    }
    .happyfox-apps .apps-list .row-list:first-child ul li:nth-child(5) img {
        width: 8px;
        margin-top: 13px
    }
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(2) img,
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(3) img {
        width: 12px;
        margin-top: 12px
    }
    .happyfox-apps .apps-list .row-list:last-child ul li:nth-child(3) img {
        width: 20px
    }
}

@media (max-width:360px) {
    .container {
        max-width: 100%
    }
    .header-buttons {
        margin-left: -25px
    }
    .mobile-menu-image {
        right: -230px
    }
    .home-banner {
        padding: 40px 0
    }
    .home-banner h1 {
        line-height: 32px;
        font-size: 23px;
        margin-top: 30px
    }
    .home-banner h4 {
        line-height: 28px
    }
    .roi-section {
        margin-top: -130px
    }
    .roi-lists .list-text h6 {
        font-size: 13px
    }
    .feature-list,
    .list-one {
        padding: 25px 15px
    }
    .feature-list .list-icon,
    .roi-lists .list-icon {
        margin-right: 15px
    }
    .helpdesk-features h5,
    .roi-lists .list-text h5 {
        margin-bottom: 12px
    }
    .helpdesk-features p,
    .roi-lists .list-text p {
        line-height: 18px;
        font-size: 12px
    }
    .all-features,
    .all-use-cases,
    .demo-button {
        font-size: 12px
    }
    .all-features,
    .all-use-cases {
        padding: 8px 15px
    }
    .demo-button {
        padding: 9px 15px
    }
    .happyfox-apps h4,
    .helpdesk-features h4,
    .roi-section h4 {
        line-height: 25px
    }
    .happyfox-apps ul li {
        margin-right: 10px
    }
    .features-buttons .all-use-cases {
        padding: 8px 11px
    }
    .client-feedback {
        padding: 20px 15px
    }
    .client-logo {
        width: 150px;
        clear: both;
        float: left;
        margin-top: 10px
    }
    .client-logo,
    .owl-carousel .owl-item img {
        width: auto
    }
    .top-footer p {
        font-size: 14px
    }
    .mobile-menu-header,
    nav.main-menu .top_nav {
        max-width: 288px
    }
}

@media (max-width:1200px) {
    .new-container {
        max-width: 960px
    }
}

@media(min-width:993px) and (max-width:1200px) {
    .topbar .topbar-link {
        padding: 6px 10px
    }
}

@media(max-width:992px) {
    .new-container {
        max-width: 720px
    }
}

@media (max-width:1199px) {
    .nav-button-wrap,
    .topbar__loginwrap {
        display: none
    }
    .topbar .topbar__productlist {
        flex: none
    }
    .dropbox__wrap .dropbox__sub:first-child {
        display: none
    }
    .dropbox__sub--big {
        width: 100%
    }
    .dropbox {
        background: #fff;
        box-shadow: none;
        position: relative;
        transform: none;
        z-index: 10;
        visibility: unset;
        max-height: 0;
        overflow: hidden;
        top: 0
    }
    .nav__options li img {
        transform: rotateY(-180deg);
        display: block
    }
    .nav__options li:hover img {
        transform: rotate(0)
    }
    .nav__options li .dropbox__list__header img {
        float: right;
        margin-top: 0;
        transform: rotate(0);
        display: block
    }
    .topbar .topbar__wrap {
        justify-content: space-between
    }
    .mobile-demo-button {
        display: block;
        order: 3;
        width: 26%
    }
    .nav__wrap {
        align-items: center
    }
    .mobile-nav-icon {
        cursor: pointer;
        display: block;
        order: 1;
        width: 10%
    }
    .mobile-nav-icon span {
        display: block;
        margin-bottom: 5px;
        height: 3px;
        width: 30px;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        position: relative;
        top: 0;
        transition: .4s ease-in-out
    }
    .mobile-nav-icon.open span:nth-child(1) {
        transform: rotate(-405deg);
        top: 10px
    }
    .mobile-nav-icon.open span:nth-child(3) {
        transform: rotate(405deg);
        top: -6px
    }
    .mobile-nav-icon.open span:nth-child(2) {
        width: 0;
        opacity: 0
    }
    .mobile-nav-icon span:last-child {
        margin-bottom: 0
    }
    .nav__brand {
        order: 2;
        width: 64%
    }
    .nav__options {
        display: none;
        position: absolute;
        top: 74px;
        left: 0;
        background: #f9f9f9;
        width: 100%;
        overflow: scroll;
        height: 100vh;
        z-index: 9
    }
    .mobile-nav-bar {
        position: absolute;
        overflow: scroll;
        height: 100vh;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000
    }
    .nav__options li {
        width: 540px;
        margin: auto;
        border-bottom: 1px solid #a3a4a6
    }
    .nav_block {
        position: unset
    }
    .dropbox__sub--big {
        flex-direction: column
    }
    .nav__options .dropbox__list li {
        border-bottom: none
    }
    .nav__options .dropbox__list li {
        display: none;
        width: 100%;
        padding: 0 25px
    }
    .nav__options .dropbox__list.dropdown__list-two li {
        padding: 0 15px
    }
    .nav__options .dropbox__list li:first-child {
        display: block;
        padding: 0
    }
    .nav__options .dropbox__list.dropdown__list-two li:first-child {
        display: none
    }
    .nav__link {
        text-transform: uppercase;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
    .nav__options li:hover .nav__link {
        background: #f9f9f9;
        width: 100%
    }
    .dropbox__list__header::after {
        background: 0 0
    }
    .dropbox__sub {
        padding: 20px 0
    }
    .dropbox__list__header {
        text-transform: uppercase;
        margin: 0;
        padding: 5px 0;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
    .dropbox__list {
        width: 100%;
        padding: 0
    }
    .dropbox__list li:last-child {
        padding-bottom: 10px
    }
    .dropdown__list-two {
        margin-top: 0;
        padding-left: 10px
    }
    .nav__options li .dropbox {
        position: relative;
        top: 0;
        z-index: 0;
        max-height: 900px;
        transition: .5s all ease;
        opacity: 1;
        transform: none;
        visibility: visible;
        display: none
    }
    .nav__options li .nav__link img {
        opacity: 1;
        width: 12px;
        transform: rotate(0);
        transition: all .2s ease-in
    }
    .nav__options li .dropbox__list__header img.down-red-arrow.rotate-arrow {
        transform: rotate(180deg)
    }
    .nav__options li .dropbox__list__header img.down-red-arrow. {
        transform: rotate(0)
    }
    .nav__options li:hover .nav__link img {
        transform: none
    }
    .nav__options li .nav__link img.rotate-arrow {
        transform: rotate(-180deg)
    }
    .nav__options li .nav__link svg rect {
        fill: #f9f9f9
    }
    .dropbox__list__header .down-red-arrow {
        width: 12px;
        height: auto
    }
    .down-red-arrow,
    .rotate-arrow {
        transition: all .2s ease-in
    }
    .dropbox__list__header svg rect {
        fill: #f9f9f9
    }
    .dropbox__sub--big,
    .nav__options li .dropbox {
        background: #f9f9f9
    }
    .nav__link {
        padding: 5px 15px
    }
    .down-arrow g#v1,
    .down-red-arrow g#v1z {
        stroke-width: .8
    }
    .dropbox__list__header a.integration-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
    .down-red-arrow {
        display: block
    }
    .--databus-dropdown-list.show {
        display: block
    }
}

@media (max-width:768px) {
    .new-container {
        max-width: 540px
    }
}

@media (max-width:576px) {
    .new-container {
        max-width: 420px
    }
    .nav__options li {
        width: 420px
    }
    .nav__brand {
        width: 44%
    }
    .mobile-demo-button {
        width: 40%
    }
}

@media (max-width:480px) {
    .nav__options li,
    .new-container {
        max-width: 90%
    }
    .nav__options .dropbox__list li {
        max-width: 100%
    }
    .nav__wrap .nav__options li .nav__link {
        padding: 5px 0;
        width: 90%;
        margin: auto
    }
}

:root {
    --body-text: #555555;
    --body-text-2: #2a2a2a;
    --body-text-3: #363636;
    --heading--bold: #000000;
    ----databus-link: #ff6200;
    --helpdesk: #FF3A3A;
    --assist-ai: #F2C234;
    --chatbot: #31C193;
    --live-chat: #E9842A;
    --workflows: #0D57DE;
    --bi: #735463;
    --inapp-chat: #7C1FE2;
    --crm:#075EA6;
}

.--databus-body__text-1 {
    color: var(--body-text)
}

.--databus-body__text-2 {
    color: var(--body-text-2)
}

.--databus-body__heading-bold {
    color: var(--heading--bold)
}

.bg-white {
    background: #fff
}

.bg-grey {
    background: #f7f7f7
}

.bg-lite-blue {
    background: #f4fbff;
    background-color: #fff
}

.bg-grey-light {
    background-color: #fafafa
}

.bg-lite-blue {
    background-color: #f4fbff
}

.bg-lite-blue-2 {
    background-color: #edf9ff
}

.bg-lite-blue-gradient {
    background: #edf9ff;
    background: linear-gradient(180deg, rgba(237, 249, 255, 1) 0, rgba(248, 253, 255, 1) 100%)
}

.pt-100-50 {
    padding-top: 50px
}

.pt-120-60 {
    padding-top: 50px
}

.pt-140-70 {
    padding-top: 70px
}

.ptb-160-80 {
    padding: 80px 0
}

.ptb-140-70 {
    padding: 70px 0
}

.ptb-150-75 {
    padding: 75px 0
}

.ptb-120-60 {
    padding: 60px 0
}

.ptb-180-90,
.ptb-220-110 {
    padding: 90px 0
}

.ptb-140-180 {
    padding: 70px 0 90px
}

.ptb-90-180 {
    padding: 45px 0 90px
}

.ptb-100 {
    padding: 50px 0
}

.ptb-140 {
    padding: 70px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-65-100 {
    padding: 65px 0 100px
}

.pt-140 {
    padding-top: 70px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-100-50 {
    padding-bottom: 50px
}

.pb-100-70 {
    padding-bottom: 70px
}

.pt-50 {
    padding-top: 50px
}

.pt-30 {
    padding-top: 30px
}

.mt-100-50 {
    margin-top: 50px
}

.mt-m-30 {
    margin-top: 30px
}

.pt-150-75 {
    padding-top: 75px
}

@media (min-width:768px) {
    .pt-100-50 {
        padding-top: 100px
    }
    .ptb-180-90,
    .ptb-220-110 {
        padding: 180px 0
    }
    .ptb-120-60 {
        padding: 120px 0
    }
    .ptb-150-75 {
        padding: 150px 0
    }
    .ptb-100 {
        padding: 100px 0
    }
    .mt-100-50 {
        margin-top: 100px
    }
    .mt-m-30 {
        margin: 0
    }
    .ptb-90-180 {
        padding: 90px 0 180px
    }
    .ptb-140-180 {
        padding: 70px 0 90px
    }
    .ptb-140 {
        padding: 140px 0
    }
    .pt-140-70 {
        padding-top: 140px
    }
    .ptb-140-70 {
        padding: 70px 0
    }
    .ptb-160-80 {
        padding: 160px 0
    }
    .pb-100-50,
    .pb-100-70 {
        padding-bottom: 100px
    }
}

@media (min-width:993px) {
    .ptb-140-70 {
        padding: 140px 0
    }
    .ptb-140-70.ent {
        padding: 140px 0 70px
    }
    .ptb-140-180 {
        padding: 140px 0 180px
    }
    .pt-140 {
        padding-top: 140px
    }
    .pt-150-75 {
        padding-top: 150px
    }
}

@media(min-width:1200px) {
    .ptb-220-110 {
        padding: 220px 0
    }
}

.--databus-body__link,
.--databus-body__para,
.--databus-body__para-heading {
    font-size: 16px;
    line-height: 1.5
}

.--databus-body__para-mini {
    font-size: 14px
}

.--databus-body__heading {
    font-size: 24px;
    line-height: 1.25
}

.--databus-body__heading-mini {
    font-size: 20px;
    line-height: 1.33
}

.--databus-body__heading-large {
    font-size: 34px;
    line-height: 1.167
}

.--databus-body__para {
    font-weight: 300
}

.--databus-body__heading,
.--databus-body__link,
.--databus-body__para-heading,
.--databus-body__para-mini {
    font-weight: 500
}

.--databus-body__link,
.--databus-body__link:hover {
    display: inline-flex;
    line-height: 1;
    color: var(--heading--bold);
    cursor: pointer
}

.--databus-body__link img {
    margin-top: -1px
}

.--databus-body__link:hover img {
    transition: .1s ease-in;
    transform: translateX(5px)
}

.--databus-body__link.reversed img {
    transform: rotate(180deg)
}

.--databus-body__link.reversed:hover img {
    transform: rotate(180deg) translateX(5px)
}

.--databus-body__heading br {
    display: none
}

.--databus-body__para a {
    color: var(----databus-link)
}

@media (min-width:768px) {
    .--databus-body__heading br {
        display: inline
    }
    .--databus-body__heading {
        font-size: 32px;
        line-height: 1.25
    }
    .--databus-body__heading-mini {
        font-size: 24px;
        line-height: 1.33
    }
    .--databus-body__heading-large {
        font-size: 48px;
        line-height: 1.167
    }
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media(min-width:1320px) {
    .minimised {
        max-width: 1280px;
        margin: 0 auto
    }
}

@media (min-width:1501px) {
    .container.minimal {
        max-width: 1140px
    }
}

.responsive-img {
    max-width: 100%;
    width: 100%
}

.scaled-content-box-1 {
    max-width: 625px
}

.scaled-content-box-2 {
    max-width: 540px
}

.scaled-content-box-3 {
    max-width: 800px
}

.scaled-content-box-1,
.scaled-content-box-3 {
    margin: 0 auto
}

.scaled-content-box-3.no-margin {
    margin: 0
}

.--databus-body__para-mini+.--databus-body__heading,
.--databus-body__para-mini+.--databus-body__heading-mini {
    margin-top: 20px
}

.--databus-body__heading-mini+.--databus-body__para {
    margin-top: 30px
}

.--databus-body__heading+.--databus-body__para {
    margin-top: 20px
}

.--databus-body__heading+.--databus-body__para.more-margin,
.--databus-body__heading-mini+.--databus-body__para.more-margin,
.--databus-body__para-heading+.--databus-body__para.more-margin {
    margin: 35px 0
}

.--databus-body__para+.--databus-body__para-heading {
    margin-top: 30px
}

.--databus-body__para.more-margin+.--databus-body__link {
    margin-top: 0
}

.--databus-body__para+.--databus-body__link {
    margin-top: 50px
}

.--databus-body__heading-large+.--databus-body__para {
    margin-top: 30px
}

.flex-parent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

.flex-parent.align-start {
    align-items: flex-start
}

.flex-parent.align-top {
    align-items: flex-start
}

.flex-parent.align-bottom {
    align-items: bottom
}

.flex-parent.streched {
    align-items: stretch
}

.three-col-box,
.two-col-box {
    width: 100%
}

.--databus-video__wrap {
    overflow: hidden;
    position: relative;
    width: 100%
}

.--databus-video__wrap::after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.--databus-video__wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 30px 30px 30px 0 rgb(0 0 0 / 5%)
}

@media(min-width:993px) {
    .flex-parent {
        flex-direction: row
    }
    .flex-parent.reversed {
        flex-direction: row-reverse
    }
    .four-col-box,
    .two-col-box {
        width: 48%
    }
    ._30-col-box {
        width: 30%
    }
    ._40-col-box {
        width: 40%
    }
    ._55-col-box {
        width: 55%
    }
    ._60-col-box {
        width: 60%
    }
    ._65-col-box {
        width: 65%
    }
    .three-col-box {
        width: 31%
    }
}

@media(min-width:1200px) {
    .four-col-box {
        width: 23%
    }
}

.--databus-demo__btn,
.--databus-demo__btn:focus,
.--databus-demo__btn:hover {
    font-size: 16px;
    font-weight: 500;
    background: var(--helpdesk);
    color: #fff;
    outline: 0;
    border: none;
    display: inline-block;
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    white-space: nowrap;
    transition: all .3s ease
}

.--databus-demo__btn:hover {
    transform: translate(0, 3px)
}

.--databus-demo__btn.outlined {
    background: 0 0;
    color: var(--body-text-2);
    border: 2px solid var(--body-text-2);
    padding: 9px 19px
}

.--databus-demo__btn.outlined:hover {
    background: #fff
}

.--databus-demo__btn+.--databus-demo__btn {
    margin-left: 20px
}

@media(max-width:576px) {
    .--databus-demo__btn {
        width: 100%;
        text-align: center
    }
    .--databus-demo__btn+.--databus-demo__btn {
        margin-left: 0;
        margin-top: 20px
    }
}

.with-border-top {
    border-top: 1px solid rgb(0, 0, 0, .1)
}

.with-border-bottom {
    border-bottom: 1px solid rgb(0, 0, 0, .1)
}

.--databus-home__banner {
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0, rgba(255, 255, 255, 1) 50%)
}

.--databus-home__banner .container {
    position: relative;
    z-index: 1
}

.--databus-home__banner .signup-banner__wrap {
    margin: 40px 0 10px
}

.--databus-home__banner .signup-banner {
    margin: 0 auto;
    position: relative;
    max-width: 510px
}

.--databus-home__banner .signup-banner__error {
    opacity: 0;
    height: 0;
    font-size: 14px;
    color: #ce2525;
    margin: 15px 0 0;
    text-align: left;
    max-width: auto;
    padding-left: 20px
}

.--databus-home__banner-wrap {
    padding-top: 50px;
    text-align: center
}

.text-center {
    text-align: center
}

.--databus-home__video-wrap .container {
    margin: 0 auto;
    background: #fdfdfd;
    box-shadow: 0 13px 25px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.--databus-home__video-wrap .--databus-body__para-heading {
    text-align: center;
    padding: 20px 0 40px
}

.--databus-home__video {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.--databus-home__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.--databus-home__award-video h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 40px 0 20px
}

.brand-logos .--databus-body__para-heading {
    text-align: center;
    padding-bottom: 30px
}

.customer-support {
    padding-top: 50px
}

.--databus-home__banner-wrap h1 br {
    display: none
}

@keyframes marquee {
    0% {
        background-position: 0
    }
    98% {
        background-position: 100%
    }
    0% {
        background-position: 0
    }
}

.--databus-customers__list {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0 0
}

.--databus-customers__list img {
    width: 100%;
    max-width: 120px;
    margin-right: 30px
}

.--databus-subtle__link {
    color: #555;
    font-weight: 500
}

.--databus-subtle__link:hover {
    border-bottom: 1px dotted rgb(85, 85, 85, .5)
}

.--databus-usecase__btn-wrap {
    padding-top: 45px
}

.--databus-home__award-video {
    padding: 70px 0
}

._40-col-box img {
    max-width: 300px;
    margin: 0 auto;
    display: none
}

.--databus-home__banner .signup-banner {
    margin: 0 auto
}

.--databus-home__banner .scaled-content-box-2 {
    max-width: 100%
}

.version_2 .--databus-home__banner-wrap .flex-parent {
    text-align: center;
    justify-content: space-around
}

.--databus-home__banner.version_2 .scaled-content-box-2 {
    max-width: 100%
}

.--databus-home__banner.version_2 .signup-banner {
    margin: 0 auto
}

.--databus-home__video-wrap .container {
    padding: 0
}

.--databus-home__video-wrap .container,
.version_2 .--databus-home__video-wrap .container {
    background-size: cover;
    background-repeat: no-repeat
}

.--databus-home__video-wrap .container {
    background-image: url(../images/Cover_option_1.png)
}

.version_2 .--databus-home__video-wrap .container {
    background-image: url(../images/version_2_cover_new.jpg)
}

.version_2 .--databus-home__video {
    max-width: 100%
}

.--databus-home__video-wrap .--databus-body__para-heading {
    display: none
}

.version_2 #play-btn {
    transform: translate(-14%, -14%)
}

.version_2 .--databus-home__video-wrap {
    margin-top: 25px
}

@media(min-width:768px) {
    .--databus-home__video-wrap .--databus-body__para-heading {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translatex(-50%);
        font-size: 16px;
        display: block
    }
    .version_2 #play-btn {
        display: none
    }
}

@media(min-width:993px) {
    .--databus-home__video-wrap .--databus-body__para-heading {
        position: absolute;
        top: 50px
    }
    ._40-col-box img {
        max-width: 800px;
        margin: 0;
        display: block
    }
    .--databus-home__banner .signup-banner {
        margin: 0
    }
    .--databus-home__banner {
        position: relative;
        background: #fff
    }
    .--databus-home__banner.version_2 {
        padding-top: 50px
    }
    .--databus-home__banner-wrap {
        text-align: left;
        padding-top: 0
    }
    .version_2 .--databus-home__banner-wrap {
        padding-top: 12.5px
    }
    .--databus-customers__list {
        justify-content: space-between
    }
    .--databus-customers__list img {
        width: 100%;
        max-width: 150px;
        margin-right: 30px
    }
    .--databus-home__award-video .--databus-demo__btn {
        min-width: 200px
    }
    .--databus-home__banner:before {
        content: '';
        height: 840px;
        width: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        background: url(../images/Cover_option_1_bg.jpg) no-repeat;
        background-size: cover;
        background-position: 56% 100%
    }
    .--databus-home__banner.version_2:before {
        background: url(../images/full_bg_v2.png) no-repeat;
        background-size: cover;
        background-position: top;
        height: 840px;
        border-radius: 0
    }
    .version_2 .--databus-home__video {
        max-width: 100%
    }
    .version_2 .--databus-home__video-wrap .container::after,
    .version_2 .--databus-home__video-wrap .container:before {
        display: none
    }
    .--databus-home__banner .scaled-content-box-2 {
        max-width: 520px
    }
    .--databus-home__banner-wrap h1 br {
        display: inline
    }
    .version_2 .--databus-home__video-wrap {
        margin-top: 17.5px
    }
}

@media(min-width:1200px) {
    .--databus-home__banner:before {
        background-position: 48% 100%
    }
}

@media(min-width:1501px) {
    .container {
        max-width: 1140px
    }
    .customer-support {
        padding-top: 100px
    }
}