<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("inner-libarries.css");

body {
    font-family: "Montserrat", Arial, sans-serif;
    overflow-x: hidden;
}

@font-face {
    font-family: 'elephantregular';
    src: url('../assets/fonts/elephnt-webfont.woff2') format('woff2'),
        url('../assets/fonts/elephnt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../assets/fonts/bebasneue-regular-webfont.eot');
    src: url('../assets/fonts/bebasneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/bebasneue-regular-webfont.woff2') format('woff2'),
        url('../assets/fonts/bebasneue-regular-webfont.woff') format('woff'),
        url('../assets/fonts/bebasneue-regular-webfont.ttf') format('truetype'),
        url('../assets/fonts/bebasneue-regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img.snowfall-flakes {
    position: fixed !important;
}

span.no-wrap {
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 4px;
    height: 0px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

* {
    scrollbar-width: thin;
    scrollbar-color: #497dbd transparent
}

.bg-gradient-primary,
.bg-gradient-primary:active,
.bg-gradient-primary:focus,
.bg-gradient-primary:not(:disabled):not(.disabled):active,
.bg_orange:active,
.bg_orange:not(:disabled):not(.disabled):active,
.bg_orange:focus,
.bg_orange {
    border: 0;
    background: rgb(255, 136, 0);
    background: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1);
}

.bg-gradient-secondary,
.bg-gradient-secondary:not(:disabled):not(.disabled):active {
    border: 0;
    background: rgb(255, 179, 0);
    background: -webkit-linear-gradient(90deg, rgba(255, 179, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 179, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 179, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb300", endColorstr="#ff8800", GradientType=1);
}

.bg-gradient-blue {
    border: 0;
    background: rgb(85, 199, 255);
    background: -webkit-linear-gradient(90deg, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    background: linear-gradient(90deg, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55c7ff", endColorstr="#7886f7", GradientType=1);
}

.btn {
    font-weight: 600;
}

.zsiq_floatmain,
[data-id=zsalesiq] {

    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.su-bg-secondary {
    background-color: #f9f9fb;
}

.su-bg-gray {
    background-color: #f0f0f0;
}

.min-vh-50 {
    min-height: 50vh;
}

.min-vh-60 {
    min-height: 60vh;
}

.min-vh-70 {
    min-height: 60vh;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary-2:not(:disabled):not(.disabled).active,
.btn-primary-2:not(:disabled):not(.disabled):active,
.show&gt;.btn-primary-2.dropdown-toggle {
    color: #fff;
    background-color: #15343a;
    border-color: #112b31;
}

.primary-color,
.primary-color:hover {
    color: #182b4e;
}

.font_white {
    color: #fff;
}

.secondary-color .secondary-color:hover {
    color: #737373;
}

.banner h1.primary-color {
    font-size: 35.2px;
    font-size: 2.2rem;
    line-height: 48px;
    line-height: 3rem;
    font-weight: 700;
}

.banner h1.primary-color:after {
    content: " ";
    height: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    max-width: 60px;
    border-radius: 2px;
    background: rgb(255, 136, 0);
    background: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1);
}

p.hero-text {
    font-size: 19.2px;
    font-size: 1.2rem;
}

.hover-shadow-lg,
.hover-translate-y-n3,
.hover-translate-y-n10,
.hover-translate-x-n3 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.hover-translate-y-n3:hover,
.translate-y-n3 {
    -webkit-transform: translateY(-3px) !important;
    -ms-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important;
}

.hover-translate-y-n10:hover,
.translate-y-n10 {
    -webkit-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
}

.hover-translate-x-n3:hover,
.translate-x-n3 {
    -webkit-transform: translateX(3px) !important;
    -ms-transform: translateX(3px) !important;
    transform: translateX(3px) !important;
}

.banner a.btn {
    border-radius: 1.2rem;
    padding: 6px 20px;
}

.banner a.btn:hover {
    color: #fff;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

h2.searchunify-logo {
    margin: 0;
}

section.notif-banner .carousel-item {
    padding: 16px 0;
    padding: 1rem 0;
}

figure.home-banner-illustration {
    max-width: 100%;
}

.notif-banner .header-ribbon h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 600;
    display: inline-block;
}

.notif-banner .header-ribbon a.btn {
    background: #fff;
    margin-left: 32px;
    margin-left: 2rem;
    border-radius: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.notif-banner .header-ribbon a.btn span {
    padding: 0 16px;
    padding: 0 1rem;
}

.searchbox input[type=search] {
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    float: right;
}

#search_box+button[type="submit"] {
    height: 40px;
    width: 40px;
    top: 15px;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    position: absolute;
    padding-right: 10px;
    right: 5px;
    background: none;
}

.search_box-form {
    position: absolute;
    right: 19px;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.search_box-form.open {
    width: 826px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

i.fa.fa-times:before {
    content: "\f00d";
}

ul#awesomplete_list_1 {
    top: 60px;
    right: 10px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    max-height: 240px;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
}

ul#awesomplete_list_1 li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul#awesomplete_list_1 a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
    line-height: 48px;
    -webkit-transition: background .15s linear;
    transition: background .15s linear;
}

ul#awesomplete_list_1 a span.highlight {
    font-weight: 700;
}

.visibilityHideen {
    visibility: hidden;
}


section.personalize {
    padding: 96px 0;
    padding: 6rem 0;
}

.personalize-intro {
    padding-bottom: 0px;
    padding-bottom: 0rem;
}

.personalize-intro h2,
.searchunify-heading {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}

.personalize-intro p {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}

.personalize-tabs .icon {
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 2px 14px rgba(202, 202, 202, .5);
}

.img-illustration video {
    width: 600px;
    max-width: 100%;
}

.personalize-tabs .icon img {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
}

.personalize-tabs .card {
    border: none;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.personalize-tabs .card:hover {
    background-color: #f4f8f9;
    box-shadow: 0 2px 14px rgba(202, 202, 202, .5);
    cursor: pointer;
}

.personalize-illustrations .img-illustration img {
    max-width: 96%;
}

.personalize-tabs .card .card-body {
    padding: 4px 20px;
    padding: 0.25rem 1.25rem;
}

.personalize-tabs .card .card-body p {
    color: #8e8f8f;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 16px;
    line-height: 1rem;
}

.personalize-tabs .card .icon-text h5 {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #182b4e;
}

.personalize-tabs .card .card-header .tab-trigger {
    padding: 12px 20px;
    padding: .75rem 1.25rem;
}

.personalize-tabs .card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}

.personalize-tabs .card.active {
    background-color: #f4f8f9;
    box-shadow: 0 2px 14px rgba(202, 202, 202, .5);
}

.personalize-tabs .card.card-ai-powered.active {
    border-left: 2px solid #0bb481;
}

.personalize-tabs .card.card-chatbot.active {
    border-left: 2px solid #708fe5;
}

.personalize-tabs .card.card-analytics.active {
    border-left: 2px solid #e19a06;
}

.personalize-tabs .card.card-deflaction.active {
    border-left: 2px solid #9ccb85;
}

.personalize-illustrations .hide {
    display: none;
}

div#personalize-tabs {
    padding-top: 32px;
    padding-top: 2rem;
}

.searchunify-in-numbers {
    padding: 48px 0;
    padding: 3rem 0;
}

.searchunify-in-numbers h3 {
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 800;
}

.searchunify-in-numbers p {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}

.close-loop {
    background-color: #343e62;
    padding: 96px 0;
    padding: 6rem 0;
}

.close-loop-img img {
    max-width: 94%;
}

.close-loop-text {
    color: #fff;
}

.close-loop-text h3 {
    text-align: left;
}

.close-loop-text p {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 300;
}

.searchunify-customers {
    padding: 32px 0;
    padding: 2rem 0;
}

.searchunify-customers ul {
    margin: 0;
    padding: 0;
}

.searchunify-customers ul li div.carousel-images-customer {
    width: 210px;
}

.suTestimonialsV3 .profile-image i {
    display: block;
}

.suTestimonialsV3 .profile-name h3 {
    font-weight: 600;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0;
    padding: 0;
    padding-bottom: 3.2px;
    padding-bottom: 0.2rem;
}

.suTestimonialsV3 .profile-name h4 {
    font-weight: 600;
    font-size: 9.6px;
    font-size: 0.6rem;
    padding: 0 16px 0 0;
    padding: 0 1rem 0 0;
    margin: 0;
    line-height: 14.4px;
    line-height: 0.9rem;
}

.suTestimonialsV3 .testimonial-logo {
    padding: 0;
}

.suTestimonialsV3 .testimonial-logo i {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    /* margin-left: -26px;           */
    width: 172px !important;
    margin: 0 auto;
}

.suTestimonialsV3 .testimonial-cta {
    text-align: center;
    margin: 0;
    padding: 0;
}

.suTestimonialsV3 .testimonial-cta a.request_btn {
    font-size: 10px;
    padding: 8px 12px;
    margin-left: 0px;
    line-height: 12px;
    font-weight: 600;
}

.suTestimonialsV3 .author:after {
    content: "";
    height: 48px;
    height: 3rem;
    border-right: 1px solid #737373;
}

.suTestimonialsV3 .author {
    min-height: 96px;
    min-height: 6rem;
}

.searchunify-testimonial {
    padding: 48px 0 64px 0;
    padding: 3rem 0 4rem 0;
}

.suTestimonialsV3 .carousel-item-next,
.suTestimonialsV3 .carousel-item-prev,
.suTestimonialsV3 .carousel-inner {
    width: 100%;
    margin: 0;
}

.suTestimonialsV3 .carousel-inner .testimonial-wrap {
    padding-left: 64px;
    padding-left: 4rem;
    padding-top: 32px;
    padding-top: 2rem;
}

.suTestimonialsV3 .carousel-inner .testimonial-item:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    font-size: 2rem;
    color: #caced7;
    position: absolute;
    top: 25.6px;
    top: 1.6rem;
    left: 16px;
    left: 1rem;
    display: inline-block;
    font-weight: 900;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.searchunify-testimonial .testimonials-heading h5 {
    font-size: 14.4px;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #182b4e;
}

.searchunify-testimonial .testimonials-heading h3 {
    text-align: left;
}

.searchunify-testimonial .testimonial-text p {
    font-size: 14px;
}

.searchunify-testimonial ol.carousel-indicators {
    left: 112px;
    left: 7rem;
    width: 240px;
    width: 15rem;
    bottom: -32px;
    bottom: -2rem;
}

.searchunify-testimonial ol.carousel-indicators li {
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
    margin-right: 7.2px;
    margin-right: 0.45rem;
    border-radius: 50%;
    background-color: #caced7;
    cursor: pointer;
}

.searchunify-testimonial ol.carousel-indicators li.active {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background: rgb(255, 136, 0);
    background: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1);
}

.searchunify-testimonial .testimonials-controls {
    display: none;
}

.searchunify-testimonial .testimonials-controls a {
    color: #313f59;
}

.searchunify-testimonial .testimonials-controls a:hover {
    text-decoration: none;
}

.searchunify-testimonial .testimonials-controls a.left {
    padding-right: 24px;
    padding-right: 1.5rem;
    border-right: 1px solid #caced7;
}

.searchunify-testimonial .testimonials-controls a.right {
    padding-left: 24px;
    padding-left: 1.5rem;
}

.searchunify-testimonial .testimonials-controls a i {
    font-size: 16px;
    font-size: 1rem;
}

.searchunify-testimonial .testimonials-controls a span {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 600;
}

.searchunify-testimonial .testimonials-controls a.right span {
    padding-right: 16px;
    padding-right: 1rem;
}

.searchunify-testimonial .testimonials-controls a.left span {
    padding-left: 16px;
    padding-left: 1rem;
}

.why_searchunify {
    padding: 64px 0 32px 0;
    padding: 4rem 0 2rem 0;
    color: #182b4e;
    background-color: #f9f9fb;
}

.searchunify-for-thought-industries .our-partnership .mobile-centering img {
    max-width: 100%;
}

.why_searchunify .h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
}

.why_searchunify .why_content {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.why_searchunify .why_content p {
    padding-right: 16px;
    padding-right: 1rem;
}

.why_searchunify .why_content .icon img {
    max-width: 57.6px;
    max-width: 3.6rem;
}

.why_searchunify .why_content .icon .why-icon {
    display: block;
    max-width: 41.6px;
    max-width: 2.6rem;
}

.searchunify-for-thought-industries .why_searchunify .why_content .icon .why-icon {
    max-width: 57.6px;
    max-width: 3.6rem;
}

span.why-icon.ai-icon {
    width: 56px;
    height: 56px;
    max-width: unset !important;
}

.why_searchunify .why_content h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}

.why_searchunify .why_content p {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #8e97a6;
}

.feaured-resources {
    padding: 64px 0;
    padding: 4rem 0;
}

.feaured-resources .card {
    border: 0;
}

.feaured-resources .card-body {
    padding: 64px 0;
    padding: 4rem 0;
    background: url(../images/icons/resource_1.jpg) 0 0/cover no-repeat;
    border-radius: 0.5rem;
    box-shadow: 0 0.75rem 1.5rem rgba(88, 91, 95, 0.82);
    text-align: center;
}

.feaured-resources .card-body.rc-2 {
    background: url(../images/icons/resource_3.jpg) 0 0/cover no-repeat;
}

.feaured-resources .card-body.rc-3 {
    background: url(../images/icons/resource_2.jpg) 0 0/cover no-repeat;
}

.feaured-resources .card .card-body.light-font {
    color: #fff;
}

.feaured-resources .card .card-body.dark-font {
    color: #182b4e;
}

.feaured-resources .card.card-body.dark-font p {
    color: #8e8f8f;
}

.feaured-resources .feaured-resources-content {
    padding-left: 41.6px;
    padding-left: 2.6rem;
    padding-right: 41.6px;
    padding-right: 2.6rem;
}

.feaured-resources .feaured-resources-content h4 {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

.feaured-resources .feaured-resources-content h2 {
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 25.6px;
    line-height: 1.6rem;
    padding: 19.2px 0;
    padding: 1.2rem 0;
}

.feaured-resources .feaured-resources-content .request_btn {
    margin: 0 auto !important;
    margin-left: 0;
}

.feaured-resources .feaured-resources-content .btn-container {
    margin: 0 auto;
}

.feaured-resources .h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
    color: #182b4e;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
}

.feaured-resources-inner {
    padding: 32px 0;
    padding: 2rem 0;
}

/* .feaured-resources-wrapper {
 	padding: 48px 0;
 	padding: 3rem 0;
 	background: url(../images/icons/rc-background-inner.jpg) center left no-repeat;
 	background-size: 26%;
 	}*/
.feaured-resources-inner .card {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0.75rem 1.5rem rgba(88, 91, 95, 0.38);
    overflow: hidden;
}

.feaured-resources-inner .card-holder {
    padding: 0 16px;
    padding: 0 1rem;
}

.feaured-resources-inner .card .rc-img {
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .8s cubic-bezier(.25, .46, .45, .94), transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}

.feaured-resources-inner h4 {
    text-transform: uppercase;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #8e97a6;
    text-align: left;
}

.feaured-resources-inner h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 22.4px;
    line-height: 1.4rem;
    margin: 0;
    padding: 9.6px 0 16px 0;
    padding: 0.6rem 0 1rem 0;
}

.feaured-resources-inner .feaured-resources-content-inner {
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

.feaured-resources-inner .card .rc-img-wrapper {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.rc-card-bottom {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    padding: 10px 0;
    background: rgb(255, 136, 0);
    background: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1);
    border: transparent;
    color: #fff;
    overflow: hidden;
    text-align: center;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: background .5s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: background .5s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), background .5s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), background .5s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
}

.feaured-resources-inner .card a:hover {
    text-decoration: none;
}

.feaured-resources-inner .card a:hover img.rc-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.feaured-resources-inner .card a:hover .rc-card-bottom {
    padding: 10px 0;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: background .7s cubic-bezier(.165, .84, .44, 1), -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
    transition: background .7s cubic-bezier(.165, .84, .44, 1), -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
    transition: transform .7s cubic-bezier(.165, .84, .44, 1), background .7s cubic-bezier(.165, .84, .44, 1);
    transition: transform .7s cubic-bezier(.165, .84, .44, 1), background .7s cubic-bezier(.165, .84, .44, 1), -webkit-transform .7s cubic-bezier(.165, .84, .44, 1);
}

.request-demo-section {
    padding: 32px 0 32px 0;
    padding: 2rem 0 2rem 0;
    background: url(../images/icons/request_demo_bg.png) center center/cover no-repeat;
    position: relative;
    z-index: 9;
}

.request-demo-section .card.card-body {
    border-radius: 3rem;
    color: #fff;
    padding: 16px 48px;
    padding: 1rem 3rem;
    border: 0;
}

.request-demo-section .card.card-body .request_demo_click {
    background-color: #fff;
    color: #182b4e;
    font-weight: 600;
    box-shadow: 5px 4px 11px rgba(95, 93, 93, 0.57);
    text-decoration: none;
}

.request-demo-section .card.card-body h3 {
    font-size: 22.4px;
    font-size: 1.4rem
}

.request-demo-section .card.card-body .request_demo_click:hover {
    text-decoration: none;
}

section.site-footer {
    padding: 64px 0 0 0;
    padding: 4rem 0 0 0;
}

.footer_bottom {
    margin-top: 64px;
    margin-top: 4rem;
    padding: 0 0 8px 0;
    padding: 0 0 0.5rem 0;
    align-items: center;
}

section.site-footer h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
}

section.site-footer ul {
    padding: 0 0 0 3.2px;
    padding: 0 0 0 0.2rem;
    margin: 0;
    list-style: none;
}

section.site-footer ul.footer-solutions,
section.site-footer ul.footer-company,
section.site-footer ul.footer-started {
    padding-top: 16px;
    padding-top: 1rem;
}

section.site-footer ul.certificate {
    padding-top: 9.6px;
    padding-top: 0.6rem;
}

section.site-footer ul.footer_menu li {
    line-height: 16px;
    line-height: 1rem;
    padding: 0 0 9.6px 0;
    padding: 0 0 0.6rem 0;
}

section.site-footer ul li a {
    color: #737373;
    text-decoration: none;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 400;
}

section.site-footer ul li a:hover,
section.site-footer ul.footer_menu.footer_links li a:hover {
    color: #ffb200;
}

section.site-footer .suChatButton {
    position: fixed;
    bottom: 12px;
    right: 16px;
    z-index: 9999;
    padding: 12px 20px;
}

section.site-footer span.btn-inner--icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 6px;
    position: absolute;
    top: 8px;
    left: 16px;
}

section.site-footer span.btn-inner--text {
    padding-left: 36px;
}

section.site-footer .clearfix {
    margin-top: 11.2px;
    margin-top: 0.7rem;
}

section.site-footer .clearfix.after-chat {
    padding-top: 16px;
    padding-top: 1rem;
}

section.site-footer .clearfix a {
    color: #737373;
}

section.site-footer .clearfix a:hover {
    color: #ffb200;
    text-decoration: none;
}

section.site-footer .icon-design .fas,
section.site-footer .icon-design .far {
    color: #8e8f8f;
    vertical-align: middle;
}

section.site-footer ul.social-links {
    padding-top: 12.8px;
    padding-top: 0.8rem;
}


section.site-footer ul.social-links li {
    margin-left: 10px;
}

section.site-footer ul.social-links li a {
    padding: 3.2px;
    padding: 0.2rem;
    height: 35.2px;
    height: 2.2rem;
    width: 35.2px;
    width: 2.2rem;
}

section.site-footer .copy-text p {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
    padding-top: 3.2px;
    padding-top: 0.2rem;
    padding-right: 3.2px;
    padding-right: 0.2rem;
    text-transform: capitalize;
}

section.site-footer .copy-text p:before {
    content: "";
    background: url(../images/icons/searchunify_logo_icon.svg) 0 0/cover no-repeat;
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
    display: inline-block;
    position: relative;
    top: 11.2px;
    top: 0.7rem;
    margin-right: 6.4px;
    margin-right: 0.4rem;
}



section.site-footer ul.footer_menu.footer_links li {
    padding-bottom: 0;
    padding-left: 12.8px;
    padding-left: 0.8rem;
    display: inline-block;
}

section.site-footer ul.footer_menu.footer_links li a {
    color: #a0a0a0;
}

section.site-footer .icon-design {
    float: left;
    width: 13%;
    line-height: 19.2px;
    line-height: 1.2rem;
    font-size: 19.2px;
    font-size: 1.2rem;
    vertical-align: top;
    margin-bottom: 0;
}

section.site-footer .footer_recognition_row {
    margin-bottom: 90px
}

section.site-footer .footer_recognition_row .clearfix {
    margin-top: 16px;
    margin-top: 1rem;
}

section.site-footer .medal-g2 img {
    height: 75px;
}

section.site-footer .clearfix div .medal-g2.globee {
    height: 60px;
    margin-left: 13px;
}

section.site-footer .medal-g2.globee img {
    height: 75px;
    margin-top: 15px;
    margin-left: -6px;
}

section.site-footer .medal-g2.stevie-apac img {
    height: 100px;
}

section.site-footer .medal-g2.stevie-apac {
    margin-left: -6px;
    margin-right: 6px;
}

section.site-footer .medal-g2.g2-leader {
    margin-left: -8px;
}

section.site-footer .medal-g2.g2-easy {
    margin-left: -10px;
}

section.site-footer .medal-g2.stevie-bronze {
    margin-right: 4px;
}

section.site-footer .medal-g2.forrester,
section.site-footer .medal-g2.stevie-bronze {
    margin-left: 2px;
}

section.site-footer .medal-g2.stevie-silver img,
section.site-footer .medal-g2.stevie-bronze img {
    max-height: 86px;
    margin-top: 8px;
}

section.site-footer.inner-footer .medal-g2.stevie-silver img,
section.site-footer.inner-footer .medal-g2.stevie-bronze img {
    min-height: 80px;
    margin-top: 0px;
}

section.site-footer .medal-g2.forrester img {
    padding-top: 6px;
    padding-bottom: 6px;
}

p.cookies-text {
    display: inline-block;
}

section.site-footer .clearfix div {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 22px;
    float: left;
    width: 87%;
    color: #737373;
}

section.site-footer .clearfix div.medal-g2.ai-tech {
    margin-right: 12px;
}

section.site-footer .clearfix div.stevie-silver-2021 {
    margin-left: -16px
}

section.site-footer .clearfix div.stevie-silver-2021 img {
    max-height: 100px;
}

.single-post.postid-37 section.site-footer.inner-footer,
section.site-footer.inner-footer {
    padding: 224px 0 0;
    padding: 14rem 0 0;
    position: relative;
    background-image: url(../images/home/footer-bg.svg);
    background-repeat: no-repeat;
    z-index: 0;
    margin-top: -160px;
    margin-top: -10rem;
    background-size: cover;
    background-position: top center;
}

.single-post section.site-footer.inner-footer,
.resource-center section.site-footer.inner-footer,
.medias section.site-footer.inner-footer,
.recognitions section.site-footer.inner-footer,
.press-releases section.site-footer.inner-footer {
    padding: 96px 0 0;
    padding: 6rem 0 0;
    margin-top: 32px;
    margin-top: 2rem;
    background-position: bottom center;
}

section.site-footer.inner-footer .footer-about img {
    max-width: 160px;
}

.customers .pl-lower-footer {
    margin-bottom: -120px;
}

section.site-footer.inner-footer .footer-about p {
    color: #011866;
    padding: 20px 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}

section.site-footer.inner-footer .footer-about a {
    margin: -20px 0 20px 0;
    padding: 12px 22px;
    color: #ffffff;
}

section.site-footer.inner-footer .footer-about a:after {
    background-image: url(../images/icons/right-arrow-white.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

section.site-footer.inner-footer .footer_recognition_row h4,
section.site-footer.inner-footer .footer_menu_row h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #f48b00;
}

section.site-footer.inner-footer .clearfix div.stevie-silver-2021 {
    margin-left: 0;
}

section.site-footer.inner-footer .clearfix div.stevie-silver-2021 img {
    margin-top: 4px;
    max-height: 80px;
}

section.site-footer.inner-footer ul {
    padding: 0 0 0 3.2px;
    padding: 0 0 0 .2rem;
    margin: 0;
    list-style: none
}

section.site-footer.inner-footer ul.footer-company,
section.site-footer.inner-footer ul.footer-solutions,
section.site-footer.inner-footer ul.footer-started {
    padding-top: 10px;
}

section.site-footer.inner-footer ul.certificate {
    padding-top: 0;
    max-width: 280px;
}

section.site-footer.inner-footer ul.footer_menu li {
    line-height: 16px;
    line-height: 1rem;
    padding: 0 0 10px;
}

section.site-footer.inner-footer ul li a {
    color: #011866;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

}

section.site-footer.inner-footer ul.social-links li a {
    height: auto;
    width: auto;
}



section.site-footer.inner-footer .footer_bottom ul.footer_menu.footer_links li a:hover {
    font-weight: 400;
    color: #f48b00;
}

section.site-footer.inner-footer .clearfix {
    margin-top: 11.2px;
    margin-top: .7rem
}

section.site-footer.inner-footer .clearfix a {
    color: #011866;
}

section.site-footer.inner-footer .clearfix a:hover {
    font-weight: 600;
    text-decoration: none
}

section.site-footer .footer_bottom ul.footer_menu.footer_links li a:hover {
    font-weight: 400;
    color: #f48b00;
}

.request_btn.suChatButton {
    position: fixed;
    bottom: 12px;
    right: 16px;
    z-index: 9999;
    padding: 12px 16px;
}

.suChatButton span.btn-inner--icon {
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin-right: 6px;
    position: absolute;
    top: 10px;
    left: 16px;
}

.suChatButton span.btn-inner--text {
    padding-left: 35px;
    font-size: 14px;
    font-weight: 700;
}

section.site-footer.inner-footer .clearfix {
    margin-top: 11.2px;
    margin-top: 0.7rem;
}

section.site-footer.inner-footer .clearfix.after-chat {
    padding-top: 16px;
    padding-top: 1rem;
}

section.site-footer.inner-footer ul.social-links {
    padding-top: 12.8px;
    padding-top: .8rem;
    margin-left: -10px;
}

section.site-footer.inner-footer ul.social-links li {
    margin-left: 3.2px;
    margin-left: .2rem
}

section.site-footer.inner-footer ul.social-links li a {
    padding: 0 6px;
}

section.site-footer.inner-footer ul.social-links a .social-icons {
    width: 36px;
    height: 36px;
    display: block;
    background-size: contain;
    padding: 2px;
    background-repeat: no-repeat;
}

section.site-footer.inner-footer ul.social-links a .social-icons.fb {
    background-image: url(../images/icons/FB.svg?v=4);

}



section.site-footer.inner-footer ul.social-links a .social-icons.ln {
    background-image: url(../images/icons/LinkedIn.svg?v=4);
}



section.site-footer.inner-footer ul.social-links a .social-icons.tw {
    background-image: url(../images/icons/Twiter.svg?v=4);
}



section.site-footer.inner-footer ul.social-links a .social-icons.yt {
    background-image: url(../images/icons/Youtube.svg?v=5);
}

section.site-footer.inner-footer .copy-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    margin-left: -15px;
}



section.site-footer.inner-footer .icon-design {
    float: left;
    width: 10%;
    line-height: 19.2px;
    line-height: 1.2rem;
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: -6px;
}

section.site-footer.inner-footer .footer_recognition_row {
    margin-bottom: 90px
}

section.site-footer.inner-footer .footer_recognition_row .clearfix {
    margin-top: 16px;
    margin-top: 1rem
}

section.site-footer.inner-footer .medal-g2.g2-easy {
    margin-left: -10px;
}

section.site-footer.inner-footer .medal-g2 img {
    height: 80px;
}

section.site-footer.inner-footer .row-2 .medal-g2 img {
    height: 80px;
}

section.site-footer.inner-footer .clearfix.row-2 div.stevie-silver-2021 img {
    margin-top: 8px;
    max-height: 66px;
}

section.site-footer.inner-footer .row-1 .medal-g2.g2-leader,
section.site-footer.inner-footer .row-1 .medal-g2.g2-leader-2020 {
    margin-left: 0;
}

section.site-footer.inner-footer .medal-g2.stevie-apac img {
    margin-top: 0px;
}

section.site-footer.inner-footer .medal-g2.stevie-apac {
    margin-left: 0;
    margin-right: 6px;
}

section.site-footer.inner-footer .medal-g2.g2-leader {
    margin-left: -8px;
}

section.site-footer.inner-footer .medal-g2.g2-leader-2020 {
    margin-left: -8px;
}

section.site-footer.inner-footer .medal-g2.stevie-bronze {
    margin-right: 4px;
}

section.site-footer.inner-footer .medal-g2.forrester,
section.site-footer.inner-footer .medal-g2.stevie-bronze {
    margin-left: 2px;
}

section.site-footer.inner-footer .medal-g2.forrester img,
section.site-footer.inner-footer .medal-g2.stevie-bronze img {
    padding-top: 6px;
    padding-bottom: 6px
}

section.site-footer.inner-footer .clearfix.last-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.7rem;
}

section.site-footer.inner-footer .clearfix.last-row div {
    width: auto;
}

section.site-footer.inner-footer .clearfix div {
    font-size: 14.4px;
    font-size: .9rem;
    line-height: 22px;
    float: left;
    width: 87%;
    color: #011866;
}

section.site-footer.inner-footer .contact-details {
    padding-top: 0px;
}

section.site-footer.inner-footer .contact-details p {
    margin-bottom: 0;
}

section.site-footer.inner-footer .icon-design svg {
    max-width: 24px;
}

section.site-footer.inner-footer .certifications {
    padding-top: 20px;
}

section.site-footer.inner-footer .icon-design .far,
section.site-footer.inner-footer .icon-design .fas {
    color: #8e8f8f;
    vertical-align: middle
}

section.site-footer.inner-footer .container-fluid.footer-fluid {
    background-color: #011133;
    color: #ffffff;
}

section.site-footer.inner-footer .footer_bottom {
    margin: 20px 0;
    padding: 0;
}

section.site-footer.inner-footer .footer_bottom .copy-text span {
    color: #f48b00;
    font-weight: 600;
}

section.site-footer.inner-footer .row.footer_menu_row {
    margin-bottom: 60px;
    padding-bottom: 0;
}

section.site-footer.inner-footer .copy-text p:before {
    display: none;
}



.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner .item&gt;div {
    text-align: center;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 {
    margin-left: 20px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 14px);
    color: #f38a00;
    display: none;
}

.MultiCarousel.ShowPaging .leftLst,
.MultiCarousel.ShowPaging .rightLst {
    display: block;
    cursor: pointer;
}

.MultiCarousel .leftLst {
    left: 0px;
}

.MultiCarousel .rightLst {
    right: 0px;
}

.MultiCarousel.ShowPaging .leftLst {
    left: 0px;
}

.MultiCarousel.ShowPaging .rightLst {
    right: 0px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    display: none;
}

.MultiCarousel-inner .item .carousel-partner {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #ffffff;
    max-width: 96%;
}

.MultiCarousel-inner .item .carousel-partner img {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.about-page .MultiCarousel-inner .item .carousel-partner {
    max-width: 86%;
    padding: 4px 0;
}

.about-page .MultiCarousel-inner .item .carousel-partner img {
    max-width: 80%;
    margin: 0 auto;
}

.searchunify-for-thought-industries .MultiCarousel-inner .item .carousel-partner img {
    margin: 0 auto;
    max-width: 80%;
}

.searchunify-for-thought-industries .MultiCarousel-inner .item .carousel-partner {
    max-width: 86%;
    padding: 4px 0;
}

.MultiCarousel-inner .item:hover .carousel-images-customer {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.MultiCarousel-inner .item:hover .carousel-images-customer span {
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
}

.MultiCarousel-inner .item .carousel-images-customer span {
    background: #ffb200;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
}

/*.MultiCarousel-inner{
    display: block;
    width: 400vh;
    overflow-x: hidden;
    animation: moveSlideshow 15s linear infinite;
    border: 1px solid green;
}
.MultiCarousel-inner .item{
    display:inline-block;
    vertical-align:middle;
    width:200px;
    border: 1px solid red;
}
@keyframes moveSlideshow {
  100% { 
    transform: translateX(-50%);  
  }
  }*/

.searchunify-in-numbers span.counter {
    display: inline-block;
}

.searchunify-in-numbers span.saved-costs {
    min-width: 73.6px;
    min-width: 4.6rem;
}

.searchunify-in-numbers span.cases-deflected {
    min-width: 89.6px;
    min-width: 5.6rem;
}

.searchunify-in-numbers span.successful-searches {
    min-width: 41.6px;
    min-width: 2.6rem;
}

.video_content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 8%;
    max-width: 1300px;
    margin-left: -650px;
}

.carousel-item.has-video {
    position: relative;
}

/* header */

/* header */
.header .container {
    max-width: 1440px;
    padding: 0 32px;
}

.navbar-toggler {
    color: #000;
    font-size: 30px;
    margin-top: 16px;
    padding: 0px;
    border: 0px;
    display: none;
}

.navbar-toggler:focus {
    outline: 0px;
}

.header .header_logo {
    width: 215px;
    padding: 15px 0;
}

.header .navigation {
    padding: 0;
    padding-bottom: 0.4rem;
}

.header .navbar-nav li {
    padding: 20px 0;
}

.header .navbar-nav li a.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    padding: 5px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.header .btn.btn-free-trial {
    color: #031a4c !important;
    border: 2px solid #031a4c !important;
    padding: 6px 12px !important;
    margin-top: -4px;
    margin-left: 10px;
}

.header .navbar-nav li a.nav-link.su-site-search {
    display: none;
}

.header .navbar-nav li a.nav-link.su-site-search:before {
    background-image: url(../images/search-icon.svg);
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    visibility: visible;
}

.header .navbar-nav li a.nav-link.su-site-search {
    visibility: hidden;
    margin-right: 0;
    padding-right: 0;
}

.search-page .mobileSearchButton,
.search-page a.nav-link.su-site-search-button {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

a.nav-link.su-site-search-button:before {
    background-image: url(../images/search-icon.svg);
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    visibility: visible;
    background-size: cover;
}

a.nav-link.su-site-search-button.closeSearch:before {
    background-image: url(../images/close-btn.svg);
}

.header .navbar-nav li a.nav-link.su-site-search-button {
    visibility: visible;
    margin-right: 0;
    padding-right: 0;
    margin-left: 10px;
    position: relative;
    z-index: 100;
}

.resource-center .search-bar-wrapper {
    top: -56px;
}

.mobileSearchButton {
    display: none;
    width: 60px;
    position: absolute;
    right: 50px;
    top: 20px;
}

.header .navbar-nav li.active a.nav-link,
.header .navbar-nav li:hover a.nav-link,
.header .navbar-nav li.show a.nav-link {
    color: #ffb200;
}

.header .navbar-nav li:hover a.nav-link.request_btn {
    color: #ffffff !important;
}

.header .dropdown-toggle:after {
    margin-left: 10px;
}

.request_btn {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 8px 20px;
    margin-left: 20px;
    line-height: 21px;
}

.request_btn:hover {
    color: #fff;
}

.header .dropdown-menu {
    border: none;
    border-radius: 0;
    top: 97%;
}

.header .navbar-nav .dropdown-item {
    color: #000;
    font-size: 13px;
}

.header .navbar-nav .su-mega-menu .dropdown-item {
    white-space: normal;
}

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

.header .navbar-nav li:hover&gt;.dropdown-menu {
    display: block;
}

.header .dropdown-submenu {
    position: relative;
}

.header .dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
}

.header .dropdown-menu li {
    border-right: none;
    padding: 0;
}

.header .navbar-nav li.nav-item.dropdown&gt;a:focus,
.header .navbar-nav li.nav-item.dropdown&gt;a:hover,
.header .navbar-nav li.nav-item.dropdown&gt;a {
    cursor: default;
    outline: 0;
}

.header .dropdown-submenu&gt;a:after {
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 7px;
    margin-right: -10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header .navbar-nav li.custom_request_demo {
    padding: 0;
}

.header .navbar-nav li.nav-item.dropdown.parent-clickable&gt;a:hover,
.header .navbar-nav li.nav-item.dropdown.parent-clickable&gt;a,
.header .navbar-nav li.parent-clickable a:hover,
.header .navbar-nav li.parent-clickable:hover {
    cursor: pointer !important;
}

.scrolling_header .dropdown-menu li:last-child,
.su-mega-menu ul.dropdown-child-menu li:last-child {
    padding-top: 0px;
}

.header .navbar-nav li:hover a.request_btn {
    color: #fff;
}

.header .navbar-nav li.active a.request_btn {
    color: #ffffff;
}

.header .navbar-nav li a.request_btn {
    padding: 8px;
    border: none;
    margin-top: -4px;
    margin-left: 10px;
    border-radius: 6px;
}

.header .navbar-nav li a.request_btn:hover {
    color: #fff;
}

.header .dropdown-toggle:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .navbar-nav li:hover a.dropdown-toggle:after {
    border: solid #ffb200;
    border-width: 0 2px 2px 0;
}

h1.searchunify-logo {
    margin: 0;
}

.scrolling_header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.scrolling_header .navbar-nav li a.nav-link {
    color: #313131;
    margin-right: 0px !important;
}

.scrolling_header .navbar-nav li a.request_btn {
    color: #fff;
    border-right: none;
}

.scrolling_header .navbar-nav li a.request_btn:focus {
    color: #fff;
}

.scrolling_header .dropdown-menu li {
    border-right: none;
}

.scrolling_header .dropdown-menu {
    top: 97%;
    left: 12px;
}

.single-post .scrolling_header .dropdown-menu {
    top: 92%;
}

.single-post ul.inner-ul-list li {
    margin-bottom: 4px;
}

.single-post ul.inner-ul-list {
    margin-bottom: 0px;
}

li.nav-item.dropdown.hoverColor&gt;ul,
li.dropdown.su-mega-menu&gt;ul.dropdown-menu.bg_black_op {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
}

/*SU Mega Menu*/

.su-mega-menu ul.dropdown-menu {
    /* display: block;*/
}

ul.dropdown-menu.dropdown-child-menu {
    /*background: grey;*/
}

.su-mega-menu ul.dropdown-menu {
    width: 610px;
    left: calc(100% - 335px);
    padding-bottom: 16px;
}

.su-mega-menu ul.dropdown-menu .dropdown-submenu&gt;a:after {
    display: none;
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu {
    width: 33%;
    float: left;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.su-mega-menu ul.dropdown-child-menu li {
    width: 100%;
    float: none;
}

.su-mega-menu ul.dropdown-menu.dropdown-child-menu.bg_black_op {
    display: inline-block;
    position: static !important;
    background-color: transparent;
    width: 100%;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}

.header .navbar-nav .su-mega-menu h6.dropdown-item {
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    padding: 5px 18px;
    margin-bottom: 4px;
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu&gt;a.dropdown-item {
    cursor: default;
    font-weight: 600;
    font-size: 15px;
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu&gt;a.dropdown-item:hover {
    color: #000;
}

.awesomplete span.visually-hidden {
    display: none
}

.awesomplete span.highlight {
    color: #ffb200;
}

form.searchForm {
    float: right;
    width: 100% !important;
    right: 10px;
    position: relative;
}



.searchForm input[type=search] {
    box-sizing: border-box;
    padding-left: 10px;
    height: 50px;
    margin-top: 0px;
    float: right;
    width: 100%;
    border: 1px solid #717171;
    outline: none;
    background: #fff;
    border-radius: 4px;
}

.visually-hidden {
    visibility: hidden;
}

.search-bar {
    position: absolute;
    right: 40px;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.search-bar-wrapper {
    position: relative;
    top: -58px;
    right: 10px;
}

.search-bar.open {
    width: 800px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-bar.open .ng-scope .su__bg-blue-grd {
    background: #ffffff;
    padding: 0 0;
}

.search-bar.open .ng-scope .su__autocomplete-input {
    background: #ffffff;
    cursor: text;
    border: 1px solid #717171;
}

.search-bar.open .ng-scope .su__clear-search {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.search-bar.open .ng-scope .su__container .su__search-forms,
.search-bar.open .ng-scope .su__container {
    padding: 0 0;
}

.search-bar.open .ng-scope span.highlight {
    color: #ffb200;
    font-weight: 700;
}

.search-bar.open .ng-scope a:hover {
    text-decoration: none;
    cursor: pointer;
}

i.fa.fa-times:before {
    content: "\f00d";
}

ul#awesomplete_list_1 {
    top: 50px;
    right: 0px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    max-height: 220px;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
}

ul#awesomplete_list_1 li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    padding: 10px 0;
}

ul#awesomplete_list_1 li[aria-selected*="true"],
ul#awesomplete_list_1 li:hover {
    background: #efefef;
    cursor: pointer;
}

ul#awesomplete_list_1 li b,
ul#awesomplete_list_1 a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
    line-height: 24px;
    font-weight: normal;
    -webkit-transition: background .15s linear;
    transition: background .15s linear;
}

ul#awesomplete_list_1 span.highlight {
    font-weight: 700;
}

/*SU Mega Menu*/

/*SU Mega Menu*/

.scrolling_header .dropdown-toggle:after {
    border: solid #313131;
    border-width: 0 2px 2px 0;
}

/* banner */
.cookie_not_set .banner {
    padding-top: 112px;
    padding-top: 7rem;
}

.banner {
    padding-top: 72px;
}

.banner_image {
    height: 670px;
    padding: 20px 0 50px;
    background-size: cover !important;
}

.banner_content {
    padding: 90px 0 0;
}

.banner_content h2 {
    font-size: 54px;
    font-weight: 300;
    line-height: 1.2;
}

.banner_content ul {
    padding: 10px 0 25px 23px;
}

.video_content .banner_content ul {
    list-style: none;
    padding-left: 0;
}

.banner_content ul li {
    padding: 2px 0;
}

.banner_btn {
    font-size: 14px;
    padding: 10px 40px;
    font-weight: 600;
    margin: 0 20px 0 0;
}

.banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
}

.banner .carousel-indicators li.active {
    background: #fff;
}

.has-video video {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.site-footer .medal-g2.globee {
    margin-left: -4px;
}

section.site-footer .medal-g2.globee img {
    height: 70px;
}

.blog-subheading h5 {
    margin: 8px 0;
    color: #313131;
    font-size: 17px;
    font-weight: 600;
}

.blog-subheading hr {
    width: 100%;
    border-width: 1px;
}

blockquote {
    quotes: "\201C" "\201D"
}

blockquote.fat-quote {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    display: block;
    position: relative;
    padding: .5rem 5rem;
    font-style: normal;
    color: inherit;
    width: 100%;
    margin: 0 0 10px;
}

blockquote.fat-quote p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
}

blockquote.fat-quote:after,
blockquote.fat-quote:before {
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    font-size: 160px;
    opacity: .15
}

blockquote.fat-quote:before {
    content: open-quote;
    top: -75px;
    left: 0
}

blockquote.fat-quote:after {
    content: close-quote;
    bottom: -124px;
    right: 0;
}

.button12::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #6098FF;
    display: block;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.button12:hover::before {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.button12 {
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: #ffb300;
    color: #ffffff;
}

.button12 span {
    color: #ffffff !important;
    display: inline-block;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.button12 em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 47%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    -webkit-transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.button12:before,
.button12:after {
    content: '';
    background: #fff;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button12:before {
    top: 0;
    left: 0;
    right: auto;
}

.button12:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.button12:hover:before {
    width: 100%;
    right: 0;
    left: auto;
    border-radius: 0.25rem 0.25rem 0 0;
}

.button12:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    border-radius: 0 0 0.25rem 0.25rem;
}

.button12:hover span {
    color: #ffb300 !important;
}

.button12:hover em {
    background: #000;
    transform: scaleX(.51);
    transform: scaleX(.51);
}

.button12:hover {
    border-radius: 0.25rem;
}

.button13::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #6098FF;
    display: block;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.button13:hover::before {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.button13 {
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: #ffb300;
    color: #ffffff;
    border-radius: 25px;
}

.button13 span {
    color: #ffffff !important;
    display: inline-block;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.button13 em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 47%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    -webkit-transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.button13:before,
.button13:after {
    content: '';
    background: #fff;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button13:before {
    top: 0;
    left: 0;
    right: auto;
    border-radius: 25px 25px 0 0;
}

.button13:after {
    bottom: 0;
    right: 0;
    left: auto;
    border-radius: 0 0 25px 25px;
}

.button13:hover:before {
    width: 100%;
    right: 0;
    left: auto;
    border-radius: 25px 25px 0 0;
}

.button13:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    border-radius: 0 0 25px 25px;
}

.button13:hover span {
    color: #ffb300 !important;
}

.button13:hover em {
    background: #000;
    transform: scaleX(.51);
    transform: scaleX(.51);
}

.highlight-link-click span {
    padding: 6px 20px;
}

section.why-su.rd-su .why_content {
    display: block;
    padding: 30px;
    min-height: 420px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 24px #00000014;
    border: none;
    border-radius: 0px;
}

section.why-su.rd-su .why_content .icon.text-primary {
    text-align: center;
    margin-bottom: 20px;
}

section.why-su.rd-su .why_content .icon .why-icon {
    display: unset;
}

section.why-su.rd-su .why_content h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #12182E;
    line-height: 28px;
}

section.why-su.rd-su .why_content p {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    color: #5A5D6B;
    padding-right: 0px;
}

section.free-trial-strip-rd.abt {
    background: #12182E;
    color: #ffffff;
    position: relative;
    margin: 0 auto;
    width: calc(100% - 140px) !important;
    padding: 54px 80px 60px;
    text-align: center;
}

section.free-trial-strip-rd.abt a.btn {
    background: transparent linear-gradient(270deg, #F9B000 0%, #FF6C0A 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px;
    font-size: 18px;
    line-height: 26px;
    padding: 13px 30px;
    text-transform: capitalize;
    margin-top: 22px;
}

section.featured-resources-rd .main-heading h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1.2px;
    color: #12182E;
    font-weight: 700;
    text-align: center;
}

section.featured-resources-rd {
    padding: 60px 0 40px;
    text-align: center;
    position: relative;
}

section.featured-resources-rd:before {
    content: "";
    background: #12182E;
    height: 400px;
    width: calc(100% - 140px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -78px;
}

section.featured-resources-rd .container {
    max-width: 1170px;
}

section.featured-resources-rd .slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 512px;
    background-image: url(../assets/img/arrw-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #FFFFFF;
    padding: 24px 24px;
    color: #ffffff;
    font-size: 26px;
    background-size: 12px;
    bottom: unset;
    top: 644px;
}

section.featured-resources-rd i.fa.fa-chevron-left {
    border: 1px solid #FFFFFF;
    padding: 12px 18px;
    color: #ffffff;
    font-size: 26px;
}

section.featured-resources-rd i.fa.fa-chevron-right,
section.featured-resources-rd i.fa.fa-chevron-left {
    display: none;
}

section.featured-resources-rd .slick-next.slick-arrow {
    width: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 24px 24px;
    color: #fff;
    font-size: 26px;
    margin-left: 120px;
    margin: 0 auto;
    position: relative;
    left: 40px;
    background-image: url(../assets/img/arrw-next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    bottom: unset;
    top: 0px;
}

section.featured-resources-rd .card-holder {
    padding: 0 1rem;
}

section.featured-resources-rd .card .rc-img {
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .8s cubic-bezier(.25, .46, .45, .94), transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}

section.featured-resources-rd .card-body {
    padding: 30px 20px 30px 30px;
    min-height: 230px;
}

section.featured-resources-rd h4.bg-small-heading,
section.featured-resources-rd .rc-cards-bottom h4 {
    text-align: left;
    margin-bottom: 0px;
}

section.featured-resources-rd .card h4.bg-small-heading a {
    background: #F48B00 0% 0% no-repeat padding-box;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 8px 6px 1px;
    text-decoration: none;
}

section.featured-resources-rd h3.primary-color {
    font-size: 18px;
    line-height: 26px;
    min-height: 104px;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
    color: #12182E;
}

section.featured-resources-rd .rc-cards-bottom h4 a {
    letter-spacing: 0px;
    color: #F48B00;
    font-size: 16px;
    line-height: 34px;
    text-decoration: none;
    position: relative;
}

section.featured-resources-rd .rc-cards-bottom h4 a::after {
    content: '';
    background: url('../assets/img/arrow_slider.svg') no-repeat;
    width: 19px;
    height: 15px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}

section.featured-resources-rd .slick-prev.slick-arrow:hover,
section.featured-resources-rd .slick-next.slick-arrow:hover {
    border: 1px solid #F48B00;
}

section.featured-resources-rd .slick-next.slick-arrow:hover {
    top: -25px;
}

section.featured-resources-rd .slick-prev.slick-arrow:hover {
    top: 620px;
}

section.featured-resources-rd .slick-prev.slick-arrow:hover {
    background-image: url(../assets/img/next-org-arrow.svg);
    transform: rotate(180deg);
}

section.featured-resources-rd .slick-next.slick-arrow:hover {
    background-image: url(../assets/img/next-org-arrow.svg);
    transform: rotate(0deg);
}

section.featured-resources-rd .slick-prev:before,
.slick-next:before {
    display: none;
}

section.featured-resources-rd .slick-list.draggable {
    margin-bottom: 50px;
}

section.featured-resources-rd .feaured-resources-wrapper {
    margin-top: 45px;
}

section.site-footer-rd-new {
    background: #D6EFFF;
    text-align: center;
    padding: 60px 0px 40px;
    margin: 0;
}

section.site-footer-rd-new .container {
    max-width: 1170px;
}

section.site-footer-rd-new .footer-contact-info img {
    margin-bottom: 16px;
}

section.site-footer-rd-new .footer-contact-info a,
section.site-footer-rd-new .footer-contact-info p {
    color: #5A5D6B;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
}

section.site-footer-rd-new .footer-social-icons {
    margin-top: 12px;
}

section.site-footer-rd-new ul.social-links {
    padding: 0;
}

section.site-footer-rd-new .footer-social-icons ul li {
    width: 46px;
    height: 46px;
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    line-height: 27px;
}

section.site-footer-rd-new .footer-menu-area {
    margin-bottom: 40px;
}

section.site-footer-rd-new .logo-area {
    margin: 0 auto;
    border-top: 1px solid #dce4eb;
    width: 100%;
    border-bottom: 1px solid #dce4eb;
    padding: 20px 0px;
    margin-top: 24px;
}

section.site-footer-rd-new h4 {
    font-size: 20px;
    color: #12182E;
    text-align: left;
    line-height: 36px;
    margin-bottom: 0px;
}

section.site-footer-rd-new ul.footer_menu {
    margin-top: 30px;
    padding: 0px;
}

section.site-footer-rd-new ul.footer_menu li {
    text-align: left;
    list-style-type: none;
}

section.site-footer-rd-new ul.social-links {
    padding-right: 0rem !important;
}

section.site-footer-rd-new ul.footer_menu li a {
    font-size: 14px;
    color: #5A5D6B;
    text-decoration: none;
    line-height: 38px;
}

section.footer-certificates.certificated-rd-new {
    margin: 30px 0px;
}

section.footer-certificates.certificated-rd-new h4 {
    font-size: 30px;
}

section.footer-certificates.certificated-rd-new h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 27px;
    color: #00225A;
}

section.footer-certificates.certificated-rd-new .certificate-all,
section.footer-certificates.certificated-rd-new .medal-all {
    display: inline-flex;
}

section.footer-copyright.copyright-rd-new h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 27px;
    color: #00225A;
}

section.footer-copyright.copyright-rd-new {
    background: #D6EFFF;
    padding: 20px 0px;
}

section.footer-copyright.copyright-rd-new p,
section.footer-copyright.copyright-rd-new ul.footer_menu.footer_links li a {
    font-size: 13px;
    font-weight: 600;
    color: #5A5D6B;
    margin-bottom: 0px;
    text-decoration: none;
    line-height: 36px;
}

section.footer-copyright.copyright-rd-new .right-align {
    text-align: right;
}

section.footer-copyright.copyright-rd-new ul.footer_menu.footer_links {
    display: inline-flex;
    margin-bottom: 0px;
}

section.footer-copyright.copyright-rd-new ul.footer_menu.footer_links li {
    list-style-type: none;
    margin-right: 30px;
}

section.footer-copyright.copyright-rd-new p,
section.footer-copyright.copyright-rd-new ul.footer_menu.footer_links li a {
    font-size: 13px;
    font-weight: 600;
    color: #5A5D6B;
    margin-bottom: 0px;
    text-decoration: none;
    line-height: 36px;
}

section.footer-certificates.certificated-rd-new .certificate img,
section.footer-certificates.certificated-rd-new .medal img {
    margin-right: 14px;
}

section.footer-certificates.certificated-rd-new .medal-all.flex-wrap {
    align-items: center;
}

section.footer-certificates.certificated-rd-new .certificate div {
    margin-right: 12px;
}

.blog-detail a {
    text-transform: capitalize;
}

.request-demo .demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label {
    font-size: 12px !important;
    font-weight: 600;
}

.demo_form_wrapper form#mktoForm_4288 .mktoFormRow.row_7 {
    margin-bottom: 10px;
}

.related-posts .card {
    margin-top: 10px;
}

.su-gpt section.enterprise-sec p b,
.su-gpt .potential-section .submenu li b,
.su-gpt .faq-section .answer p b {
    color: #12182E;
    font-weight: 600;
}

.su-gpt .faq-container.container {
    margin-top: 0px;
    padding-top: 36px;
}

.su-gpt .faq-section .faq-container&gt;h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #12182E;
    line-height: 54px;
    margin-bottom: 30px;
    letter-spacing: -0.8px;
}

.su-gpt .faq-section .faq-item {
    margin-bottom: 10px;
}

.su-gpt .faq-section .faq-item.active .question {
    background-color: #E5F5FF;
    padding-top: 30px;
}

.su-gpt .faq-section .question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    padding-left: 30px;
    padding-right: 30px;
}

.su-gpt .faq-section .question h2 {
    margin: 0;
    font-size: 20px;
    color: #12182E;
    font-weight: 600;
    line-height: 34px;
}

.su-gpt .faq-section .toggle-sign {
    font-size: 40px;
    font-weight: 400;
    color: #2c3e50;
    background-color: #ffffff;
    padding: 15px 12px 16px;
    line-height: 16px;
    z-index: 99;
}

.su-gpt .faq-section .faq-item.active .answer {
    max-height: unset;
    opacity: 1;
    background-color: #E5F5FF;
    margin-top: -20px;
    padding: 16px 30px 30px;
}

.su-gpt .faq-section .answer {
    background-color: #f9f9f9;
    padding: 3px;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.su-gpt .faq-section .answer p,
.knowbler-faq .faq-section .answer li,
.su-gpt .faq-section .answer li {
    margin: 0;
    font-size: 16px;
    color: #5A5D6B;
    max-width: 980px;
    line-height: 26px;
    font-weight: 400;
}

.su-gpt .faq-section .answer li b {
    color: #12182E;
    font-weight: 600;
}

.su-gpt .faq-section .answer p a,
.su-gpt .impact-section p.impact-sub-head a {
    color: #F48B00;
    cursor: pointer;
    text-decoration: none;
}

.su-gpt p.mt-3.font-300.llm-banner-sub-head b {
    font-weight: 600;
}

div#collapseseven p {
    color: #ffffff;
    font-size: 14px;
}

.su-gpt .faq-section .question h2 {
    line-height: 28px;
}

.su-gpt .faq-section .faq-item {
    margin-bottom: 0px;
    border: 1px solid #BEDEF3;
}

.header-section.short-articles .header-illustration {
    background-image: url(../images/icons/su_banner_blog.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.header-section.short-articles {
    padding: 4rem 0 0 0;
    height: 300px;
}

section.header-section p.banner-city {
    margin-top: 0px;
}

section.main-banner-pages.knowbler {
    background-image: url(../assets/img/pages-banner-bg-v2.png);
    background-color: #252a3e;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    padding: 138px 0px 60px 0px;
}

section.main-banner-pages.knowbler .container {
    max-width: 1170px;
    padding: 0 32px;
}

section.main-banner-pages.knowbler h1 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
}

section.main-banner-pages.knowbler p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.section-scroll-pages.connectors section.about-text.platform-about h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.56px;
    color: #12182E;
    padding: 0 0rem;
}

.connectors section.about-text p {
    color: #5A5D6B;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 500;
}

.connectors section#about {
    padding-top: 70px;
}

.connectors section.experience.highlight-link {
    background: #D6EFFF;
    width: calc(100% - 140px) !important;
    margin: 0 auto;
    padding: 40px 0px 70px !important;
}

.connectors section#native-connectors-with-built-in-access-control {
    margin-top: 50px;
}

.connectors section.experience.highlight-link h5 {
    font-style: italic;
    line-height: 43px;
    font-weight: 600;
    font-size: 28px;
    padding: 0 60px;
    color: #12182E;
    letter-spacing: -0.56px;
    padding: 0px;
}

.connectors a.btn.bg_orange.request_btn.hover-translate-y-n3.highlight-link-click {
    background: #3478F6;
    padding: 16px 40px;
    border-radius: 0px;
}

.connectors a.btn.bg_orange.request_btn.hover-translate-y-n3.highlight-link-click:hover {
    color: #ffffff;
}

.connectors section.platform-sections h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: -0.48px;
    color: #12182E;
}

.connectors .section-scroll-pages section.full-screen p {
    margin-bottom: 0;
    color: #5A5D6B;
    font-size: 16px;
    line-height: 26px;
}

.connectors section.feaured-services {
    background: #D6EFFF !important;
    width: calc(100% - 140px) !important;
    margin: 0 auto;
    margin-top: 70px;
}

.connectors .slick-prev.slick-arrow {
    bottom: unset;
    z-index: 99;
    top: 94%;
}

.connectors .slick-prev:before {
    content: '';
}

.connectors .slick-next.slick-arrow {
    bottom: unset;
    top: 94%;
}

.connectors section.feaured-services img {
    max-width: 190px;
    margin-top: 30px !important;
    height: auto;
}

.connectors section.feaured-services h5 {
    margin-top: 20px;
}

.connectors .card-img-box {
    min-height: 5vw;
}

.postid-27 .blog_tags_bar {
    display: none;
}

.row.related-posts .blog_tags_bar {
    display: none;
}

.how-abbyy-accelerates-customer-support-self-service-experiences-with-searchunify .lp-key-take-away.brightree ul {
    padding-left: 35px;
}

.how-abbyy-accelerates-customer-support-self-service-experiences-with-searchunify .lp-key-take-away.brightree ul li {
    list-style-type: disc;
}

.how-abbyy-accelerates-customer-support-self-service-experiences-with-searchunify.namely.higher-education .lp-key-take-away {
    padding: 0px;
}

.namely.how-abbyy-accelerates-customer-support-self-service-experiences-with-searchunify.higher-education .lp-key-take-away {
    padding: 0px !important;
}

.how-abbyy-accelerates-customer-support-self-service-experiences-with-searchunify .case-study-bnr h2 {
    margin-bottom: 16px;
}

.how-abbyy-accelerates-customer-support-self-service-experiences-with-searchunify h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
}

.events-page-v2 a.PRandMediaInterlink {
    font-weight: bold;
}

.single-post .cta-sec-area-one {
    background: #141449;
    padding: 24px 0px 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.single-post .cta-sec-area-one.custom-padding {
    padding: 24px 5px 40px;
}

.single-post .cta-sec-area-one h3 {
    color: #fff;
    font-weight: 700;
}

.single-post .cta-sec-area-one h4 {
    font-weight: 500;
    margin-bottom: 32px;
}

.single-post .cta-sec-area-one a {
    background-color: #ff7300;
    padding: 14px;
    width: 32%;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.single-post .cta-sec-area-one a.BlogContentLink:hover {
    text-decoration: none;
}

.single-post .cta-sec-area-one a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.single-post .cta-sec-area-one a:hover {
    background-color: #fff;
}

.single-post .cta-sec-area-one a:hover {
    color: #ff7300;
}

.single-post .cta-sec-area-one.gre-bg a {
    background-color: #ff7300;
    padding: 14px;
    width: 38%;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.single-post .cta-sec-area-one.gre-bg {
    background: #f5f5f5;
    padding: 24px 10px 40px 10px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.single-post .cta-sec-area-one.gre-bg a:hover {
    background-color: #000;
}

.single-post .cta-sec-area-one.gre-bg a:hover {
    color: #fff;
}

.single-post .cta-sec-area-one.gre-bg a:hover {
    color: #fff !important;
}

.single-post .cta-sec-area-one.gre-bg h3 {
    color: #000;
}

.container-fluid.blog-fluid.get-cta-area {
    text-align: center;
    background: #F5F5F5;
    padding: 40px;
    width: calc(100% - 250px) !important;
}

.container-fluid.blog-fluid.get-cta-area h3 {
    letter-spacing: -0.28px;
    color: #000000;
    font-size: 28px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.get-cta-inner.col-12 {
    display: inline-flex;
}

.get-cta-box.col-md-4:last-of-type {
    margin-left: 8px;
}

.container-fluid.blog-fluid.get-cta-area h5 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.88px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.container-fluid.blog-fluid.get-cta-area a.cta-one {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.container-fluid.blog-fluid.get-cta-area a.cta-one.org {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
}

.container-fluid.blog-fluid.get-cta-area a.cta-one.org {
    background: #FF7300;
}

.container-fluid.blog-fluid.get-cta-area a.cta-one {
    padding: 10px 20px;
    background: #000;
    border-radius: 6px;
    cursor: pointer;
}

.container-fluid.blog-fluid.get-cta-area a.cta-one:hover {
    background: #FF7300;
    color: #ffffff;
}

.container-fluid.blog-fluid.get-cta-area a.cta-one.org:hover {
    background: #000000;
    color: #fff;
}

.subscribeForm form#mktoForm_5358 .mktoButton {
    background: #ffffff;
    color: #FF7300;
}

.sidebar-ad-area a:hover {
    color: #FF7300 !important;
    text-decoration: none;
    background: #fff;
}

.container-fluid.blog-fluid.get-cta-area .copyrght-blog p {
    letter-spacing: -0.14px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.container-fluid.blog-fluid.get-cta-area .copyrght-blog .link-icon {
    background: #0077B5;
    padding: 6px;
    margin-left: 6px;
}

.container-fluid.blog-fluid.get-cta-area .copyrght-blog .internet-icon {
    background: #000;
    padding: 6px;
}

.container-fluid.blog-fluid.get-cta-area a.cta-one.org:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.get-cta-box a:hover {
    text-decoration: none;
    color: #fff !important;
}

.sidebar-ad-area {
    background: #141449;
    padding: 24px 18px 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    position: sticky;
    top: 80px;
}

.container-fluid.blog-fluid .bordered-line.col-12 {
    display: none;
}

.sidebar-ad-area p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sidebar-ad-area a.side-cta {
    width: 150px;
    background: #FF7300 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 30px;
}

.sidebar-ad-area a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .lp-key-take-away {
    padding: 20px 0 18px 0;
}

.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .key-content .bg-blues p {
    font-weight: 500;
}

.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .key-content .three-col-area {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .key-content .three-col-area div div {
    background: #edf8ff;
    padding: 30px;
    border-radius: 20px;
}

.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .below-area p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .key-content .three-col-area p {
    color: #6B6D70;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .key-content .three-col-area p {
    color: #6B6D70;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .below-area .key-content {
    padding-top: 20px;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education .lp-key-take-away.brightree ul {
    padding-left: 35px;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education .lp-key-take-away.brightree ul li {
    list-style-type: disc;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.namely.higher-education .lp-key-take-away {
    padding: 0px 0 0px 0;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education .below-area p {
    margin-bottom: 40px;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education span.orange-txt {
    color: #fff;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education .below-area .key-content {
    padding-top: 0px;
}

.sidebar-ad-area a.side-cta:hover {
    background: #ffffff !important;
    color: #FF7300 !important;
}

.subscribeForm form#mktoForm_5358 .mktoButton:hover {
    background: #000 !important;
    color: #FF7300 !important;
    border-radius: 6px;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education p.digit,
.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler p.digit {
    font-size: 33px;
    line-height: 19px;
    color: #f48b00;
    font-weight: 700;
    margin-top: 14px;
    display: inline-block;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education p.card-txt,
.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler p.card-txt {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education .impact-card,
.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .impact-card {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 30px 25px 30px;
    border: 1px solid;
    width: 100%;
    text-align: center;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education .impact-card span,
.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .impact-card span {
    font-size: 33px;
    line-height: 19px;
    color: #F48B00;
    font-weight: 700;
    margin-top: 14px;
}

.how-cornerstone-ondemand-achieved-a-98-self-service-resolution-rate.higher-education .card-strip,
.automation-anywheres-journey-to-achieving-57-acceleration-in-support-knowledge-creation-with-searchunify-knowbler .card-strip {
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
}

.postid-23605 h1.post-title {
    font-size: 31px;
}

@media only screen and (min-width: 1140px) {
    section.featured-resources-rd:before {
        bottom: 5px;
    }
}

@supports (object-fit: cover) and (-ms-ime-align:auto) {
    .has-video video {
        height: 100%;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.has-video .banner_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#su_home_video_slider {
    position: relative;
}

.carousel-item.has-video {
    height: 670px;
    width: 100%;
    overflow: hidden;
}

/* Why Section */

.why_section {
    padding: 70px 0;
    color: #313131;
}

h2,
.h2 {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 33px;
    line-height: 40px;
}

hr {
    width: 50px;
    border-width: 3px;
    border-color: #ffb200;
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.why_column {
    margin: 20px 0 0;
}

.why_column h5 {
    font-weight: 400;
    margin: 25px 0 20px;
}

.why_column p {
    font-size: 14px;
    color: #757575;
    line-height: 26px;
    margin: 0;
}

.why_column span {
    width: 84px;
    height: 84px;
    display: inline-block;
    background: url(../images/css_sprites-v12.webp) no-repeat;
}

.why_column span.intelligence {
    background-position: -20px -19px;
}

.why_column span.intelligence:hover {
    background-position: -20px -129px;
}

.why_column span.drive {
    background-position: -130px -19px;
}

.why_column span.drive:hover {
    background-position: -130px -129px;
}

.why_column span.performance {
    background-position: -240px -19px;
}

.why_column span.performance:hover {
    background-position: -240px -129px;
}

/* Infinite Scope */

.infinite_scope {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.video_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.infinite_text {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    padding: 170px 0 0;
}

.infinite_text h2 {
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
}

.video_btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 30px 0 0;
    border-radius: 0;
}

.video_btn i {
    padding-right: 8px;
}

@supports (object-fit: cover) and (-ms-ime-align:auto) {
    .infinite_scope video {
        height: auto;
    }
}

/* Key Features */

.why_column .media {
    padding: 20px 0 0px;
}

.why_column .media h5 {
    color: #313131;
    font-weight: 400;
    letter-spacing: 1px;
}

.why_column .media span {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 60px;
    height: 48px;
}

.why_column .media span.key_feature1 {
    background-position: -637px -600px;
}

.why_column .media span.key_feature2 {
    background-position: -90px -702px;
}

.why_column .media span.key_feature3 {
    background-position: -16px -705px;
}

.why_column .media span.key_feature4 {
    background-position: -559px -601px;
}

.why_column .media span.key_feature5 {
    background-position: -498px -432px;
}

.why_column .media span.key_feature6 {
    background-position: -714px -597px;
}

.why_column .media h5 {
    color: #313131;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Solutions of Search Unify */

.solution {
    background: url(../images/solution-bg.jpg) repeat center top;
    padding: 70px 0;
    color: #fff;
}

.solution p {
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0;
    line-height: 26px;
}

.solution_card {
    background: #0075a0;
    border-radius: 0;
    border: none;
    margin-top: 30px;
}

.solution_card .card-body {
    padding: 30px 30px 20px;
}

.solution_card a {
    color: #fff;
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.solution_card a:hover {
    text-decoration: none;
}

.solution_card .card-body h3 {
    font-size: 24px;
}

.solution_card .card-body p {
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0;
}

.solution_card .card-body img {
    display: block;
    margin: 0 auto;
}

.solution_card .card-footer {
    background: transparent;
    border: none;
    padding: 0 0px 40px;
    margin-top: auto;
}

.solution_card:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    -moz-transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.solution_card .card-footer span {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    display: inline-block;
}

.solution_card .card-footer span.salesforce {
    background-position: -498px -331px;
    width: 100px;
    height: 71px;
}

.solution_card .card-footer span.dynamics {
    background-position: -19px -235px;
    width: 277px;
    height: 80px;
}

.solution_card .card-footer span.lithium {
    background-position: -621px -448px;
    width: 162px;
    height: 40px;
}

.solution_card .card-footer span.sites {
    background-position: -15px -532px;
    width: 310px;
    height: 50px;
}

.solution_card .card-footer span.flare {
    background-position: -621px -318px;
    width: 200px;
    height: 55px;
}

.solution_card .card-footer span.google_enterprise {
    background-position: -338px -531px;
    width: 283px;
    height: 29px;
}

/* Testimonial */

.testimonial {
    padding: 70px 0 110px;
}

.testimonial .carousel-inner {
    width: 70%;
    margin: 40px auto 0;
}

.testimonial .carousel-inner p {
    color: #757575;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.testimonial .carousel-inner p i {
    color: #fbad18;
    font-size: 25px;
    padding-right: 8px;
}

.testimonial .testi_name {
    padding: 0;
    margin: 50px auto 0;
    list-style: none;
    width: 650px;
}

.testimonial .testi_name li {
    width: 49%;
    display: inline-block;
    border-right: 1px solid #D7D7D7;
    padding: 0 20px;
    vertical-align: top;
}

.testimonial .testi_name li img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial .testi_name li h5 {
    font-size: 17px;
    color: #f38a00;
    font-weight: 600;
    font-style: italic;
}

.testimonial .testi_name li h5 span {
    font-weight: 300;
    font-size: 14px;
    color: #757575;
    display: block;
    line-height: 30px;
    margin: 10px 0;
}

.testimonial .testi_name li:last-child {
    border-right: 0;
}

.testimonial .carousel-indicators {
    bottom: -60px;
}

.testimonial .carousel-indicators li {
    border: 1px solid #d6ab60;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 8px;
}

.testimonial .carousel-indicators li.active {
    background: #F48B00;
}

.testimonial-profile-lana-lee {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 82px;
    border-radius: 50%;
    height: 82px;
    background-position: -464px -600px;
    background-color: #fff;
}

.testimonial-profile-james-goerke-2 {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 84px;
    border-radius: 50%;
    height: 84px;
    background-position: -874px -114px;
    overflow: hidden;
}

.testimonial-profile-giri-iyer {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 82px;
    border-radius: 50%;
    height: 82px;
    background-position: -878px -9px;
}

.testimonial-logo-giri-iyer {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 172px;
    height: 45px;
    background-position: -188px -783px;
    display: inline-block;
}

.testimonial-logo-lana-lee {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 171px;
    height: 40px;
    background-position: -622px -390px;
    display: inline-block;
}

.testimonial-logo-james-goerke-2 {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 172px;
    height: 46px;
    background-position: -10px -787px;
    display: inline-block;
    -webkit-transform: scale(0.6) !important;
    -ms-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
}

.testimonial-profile-raman-kumar {
    background: url(../images/css_sprites-v12.webp) -799px -599px no-repeat;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-logo-raman-kumar {
    background: url(../images/css_sprites-v12.webp) -345px -782px no-repeat;
    width: 159px;
    height: 49px;
    display: inline-block;
    margin-left: 20px;
}

.testimonial-logo-leo-daley {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    background-position: -516px -783px;
    display: inline-block;
    -webkit-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
}

.suTestimonialsV3 .testimonial-logo i.testimonial-logo-leo-daley {
    width: 186px !important;
    height: 50px !important;
}

.testimonial-profile-leo-daley {
    background: url(../images/css_sprites-v12.webp) -867px -218px no-repeat;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-logo-jim-atkinson {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    background-position: -700px -783px;
    display: inline-block;
    -webkit-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
}

.suTestimonialsV3 .testimonial-logo i.testimonial-logo-jim-atkinson {
    width: 186px !important;
    height: 50px !important;
}

.testimonial-profile-jim-atkinson {
    background: url(../images/css_sprites-v12.webp) -867px -320px no-repeat;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial .carousel-control {
    position: absolute;
    top: 50%;
    color: #f38a00;
}

.testimonial .carousel-control.left {
    left: 10%;
}

.testimonial .carousel-control.right {
    right: 10%;
}

.testimonial .carousel-control:hover {
    color: #f38a00;
}

.testimonial .testi_name li .request_btn {
    line-height: 26px;
    font-size: 14px;
}

/* Some of Customers */

.customers {
    padding: 70px 0;
}

.customers_logo {
    padding: 0;
    list-style: none;
    margin: 30px 0 0;
}

.customers_logo li {
    display: inline-block;
    position: relative;
}

section.about-text.rc-section div#searchUnifyContainer {
    font-family: "Montserrat", Arial, sans-serif;
}

.customers_logo li img {}

.customers_logo li:hover .carousel-images-customer {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#searchUnifyContainer .su-powered-by {
    font-size: 11px;
}

.customers_logo li:hover span {
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
}

.customers_logo li span {
    background: #ffb200;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
}

.carousel-images-customer {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 225px;
    height: 80px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    -webkit-transition: transform .15s ease-out;
    -moz-transition: transform .15s ease-out;
}

.carousel-images-customer.bg-databricks {
    background-position: -642px -19px;
}

.carousel-images-customer.bg-idaptive {
    background-position: -376px -20px;
}

.carousel-images-customer.bg-vlocity {
    background-position: -15px -334px;
}

.carousel-images-customer.bg-rubrik {
    background-position: -622px -121px;
}

.carousel-images-customer.bg-zuora {
    background-position: -261px -334px;
}

.carousel-images-customer.bg-google-partner {
    background-position: -20px -434px;
}

.carousel-images-customer.bg-microsoft {
    background-position: -621px -221px;
}

.carousel-images-customer.bg-lithium {
    background-position: -259px -433px;
}

.carousel-images-customer.bg-adobe {
    background-position: -342px -120px;
}

.carousel-images-customer.bg-acquia {
    background-position: -342px -220px;
}

/* Experience Search Unify */

/***Lithium image css starts***/

.section-scroll-pages .searchunify-testimonial .testimonial-item .profile-image i.testimonial-profile-giri-iyer,
.section-scroll-pages .searchunify-testimonial .testimonial-item .profile-image i.testimonial-profile-lana-lee {
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(88, 91, 95, 0.38);
}

/***Lithium image css ends***/
.migrating.slack-scroll {
    padding: 70px 0px 140px;
    position: relative;
    border-bottom: 0px;
}

.migrating.slack-scroll p.slack-p {
    font-size: 12px;
    margin-top: 25px;
    position: absolute;
    bottom: 0;
    left: 10px;
    text-align: left;
}

.migrating {
    padding: 30px 0px 30px;
}

.migrating h2 {
    margin: 25px 0;
    color: #313131;
}

.migrating .request_btn {
    margin-left: 0px;
    margin-bottom: 6px;
    margin-top: 20px;
}

.experience {
    background: url(../images/experinceSearchUnify-min.jpg) no-repeat center top;
    padding: 60px 0 50px;
    background-size: cover;
}

.experience h5 {
    line-height: 32px;
    margin: 25px 0;
    font-size: 21px;
    font-weight: 400;
}

/* Footer */

.certificate {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.certificate li {
    display: inline-block;
    width: 35%;
    padding: 0px 0px;
    margin: 2px 2px 0 0;
}

.certificate li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 84px;
}

.certificate li a span {
    background: url(../images/css_sprites-v12.webp) no-repeat;
    width: 94px;
    height: 88px;
    display: block;
    border-radius: 13px;
}

.certificate li .certificate1 {
    background-position: -18px -602px;
    margin-left: 4px;
    margin-top: -46.4px;
    margin-top: -2.9rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.certificate li .certificate2 {
    background-position: -128px -618px;
    margin-left: -8px;
}

.certificate li .certificate3 {
    background-position: -238px -602px;
    margin-left: -8px;
    margin-top: -89.6px;
    margin-top: -5.6rem;
}

.certificate li .certificate4 {
    background-position: -348px -618px;
    margin-left: -10px;
}

.certificate li img {
    border-radius: 12px
}

.certificate li.kcs-certification {
    width: 100%;
    overflow: hidden;
    margin-top: -30px;
}

.certificate li span.certificate-kcs {
    background: url(../assets/img/css-sprites-new.webp) no-repeat;
    height: 100px;
    display: block;
    background-position: -162px -681px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    width: 361px;
    margin-left: -70px;
}

span.sol-more-btn span:before,
span.sol-more-btn a:before {
    content: '';
    width: 24px;
    width: 1.5rem;
    display: inline-block;
    background: #ffb200;
    height: 1.8px;
    vertical-align: middle;
    margin-right: 16px;
    margin-right: 1rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.cta-link .fa-angle-right:before {
    content: "\f0da";
}

/* cookie */
.active_cookie {
    margin-top: 44px;
}

.cookies_bar {
    background: rgb(52, 60, 102);
    color: rgb(207, 207, 232);
    font-size: 12px;
    padding: 9px 1.8em;
    line-height: 27px;
}

.cookies_bar a {
    color: #fff;
    text-decoration: underline;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn_cookies {
    width: 70px;
    color: #fff;
    background: rgb(247, 21, 89);
    font-weight: 700;
    border: none;
    float: right;
    line-height: 25px;
    cursor: pointer;
    display: inline-block;
}

/* Modal */

.modal-open {
    overflow: hidden;
    padding: 0 !important
}

#videoModal .modal-dialog {
    margin-top: 60px;
}

#videoModal .modal-body {
    padding: 0;
    height: 486px;
    width: 798px;
}

#videoModal .modal-body iframe {
    margin: 0;
    border: none;
    height: 100%;
    width: 100%;
}

#videoModal button.close {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: -40px;
}

#videoModal button.close:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#moveTop.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.chatBotPop {
    padding: 50px 20px 20px;
    background: url(../images/chatbot_pop_bg.png) no-repeat right bottom;
    background-size: contain;
    margin: 0;
    border-radius: 10px;
    background-color: #fff;
}

.chatBotPop .leftSection {
    padding: 4% 0% 8% 4%;
}

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

.chatBotPop h3 {
    color: #02213B;
    font-weight: 900;
    font-size: 27px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.chatBotPopForm {
    width: 100% !important;
}

.chatBotPopForm.mktoForm .mktoRequiredField .mktoAsterix,
.chatBotPopForm.mktoForm .mktoOffset,
.chatBotPopForm.mktoForm .mktoGutter {
    display: none;
}

.chatBotPopForm.mktoForm .mktoField {
    color: rgb(85, 85, 85);
    padding: 10px 15px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    border: 1px solid rgb(153, 153, 153);
    width: 100% !important;
}

.chatBotPopForm.mktoForm .mktoFormCol,
.chatBotPopForm.mktoForm .mktoFieldWrap {
    width: 100%;
}

.chatBotPopForm.mktoForm label.mktoLabel {
    float: right;
    line-height: 14px;
    font-size: 12px;
    color: rgb(85, 85, 85);
    font-family: Montserrat, sans-serif;
    padding: 0px;
    font-weight: 400 !important;
    width: 92% !important;
}

.chatBotPopForm.mktoForm .mktoCheckboxList .mktoField {
    height: auto;
}

.chatBotPopForm.mktoForm .mktoButtonRow {
    display: block;
}

.chatBotPopForm.mktoForm .mktoButtonRow span {
    display: block;
    margin-left: 0px !important;
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active,
.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    background: rgb(244, 139, 0) !important;
    border: none !important;
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 8px 26px;
    background: rgb(244, 139, 0);
    font-size: 16px;
    letter-spacing: 0px;
    border: none;
    margin: 15px 0px 0px;
    font-weight: 600;
    border-radius: 6px;
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: none;
}

.chatBotPopForm.mktoForm select.mktoField {
    padding: 10px 15px 10px 12px;
}

div.successStory.chatBotPop .chatBotBgContainer {
    background-position: right -25px center;
}

.chatBotPopForm.mktoForm .mktoError {
    left: 0px;
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(3) .mktoError {
    max-width: 145px;
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoError {
    left: 5px;
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -2px;
    top: 14px;
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoRequiredField .mktoAsterix {
    display: block;
    float: left;
    padding: 0px 5px 0px 0px;
    color: rgb(252, 174, 24);
}

.chatBotPopForm.mktoForm .mktoLabel a {
    padding: 0px;
}

.chatBotPopForm.mktoForm .mktoRequiredField .mktoAsterix,
.chatBotPopForm.mktoForm .mktoOffset,
.chatBotPopForm.mktoForm .mktoGutter {
    display: none;
}

.chatBotPopForm {
    width: 100% !important;
}

.chatBotPopForm.mktoForm #LblconsenttoProcessing {
    margin-top: 11px;
}

.chatBotPopForm.mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.chatBotPopForm.mktoForm .mktoOffset,
.chatBotPopForm.mktoForm .mktoGutter {
    display: none;
}

.chatBotPopForm.mktoForm .mktoField {
    color: #555;
    padding: 10px 15px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    border: 1px solid #999;
    width: 100% !important;
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-family: "Montserrat", Arial, sans-serif;
}

.free-trial-short .chatBotPopForm.mktoForm #consenttoProcessing {
    margin-top: -6px;
}

.chatBotPopForm.mktoForm .mktoFormCol,
.chatBotPopForm.mktoForm .mktoFieldWrap {
    width: 100%;
}

.chatBotPopForm.mktoForm label.mktoLabel {
    float: right;
    line-height: 13px;
    font-size: 11px;
    color: #555;
    font-weight: 400 !important;
    width: 93% !important;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
}

.chatBotPopForm.mktoForm .mktoCheckboxList .mktoField {
    height: auto;
}

.chatBotPopForm.mktoForm .mktoButtonRow {
    display: block;
}

.chatBotPopForm.mktoForm .mktoButtonRow span {
    display: block;
    margin-left: 0 !important;
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active,
.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    background: #f48b00 !important;
    border: none !important;
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 8px 26px;
    background: #f48b00;
    font-size: 16px;
    letter-spacing: 0;
    border: none;
    margin: 15px 0 0;
    font-weight: 600;
    border-radius: 6px;
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: none;
}

.chatBotPopForm.mktoForm select.mktoField {
    padding: 10px 15px 10px 12px;
}

div.successStory.chatBotPop .chatBotBgContainer {
    background-position: right -25px center;
}

.chatBotPopForm.mktoForm .mktoError {
    left: 0;
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(3) .mktoError {
    max-width: 145px;
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoError {
    left: 5px;
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -2px;
    top: 14px
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoRequiredField .mktoAsterix {
    display: block;
    float: left;
    padding: 0 5px 0px 0;
    color: #fcae18;
}

.chatBotPopForm.mktoForm .mktoLabel a {
    padding: 0;
}

#su_pop_contact_forms .modal-content {
    border-radius: 20px;
    border: 0;
}

#su_pop_forms button.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 20px;
    opacity: 1;
    font-size: 42px;
    color: rgb(255, 255, 255);
    font-weight: lighter;
    z-index: 20;
}

#su_pop_forms button.close:focus {
    outline: 0;
}

.search-aided-pop-container {
    margin: 0px;
    background-size: cover;
    border-radius: 4px;
    background-image: url(../assets/img/free-trial-popup.png);
    padding: 38px 10px 38px 20px;
    text-align: center;
    background-color: #002e89;
}

.search-aided-pop-container img {
    max-width: 330px;
}

.search-aided-pop-container .custom-orangebar:after {
    content: " ";
    display: block;
    width: 90px;
    height: 3px;
    border-radius: 4px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    background: rgb(255, 108, 10);
    background: -moz-linear-gradient(180deg, rgba(255, 108, 10, 1) 0%, rgba(249, 176, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 108, 10, 1) 0%, rgba(249, 176, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 108, 10, 1) 0%, rgba(249, 176, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6c0a", endColorstr="#f9b000", GradientType=1);
}

.search-aided-pop-container h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    padding: 0 28px;
    margin: 20px 0;
    color: #ffffff;
}

.search-aided-pop-container h2 span {
    color: #F48B00;
}

.search-aided-pop-container a {
    margin-right: 0;
    text-transform: none;
    border-radius: 0px;
}

.search-aided-area {
    padding: 0px;
    margin-right: -24px;
}

.search-aided-form h3 {
    font-size: 2.3rem;
    font-weight: 700;
}

.search-aided-form .chatBotPopForm {
    width: 85% !important;
}

.search-aided-form .chatBotPopForm.mktoForm label.mktoLabel {
    color: rgb(98, 90, 165);
}

.search-aided-form .chatBotPopForm.mktoForm label.mktoLabel {
    font-size: 13px;
}

.search-aided-form .chatBotPopForm.mktoForm .mktoField {
    border: 1px solid rgb(189, 195, 193);
}

.search-aided-form .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 60%;
    text-align: center;
}

.search-aided-form .mktoCheckboxList input {
    opacity: 0;
    position: absolute;
}

.search-aided-form .mktoCheckboxList input,
.mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.search-aided-form .mktoCheckboxList label {
    position: relative;
}

.search-aided-form .mktoCheckboxList input+label::before {
    content: "";
    background: rgb(255, 255, 255);
    border: 2px solid rgb(98, 90, 165);
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-left: -24px;
    margin-top: -2px;
}

.search-aided-form .mktoCheckboxList input:checked+label::before {
    content: "ï€Œ";
    font-family: FontAwesome;
    background: rgb(255, 255, 255);
    color: rgb(98, 90, 165);
    border-color: rgb(98, 90, 165);
    font-size: 12px;
}

.search-aided-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -4px;
    top: 22px;
}

.col-6.trail-page-popup h3 {
    color: rgb(28, 54, 89);
    margin-bottom: 6px;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

.col-6.trail-page-popup h3 span {
    color: rgb(244, 139, 0);
}

.col-6.trail-page-popup p {
    font-size: 13px;
    color: rgb(28, 54, 89);
    text-align: left;
}

.trial-pop-wrapper {
    padding: 40px 0px 40px 15px;
}

.trail-page-popup {
    padding-right: 0px;
}

.trail-page-popup-img {
    background-color: rgb(0, 38, 103);
    padding-top: 2rem;
}

section.trial-features-section .col-lg-7.section-bg-color p.top-space {
    margin-top: -5px;
}

.search-aided-form form#mktoForm_7517 #FirstName,
.search-aided-form form#mktoForm_7517 #LastName,
.search-aided-form form#mktoForm_7517 #Address,
.search-aided-form form#mktoForm_7517 #Email,
.search-aided-form form#mktoForm_7517 #Country,
.search-aided-form form#mktoForm_7517 #State {
    border-radius: unset;
    border: none;
    border-bottom: 1px solid #8e8f8f;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0 10px;
    height: 35px;
    font-family: "Montserrat", Arial, sans-serif;
}

.search-aided-form form#mktoForm_7517 #Address {
    height: 45px;
}

.search-aided-form .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.search-aided-form .mktoForm .mktoOffset,
.search-aided-form .mktoForm .mktoGutter {
    height: 0;
}

.search-aided-form .mktoForm .mktoLabel,
.search-aided-form .mktoForm input[type=text],
.search-aided-form .mktoForm input[type=email],
.search-aided-form .mktoForm select.mktoField,
.search-aided-form form,
.search-aided-form .mktoForm .mktoFieldWrap,
.search-aided-form .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
    font-family: "Montserrat";
}

.search-aided-form .mktoForm select.mktoField,
.search-aided-form form,
.search-aided-form .mktoForm .mktoFieldWrap,
.search-aided-form .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0 !important;
}

.search-aided-form .mktoForm .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

.search-aided-form .mktoForm input#emailOptInBoolean,
.search-aided-form .mktoForm input#consenttoProcessing {
    display: none;
}

.search-aided-form .mktoForm #LastName,
.search-aided-form .mktoForm #Address,
.search-aided-form .mktoForm #FirstName,
.search-aided-form .mktoForm #fullNameEditable,
.search-aided-form .mktoForm #Email,
.search-aided-form .mktoForm #Country,
.search-aided-form .mktoForm #State {
    color: #656262;
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 8px;
    outline: 0;
    border: 1px solid #e4e9ef;
    border-radius: 4px;
    margin-bottom: 12px;
}

.search-aided-form .mktoFormRow.row_6 {
    margin-top: 16px;
}

.search-aided-form .mktoForm #Country,
.search-aided-form .mktoForm #State {
    color: #000000;
}

.search-aided-form .mktoForm .mktoLogicalField {
    height: 0px !important;
}

.search-aided-form .mktoForm #Country,
.search-aided-form .mktoForm #State {
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
    margin-bottom: 12px;
}

.search-aided-form .mktoForm .mktoLabel {
    margin-bottom: 0px;
    color: #818ba4 !important;
    display: none;
}

form#mktoForm_7517 .mktoFormRow.row_7 {
    margin-top: 0;
}

.search-aided-form .mktoForm .mktoFormRow.row_7 .mktoFormCol .mktoError {
    right: auto !important;
    top: 16px;
}

form#mktoForm_7517 label[for="emailOptInBoolean"],
form#mktoForm_7517 label[for="consenttoProcessing"] {
    float: right;
    width: 88% !important;
    padding: 0;
    font-size: 10px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 14px;
    margin-top: 3px;
    margin-bottom: 3px !important;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
    display: block;
}

.search-aided-form .mktoForm a {
    padding: 0 !important;
}

.search-aided-form .mktoForm label[for="emailOptInBoolean"],
.search-aided-form .mktoForm label[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 12px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 6px !important;
    font-family: "Montserrat", Arial, sans-serif;
}

.search-aided-form .mktoForm .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
.search-aided-form .mktoForm .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.search-aided-form .mktoForm .mktoCheckboxList input#emailOptInBoolean+label:after,
.search-aided-form .mktoForm .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #ffb200;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: -4px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.search-aided-form .mktoForm .mktoFormRow:nth-child(4) {
    margin-bottom: 12px;
}

.search-aided-form .mktoForm .mktoButtonRow {
    width: 100%;
    margin-top: 12px !important;
}

.search-aided-form .mktoForm span.mktoButtonWrap.mktoSimple {
    margin: 0 auto !important;
    display: block;
}

.search-aided-form .mktoForm button {
    background: #ffb200 !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px !important;
    border-radius: 25px !important;
    background-image: inherit !important;
    width: auto;
    letter-spacing: 1px;
    border: 0 !important;
    text-align: center;
    padding: 10px 35px !important;
    font-weight: 600;
}

.search-aided-form .mktoForm .mktoFormRow:nth-child(1) .mktoFormCol .mktoError {
    right: auto !important;
}

.search-aided-form .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -22px !important;
}

.search-aided-form .mktoForm .mktoFormRow:nth-child(3) .mktoFormCol .mktoError {
    right: auto !important;
    top: 28px;
}

.search-aided-form .mktoForm .mktoFormRow:nth-child(4) .mktoFormCol .mktoError {
    right: auto !important;
    top: 30px;
}

.search-aided-form .mktoFormRow.row_7 .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

.search-aided-form .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -30px !important;
    left: 0px;
}

.search-aided-form .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: 6px !important;
    left: 0px;
}

.search-aided-form .chatBotPopForm {
    width: 85% !important;
}

.search-aided-form .chatBotPopForm.mktoForm label.mktoLabel {
    color: #625aa5;
}

.search-aided-form .chatBotPopForm.mktoForm label.mktoLabel {
    font-size: 13px;
}

.search-aided-form .chatBotPopForm.mktoForm .mktoField {
    border: 1px solid #bdc3c1;
}

.search-aided-form .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 60%;
    text-align: center;
}

.search-aided-form .mktoCheckboxList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}

.search-aided-form .mktoCheckboxList input,
.mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.search-aided-form .mktoCheckboxList label {
    position: relative;
}

/* Edit the properties below to change the colors of the un-checked checkbox */

.search-aided-form1 .mktoCheckboxList input+label:before {
    content: '';
    background: #fff;
    border: 2px solid #625aa5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-left: -24px;
    margin-top: -2px;
}

/* Edit the properties below to change the colors of the checked checkbox */

.search-aided-form .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #fff;
    color: #625aa5;
    border-color: #625aa5;
    font-size: 12px;
}

.search-aided-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -4px;
    top: 22px;
}

/*TSIA Pop*/

.tsia {
    font-family: Montserrat, 'Montserrat', sans-serif
}

.tsia .font_white h2 {
    font-family: Elephant, 'Montserrat', sans-serif;
    font-size: 51.2px;
    font-size: 3.2rem;
    line-height: 67.2px;
    line-height: 4.2rem;
    padding-right: 32px;
    padding-right: 2rem
}

.tsia .banner_image {
    padding: 0
}

.tsia .logo-box {
    width: 100%;
    margin-bottom: 64px;
    margin-bottom: 4rem
}

.tsia .font_white {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.tsia .logo-box h4 {
    width: 50%;
    text-align: left;
    color: #fff;
    font-size: 14.4px;
    font-size: .9rem;
    letter-spacing: 4.8px;
    letter-spacing: .3rem
}

.tsia .font_white h2:after,
.tsia .logo-box h4:after {
    content: "";
    border-bottom: 3px solid #ffb200;
    display: block;
    margin-top: 16px;
    margin-top: 1rem;
    width: 48px;
    width: 3rem
}

@-webkit-keyframes blink {
    50% {
        border-color: #fff
    }
}

@keyframes blink {
    50% {
        border-color: #fff
    }
}

.tsia .logo-box h4:after {
    border-bottom: 3px solid #ffb200;
    -webkit-animation: .5s step-end infinite alternate blink;
    animation: .5s step-end infinite alternate blink
}

.tsia .font_white h2:after {
    width: 80px;
    width: 5rem
}

.tsia .logo-box .tsia-logo {
    width: 50%;
    text-align: right;
    padding-right: 32px;
    padding-right: 2rem
}

.tsia .light-bg {
    height: 100%;
    padding: 64px 32px;
    padding: 4rem 2rem;
    color: #272e8a;
    background: url(../assets/img/searchunify-tsia-bg-2-min.png) 0 0/cover no-repeat #fff
}

.tsia .light-bg .cta-box,
.tsia .light-bg h3 {
    width: 100%;
    text-align: center
}

.tsia .light-bg h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 41.6px;
    margin-bottom: 2.6rem
}

.tsia .light-bg h3:after {
    content: "";
    border-bottom: 2px solid #ffb200;
    display: block;
    width: 48px;
    width: 3rem;
    text-align: center;
    margin: 16px auto 0;
    margin: 1rem auto 0
}

.tsia .light-bg .spearker-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 19.2px;
    margin-bottom: 1.2rem
}

.tsia .light-bg .spearker-container h5 {
    letter-spacing: 9.6px;
    letter-spacing: .6rem;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase
}

.tsia .light-bg .spearker-container .spearker-image img {
    position: absolute;
    right: -38.4px;
    right: -2.4rem;
    margin-top: -22.4px;
    margin-top: -1.4rem;
    max-width: 18%
}

.tsia .light-bg .time-box p {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0
}

.tsia .light-bg .time-box .fa {
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
    position: relative;
    top: 4px;
    width: 40px
}

.tsia .light-bg .time-box span {
    padding-right: 16px;
    padding-right: 1rem;
    display: inline-block
}

.tsia .light-bg p.designation {
    line-height: 22.4px;
    line-height: 1.4rem
}

.tsia .light-bg .cta-box {
    margin-top: 25.6px;
    margin-top: 1.6rem
}

.tsia .light-bg .cta-box .banner_btn {
    margin: 0
}

.container.tsia-pop {
    margin: 0;
    background: url(../assets/img/searchunify-tsia-bg.png) center top/cover no-repeat #031039;
    overflow: hidden;
    border-radius: 0.6rem;
}

.tsia.tsia-pop .visible-mobile {
    display: none;
}

.tsia.tsia-pop .font_white h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
}

.tsia.tsia-pop .font_white h2 {
    padding-right: 48px;
    padding-right: 3rem;
}

.tsia.tsia-pop .light-bg .spearker-container h5 {
    font-size: 14.4px;
    font-size: 0.9rem;
    letter-spacing: 6.4px;
    letter-spacing: .4rem;
}

.tsia.tsia-pop .light-bg p.designation {
    font-size: 14.4px;
    font-size: 0.9rem;
}

.tsia.tsia-pop .light-bg .time-box p {
    font-size: 12.8px;
    font-size: 0.8rem;
}

.tsia.tsia-pop .light-bg h3 {
    font-size: 14.4px;
    font-size: 0.9rem;
}

.tsia.tsia-pop .light-bg {
    padding: 32px 32px;
    padding: 2rem 2rem;
}

.tsia.tsia-pop .light-bg h3 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.tsia.tsia-pop .light-bg .cta-box {
    margin-top: 16px;
    margin-top: 1rem;
}

.tsia.tsia-pop .light-bg .time-box .fa,
.tsia.tsia-pop .light-bg .time-box .far {
    width: 20px;
    font-size: 25.6px;
    font-size: 1.6rem;
}

.tsia.tsia-pop .font_white {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.tsia.tsia-pop .cta-box {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.tsia.tsia-pop .logo-box {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    margin-top: 32px;
    margin-top: 2rem;
}

.tsia.tsia-pop .light-bg .spearker-container .spearker-image img {
    right: -22.4px;
    right: -1.4rem;
}

.tsia.tsia-pop .banner_btn {
    font-size: 12px;
    padding: 6px 20px;
}

.tsia.tsia-pop .logo-box h4 {
    font-size: 9.6px;
    font-size: .6rem;
}

.tsia.tsia-pop .logo-box .tsia-logo {
    margin-top: -12.8px;
    margin-top: -0.8rem;
    padding-right: 0
}

.tsia.tsia-pop .logo-box .tsia-logo img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.tsia.tsia-pop .font_white h2:after {
    content: "";
    border: 0px;
}

.tsia.tsia-pop .time-box {
    margin-top: -25.6px;
    margin-top: -1.6rem;
}

.tsia.tsia-pop .logo-box h4:after {
    margin-top: 9.6px;
    margin-top: 0.6rem;
}

/*/TSIA Pop*/

/*Forrester Pop*/

.forrester-pop-container {
    margin: 0;
    background: url(../images/forrester_pop_bg.png) center top/cover no-repeat #031039;
    border-radius: 10px;
    overflow: hidden;
}

.forrester-area {
    padding: 0 0 96px 16px;
    padding: 0 0 6rem 1rem;
    color: #625aa5;
}

.forester-ebook {
    right: -32px;
    right: -2rem;
    position: absolute;
    bottom: -160px;
    bottom: -10rem;
}

.forrester-title-row {
    padding: 64px 16px 0;
    padding: 4rem 1rem 0;
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.forrester-title-row h3 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding-right: 240px;
    padding-right: 15rem;
}

.forrester-form .chatBotPopForm {
    width: 85% !important
}

.forrester-form .chatBotPopForm.mktoForm label.mktoLabel {
    color: #625aa5;
    font-size: 13px
}

.forrester-form .chatBotPopForm.mktoForm .mktoField {
    border: 1px solid #bdc3c1
}

.forrester-form .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 60%;
    text-align: center
}

.forrester-form .mktoCheckboxList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute
}

.mktoCheckboxList label,
.forrester-form .mktoCheckboxList input {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.forrester-form .mktoCheckboxList label {
    position: relative
}

.forrester-form .mktoCheckboxList input+label:before {
    content: '';
    background: #fff;
    border: 2px solid #625aa5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-left: -24px;
    margin-top: -2px;
}

.forrester-form .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    font-family: FontAwesome;
    background: #fff;
    color: #625aa5;
    border-color: #625aa5;
    font-size: 12px
}

.forrester-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -4px;
    top: 22px
}

/*forrester_webinar Pop*/

.forrester_webinar-pop-container {
    margin: 0;
    background: url(../images/forrester_webinar_pop_bg-min.png) center top/cover no-repeat #031039;
    border-radius: 10px;
    overflow: hidden;
}

.forrester_webinar-pop-container .popup_header {
    padding: 32px 0 16px 16px;
    padding: 2rem 0 1rem 1rem;
}

.forrester_webinar-pop-container .forrester_webinar-illustration {
    color: #fff;
    font-family: Montserrat, sans-serif;
}

.forrester_webinar-pop-container .forrester_webinar-illustration .logo-box h4 {
    padding: 8px 0;
    padding: .5rem 0;
    margin-bottom: 6.4px;
    margin-bottom: .4rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    letter-spacing: .1rem;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.forrester_webinar-pop-container .forrester_webinar-illustration .logo-box h5 {
    width: 18%;
    display: inline-block;
    font-size: 14.4px;
    font-size: 0.9rem;
    margin: 0;
    line-height: 19.2px;
    line-height: 1.2rem;
    font-style: italic;
    font-weight: 400;
}

.forrester_webinar-pop-container .forrester_webinar-illustration .logo-box img.forrester_webinar_logo {
    max-width: 100px;
    margin-top: -8px;
    margin-top: -0.5rem;
}

.forrester_webinar-pop-container .forrester_webinar-illustration h3 {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30.4px;
    line-height: 1.9rem;
    margin: 10px 0 5px 0;
}

.forrester_webinar-pop-container .forrester_webinar-illustration .time-box {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.forrester_webinar-pop-container .forrester_webinar-illustration .time-box .fa {
    padding-right: 16px;
    padding-right: 1rem;
    font-size: 24px;
    font-size: 1.5rem;
}

.forrester_webinar-pop-container .forrester_webinar-illustration .time-box p {
    margin-bottom: 9.6px;
    margin-bottom: 0.6rem;
}

.forrester_webinar-pop-container .forrester_webinar-illustration p.subheading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.forrester_webinar-area {
    padding: 0 0 80px 16px;
    padding: 0 0 5rem 1rem;
}

.forrester_webinar-title-row {
    padding: 64px 16px 0;
    padding: 4rem 1rem 0;
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.forrester_webinar-title-row h3 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding-right: 240px;
    padding-right: 15rem;
}

.forrester_webinar-form .chatBotPopForm {
    width: 100% !important
}

.forrester_webinar-area .forrester_webinar-row .cta-box {
    display: none;
}

.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoButtonRow {
    display: block;
    top: 95%;
    position: absolute;
    width: 200px;
    left: -135%
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoButtonRow {
    display: block;
    top: 95%;
    position: absolute;
    width: 200px;
    left: -50%;
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoField {
    color: #fff;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #dddfe2;
    background-color: #031039;
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoField::-webkit-input-placeholder {
    color: #7c7c7f;
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoField:-ms-input-placeholde {
    color: #7c7c7f;
}

.forrester_webinar-form .chatBotPopForm.mktoForm select.mktoField {
    padding: 10px 15px 10px 10px
}

.forrester_webinar-form .chatBotPopForm.mktoForm label.mktoLabel {
    color: #7c7c7f;
    font-size: 13px
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(6) .mktoLabel.mktoHasWidth,
.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(7) .mktoLabel.mktoHasWidth {
    color: #dddfe2;
    font-size: 12px;
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(6) .mktoField,
.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(7) .mktoField {
    height: auto !important;
    width: 80px !important;
}

.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoLabel.mktoHasWidth,
.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoFormRow:nth-child(6) .mktoLabel.mktoHasWidth {
    color: #dddfe2;
    font-size: 12px
}

.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoField,
.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoFormRow:nth-child(6) .mktoField {
    height: auto !important;
    width: 80px !important
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoRequiredField .mktoAsterix {
    display: none;
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-family: "Montserrat", Arial, sans-serif;
    border: 0;
    background: rgb(255, 136, 0);
    background: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1);
}

.forrester_webinar-form .mktoCheckboxList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute
}

.mktoCheckboxList label,
.forrester_webinar-form .mktoCheckboxList input {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.forrester_webinar-form .mktoCheckboxList label {
    position: relative
}

.forrester_webinar-form .mktoCheckboxList input+label:before {
    content: '';
    background: #fff;
    border: 2px solid #625aa5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-left: -24px;
    margin-top: -2px;
}

.forrester_webinar-form .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    background: #fff;
    color: #625aa5;
    border-color: #625aa5;
    font-size: 12px;
    display: inline-block;
    font-weight: 900;
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -4px;
    top: 22px
}

/*forrester_webinar Pop*/

.colub-pop-container {
    margin: 0;
    background-color: #1A2262;
    background: url(../images/colub-pop-bg.png) no-repeat center top;
    background-size: cover;
    border-radius: 6px;
    background-color: #000e22;
}

.col-logo-area {
    background: url(../images/colub-logo.png) no-repeat center -120px;
    background-size: cover;
    /*min-height: 400px;*/
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    padding: 25.6px 0 48px;
    padding: 1.6rem 0 3rem;
    display: inline-block;
}

.row.cta-row {
    padding-top: 32px;
    padding-top: 2rem;
}

.colub-pop-container .colub-row {
    padding-top: 26%;
    padding-left: 6%;
}

.colub-pop-container .popup_header {
    padding-left: 16px;
    padding-left: 1rem;
}

.colub-pop-container h3 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    line-height: 35.2px;
    line-height: 2.2rem;
    font-weight: 300;
}

.colub-pop-container ul {
    margin: 0;
    padding: 0;
}

.colub-pop-container ul li {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    list-style: none;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 400;
    font-size: 1.2em;
}

.colub-pop-container ul li:before {
    color: #ffb200;
    content: "\2022";
    font-size: 1em;
    padding-right: 0.3em;
    position: relative;
    top: 0.1em;
}

.colub-pop-container .request_btn {
    margin-left: 0;
    font-weight: 600;
}

.colub-pop-container .request_btn:hover {
    text-decoration: none;
}

.learn_expert_popup {
    margin: 0;
    border-top: 8px solid #F15A23;
    border-radius: 10px;
    background: #1A2262;
}

.learn_expert_popup .popup_header {
    padding: 15px 10px;
}

.learn_expert_popup .demand-center {
    margin-top: 20px;
    text-align: center;
}

span.pop-on-demand {
    background-color: #F15A23;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
}

.pop-title h4 {
    font-size: 20px;
    color: #fff;
    padding: 0 24%;
    line-height: 28px;
    text-align: center;
}

.expert-item h5 {
    font-size: 13px;
    line-height: 16.8px;
    margin: 10px 0 3px;
}

.expert-item p.designation {
    line-height: 14px;
    margin: 0;
    font-size: 11px;
    padding-top: 5px;
}

.expert-item:after {
    content: '';
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #454074;
}

.tswVideoPopForm {
    width: 80% !important;
    margin: 17px auto 30px;
}

.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(2),
.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(3) {
    width: 46%;
    clear: none;
    float: left;
    margin: 0 10px;
}

.tswVideoPopForm.mktoForm .mktoFormCol,
.tswVideoPopForm.mktoForm .mktoFieldWrap {
    width: 100%;
}

.tswVideoPopForm.mktoForm .mktoOffset,
.tswVideoPopForm.mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.tswVideoPopForm.mktoForm .mktoField {
    color: #555;
    padding: 0 10px;
    line-height: 30px;
    height: 40px;
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid #D7D7D7;
    width: 100% !important;
    letter-spacing: 1px;
    font-weight: 400;
}

.tswVideoPopForm.mktoForm label.mktoLabel {
    width: 94% !important;
    float: right;
    color: #8c8c99;
    font-size: 12px;
    font-weight: 400 !important;
}

.tswVideoPopForm.mktoForm .mktoRequiredField label.mktoLabel a {
    color: #13a7ec !important;
    padding: 0;
}

.tswVideoPopForm.mktoForm .mktoCheckboxList .mktoField {
    height: auto;
}

.tswVideoPopForm.mktoForm .mktoButtonRow {
    width: 100%;
    text-align: center;
}

.tswVideoPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 10px;
    padding: 13px 20px;
    background: #F15A23;
    border-radius: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

.tswVideoPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: none;
}

.expert-item:last-child:after {
    content: none;
}

.tswVideoPopForm.mktoForm .mktoError {
    left: 0;
}

.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(3) .mktoError {
    max-width: 145px;
}

.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError,
.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoError {
    left: 14px;
}

.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoRequiredField .mktoAsterix {
    color: #8c8c99;
    display: block;
    float: left;
    padding: 0 5px 0 0;
}

#back-to-top {
    position: fixed;
    bottom: 12px;
    left: 16px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    background: #ffb200;
    border: none;
    z-index: 9999;
}

#back-to-top:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    vertical-align: 3px;
    content: "";
}

/*Request a Demo*/

.customers hr,
.testimonial hr {
    margin: 30px auto 0 auto;
}

.new_container .row h2,
.inner_container .row h2,
.inner_container .row .h2 {
    width: 100%;
    text-align: center;
}

.demo-key-features {
    background: url(../images/request_demo_bg-min.png) repeat center top;
    padding: 120px 0 70px 0;
    color: #fff;
    background-size: cover;
}

.demo-key-features p {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 26px;
}

.demo-key-features hr {
    margin-top: 14px;
    margin-bottom: 56px;
}

.cookie_not_set .demo-key-features {
    margin-top: 30px;
}

.request_demo_thumb {
    display: inline-block
}

.request_demo_thumb img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
}

.rd_why_column .media {
    padding: 20px 0 0px;
}

.rd_why_column .media h5 {
    color: #313131;
    font-weight: 400;
    letter-spacing: 1px;
}

.rd_why_column .media span {
    background: url(../images/inner-sprites.png) no-repeat;
    display: inline-block;
}

.rd_why_column .media span.ai_driven_relevance {
    width: 45px;
    height: 49px;
    background-position: -202px -20px;
}

.rd_why_column .media span.in_built_connectors {
    width: 48px;
    height: 48px;
    background-position: -105px -113px
}

.rd_why_column .media span.rich_insights {
    width: 49px;
    height: 53px;
    background-position: -113px -20px
}

.rd_why_column .media span.virtual_assistance {
    width: 43px;
    height: 43px;
    background-position: -202px -109px;
}

.rd_why_column .media span.search_optimization {
    width: 45px;
    height: 55px;
    background-position: -20px -113px
}

.rd_why_column .media span.easy_deployment {
    width: 53px;
    height: 53px;
    background-position: -20px -20px
}

.rd_why_column .media h5 {
    color: #313131;
    font-weight: 400;
    letter-spacing: 1px;
}

.rd_why_column .media p {
    font-size: 14px;
    color: #757575;
    line-height: 26px;
    margin: 0;
}

.MultiCarousel .carousel-images-customer {
    margin: 0 auto;
}

#mktoForm_4288,
#mktoForm_5038 {
    width: 100% !important;
}

.demo_form_wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 50px;
    border-radius: 10px;
    width: 400px;
}

.lp-banner-section-v2 .demo_form_wrapper {
    background-color: #fff;
    padding: 15px 26px;
    border-radius: 10px;
    width: 100%
}

.demo_form_wrapper h3 {
    color: #ffb200;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 5px;
    letter-spacing: -1px;
}

.lp-banner-section-v2 .section-header-illustration {
    background-image: url(../assets/img/form-texture-three.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 34px;
    padding-top: 26px;
    margin-top: -30px;
    margin-right: -30px;
    margin-left: 30px;
}

.namely .key-takway-container {
    padding: 14px 0 36px 0;
}

.namely .lp-testimonial {
    padding-bottom: 26px;
}

.namely .lp-key-take-away {
    padding: 40px 0 18px 0;
}

.namely #relatedWebinar.show {
    left: -500px;
    display: none;
}

.namely .key-takway-container h2,
.namely .lp-testimonial h2 {
    color: #f48b00;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.namely .lp-testimonial .profile-col {
    max-width: 320px;
    margin: 0 auto;
}

.namely .lp-testimonial .profile-col img {
    max-width: 80%;
}

.namely .lp-testimonial .profile-col .profile-name {
    text-align: left;
    padding-left: 10px;
}

.namely section.site-footer {
    padding: 0;
    margin-top: -64px;
    margin-top: -4rem;
}

.namely .lp-testimonial .profile-col .profile-name h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    color: #f48b00;
}

.namely .lp-testimonial .profile-col .profile-name h4 {
    font-size: 14px;
    line-height: 18px;
}

.namely .lp-testimonials-content {
    padding-left: 64px;
    padding-left: 4rem;
}

.namely .lp-testimonials-content:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 51.2px;
    font-size: 3.2rem;
    color: #caced7;
    position: absolute;
    top: -20px;
    left: 16px;
    left: 1rem;
    display: inline-block;
    font-weight: 900;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lp-banner-section-v2 .demo_form_wrapper {
    color: #ffb200;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.lp-banner-section-v2 .demo_form_wrapper .thank-you-text p {
    color: #5f5f61;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.lp-banner-section-v2 .mktoForm_5038 .mktoFormRow {
    margin-bottom: 0 !important;
}

.pageid-35 .searchunify-customers {
    padding: 80px 0 48px;
    padding: 5rem 0 3rem;
}

.pageid-35 .searchunify-testimonial {
    padding: 0px 0 80px 0;
    padding: 0rem 0 5rem 0;
}

form.mktoForm_4503 .mktoFieldDescriptor.mktoFormCol,
form.mktoForm_4503 .mktoFieldWrap.mktoRequiredField,
form.mktoForm_6595 .mktoFieldDescriptor.mktoFormCol,
form.mktoForm_6595 .mktoFieldWrap.mktoRequiredField,
form.mktoForm_6592 .mktoFieldDescriptor.mktoFormCol,
form.mktoForm_6592 .mktoFieldWrap.mktoRequiredField,
form#mktoForm_4288 .mktoFieldDescriptor.mktoFormCol,
form#mktoForm_4288 .mktoFieldWrap.mktoRequiredField {
    width: 100%;
}

.searchunify-request-demo .section-header-illustration .demo_form_wrapper .thank-you-text p {
    color: #8e8f8f;
}

.searchunify-request-demo .section-header-illustration h5.dot-animation {
    color: #ffffff !important;
    /* margin-top: 60px; */
}

@keyframes dots {
    0% {
        content: ".";
    }

    33% {
        content: "..";
    }

    66% {
        content: "...";
    }

    100% {
        content: ".";
    }
}

.dot-animation::after {
    content: ".";
    animation: dots 1s steps(3, end) infinite;
}

.searchunify-request-demo .section-header-illustration .demo_form_wrapper {
    background-color: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(88, 91, 95, 0.38);
    padding: 25px 50px 15px;
    margin-top: 80px;
}

form.mktoForm_4503 input#emailOptInBoolean:focus,
form.mktoForm_4503 input#consenttoProcessing:focus,
form.mktoForm_6595 input#emailOptInBoolean:focus,
form.mktoForm_6595 input#consenttoProcessing:focus,
form.mktoForm_6592 input#emailOptInBoolean:focus,
form.mktoForm_6592 input#consenttoProcessing:focus,
form#mktoForm_4288 input#emailOptInBoolean:focus,
form#mktoForm_4288 input#consenttoProcessing:focus {
    outline: none;

}

form#mktoForm_4288 input#emailOptInBoolean,
form#mktoForm_4288 input#consenttoProcessing {
    display: none;
}

form.mktoForm_4503 .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
form.mktoForm_4503 .mktoCheckboxList input#consenttoProcessing:checked+label:after,
form.mktoForm_6595 .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
form.mktoForm_6595 .mktoCheckboxList input#consenttoProcessing:checked+label:after,
form.mktoForm_6592 .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
form.mktoForm_6592 .mktoCheckboxList input#consenttoProcessing:checked+label:after,
form#mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
form#mktoForm_4288 .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200 !important;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

form.mktoForm_4503 .mktoCheckboxList input#emailOptInBoolean+label:after,
form.mktoForm_4503 .mktoCheckboxList input#consenttoProcessing+label:after,
form.mktoForm_6595 .mktoCheckboxList input#emailOptInBoolean+label:after,
form.mktoForm_6595 .mktoCheckboxList input#consenttoProcessing+label:after,
form.mktoForm_6592 .mktoCheckboxList input#emailOptInBoolean+label:after,
form.mktoForm_6592 .mktoCheckboxList input#consenttoProcessing+label:after,
form#mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean+label:after,
form#mktoForm_4288 .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #ffb200;
    background-color: #fff !important;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 5px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.lp-banner-section-v2 form.mktoForm_4503 #fullNameEditable::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Email::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Country::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #fullNameEditable::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Email::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Country::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #fullNameEditable::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Email::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Country::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #fullNameEditable::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Email::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_4503 #Country::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country::-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable::-moz-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email::-moz-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country::-moz-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable::-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email::-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country::-ms-input-placeholder {
    color: #555;
}

.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable::placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email::placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country::placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Email::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6595 #Country::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country::-webkit-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country::-moz-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable::placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email::placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country::placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country:-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Email::-ms-input-placeholder,
.lp-banner-section-v2 form.mktoForm_6592 #Country::-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country::-webkit-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable::-moz-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email::-moz-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country::-moz-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable::placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email::placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country::placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country:-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable::-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Email::-ms-input-placeholder,
.searchunify-request-demo form#mktoForm_4288 #Country::-ms-input-placeholder {
    color: #555;
}

.lp-banner-section-v2 .mktoFieldDescriptor.mktoFormCol {
    padding: 4px 0 0;
}

.lp-banner-section-v2 form.mktoForm_4503 #fullNameEditable,
.lp-banner-section-v2 form.mktoForm_4503 #Email,
.lp-banner-section-v2 form.mktoForm_4503 #Country,
.lp-banner-section-v2 form.mktoForm_4503 #State,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable,
.lp-banner-section-v2 form.mktoForm_6595 #Email,
.lp-banner-section-v2 form.mktoForm_6595 #Country,
.lp-banner-section-v2 form.mktoForm_6595 #State,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable,
.lp-banner-section-v2 form.mktoForm_6592 #Email,
.lp-banner-section-v2 form.mktoForm_6592 #Country,
.lp-banner-section-v2 form.mktoForm_6592 #State,
.searchunify-request-demo form#mktoForm_4288 #fullNameEditable,
.searchunify-request-demo form#mktoForm_4288 #Email,
.searchunify-request-demo form#mktoForm_4288 #Country,
.searchunify-request-demo form#mktoForm_4288 #State {
    border-radius: unset;
    border: none;
    border-bottom: 1px solid #8e8f8f;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0 10px;
    height: 35px;
    font-family: "Montserrat", Arial, sans-serif;
}

.lp-banner-section-v2 form.mktoForm_4503 #fullNameEditable,
.lp-banner-section-v2 form.mktoForm_4503 #Email,
.lp-banner-section-v2 form.mktoForm_6595 #fullNameEditable,
.lp-banner-section-v2 form.mktoForm_6595 #Email,
.lp-banner-section-v2 form.mktoForm_6592 #fullNameEditable,
.lp-banner-section-v2 form.mktoForm_6592 #Email {
    padding: 0 10px 0 0;
}

.lp-banner-section-v2 form.mktoForm_4503 #Country,
.lp-banner-section-v2 form.mktoForm_4503 #State,
.lp-banner-section-v2 form.mktoForm_6595 #Country,
.lp-banner-section-v2 form.mktoForm_6595 #State,
.lp-banner-section-v2 form.mktoForm_6592 #Country,
.lp-banner-section-v2 form.mktoForm_6592 #State {
    padding: 0 10px 0 4px;
}

section.header-section.sub-heading.searchunify-request-demo {
    padding: 60px 0 80px;
}

.searchunify-request-demo.header-section.sub-heading .demo_form_wrapper h3 {
    color: #ffb200;
    font-weight: 500;
}

section.header-section.sub-heading.searchunify-request-demo.su-request-demo .demo_form_wrapper h3 {
    color: #182b4c;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 29px;
}

.banner .community-refocus.mamba.image-only {
    background-image: url(../assets/img/mamba-22-banner-bg-v2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 75%;
    background-color: #010c26;
    height: 520px;
}

.banner .community-refocus.mamba.image-only h4 {
    margin-top: 30px;
    margin-bottom: 170px;
}

.banner .community-refocus.mamba.image-only h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.banner .community-refocus.mamba.image-only h5 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}

.banner .community-refocus.mamba .webinar-title {
    margin-top: -200px;
    color: #40ceff;
}

.banner .community-refocus.mamba h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 0;
}

form.mktoForm_4503,
form.mktoForm_6595,
form.mktoForm_6592 {
    width: 100% !important;
}

form.mktoForm_4503 #Country,
form.mktoForm_4503 #State,
form.mktoForm_6595 #Country,
form.mktoForm_6595 #State,
form.mktoForm_6592 #Country,
form.mktoForm_6592 #State,
form#mktoForm_4288 #Country,
form#mktoForm_4288 #State {
    margin-bottom: 0px !important;
    color: #555;
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
}

form.mktoForm_4503 .mktoCheckboxList,
form#mktoForm_4503 .mktoCheckboxList,
form.mktoForm_6595 .mktoCheckboxList,
form#mktoForm_6595 .mktoCheckboxList,
form.mktoForm_6592 .mktoCheckboxList,
form#mktoForm_4288 .mktoCheckboxList {
    width: 60px !important;
    padding-left: 0 !important;
    padding-top: 2px !important;
    float: none !important;
}

form.mktoForm_4503 input#emailOptInBoolean,
form.mktoForm_4503 input#consenttoProcessing,
form.mktoForm_6595 input#emailOptInBoolean,
form.mktoForm_6595 input#consenttoProcessing,
form.mktoForm_6592 input#emailOptInBoolean,
form.mktoForm_6592 input#consenttoProcessing,
form#mktoForm_4288 input#emailOptInBoolean,
form#mktoForm_4288 input#consenttoProcessing {
    margin-left: 0px;
}

form.mktoForm_4503 label[for="emailOptInBoolean"],
form.mktoForm_4503 label[for="consenttoProcessing"],
form.mktoForm_6595 label[for="emailOptInBoolean"],
form.mktoForm_6595 label[for="consenttoProcessing"],
form.mktoForm_6592 label[for="emailOptInBoolean"],
form.mktoForm_6592 label[for="consenttoProcessing"],
form#mktoForm_4288 label[for="emailOptInBoolean"],
form#mktoForm_4288 label[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 10px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 12px;
    margin-top: 3px;
    margin-bottom: 3px !important;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

form.mktoForm_4503 .mktoRequiredField .mktoAsterix,
form.mktoForm_6595 .mktoRequiredField .mktoAsterix,
form.mktoForm_6592 .mktoRequiredField .mktoAsterix,
form#mktoForm_4288 .mktoRequiredField .mktoAsterix {
    display: none;
}

form.mktoForm_4503 .mktoFormRow.row_1,
form.mktoForm_6595 .mktoFormRow.row_1,
form.mktoForm_6592 .mktoFormRow.row_1 {
    margin-top: 0;
}

form#mktoForm_4288 .mktoFormRow:nth-child(2) {
    margin-top: 18px;
}

form.mktoForm_4503 .mktoFormRow:nth-child(6),
form.mktoForm_6595 .mktoFormRow:nth-child(6),
form.mktoForm_6592 .mktoFormRow:nth-child(6),
form#mktoForm_4288 .mktoFormRow:nth-child(6) {
    margin-top: 10px;
}

form.mktoForm_6596 .mktoFormRow:nth-child(6) {
    margin-bottom: 16px;
}

form.mktoForm_4503 .mktoFormRow:nth-child(7),
form.mktoForm_6595 .mktoFormRow:nth-child(7),
form.mktoForm_6592 .mktoFormRow:nth-child(7),
form#mktoForm_4288 .mktoFormRow:nth-child(7) {
    margin-bottom: 6px;
}

.lp-banner-section-v2 .mktoForm_5038 .mktoFormRow.row_10 .mktoFormCol_10 .mktoLabel {
    font-size: 12px;
    line-height: 14px;
}

.lp-banner-section-v2 .mktoForm_5038 .mktoFormRow.row_10 .mktoFormCol_10 .mktoLabel .aster-sign {
    color: #ffb200;
    margin-right: -4px;
}

.lp-banner-section-v2 .center-text-content h1 {
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
}

.higher-education .lp-banner-section-v2 .center-text-content h1 {
    font-size: 25px;
}

.lp-banner-section-v2 .center-text-content p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 0;
}

.lp-banner-section-v2 .center-text-content {
    position: relative;
    margin-left: 30px;
    margin-right: -30px;
}

.lp-banner-section-v2 a span {
    position: absolute;
    top: 150%;
    left: 45%;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.searchunify-for-educational-institutions .lp-banner-section-v2 a span {
    top: 160%;
}

.namely.searchunify-for-educational-institutions.higher-education .col-lg-4.lp-title {
    padding-top: 90px;
}

.namely.searchunify-for-educational-institutions .lp-banner-section .lp-banner-image {
    margin-top: 60px;
}

.namely.searchunify-for-educational-institutions .lp-banner-section-v2 .center-text-content h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}

.lp-banner-section-v2 a span:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

.lp-banner-section-v2 a span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

form#mktoForm_4288 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

form.mktoForm_4503 .mktoGutter,
form.mktoForm_4503 .mktoOffset,
form.mktoForm_6595 .mktoGutter,
form.mktoForm_6595 .mktoOffset,
form.mktoForm_6592 .mktoGutter,
form.mktoForm_6592 .mktoOffset,
form#mktoForm_4288 .mktoGutter,
form#mktoForm_4288 .mktoOffset {
    height: 0px;
}

form.mktoForm_4503 .mktoError .mktoErrorMsg,
form.mktoForm_6595 .mktoError .mktoErrorMsg,
form.mktoForm_6592 .mktoError .mktoErrorMsg {
    font-size: 10px;
    line-height: 12px;
    max-width: 24em;
}

form.mktoForm_4503 button,
form.mktoForm_6595 button,
form.mktoForm_6592 button {

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px !important;
    border-radius: 10px !important;
    background-image: inherit !important;
    width: auto;
    letter-spacing: 2px;
    text-align: center;
    padding: 12px 18px !important;
    text-transform: uppercase;
    font-weight: 600;
    border: 0 !important;
    background-color: rgb(255, 136, 0) !important;
    background-color: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%) !important;
    background-color: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%) !important;
    background-color: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1);
}

form#mktoForm_4288 button {
    background-color: #F9B000 !important;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px !important;
    border-radius: 6px !important;
    width: 100%;
    letter-spacing: 1px;
    border: 0;
    text-align: center;
    margin: 0 auto;
    padding: 15px 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #ffb200 !important;
    background-image: linear-gradient(270deg, #F9B000, #FF6C0A);
    line-height: 26px;
}

.section-header-illustration form#mktoForm_4288 button {
    width: 80%;
}

.section-header-illustration span.mktoButtonWrap.mktoSimple {
    text-align: center;
}

form.mktoForm_4503 span.mktoButtonWrap.mktoSimple,
form.mktoForm_6595 span.mktoButtonWrap.mktoSimple,
form.mktoForm_6592 span.mktoButtonWrap.mktoSimple {
    margin: 0 auto !important;
    display: block;
    width: auto;
    text-align: center;
}

.section-scroll-pages.searchunify-for-e-commerce .header-section.sub-heading h1 {
    font-size: 36px;
}

form#mktoForm_4288 span.mktoButtonWrap.mktoSimple {
    margin: 0 auto !important;
    display: block;
}

form.mktoForm_4503 .mktoFormRow:nth-child(5) .mktoFieldDescriptor.mktoFormCol,
form.mktoForm_6595 .mktoFormRow:nth-child(5) .mktoFieldDescriptor.mktoFormCol,
form.mktoForm_6592 .mktoFormRow:nth-child(5) .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0px !important;
}

form.mktoForm_4503 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol,
form.mktoForm_6595 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol,
form.mktoForm_6592 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: -10px !important;
}

form.mktoForm_4503 .mktoFormRow:nth-child(1) .mktoFormCol .mktoError,
form.mktoForm_6595 .mktoFormRow:nth-child(1) .mktoFormCol .mktoError,
form.mktoForm_6592 .mktoFormRow:nth-child(1) .mktoFormCol .mktoError,
form#mktoForm_4288 .mktoFormRow:nth-child(1) .mktoFormCol .mktoError {
    right: auto !important;
}

form.mktoForm_4503 .mktoFormRow:nth-child(2) .mktoFormCol .mktoError,
form.mktoForm_6595 .mktoFormRow:nth-child(2) .mktoFormCol .mktoError,
form.mktoForm_6592 .mktoFormRow:nth-child(2) .mktoFormCol .mktoError,
form#mktoForm_4288 .mktoFormRow:nth-child(2) .mktoFormCol .mktoError {
    right: auto !important;
}

form.mktoForm_4503 .mktoFormRow:nth-child(3) .mktoFormCol .mktoError,
form.mktoForm_6595 .mktoFormRow:nth-child(3) .mktoFormCol .mktoError,
form.mktoForm_6592 .mktoFormRow:nth-child(3) .mktoFormCol .mktoError,
form#mktoForm_4288 .mktoFormRow:nth-child(3) .mktoFormCol .mktoError {
    right: auto !important;
}

form.mktoForm_4503 .mktoFormRow:nth-child(4) .mktoFormCol .mktoError,
form.mktoForm_6595 .mktoFormRow:nth-child(4) .mktoFormCol .mktoError,
form.mktoForm_6592 .mktoFormRow:nth-child(4) .mktoFormCol .mktoError,
form#mktoForm_4288 .mktoFormRow:nth-child(4) .mktoFormCol .mktoError {
    right: auto !important;
}

form.mktoForm_4503 .mktoFormRow:nth-child(5) .mktoFormCol .mktoError,
form.mktoForm_6595 .mktoFormRow:nth-child(5) .mktoFormCol .mktoError,
form.mktoForm_6592 .mktoFormRow:nth-child(5) .mktoFormCol .mktoError,
form#mktoForm_4288 .mktoFormRow:nth-child(5) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -30px !important;
    left: 0px;
}

form.mktoForm_4503 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError,
form.mktoForm_6595 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError,
form.mktoForm_6592 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError,
form#mktoForm_4288 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: 55px !important;
    left: 0px;
}

form.mktoForm_4503 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError,
form.mktoForm_6595 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError,
form.mktoForm_6592 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    top: 20px;
}

form.mktoForm_4503 .mktoButtonRow,
form.mktoForm_6595 .mktoButtonRow,
form.mktoForm_6592 .mktoButtonRow,
form#mktoForm_4288 .mktoButtonRow {
    display: block;
    height: 10px;
}

.thank-you-text p {
    color: #ffffff;
}

form.mktoForm_4503 label[for="emailOptInBoolean"] a,
form.mktoForm_6595 label[for="emailOptInBoolean"] a,
form.mktoForm_6592 label[for="emailOptInBoolean"] a,
form#mktoForm_4288 label[for="emailOptInBoolean"] a {
    padding: 0 !important;
}

/*/Request a Demo*/


/*Other inner pages*/

.dropdown-item.active,
.dropdown-item:active {
    background-color: #ffb200;
}

.dropdown-item.active-label1,
.dropdown-item.active-label2,
.dropdown-item.active-label3,
.dropdown-item.active-label4 {
    color: #ffb200 !important;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner .item&gt;div {
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 0;
    top: 40%;
    color: #f38a00;
    display: none;
    padding: 0 8px;
    background: transparent;
    height: 100%;
}

.pageid-6490 .MultiCarousel .leftLst,
.pageid-6490 .MultiCarousel .rightLst {
    top: 0;
}

.MultiCarousel .leftLst .fa,
.MultiCarousel .rightLst .fa {
    top: calc(50% - 14px);
    position: absolute;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.MultiCarousel .leftLst .fa.fa-chevron-left {
    left: 0;
}

.MultiCarousel .rightLst .fa.fa-chevron-right {
    right: 0;
}

.MultiCarousel.ShowPaging .leftLst,
.MultiCarousel.ShowPaging .rightLst {
    display: block;
    cursor: pointer;

}

.MultiCarousel.ShowPaging .leftLst span.svg-left,
.MultiCarousel.ShowPaging .rightLst span.svg-left {
    width: 18px;
    height: 23px;
    display: inline-block;
}

.MultiCarousel .leftLst {
    left: 0px;
}

.MultiCarousel .rightLst {
    right: 0px;
}

.MultiCarousel.ShowPaging .leftLst {
    left: 0px;
}

.MultiCarousel.ShowPaging .rightLst {
    right: 0px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    display: none;
}

.MultiCarousel-inner .item:hover .carousel-images-customer {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.MultiCarousel-inner .item:hover .carousel-images-customer span {
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
}

.MultiCarousel-inner .item .carousel-images-customer span {
    background: #ffb200;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
}

.margin6pt {
    margin-top: -0.6%;
}

a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a {
    color: #f48b00;
}

a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
    color: #f48b00 !important;
}

.subscribeForm {
    font-size: 14px;
    color: #555;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 22px;
    background: #fff;
    padding: 40px 20px 30px 20px;
    border-radius: 4px;
}

.subscribeForm form#mktoForm_5358 .mktoField {
    width: 100% !important;
    border: 1px solid #ffb200 !important;
    text-transform: none !important;
}

.subscribeForm form#mktoForm_5358.mktoForm .mktoFormRow:nth-child(2) {
    margin-top: -6px;
}

.subscribeForm form#mktoForm_5358.mktoForm .mktoFormRow:nth-child(3) {
    margin-top: -4px;
}

.subscribeForm form#mktoForm_5358.mktoForm .mktoFormRow:nth-child(6) {
    margin-top: 4px;
}

.subscribeForm form#mktoForm_5358.mktoForm .mktoFormRow:nth-child(3n) .mktoFormCol .mktoError {
    position: absolute;
    left: 0;
    top: 75px;
    max-width: 180px;
}

.subscribeForm form#mktoForm_5358.mktoForm .mktoFormRow:nth-child(7) .mktoFormCol .mktoError {
    right: 0 !important;
    bottom: -8px !important;
    left: -8px !important;
}

.subscribeForm form#mktoForm_5358 input#emailOptInBoolean,
.subscribeForm form#mktoForm_5358 input#consenttoProcessing {
    margin-left: -11px;
}

.subscribeForm #mktoForm_5358 label[for="emailOptInBoolean"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 15px;
    color: #555;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 22px;
    margin-top: -3px;
    margin-bottom: 4px !important
}

.subscribeForm #mktoForm_5358 .mktoCheckboxList label[for="emailOptInBoolean"] {
    display: none;
}

.subscribeForm #mktoForm_5358.mktoForm label[for="emailOptInBoolean"] .mktoAsterix {
    display: none !important;
}

.subscribeForm #mktoForm_5358 label[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 15px;
    color: #555;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 22px;
    margin-top: -3px;
    margin-bottom: -8px;
}

.subscribeForm form#mktoForm_5358 .mktoField {
    width: 100% !important;
    border: 1px solid #ffb200 !important;
    text-transform: none !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #333333 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
}

.subscribeForm form#mktoForm_5358 .mktoButton {
    background: #FF7300 !important;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%) !important;
    background-image: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%) !important;
    background-image: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1) !important;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
    border-radius: 0px;
    background-image: inherit !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 600 !important;
    margin-top: 6px;
}

.subscribeForm form#mktoForm_5358 .mktoLabel,
#mktoForm_5358 .mktoRequiredField .mktoAsterix {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
}

.subscribeForm form#mktoForm_5358 .mktoFieldWrap,
.subscribeForm form#mktoForm_5358.mktoForm .mktoFormCol {
    float: none;
    margin-top: -16px;
}

.subscribeForm .mktoHtmlText {
    display: none;
}

.subscribeForm #mktoForm_5358 .mktoLabel {
    font-size: 14px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
}

.subscribeForm .mktoAsterix {
    font-size: 28px !important;
}

.subscribeForm .mktoHtmlText {
    font-size: 15px;
    color: #555;
    font-family: "Montserrat" !important;
    font-weight: 400;
    line-height: 22px;
}

.subscribeForm {
    font-size: 14px;
    color: #555;
    font-family: "Montserrat" !important;
    font-weight: 400;
    line-height: 22px;
}

.subscribeForm .mktoButton {
    font-weight: 400px !important;
}

.subscribeForm form#mktoForm_5358 .mktoButton {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    border-radius: 6px;
}

.subscribeForm #mktoForm_5358 .mktoRequiredField .mktoAsterix {
    color: #ffb200;
}

.subscribeForm #mktoForm_5358 label[for="emailOptInBoolean"] .aster-sign {
    color: #ffb200;
}

.subscribeForm #mktoForm_5358 label[for="consenttoProcessing"] {
    width: 89% !important;
}

.subscribeForm #mktoForm_5358 label[for="emailOptInBoolean"],
.subscribeForm #mktoForm_5358 label[for="consenttoProcessing"] {
    width: 93% !important;
    font-size: 12px !important;
    line-height: 18px;
    padding-top: 3px;
}

.header-section {
    padding: 4rem 0 0 0;
}

.customers.cookie_not_set .header-section {
    margin-top: 50px;
}

.customers .header-section {
    margin-top: 0px;
}

section.about-text {
    padding: 16px 0 75.2px 0;
    padding: 1rem 0 4.7rem 0;
}

section.about-text.platform-about {
    position: relative;
    padding: 16px 0 32px 0;
    padding: 1rem 0 2rem 0;
}

section.about-mid-banner.about-page-section {
    background-image: url(../assets/img/ai-section-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2em 0 2rem 0;
    position: relative;
    z-index: 10;
    background-color: #d9e4f4;
    overflow: visible;
    margin: 16px 0 64px;
    margin: 1rem 0 4rem;
}

section.about-mid-banner.about-page-section.ai-strip {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

section.about-mid-banner.about-page-section.floating-img .container {
    position: relative;
    color: #182b4c;
}

section.about-mid-banner.about-page-section.floating-img img {
    position: absolute;
    top: -60px;
    right: 90px;
    max-height: 260px;

}

section.about-mid-banner.about-page-section.floating-img .about-mb-btn {
    margin-top: 8px;
    text-transform: none;
    padding: 12px 34px;
}

section.about-mid-banner.about-page-section.floating-img a span {
    max-width: 20px;
    display: inline-block;
    margin-top: -6px;
    margin-left: 10px;
}

section.about-mid-banner.about-page-section.floating-img a span svg {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: -7px;
}

.about-mid-banner.ai-sections {
    margin-top: 0;
}

.about-mid-banner.ai-sections .about-mb-text {
    padding-top: 0;
}

.about-mid-banner .about-mb-img a {
    color: #ffffff;
    text-transform: uppercase;
}

.about-mid-banner.ai-sections p {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 25.6px;
    line-height: 1.6rem;
    color: #182b4c;
    text-align: center;
}

.why_searchunify.ai-sections {
    padding: 32px 0 32px 0;
    padding: 2rem 0 2rem 0;
    color: #182b4e;
    margin: 0 0;
    background-color: transparent;
}

.why_searchunify.ai-sections .mb-5 p {
    color: #798292;
}

.why_searchunify.ai-sections.tech-model {
    background-image: url(../images/home/bg-csat-v6-big.svg);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
    padding: 192px 0 208px;
    padding: 12rem 0 13rem;
    margin-top: -32px;
    margin-top: -2rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.artificial-intelligence-for-cognitive-search .stevie-testimonial-section .tns-controls {
    display: none;
}

.why_searchunify.ai-sections .why_content {
    margin: 0 5px;
    padding: 19.2px 25.6px;
    padding: 1.2rem 1.6rem;
    box-shadow: 0 2px 15px 0 rgba(220, 237, 246, 1);
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid #e0eaf6;
}

.why_searchunify.ai-sections h2 {
    padding: 0 64px;
    padding: 0 4rem;
}

.why_searchunify.ai-sections.tech-model .container {
    position: relative;
}

.why_searchunify.ai-sections.tech-model img.tech-model-illustration {
    position: absolute;
    max-width: 380px;
    left: 33%;
    top: 43.6%;
    z-index: 100;
}

.why_searchunify.tech-model .why_content p {
    padding-right: 0;
    margin-top: 6px
}

.why_searchunify.ai-sections.tech-model .mb-5 p,
.why_searchunify.ai-sections.tech-model h2 {
    color: #ffffff;

}

.why_searchunify.ai-sections.tech-model .mb-5 p {

    font-size: 18px;
    line-height: 28px;
}

.why_searchunify.ai-sections .col-12 {
    margin-bottom: 38.4px;
    margin-bottom: 2.4rem;
}

.why_searchunify.ai-sections .why_content .icon img {
    max-width: 57.6px;
    max-width: 3.6rem
}

.why_searchunify.ai-sections .why_content .icon .why-icon {
    display: block;
    max-width: 50px;
}

.why_searchunify.ai-sections .why_content h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 6px;
}

.searchunify-for-thought-industries section.about-text {
    padding: 64px 0 64px 0;
    padding: 4rem 0 4rem 0;
}

.searchunify-for-thought-industries .searchunify-partners {
    position: relative;
    z-index: 10;
}

.searchunify-for-thought-industries img.thought-industries-logo {
    max-width: 100%;
}

.searchunify-for-thought-industries section.about-text p {
    text-align: left;
    margin-bottom: 0;
}

.searchunify-for-thought-industries img.triangle-gray-4 {
    bottom: -48%;
}

.search-page #back-to-top {
    display: none !important;
}

.container-fluid.search-container {
    margin-top: 74px;
    padding-right: 0px;
    padding-left: 0px;
}

.cookie_not_set .container-fluid.search-container {
    margin-top: 118px;
}

.container-fluid.search-container .su__toggle-input:not(:disabled)~.su__toggle-label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 2px solid #ffb200;
    background-color: #ffb200;
}

.container-fluid.search-container .su__toggle-label:before,
.container-fluid.search-container .su__toggle-label:after {
    border-radius: 2px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.container-fluid.search-container .su__toggle__text:before {
    top: 0.60em;
}

.container-fluid.search-container .su__toggle-input:not(:disabled):checked~.su__toggle-label .su__toggle__text:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.container-fluid.search-container .su_nonExpanded {
    height: 236px;
}

.container-fluid.search-container .su__filter-label label,
.container-fluid.search-container .su__filter-title label {
    margin-bottom: 0;
}

/*/Other inner pages*/

/*Blog Page*/
.basic-yop-poll-container ul.basic-answers {
    padding-left: 20px !important;
}

.basic-yop-poll-container .basic-inner {
    padding: 0px 0px !important;
    margin-top: -15px;
}

.basic-yop-poll-container .basic-question-title h5 {
    color: #ffffff !important;
}

.basic-question-title {
    background: #031658;
    padding: 12px 0px;
    color: #ffffff;
}

.basic-yop-poll-container .basic-message {
    margin-top: 25px !important;
}

ul.basic-answers .col-md-6 {
    max-width: 35%;
}

a.button.basic-vote-button.BlogContentLink {
    padding: 10px 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-left: 20px;
}

::-moz-selection {
    background: #ffb200;
    color: #fff;
}

::selection {
    background: #ffb200;
    color: #fff;
}

.cookie_not_set .first-row {
    margin-top: 150px;
}

.first-row {
    margin-top: 110px;
}

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

.formula-container {
    text-align: center;
    width: 100%;
}

.formula-container img {
    max-width: 60%;
}

.formula-container.mrr img {
    max-width: 70%;
}

article.blog-entry-content p:first-of-type {
    overflow-y: hidden;
}

article.blog-entry-content p:first-of-type img {
    margin-bottom: 10px;
    margin-top: 6px;
}

.table-responsive table tr td,
.entry-content p,
.entry-content ul,
.entry-content ol {
    font-size: 14px;
    line-height: 26px;
    color: #757575;
    font-weight: 500;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

.entry-content code {
    color: #757575;
}

.table-responsive table tr td {
    line-height: 16px;
}

.entry-content h4 {
    font-size: 20px;
}

.entry-content .twitter-tweet.twitter-tweet-rendered {
    margin: 0 auto;
}

.entry-content ul.no-list-style {
    list-style: none;
}

.entry-content ol.bold-lists {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

.entry-content ol.bold-lists&gt;li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
}

.entry-content ol.bold-lists&gt;li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.entry-content ol.bold-lists&gt;li strong {
    padding-left: 8px;
}

.entry-content p.su-tips {
    background-color: #f8f8f8;
    padding: 16px 16px;
    padding: 1rem 1rem;
    border-left: 5px solid #ffb200;
}

.entry-content p.su-tips strong {
    color: #F48B00;
}

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

.entry-content div.small-font p {
    font-size: 10px;
}

.g2-widget {
    margin-bottom: 30px;
}

.widget {
    margin-bottom: 30px;
    background-color: #f6f6f6;
    padding: 20px 16px;
}

.widget.ad-widget img {
    width: auto;
    max-width: 100%;
}

/* .widget.ad-widget {
	background-image: url(../assets/img/su-inov-slide-in-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	border: 2px solid #f6f6f6;
	text-align: center;
	} */

.ad-widget-new,
.widget.ad-widget {
    padding: 0;
    border: 2px solid #f6f6f6;
    text-align: center;
}

.widget.ad-widget img {
    max-width: 100%;
}

.widget.ad-widget.forrester-ad {
    background-image: none;
}

.entry-content .aligncenter {
    display: block;
    margin: 19.2px auto 16px;
    margin: 1.2rem auto 1rem;
}

.blogAuthor-container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 120px;
}

.blogAuthor-image {
    border-radius: 100%;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    height: 90px;
    width: 90px;
}

.blogAuthor-title {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    line-height: 25px;
}

.blogAuthor-container .blogAuthor-title h2,
.blogAuthor-container .blogAuthor-title h1 {
    line-height: 40px;
    margin: 0;
    text-align: left;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0;
}

.blogAuthor-container .blogAuthor-title p,
.blogAuthor-container .blogAuthor-title {
    line-height: 35px;
    margin: 0;
}

.blogAuthor-container .blogAuthor-title p {
    color: #757575;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
}

.blogAuthor-content {
    margin-top: 20px;
    width: 100%;
}

.blogAuthor-content p {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
}

.blogAuthor-image img {
    width: 90px;
}

.author-info-bottom {
    margin: 24px 0;
    border-bottom: 1px solid #ffb200;
}

.blog-detail-right .widget-title {
    margin-bottom: 22px;
    border-bottom: 1px solid #ffb200;
    padding: 0 0px 22px;
    font-weight: 600;
    margin-top: -16px;
    color: #212529;
    font-size: 24px;
}

.blog-detail-right .latest-announcement-widget .widget-title {
    margin-top: 0px;
}

.blogAuthor-content {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.blog-detail p {
    margin: 0;
    margin-left: 4px;
}

.header-section .new_container hr,
.header-section .inner_container hr,
.header-section hr {
    margin-top: 8px;
    margin-bottom: 0px;
}

.header-section.about-header,
.header-section.banner-ourteam,
.header-section.banner-partnership,
.header-section.press-release {
    height: 233px;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 99;
    background-size: cover;
    background-attachment: inherit;
}

.header-section.sudo-technical-blogs {
    height: 522px;
}

.header-section.blog,
.header-section.events,
.header-section.faqs,
.header-section.announcement,
.header-section.events.su-custome {
    height: 350px;
}



.header-section.header-center-illustration {
    padding: 48px 0 9.6px 0;
    padding: 3rem 0 0.6rem 0;
}

.header-section.header-center-illustration.faqs .h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: -76px;
}

.header-section.blog .h2,
.header-section.events .h2,
.header-section.faqs .h2,
.header-section.team-header .h2,
.header-section.announcement .h2 {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-transform: none;
    margin-top: 0;
}

.header-section.blog .header-illustration,
.header-section.events .header-illustration,
.header-section.faqs .header-illustration,
.header-section.announcement .header-illustration {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.su-customers .h2.banner-txt {
    margin-bottom: 5rem;
    font-size: 36px;
}

.header-section.sudo-technical-blogs .header-illustration {
    background-image: url(../assets/img/sudo-technical-blogs-cover-v3.png);
    background-size: cover;
    background-position: center center;
}

.header-section.sudo-technical-blogs h5,
.header-section.sudo-technical-blogs h1 {
    opacity: 0;
}

.header-section.blog .header-illustration {
    background-image: url(../images/icons/su_banner_blog.svg);
}

.header-section.announcement .header-illustration {
    background-image: url(../images/icons/su_banner_announcement.svg);
}

.header-section.events .header-illustration {
    background-image: url(../images/icons/su_banner_recognition-v3.svg);
}

.header-section.events.client-testimonials .header-illustration {
    background-image: url(../images/icons/su_banner_recognition-v3.svg);
}

.header-section.events.contact-us .header-illustration {
    background-image: url(../images/icons/su_banner_recognition-v3.svg);
}

.header-section.events.recognition .header-illustration {
    background-image: url(../assets/img/pages-banner-bg-v2.png);
    background-size: cover;
}

.contact-us .header-section.events.recognition .header-illustration {
    background-image: url(../assets/img/contact-us-bg.webp);
}

.header-section.events.su-customers .header-illustration {
    background-image: url(../assets/img/heretto-banner-img.svg) !important;
    background-size: cover;
}


.header-section.faqs .header-illustration {
    background-image: url(../images/icons/su_banner_faqs.svg);
}

.header-section.about-header {
    min-height: 448px;
    min-height: 28rem;
    height: auto;
}

.header-section.about-header .row {
    min-height: 448px;
    min-height: 28rem;
}

.header-section.banner-partnership {
    background-image: url(../images/background-team.png);
}

.header-section.sudo-technical-blogs h5,
.header-section.sub-heading h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.header-section.sub-heading .calendly-container h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: -30px;
}

/* 
.header-section.sub-heading.searchunify-request-demo.su-request-demo h3 {
	max-width: 90%;
	} */

.blog-row {
    padding: 70px 0
}

.header-section h2,
.header-section .h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    width: 100%;
}

.header-section.sub-heading h2 {
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0px;
}

.header-section.sub-heading h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.request-demo .header-section.sub-heading h1 {
    font-size: 30px;
    line-height: 38px;
    margin-top: -15px;
}

.new_container .blogDetail h2,
.inner_container .blogDetail h2 {
    text-align: left;
}

.blogDetail h2 a {
    color: #182b4e;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0;
}

.blogDetail h2 a sup,
.post-title sup {
    font-size: 16px;
    font-size: 1rem;
    top: -1em;
}

.blogDetail h2 a:hover {
    color: #ffb200;
    text-decoration: none;
}

.blogDetail .post-info {
    color: #757575;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}

.blogDetail .post-read-more {
    color: #313131;
    font-size: 14px;
    font-weight: 600;
}

.blogDetail .post-read-more:hover {
    color: #ffb200;
    text-decoration: none;
}

.blogDetail .post-read-more .fas {
    color: #ffb200;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    margin-left: 6px;
    position: relative;
    top: 1px;
}

.blogDetail .post-read-more:hover .fas {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.latest-posts-widget.widget {
    padding: 40px 20px 20px 20px;
}

.latest_post {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest_post li {
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 26px;
    padding: 8px 0;
}

.latest_post li:first-child {
    padding-top: 0;
}

.latest_post li a {
    color: #9e9e9e;
}

.latest_post li a:hover {
    color: #ffb200;
    text-decoration: none;
}

.latest_post li {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0;
}

.blogDetail p.post-excerpt {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
}

.blogDetail .post-image {
    margin: 16px 0;
}

.blogDetail .post-info-bottom {
    margin: 24px 0;
    border-bottom: 1px solid #ffb200;
}

.blogDetail .page-numbers li a {
    display: none
}

.blogDetail .page-numbers li a.prev,
.blogDetail .page-numbers li a.next {
    display: block;
}

.page-numbers {
    list-style: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.page-numbers li a,
.page-numbers .current {
    display: none;
}

.page-numbers a.prev,
.navigation .prev.page-numbers {
    width: 50%;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.page-numbers a.next,
.navigation .next.page-numbers {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
}

.navigation .nav-links {
    width: 100%;
    margin: 10px 0 30px 0;
}

.page-numbers a.prev,
.page-numbers a.next,
#blog-detail-prev a,
#blog-detail-next a,
.navigation .next.page-numbers,
.navigation .prev.page-numbers {
    color: #313131;
    font-weight: 600;
    text-decoration: none;
}

.page-numbers a.prev:hover,
.page-numbers a.next:hover,
#blog-detail-prev a:hover,
#blog-detail-next a:hover,
.navigation .prev.page-numbers:hover,
.navigation .next.page-numbers:hover {
    color: #ffb200;
    text-decoration: none;
}

.page-numbers a.prev .fas,
.page-numbers a.next .fas,
.navigation .prev.page-numbers .fa,
.navigation .next.page-numbers .fa {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.page-numbers a.prev .fas,
#blog-detail-prev .fas,
.navigation .prev.page-numbers .fa {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.page-numbers a.next .fa,
#blog-detail-next .fa,
.navigation .next.page-numbers .fa {
    margin-left: 6px;
    position: relative;
    top: 1px;
}

.page-numbers a.prev:hover .fas,
#blog-detail-prev a:hover .fas,
.navigation .prev.page-numbers:hover .fa {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.page-numbers a.next:hover .fas,
#blog-detail-next a:hover .fas,
.navigation .next.page-numbers:hover .fa {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.blog-meta-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.blog-detail {
    margin-bottom: 24px;
    font-size: 14px;
    color: #757575;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}

.post-info-author {
    display: inline-block;
    margin-right: 0;
}

.post-info-author a:hover,
.entry-content a:hover {
    color: #ffb200;
    text-decoration: underline;
}

.entry-content a.bg_orange {
    color: #ffffff;
}

.entry-content a.bg_orange:hover {
    color: #ffffff;
    text-decoration: none;
}

.post-info-date {
    display: inline-block;
    font-style: italic;
}

.blog-detail-left .blog_tags_bar {
    margin-top: -14px;
}

.blog-detail-left .blog_tags_bar span {
    font-size: 14px;
    color: #757575;
}

h1.post-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
}

.postid-14547 h1.post-title,
.postid-16391 h1.post-title {
    font-size: 29px;
}

.entry-content h2 {
    text-align: left !important;
    font-size: 30px;
    font-weight: 600;
    margin: 4px 0 14px 0;
    color: #313131;
}

.entry-content ul {
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.the-complete-guide-to-enterprise-search .entry-content ul li,
.the-complete-guide-to-enterprise-search .entry-content ol li {
    list-style-type: initial;
}

/*blog content-ul-list css starts*/
.entry-content .mb-10 {
    margin-bottom: 10px;
    padding-left: 15px;
}

.entry-content .blog-inner-content ol {
    font-weight: bold;
}

.entry-content .blog-inner-content ol li {
    margin-bottom: 10px;
}

.entry-content .blog-inner-content ol li span {
    font-weight: 500;
}

div.blog-inner-content ul {
    list-style: none;
}

.first-row .entry-content .blog-on-page-navigation {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 7px 20px;
    display: table;
    margin: 16px 0;
    margin: 1rem 0;
}

.first-row .entry-content .blog-on-page-navigation ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin: 0.6em 0;
}

.first-row .entry-content .blog-on-page-navigation ul li a {
    color: #0b0080;
    font-weight: 500;
}

.first-row .entry-content .blog-on-page-navigation ul li {
    margin-bottom: 0.1em;
}

.first-row .entry-content .blog-on-page-navigation ul li ul {
    margin: 0 0 0 2em;
}

.blog-on-page-navigation p {
    display: none;
}

.entry-content .blog-on-page-navigation h3 {
    margin-top: 0.4em;
    font-size: 21px !important;
    text-align: center;
    font-weight: 600 !important;
}

/*Blog related*/
.blog-grid .col-12.col-lg-8.blog-detail-left {
    padding-right: 15px;
}

.comments-wrapper {
    display: none
}

.bordered-line.col-12 {
    border-top: 2px solid #efefef;
    max-width: 80%;
    margin: 0 auto;
}

.row.related-posts {
    margin-top: 20px;
    margin-bottom: 30px;
}

.tags-container h4,
.related-posts h2 {
    color: #212529;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px;
}

.tags-container h4 {
    border-bottom: 1px solid #ffb200;
    padding: 0 0px 22px;
}

.blog-detail-left .card h3,
.related-posts h3 {
    color: #17294d;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-detail-left .card h5,
.related-posts h5 {
    color: #898989;
    font-size: 13px;
    font-style: italic;
}

.blog-detail-left .card p,
.related-posts p {
    font-size: 14px;
    color: #898989;
    font-weight: 500;
}

.blog_tags_bar {
    line-height: 16px
}

.tags-container ul li a,
.blog_tags_bar a {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.tags-container ul li a:hover,
.blog_tags_bar a:hover {
    text-decoration: none;
    color: #17294d;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.blog-detail-left .card {
    margin-bottom: 30px;
}

.blog-detail-left .card,
.related-posts .card {
    border: 1px solid #b4c6f4;
    border-radius: 6px;
    overflow: hidden;
}

.blog-detail-left .card img,
.related-posts .card img {
    width: 100%;
}

.blog-detail-left .card span.sol-more-btn,
.related-posts span.sol-more-btn {
    text-align: right;
    width: 100%;
}

.blog-detail-left .card span.sol-more-btn span,
.related-posts span.sol-more-btn span,
.related-posts span.sol-more-btn a {
    display: inline;
    color: #17294d;
    font-weight: 700;
}

.blog-detail-left .card .cta-block,
.related-posts .cta-block {
    text-align: right;
}

.blog-detail-left .card .sol-more-btn span:before,
.related-posts .sol-more-btn span:before {
    background: #17294d;
}

.blog-detail-left .card .cta-block a:hover,
.related-posts .cta-block a:hover,
.related-posts span.sol-more-btn span:hover {
    color: #17294d;
    text-decoration: none;
}

.col-12.suPageRateAppContainer {
    padding: 20px 6px;
}

#suPageRateApp {
    width: 103%;
    margin-left: -10px;
    margin-bottom: 25px;
    margin-top: -10px;
}

.tags-container {
    background: #fff;
    padding: 20px 20px 20px 20px;
}

.tags-container ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.tags-container ul li {
    margin-left: 0;
    padding-left: 0;
}

.blog-grid .latest-posts-widget.widget,
.latest-posts-widget.widget.blog-tags-widget {
    padding-top: 20px;
}

/*Blog related*/
/*blog content-ul-list css ends*/
.entry-content .post-navigation {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
}

.entry-content div#blog-detail-prev {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.entry-content div#blog-detail-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.edgtf-comment-form {
    margin-bottom: 40px;
}

#suPageRateApp .su_feedback_form {
    background-color: #f9f9fb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.su_page_rating_box .su_helpful {
    margin: 0 10px;
}

#suPageRateApp .su_feedback_form,
#suPageRateApp .su_page_rating_box .su_feedback_success {
    width: 100%;
}

#suPageRateApp .su_page_rating_box .su_feedback_success p {
    color: #ffffff;
}

#respond .edgtf-three-columns .edgtf-column {
    width: 33.33333333333333%;
    float: left;
}

#comment,
#author,
#email,
#url {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

#respond .edgtf-three-columns&gt;.edgtf-three-columns-inner {
    margin: 0 -15px;
}

#respond .edgtf-column-inner {
    padding: 0 15px;
}

#respond input[type=text],
#respond textarea {
    width: 100%;
    margin-top: 0;
    margin-bottom: 26px;
    padding: 16.5px 15px;
    border: 1px solid #d7d7d7;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    background-color: #fff;
    color: #757575;
    box-sizing: border-box;
    vertical-align: middle;
}

#respond input[type="text"]:focus,
#respond textarea:focus,
.post-password-form input[type="password"]:focus,
.wpcf7-form-control.wpcf7-date:focus,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-quiz:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #ffb200;
}

#respond .error {
    color: red;
    font-size: 14px;
    margin: 0;
    padding-bottom: 14px;
}

div#respond .edgtf-three-columns.clearfix {
    margin-bottom: 14px;
}

div#respond p {
    margin: 0;
    padding: 0;
}

div#respond label#policy-error {
    position: absolute;
    margin-top: 6px;
}

div#respond span.policy-label:after {
    content: '.';
}

div#respond span.policy-label {
    font-size: 14px;
    float: left;
    display: block;
    margin-top: -18px;
    margin-left: 22px;
}

div#respond span.policy-label a:hover {
    color: #ffb200;
    text-decoration: underline;
}

div#respond p.comment-form-policy label {
    float: left;
    margin-right: 10px;
}

div#respond p.comment-form-policy {
    display: inline-block;
    width: 100%;
    clear: both;
}

#respond p.form-submit {
    width: 100px;
    clear: both;
    margin-top: 20px !important;
    display: block;
}

#respond label#comment-error {
    padding-bottom: 0 !important;
}

#respond .form-submit .edgtf-btn {
    background-color: #ffb200;
    border: 1px solid #ffb200;
    padding: 10px 20px;
    font-size: 15px;
    width: auto;
    line-height: 21px;
    border-radius: 55px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

#respond span.policy-label em {
    margin-right: 4px;
}

#respond input#policy {
    display: block;
}

.blog_social_icons ul.inline-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: -44px !important;
}

.pr-details .blog_social_icons ul.inline-list {
    margin-top: 0 !important;
    margin-left: -18px !important;
}

.pr-details .blog-detail .blog_social_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pr-details .blog-detail {
    margin-bottom: 0px;
}

.blog_social_icons ul.inline-list li a {
    width: 40px;
    text-align: right;
    overflow: hidden;
    cursor: pointer;
    color: #a8a9b0;
    display: inline-block;
}

.blog_social_icons ul.inline-list li a.facebook:hover {
    color: #3B5998;
}

.blog_social_icons ul.inline-list li a.twitter:hover {
    color: #55ACEE;
}

.blog_social_icons ul.inline-list li a.linkedin:hover {
    color: #007bb5;
}

.navigation .screen-reader-text,
.navigation .page-numbers {
    display: none;
}

/* ==========================================================================
   #Comments styles - start
   ========================================================================== */

.edgtf-comment-holder {
    margin: 0 0 35px;
    padding-top: 37px;
    box-sizing: border-box;
}

.edgtf-comment-holder .edgtf-comment-image {
    display: block;
    width: 85px;
    height: 85px;
    float: left;
}

.edgtf-comment-holder .edgtf-comment-text {
    padding: 0 0 0 110px;
    min-height: 85px;
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-reply-edit-holder {
    float: right;
}

.edgtf-comment-holder .edgtf-comment-text .replay,
.edgtf-comment-holder .edgtf-comment-text .comment-reply-link,
.edgtf-comment-holder .edgtf-comment-text .comment-edit-link {
    margin-left: 10px;
    font-size: 12px;
    line-height: 36px;
    padding: 0 24px;
    display: inline-block;
    background-color: #f4f4f4;
    border: 1px solid #dfdfdf;
    color: #313131;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
    transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
}

.edgtf-comment-holder .edgtf-comment-text .replay:hover,
.edgtf-comment-holder .edgtf-comment-text .comment-reply-link:hover,
.edgtf-comment-holder .edgtf-comment-text .comment-edit-link:hover {
    color: #fff;
    background-color: #d6ab60;
    border-color: #d6ab60;
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-name-holder {
    float: left;
    margin-bottom: 20px;
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-name {
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em;
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-date {
    display: block;
    clear: both;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    color: #d6ab60;
}

.edgtf-comment-holder .edgtf-comments-closed {
    padding-top: 16px;
}

.edgtf-comment-holder .edgtf-comment.edgtf-pingback-comment .edgtf-comment-text {
    padding: 0;
    min-height: 0;
}

.edgtf-comment-holder .edgtf-comment.edgtf-pingback-comment .edgtf-comment-name-holder {
    margin-bottom: 0;
}

.comment-respond .comment-reply-title {
    margin-bottom: 20px;
}

.comment-respond .comment-reply-title.edgtf-comment-reply-title-registered {
    margin-bottom: 0;
}

.comment-respond .logged-in-as {
    padding: 0;
    margin: 0;
}

.comment-respond .edgtf-comment-registered-user .logged-in-as {
    margin-bottom: 20px;
}

.comment-respond .form-submit {
    margin: 0;
    padding: 0;
    text-align: right;
}

.edgtf-comment-list {
    list-style: none;
    position: relative;
    z-index: 150;
    padding: 0;
    margin: 0;
}

.edgtf-comment-list li {
    display: inline-block;
    position: relative;
    width: 100%;
}

.edgtf-comment-list li .edgtf-comment {
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e4e4e4;
}

.edgtf-comment-list li .edgtf-comment p {
    margin: 0;
}

.edgtf-comment-list li.depth-2 .edgtf-comment {
    padding-left: 110px;
}

.edgtf-comment-list li.depth-3 .edgtf-comment {
    padding-left: 220px;
}

.edgtf-comment-list li.depth-4 .edgtf-comment {
    padding-left: 330px;
}

.edgtf-comment-list li.depth-5 .edgtf-comment {
    padding-left: 440px;
}

.edgtf-comment-list li.depth-6 .edgtf-comment {
    padding-left: 550px;
}

.edgtf-comment-list li.depth-7 .edgtf-comment {
    padding-left: 660px;
}

.edgtf-comment-list li.depth-8 .edgtf-comment {
    padding-left: 770px;
}

.edgtf-comment-list li.depth-9 .edgtf-comment {
    padding-left: 880px;
}

.edgtf-comment-list li.depth-10 .edgtf-comment {
    padding-left: 990px;
}

.edgtf-comment-list li.depth-1:last-child .edgtf-comment:last-child {
    border-bottom: 0;
}

.edgtf-comment-list .children {
    padding: 0 0 0 0;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-quiz,
#respond textarea,
#respond input[type='text'],
.post-password-form input[type='password'] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 26px;
    padding: 16.5px 15px;
    border: 1px solid #d7d7d7;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    background-color: #fff;
    color: #757575;
    box-sizing: border-box;
    vertical-align: middle;
}

.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-date:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-quiz:focus,
#respond textarea:focus,
#respond input[type='text']:focus,
.post-password-form input[type='password']:focus {
    border-color: #d6ab60;
}

#submit_comment,
.post-password-form input[type='submit'] {
    background-color: #ffb200;
    border: 1px solid #ffb200;
    padding: 10px 20px;
    font-size: 15px;
    width: auto;
    line-height: 21px;
    border-radius: 55px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

em.comment-form-policy__required.required {
    color: #ffb200;
}

p.wp-caption-text {
    font-size: 10px;
    margin: 0;
    font-style: italic;
}

.entry-content h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    color: #313131;
}

.entry-content h5 {
    margin: 8px 0;
    color: #313131;
    font-size: 17px;
    font-weight: 600;
}

.entry-content ol.list-lower-roman {
    list-style: lower-roman;
    padding-left: 5%;
    margin: 0px 0 20px 0;
    color: #757575;
}

.entry-content h3+div.aligncenter {
    margin-top: 24px;
    margin-top: 1.5rem;
}

.entry-content .highlight {
    border-left: 5px solid #ffb200;
    padding: 24px 24px 8px;
    padding: 1.5rem 1.5rem .5rem;
    margin: 16px 0;
    margin: 1rem 0;
    background: #f8f8f8;
}

.entry-content hr {
    width: 100%;
    border-width: 1px;
}

progress {
    position: relative;
    width: 100%;
    height: 4px;
    color: rgb(255, 136, 0);
    display: block;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    background-color: #fff;
    border: 0;
    margin-top: -4px;
}

progress::-ms-fill {
    border-color: currentColor;
}

/* Chrome */
progress::-webkit-progress-bar {
    background-color: #fff;
    color: red;
    border: 0;
}

progress::-moz-progress-bar {
    background-color: rgb(255, 136, 0);
    color: #fff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    border: 0;
}

progress::-webkit-progress-value {
    background-color: rgb(255, 136, 0);
    color: #fff;
    border: 1px solid #ffb200;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    border: 0;
}

.progress-container {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: .25em;
    display: block;
    border: 0;
    background-color: #fff;
}

.blog-progress-bar {
    background-color: rgb(255, 136, 0) !important;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    border: 0;
}

.su-fixed-footer {
    display: none;
}

/* ==========================================================================
   #Comments styles - end
   ========================================================================== */

.relatedAsset {
    max-width: 490px;
    padding: 10px 0 0;
    background-color: #fff;
    position: fixed;
    bottom: 80px;
    right: -500px;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 1px solid #dee4ed;
    border-left: 1px solid #dee4ed;
    border-bottom: 1px solid #dee4ed;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media (max-width: 500px) {
    #relatedAsset {
        width: 100%
    }
}

#relatedAsset.relatedAsset--transparent {
    border: 0 !important;
    background-color: transparent !important
}

#relatedAsset.relatedAsset--transparent a.close {
    background-color: #fff
}

#relatedAsset.show {
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.relatedAsset button {
    position: absolute;
    top: 6px;
    right: 10px;
}


.relatedAsset h5 {
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 6px 0;
    padding: 0;
    color: #ffb200;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 6px;
}

.relatedAsset h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    display: inline-block;
    color: #253368;
    padding-top: 8px;
    margin-bottom: 12px;
}

.relatedAsset .request_btn {
    margin-left: 0;
    font-size: 12px;
    padding: 6px 16px;
}

.relatedAsset .request_btn:hover {
    text-decoration: none;
    color: #fff;
}

.relatedAsset.r-dark,
.relatedAsset.r-light {
    padding: 0 0 0;
    overflow: hidden;
}

.relatedAsset.r-dark .col-12,
.relatedAsset.r-light .col-12 {
    padding: 0;
}

.relatedAsset.r-dark button,
.relatedAsset.r-light button {
    position: absolute;
    top: 0px;
    right: 6px;
    color: #fff;
}

.relatedAsset.r-dark button {
    color: #001b48;
}

.relatedWebinar {
    max-width: 360px;
    padding: 10px 0 0;
    background-color: #fff;
    position: fixed;
    bottom: 120px;
    left: -500px;
    z-index: 200;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 5px 15px 0 rgb(37 44 97 / 15%), 0 2px 4px 0 rgb(93 100 148 / 20%);
}

@media (max-width: 500px) {
    #relatedWebinar {
        width: 100%
    }
}

#relatedWebinar.show {
    left: -2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.relatedWebinar button {
    position: absolute;
    top: 6px;
    right: 10px;
}

.relatedWebinar.r-dark,
.relatedWebinar.r-light {
    padding: 0 0 0;
    overflow: hidden;
}

.relatedWebinar.r-dark .col-12,
.relatedWebinar.r-light .col-12 {
    padding: 0;
}

.relatedWebinar.r-dark button,
.relatedWebinar.r-light button {
    position: absolute;
    top: -6px;
    right: 2px;
    color: #fff !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-weight: 500;
}

.relatedWebinar.alt-ad button,
.relatedWebinar.r-dark button {
    color: #001b48;
}

.relatedWebinar img {
    max-width: 100%;
    overflow: hidden;
    height: auto;
    background-color: #f8f6f5;
    border: 1px solid #c8cacd;
    border-radius: 0px 8px 8px 0px;
}

/*/Blog Page*/

/*Pricing Calculator Page*/

.cookie_is_set div.welcome-container {
    padding-top: 7%;
    padding-bottom: 3%;
}

.cookie_not_set div.welcome-container {
    padding-top: 14%;
    padding-bottom: 3%;
}

div.login-container {
    padding-top: 0;
}

span#suLogout {
    padding: 8px 20px;
    border: none;
    margin-top: 16px;
    color: #fff;
}

.card-signin label.error {
    color: red;
    font-size: 14px;
    padding-left: 2%;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 32px;
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: 1.6px;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 16px;
    padding: 1rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 2rem;
}

.form-label-group&gt;input,
.form-label-group&gt;label {
    padding: 12px 24px;
    padding: .75rem 1.5rem;
}

.form-label-group&gt;label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `&lt;label&gt;` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 4px;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: 4px;
    padding-top: .25rem;
    padding-bottom: 4px;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.su-btn-primary {
    color: #fff;
    background-color: #ffb200;
    border-color: #ffb200;
}

.asSpinner {
    position: relative;
    display: inline-block;
    height: 40px;
    outline: 0;
    uesr-select: none;
}

.asSpinner-control {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 100%;
}

.asSpinner&gt;* {
    vertical-align: middle;
}

.asSpinner&gt;input[type=text] {
    display: inline-block;
    width: calc(100% - 40px);
    height: 100%;
    margin: 0;
    border: 1px solid #e4eaec;
    border-radius: .215rem 0 0 .215rem;
    box-shadow: none;
}

.asSpinner-down,
.asSpinner-up {
    position: relative;
    display: block;
    height: 50%;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.asSpinner-up {
    background-color: #ffb200;
    border-top: 1px solid #ffb200;
    border-right: 1px solid #ffb200;
    border-radius: 0 .215rem 0 0;
    right: 0;
}

.asSpinner-down {
    background-color: #ffb200;
    border-right: 1px solid #ffb200;
    border-bottom: 1px solid #ffb200;
    border-radius: 0 0 .215rem 0;
    left: 0;
}

.asSpinner-down:before {
    content: "\f107";
}

.asSpinner-up:before {
    content: "\f106";
}

body.price-calculator .tabular-form {
    padding-bottom: 5%;
}

body.price-calculator .form-check {
    padding-bottom: 9.6px;
    padding-bottom: .6rem;
}

body.price-calculator .table-titles,
body.price-calculator #connectorCalc,
body.price-calculator #total {
    font-weight: bold;
}

body.price-calculator .table td,
body.price-calculator .table th {
    padding-top: 19.2px;
    padding-top: 1.2rem;
    padding-bottom: 12.8px;
    padding-bottom: .8rem;
    padding-left: 32px;
    padding-left: 2rem;
}

body.price-calculator .form-check-label {
    margin-left: 10px;
}

body.price-calculator td.table-titles:first-child {
    width: 50%;
}

body.price-calculator .form-check .iradio_flat-orange.checked+label {
    font-weight: bold;
    color: #ffb200;
}

span#aTotal,
span#oTotal {
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

/*Our Team Starts */

h2.searchunify-logo {
    text-align: left !important;
    margin-bottom: 0;
}

.navbar-toggler {
    font-size: 30px;
    margin-top: 0;
    padding: 0px;
    border: 0px;
    display: none;
}

.navbar-toggler:focus {
    outline: 0px;
}

.custom-orangebar:after {
    content: " ";
    display: block;
    width: 91px;
    height: 4px;
    background-color: #ffb200;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 15px;
}

.banner-ourteam .justify-content-center img {
    max-width: 100%;
}

.ourteam-container {
    padding: 60px 0px 0px;
    position: relative;
}

.product-advisory-board .ourteam-container {
    padding: 65px 0px 0px;
}

.product-advisory-board h1.h2.wow.zoomIn {
    margin-top: -65px;
}

.ourteam-container img.cirlce-small-2 {
    position: absolute;
    top: 2%;
    left: 1%;
    max-width: 20px;
}

.ourteam-container img.triangle-2 {
    position: absolute;
    top: 92%;
    right: 2%;
    max-width: 30px;
}

.ourteam-container img.triangle-3 {
    position: absolute;
    top: 2%;
    left: 2%;
    max-width: 20px;
}

.ourteam-container img.rectangle-2 {
    position: absolute;
    top: 92%;
    right: 1%;
    max-width: 30px;
}

.ourteam-container .team-members .teamHolder {
    display: block;
}

section.header-section.team-header.sectioned-pages {
    padding: 160px 0 288px;
    padding: 10rem 0 18rem;
}

.team-header p {
    color: #ffffff;
}

.ourteam-container h2,
.ourteam-container h1,
.top-textheadline h2,
.pages-block h2 {
    font-weight: 600;
    font-size: 30px;
    color: #182b4c;
    margin-bottom: 20px;
}

.searchunify-for-thought-industries .platform-self-service h2,
.section-scroll-pages.searchunify-for-thought-industries section.about-text h2,
.searchunify-for-thought-industries .searchunify-heading,
.searchunify-for-thought-industries .top-textheadline h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #182b4e;
}

.searchunify-for-thought-industries .top-textheadline h2 span,
.section-scroll-pages.searchunify-for-thought-industries section.about-text h2 span,
.searchunify-for-thought-industries .searchunify-heading span {
    color: #f48b00;
}

.pages-block h2 {
    padding: 0 160px;
    padding: 0 10rem;
}

.pages-block.boost-ticket-resolution-and-deflection-with-relevant-results h2 {
    padding: 0 96px;
    padding: 0 6rem;
}

section.sitemap {
    padding: 70px 0px 50px;
}

.top-textheadline {
    text-align: center;
    margin: 0px 0px 35px;
}

.top-textheadline p {
    font-size: 16px;
    color: #5A5D6B;
    margin: 0px;
    font-weight: 600;
    line-height: 26px;
}

.top-textheadline hr {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    display: none;
}

.top-textheadline .custom-orangebar:after {
    margin-top: 26px;
}

section.ourteam-container.bg_grey {
    background-image: url(../assets/img/sectioned-page-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 96px 0 48px 0;
    padding: 6rem 0 3rem 0;
}

.ourteam-moadl .social-icon-container,
.ourteam-container .social-icon-container {
    font-size: 1.2em;
    padding-top: 4px;
}

.ourteam-moadl .social-icon-container a,
.ourteam-container .social-icon-container a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.ourteam-moadl .social-icon-container a,
.ourteam-container .social-icon-container a {
    color: #798293;
}

.ourteam-moadl .social-icon-container a:hover {
    color: #ffffff;
}

.ourteam-container .facebook-link:hover,
.ourteam-container .facebook-link:active {
    color: #3B5998;
}

.ourteam-container .twitter-link:hover,
.ourteam-container .twitter-link:active {
    color: #55ACEE;
}

.ourteam-container .linkedin-link:hover,
.ourteam-container .linkedin-link:active {
    color: #0077B5;
}

.teamHolder {
    margin: 0 auto;
    display: inline-block;
    padding: 15px 10px;
}

.team-members {
    text-align: left;
}

.team-members .container {
    max-width: 1000px;
}

.team-members span {
    display: inline-block;
}

.team-members ul {
    margin: 0px -15px;
    padding: 0px;
}

.team-members ul .team-cover {
    list-style-type: none;
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 27%;
    padding: 0px 15px;
}

.team-members ul .team-cover .image-section {
    position: relative;
    margin: 0px auto 25px;
    height: 200px;
    width: 200px;
    cursor: pointer;
}

.product-advisory-board .team-members span.name-cover,
.product-advisory-board .team-members ul .team-cover .image-section {
    cursor: pointer;
}

.team-members ul .team-cover .text-team {
    text-align: center;
}

.team-members ul .team-cover .image-section:hover img.team-hover-image {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-members ul .team-cover .image-section img.team-hover-image {
    position: absolute;
    top: 0;
    right: 6%;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(0);
    transform: scale(0);
}

.team-members ul .team-cover .image-section img.team-image {
    max-width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
}

.team-members ul .team-cover .custom-arrow {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 3px;
    cursor: pointer;
}

.team-members .text-team .name,
.advisors .team-members .row h3 {
    font-weight: 600;
    font-size: 18px;
    color: #f48b00;
    margin: 0px 0px 4px;
    position: relative;
}

.team-members .text-team .name .circle-design {
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -12px;
}

.team-members .text-team .designation {
    margin: 0px;
    font-size: 12px;
    color: #979cab;
    font-weight: 400;
}

section.ourteam-container.bg_grey .team-members .text-team .designation {
    min-height: 36px;
}

.advisors .team-members .row .col-md-3.ml-auto {
    text-align: right;
}

.advisors .team-members .row p {
    margin-bottom: 0;
}

.team-members .viewTeamMember:hover {
    cursor: pointer;
}

.advisors .team-members ul {
    text-align: center;
}

.advisors .team-members ul .team-cover {
    float: none;
    width: 25%;
    display: inline-block;
    text-align: left;
}

.ourteam-moadl .modal-content {
    border-radius: 0px;
    display: block;
    border: 0;
}

.pageid-3797 .searchunify-customers {
    padding: 64px 0 48px;
    padding: 3rem 0 3rem;
}

.ourteam-moadl .modal-content button {
    display: block;
    position: absolute;
    right: -13px;
    width: 35px;
    top: -20px;
    height: 35px;
    background: #ffb200;
    color: #fff;
    border-radius: 50%;
    z-index: 9999;
    font-size: 22px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    outline: 0;
}

.ourteam-moadl .modal-content button span {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
}

.ourteam-moadl .leftSection {
    height: 100%;
    background: #182b4c;
    padding: 50px 50px;
    text-align: center;
    position: relative;
}

.ourteam-moadl .leftSection .about-image img {
    margin: 0px 0px 60px;
    max-width: 100%;
    display: inline-block;
}

.ourteam-moadl .leftSection .about-image {
    margin: 0px 0px 35px;
}

.ourteam-moadl .leftSection .about-image h5 {
    font-size: 20px;
    font-weight: 500;
    color: #f48b00;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.ourteam-moadl .leftSection .about-image a {
    display: inline-block;
}

.ourteam-moadl .leftSection .about-image a img {
    margin: 0px;
    max-width: 80px;
}

.ourteam-moadl .leftSection .hobbies-container p {
    margin: 0px;
    font-size: 16px;
    color: #a7a4a4;
    text-align: left;
}

.ourteam-moadl .rightSection {
    height: 100%;
    padding: 50px 50px 50px 20px;
}

.ourteam-moadl .title-container {
    margin: 0px 0px 26px;
    position: relative;
}

.ourteam-moadl .title-container h4 {
    font-weight: 700;
    color: #f48b00;
    font-size: 32px;
    margin: 0px 0px 10px;
    position: relative;
    z-index: 10;
}

.ourteam-moadl img.profile-bg {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 92px;
}

.ourteam-moadl img.cirlce-small-2 {
    position: absolute;
    max-width: 20px;
    bottom: 0;
    top: 2%;
    left: 90%;
}

.ourteam-moadl img.triangle-2 {
    position: absolute;
    max-width: 20px;
    bottom: 0;
    left: 14px;
}

.ourteam-moadl img.profile-name-bg {
    position: absolute;
    top: -18px;
    max-width: 82px;
    z-index: 0;
    left: -12px;
}

.ourteam-moadl span.bordered {
    border-top: 2px solid #f48b00;
    max-width: 20%;
    height: 1px;
    display: block;
    margin: 14px auto;
}

.ourteam-moadl .title-container .title-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 4px solid #ffb200;
    display: inline-block;
    position: absolute;
    left: -8px;
    top: -17px;
}

.ourteam-moadl .title-container h5 {
    font-weight: 400;
    font-size: 18px;
    color: #979cab;
    position: relative;
    z-index: 10;
}

.ourteam-moadl .teamDesc p {
    margin: 0px;
    font-size: 16px;
    color: #54637a;
    line-height: 24px;
}

.ourteam-moadl.customer-modal .leftSection {
    background-color: #f9f9fb;
    text-align: center;
    width: 100%;
}

.ourteam-moadl.customer-modal .title-container h4 {
    color: #182b4e;
}

.ourteam-moadl.customer-modal .teamDesc p {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 20px;
}


.ourteam-moadl.customer-modal.free-trial-short .teamDesc p,
.ourteam-moadl.customer-modal.su-customer-modal .teamDesc p {
    margin-bottom: 0px;
}

.ourteam-moadl.customer-modal .modal-content {
    background: transparent;
}

.ourteam-moadl.customer-modal .col-md-5 {
    padding-left: 0;
}

.ourteam-moadl.customer-modal .leftSection {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 25px;
}

.ourteam-moadl.customer-modal .modal-content button span {
    font-size: 14px;
    line-height: 22px;
}

.ourteam-moadl.customer-modal .leftSection .about-image {
    border: 1px solid #EEEFF3;
    width: 100%;
}

.ourteam-moadl.customer-modal .leftSection .about-image img,
.ourteam-moadl.customer-modal .leftSection .about-image {
    margin-bottom: 0;
}


.ourteam-moadl.customer-modal .row.teamPopUp {
    border-radius: 10px;
    background: #fff;
}

.customerLogo.viewCustomer {
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 2px 6px 0 rgba(31, 45, 61, 0.1);
    margin-bottom: 10px;
}

.customerLogo.viewCustomer:hover img {
    border-bottom: 2px solid #ffb200;
}

.ourteam-moadl.customer-modal .customersPop .leftSection,
.ourteam-moadl.customer-modal .row.teamPopUp.customersPop {
    background: transparent;
}

.customersPop .rightSection {
    padding: 50px 0;
}

.customersPop .col-md-7 {
    padding-left: 0
}

.customersPop .col-md-5 {
    padding-right: 0
}

.customersPop .rightSection-container {
    background: #fff;
    padding-left: 26px;
    padding-bottom: 16px;
    padding-right: 26px;
}

.ourteam-moadl.customer-modal .customersPop .leftSection .about-image {
    background-color: #EEEFF3;
}

.ourteam-moadl.customer-modal .modal-content button {
    right: -26px;
    border: 2px solid #fff;
    background: #D7D7D7;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.ourteam-moadl.customer-modal .customersPop .leftSection {
    border-radius: 0;
    padding: 0
}

.customersPop .title-container {
    margin-bottom: 10px;
    max-height: 80px;
    overflow: hidden;
}

.customersPop .title-container img {
    max-height: 100px;
    min-height: 100px;
    margin-top: -10px;
}

.partner-logos {
    padding: 70px 0px 40px;
}

.partner-logos .inside-logos ul {
    margin: 0px -25px;
    padding: 0px;
    text-align: center;
}

.partner-logos .inside-logos ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 0px 30px;
    padding: 0px 25px;
}

.partner-logos .inside-logos ul li a img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    -moz-transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.partner-logos .inside-logos ul li img {
    border: 1px solid #EEEFF3;
    display: inline-block;
}

.patrnership-logos .MultiCarousel .leftLst,
.patrnership-logos .MultiCarousel .rightLst {
    top: calc(53% - 20px);
}

.patrnership-logos {
    padding: 70px 0 5px;
}

.about-text .top-textheadline {
    margin: 0px;
}

.section-scroll-pages .about-text .top-textheadline {
    margin: 58px 0px 0px;
}

section.full-screen img {
    display: inline-block;
    max-width: 100%;
    padding: 32px 0;
    padding: 0rem 0;
}

section.full-screen {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 48px 0;
    padding: 3rem 0;
}

section.full-screen .container&gt;.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.help-users-help-themselves-with-nlu-ml {
    padding: 32px 0 16px 0;
    padding: 2rem 0 1rem 0;
}

.improve-searchability-for-the-most-relevant-content-pieces {
    padding: 28.8px 0;
    padding: 1.8rem 0;
}

.make-smarter-business-decisions-with-insights-that-matter {
    padding: 12.8px 0;
    padding: 0.8rem 0;
}

.boost-case-deflection-and-csat-with-ai-powered-chatbots {
    padding: 41.6px 0;
    padding: 2.6rem 0;
}

.guide-users-with-an-interactive-ui {
    padding: 24px 0;
    padding: 1.5rem 0;
}

.integrate-every-knowledge-source-for-a-unified-experience {
    padding: 16px 0;
    padding: 1rem 0;
}

.upsell-cross-sell-your-products-with-contextual-ads {
    padding: 48px 0;
    padding: 3rem 0;
}

.pageid-6707 section.full-screen h3,
.pageid-6631 section.full-screen h3 {
    font-size: 22px;
}

section.full-screen p {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #5A5D6B;
    margin: 0px 0px 25px;
}

.section-scroll-pages section.full-screen p {
    margin-bottom: 0;
}

section.full-screen:nth-of-type(odd) {
    background-color: #f9f9fb;
}

section.full-screen:nth-of-type(odd) .order-top {
    padding-right: 6%;
    padding-left: 1%;
}

section.full-screen:nth-of-type(even) .order-top {
    padding-right: 1%;
}

section.full-screen.kcs-webinar-ad {
    background-color: #f4f7fc;
    padding: 16px 0;
    padding: 1rem 0;
}

section.full-screen.kcs-webinar-ad h3 {
    color: #ffb200;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 4PX;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 8px;
}

section.full-screen.kcs-webinar-ad h4 {
    color: #2d569f;
    font-weight: 600;
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 14px;
}

section.full-screen.kcs-webinar-ad img {
    max-width: 120px;
    padding: 0;
}

section.full-screen.kcs-webinar-ad .webinar-time-wrapper {
    max-width: 376px;
    margin: 0 auto;
    text-align: left;
}

section.full-screen.kcs-webinar-ad i.sf.calendar {
    background-image: url(../assets/img/su-calender-green.svg);
}

section.full-screen.kcs-webinar-ad i.sf.clock {
    background-image: url(../assets/img/su-clock-green.svg);
}

section.full-screen.kcs-webinar-ad i.sf {
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
}

section.full-screen.kcs-webinar-ad .request_btn {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 6px;
    text-transform: capitalize;
}

section.full-screen.kcs-webinar-ad .webinar-time-wrapper span {
    top: 4px;
    position: absolute;
    left: 68px;
    font-size: 16px;
    font-weight: 600;
    color: #53647f;
}

section.full-screen.kcs-webinar-ad .webinar-time-wrapper .time-wrapper-right span {
    left: 108px;
}

section.full-screen.kcs-webinar-ad .webinar-time-wrapper .time-wrapper-right {
    padding-left: 60px;
}

.ourconnector-container {
    padding: 70px 0px 20px;
}

.connector-logos {
    margin-bottom: -40px;
}

.connector-logos ul {
    margin: 0px -15px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.connector-logos ul .connector-cover {
    list-style-type: none;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 15px;
}

.connector-logos ul .connector-cover .image-section img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.customers-logos .image-section {
    border: 1px solid #EEEFF3;
    padding: 0 12.8px;
    padding: 0 0.8rem;
    cursor: pointer;
}

.customers-logos .connector-logos ul li img {
    border: 0px;
}

.connector-logos ul li img {
    display: inline-block;
}

.connector-logos ul li a img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    -moz-transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.partner-network section.feaured-services .container-fixed,
.connectors section.feaured-services .container-fixed {
    max-width: 980px;
}

.partner-network section.feaured-services .col-lg-4,
.connectors section.feaured-services .col-lg-4 {
    margin-bottom: 8px !important;
    margin-bottom: 0.5rem !important;
    padding: 16px 16px;
}

/*Customers*/
section.searchunify-customers-cs {
    padding: 2.5rem 0 0 0;
    margin-top: 60px;
}

.searchunify-customers-cs img.card-img-above {
    position: absolute;
    right: 10px;
    top: 16px;
    top: 1rem;
    max-width: 160px;
}

.searchunify-customers-cs .zuora img.card-img-above {
    max-width: 120px;
}

.searchunify-customers-cs .col-12 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.searchunify-customers-cs .card {
    border: 1px solid #b4c6f4;
}

.searchunify-customers-cs .col-12:nth-child(2) .card {
    border: 1px solid #80c7ff;
}

.searchunify-customers-cs .card-body {
    padding: 16px 12.8px;
    padding: 1rem 0.8rem;
}

.searchunify-customers-cs .card h4 {
    color: #434752;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.searchunify-customers-cs span.sol-more-btn a i.fa {
    vertical-align: text-top;
}

.searchunify-customers-cs .card p {
    font-size: 15px;
    color: #585b60
}

.searchunify-customers-cs span.sol-more-btn {
    text-align: right;
    width: 100%;
}

.searchunify-customers-cs span.sol-more-btn span,
.searchunify-customers-cs span.sol-more-btn a {
    display: inline;
    color: #162a4b;
    font-weight: 700;
}

.searchunify-customers-cs span.sol-more-btn span:before,
.searchunify-customers-cs span.sol-more-btn a:before {
    background-color: #162a4b;
}


.searchunify-customers-cs span.sol-more-btn span:hover,
.searchunify-customers-cs span.sol-more-btn a:hover {
    color: #ffb200;
    cursor: pointer;
}

.searchunify-customers-cs span.sol-more-btn span:hover:before,
.searchunify-customers-cs span.sol-more-btn a:hover:before {
    background-color: #56b0fe;
}

.customers-logos .h2 {
    padding: 0 96px;
    padding: 0 6rem;
}

.customers-logos .image-section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #00000014;
}

.searchunify-customers-cs .card:hover,
.customers-logos .image-section:hover {
    border: 1px solid var(--unnamed-color-f48b00);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #00000014;
    border: 1px solid #F48B00;
    border-radius: 0px;
}

.searchunify-customers-cs .card:hover {
    background-image: url(../assets/img/su-carousel-bg1.png);
    background-color: #EEF8FE;
    border: unset;
    border-radius: 12px;
}

.customers-logos.new-customers-logos.customers .image-section {
    filter: grayscale(1);
    border: unset;
    opacity: 0.5;
}

.customers-logos.new-customers-logos.customers .image-section:hover {
    border: none;
    filter: unset;
    box-shadow: 0px 0px 12px #0000001F;
    opacity: unset;
}

.searchunify-customers-cs .card a:hover,
.searchunify-customers-cs a:hover {
    text-decoration: none;
}

.searchunify-customers-cs .card a:hover span,
.searchunify-customers-cs a:hover .card span {
    color: #56b0fe;
}

.searchunify-customers-cs a:hover .card span span:before,
.searchunify-customers-cs .card a:hover span span:before {
    background-color: #56b0fe;
}

.customers-logos .image-section:hover img {
    -webkit-filter: none;
    filter: none
}

section.searchunify-customers-cs .searchunify-heading {
    margin-bottom: 28px;
    line-height: 38px !important;
}

.ourconnector-container.customers-logos .top-textheadline {
    margin: 0px 0px 50px;
}

.customers-testimonails {
    padding: 70px 0 76px
}

.ourconnector-container.customers-logos {
    padding: 0 0 14px;
}

.customers-testimonails .col-lg-7 {
    padding-right: 40px
}

.peer-review a:hover {
    text-decoration: none;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.peer-review h5 {
    font-size: 14px;
    font-weight: 600;
    color: #5f6388;
    margin-right: 30px;
}

.peer-review .icon {
    text-align: right;
}

.peer-review .d-flex.align-items-center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.peer-review .card-body {
    padding: 13px 12px;
    margin-bottom: 10px;
    border: 1px solid #80c7ff;
}

.row.peer-review {
    padding-top: 0;
    padding-left: 0;
}

.peer-review .icon img {
    max-height: 34px
}

.suTestimonialsV4 .profile-name {
    margin-left: -12px
}

.suTestimonialsV4 .profile-image i {
    display: block;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -14px;
}

.suTestimonialsV4:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 48px;
    font-size: 3rem;
    color: #ffb200;
    position: absolute;
    top: -35.2px;
    top: -2.2rem;
    left: 25.6px;
    left: 1.6rem;
    display: inline-block;
    font-weight: 900;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: #fff;
    z-index: 100;
    padding: 0 16px;
}


.suTestimonialsV4 .carousel-inner-wrapper {
    border: 1px solid #80c7ff;
    padding: 32px 32px 16px 32px;
    padding: 2rem 2rem 1rem 2rem;
    background-color: #ffffff;
    border-radius: 10px;
}

.suTestimonialsV4 h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.suTestimonialsV4 h4 {
    font-size: 12px;
    font-weight: 400;
}

.suTestimonialsV4 .testimonials-controls {
    position: absolute;
    top: 42%;
    width: 100%;
}

.suTestimonialsV4 .testimonial-text p {
    font-size: 14px;
}

.suTestimonialsV4 .testimonials-controls a {
    position: absolute;
    background-color: #e9eaef;
    color: #ffffff;
    padding: 10px 16px;
    font-size: 18px;
    cursor: pointer;

}

.suTestimonialsV4 .testimonials-controls a:hover {
    background-color: #39406e;
}

.suTestimonialsV4 .testimonials-controls a.left {
    left: -39px;
}

.suTestimonialsV4 .testimonials-controls a.right {
    right: -39px;
}

.suTestimonialsV4 .testimonial-logo-raman-kumar {
    margin-left: -10px;
}

.suTestimonialsV4 i.testimonial-logo-leo-daley {
    width: 186px !important;
    height: 44px !important;
    display: inline-block;
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    margin-left: -18px;
}

.suTestimonialsV4 .testimonial-logo {
    margin-bottom: 8px;
}

.suTestimonialsV4 .testimonial-logo img {
    max-width: 100px;
    height: auto;
    padding-top: 6px;
}

.suTestimonialsV4 .profile-image {
    max-height: 80px;
    padding-left: 3px;
    padding-top: 0;
    margin-top: -24px;
}

/*Customers*/

/**ContactUs Css Starts**/

.contactus-header-section.bg-gradient-blue {
    border: 0;
    background: rgb(85, 199, 255);
    background: -webkit-linear-gradient(90deg, #fff 48%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
    background: -webkit-linear-gradient(left, #fff 48%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
    background: linear-gradient(90deg, #fff 48%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55c7ff", endColorstr="#7886f7", GradientType=1);
}

.contactus-header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.contactus-header-section .content-section {
    padding: 64px 0 80px;
    padding: 4rem 0 5rem;
    height: auto !important;
}

.contactus-header-section .content-section .card-boxes {
    position: relative;
    left: -48px;
}

.contactus-header-section .grid.container {
    padding: 50px 0;
}

.contactus-header-section .grid.container .col {
    padding: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.contactus-header-section {
    margin-bottom: 0px
}

.contactus-header-section .banner-heading h1 {
    font-size: 48px;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: .75em;
    text-align: left;
    font-weight: 600;
}

.contactus-header-section .card {
    background: #fff;
    box-shadow: 0 20px 40px 0 rgba(102, 102, 102, .3);
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 32px 32px 48px;
    padding: 32px 32px 48px;
    padding: 2rem 2rem 3rem;
    text-align: left;
    border-radius: 12px;
}

.contactus-header-section .card h3 {
    line-height: 40px;
}

.contactus-header-section .card p {
    color: #8e8f8f;
    line-height: 22px;
    padding: 15px 0px 9px;
}

.contactus-header-section .card a,
.contactus-header-section .card a:hover {
    margin-top: auto;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
    text-decoration: none;
}

.contactus-header-section .card a.filled-button {
    color: #fff;
    border-radius: 6rem;
}

.contactus-header-section .card a.unfilled-button {
    border: 1px solid #ffb200;
    border-radius: 6rem;
}

.contactus-header-section .card a.unfilled-button:hover {
    color: #ffb200;
    text-decoration: none;
}

.contactUs-section .our-offices h3 {
    font-weight: 600;
    margin-bottom: 40px;
}

.contactUs-section .our-offices p {
    font-size: 18px;
    color: #8e8f8f;
}

.contactUs-section .branches-section p.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    color: #8e8f8f;
}

.contactUs-section .branches-section p span.mobile-icon,
.contactUs-section .branches-section p span.location-icon {
    margin-right: 10px;
    margin-top: 4px;
}

.contactUs-section .branches-section p span.tel-icon {
    margin-right: 12px;
}

.writeToUs-section .fas,
.contactUs-section .branches-section .fas {
    font-size: 16px;
    color: #8e8f8f;
}

.contactUs-section .branches-section .mobile-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.branches-section p {
    font-size: 12px;
    font-weight: 400;
}

.branches-section {
    border: 2px solid #e6e6e6;
    margin: 0 auto 25px;
    padding: 20px 12px 20px;
    border-radius: 7px;
    overflow: hidden;
}

.contactUs-section {
    padding: 5.5rem 0 4rem;
}

.arrow-img-section {
    position: relative;
}

.arrow-img {
    position: absolute;
    display: block;
    height: auto;
    width: 90%;
    bottom: 66px;
    right: 40px;
}

.branches-section h4 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

.branches-section p a,
.contactUs-section .email-section .emails a {
    color: #8e8f8f;
}

.branches-section p a:hover,
.contactUs-section .email-section .emails a:hover,
.writeToUs-section .emails a:hover {
    color: #ffb200;
    text-decoration: none;
}

.branches-section span.light-gray {
    font-size: 13px;
    vertical-align: middle;
    color: #d3d3d3;
}

p.contact-number-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.contactUs-section .email-section {
    padding-top: 50px;
}

.writeToUs-section.su-bg-secondary {
    padding: 24px 0;
    padding: 24px 0;
    padding: 1.5rem 0;
}

.writeToUs-section .emails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.writeToUs-section .emails a {
    color: #8e8f8f;
}

.writeToUs-section .fas {
    font-size: 20px;
}

.writeToUs-section .emails div {
    padding-right: 30px;
}

.writeToUs-section h3 {
    padding-bottom: 15px;
    font-weight: 600;
}

.writeToUs-section .emails div span {
    padding-right: 10px;
}

.branches-section p,
.branches-section p .primary_num,
.branches-section p .us-add,
.branches-section p .us-add1,
.branches-section p .us-add2,
.branches-section p .us-add3 {
    float: left;
    font-style: normal;
    width: 100%;
}

.branches-section-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

section.ab-leadership-contact.su-py-80 {
    padding: 80px 0;
    padding: 5rem 0;
}

/**ContactUs css ends**/
/***ContactUs PopUp Form Css**/
#su_pop_contact_forms .hidden-onload .contact-success-message {
    text-align: center;
}

#su_pop_contact_forms .hidden-onload .contact-success-message i.fas {
    margin: 0 auto 30px;
    font-size: 65px;
    display: block;
    height: auto;
    color: #ffb300;
}

#su_pop_contact_forms .contact-success-message.col-12 p {
    font-size: 18px;
    color: #3d5154;
}

#su_pop_contact_forms .modal-content {
    padding: 32px;
    padding: 32px;
    padding: 2rem;
    left: 50%;
    max-width: 93%;
    max-height: 100%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 24px rgba(102, 102, 102, .08);
    overflow-x: hidden;
    overflow-y: auto;
}

#su_pop_contact_forms .modal-content button.close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-weight: 100;
    color: #182B4E;
    font-size: 2.5rem;
    opacity: 1;
}

#su_pop_contact_forms .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

#su_pop_contact_forms .mktoForm .mktoOffset {
    display: none;
    height: 0;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form.contactPopForm label.mktoLabel {
    color: #3d5154;
    font: 14px/22px "Montserrat", Arial, sans-serif;
    text-align: left;
    font-weight: 500;
    width: 100% !important;
    padding-top: 1px !important;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .align-items-center h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    color: #182B4E;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content input#emailOptInBoolean:focus,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content input#consenttoProcessing:focus {
    outline: none;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content input#emailOptInBoolean,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content input#consenttoProcessing {
    display: none;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #000000;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .mktoCheckboxList input#emailOptInBoolean+label:after,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 22px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form.contactPopForm label.mktoLabel[for="emailOptInBoolean"],
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form.contactPopForm label.mktoLabel[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    color: #3d5154;
    font: 14px/22px "Montserrat", Arial, sans-serif;
    text-align: left;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 3px !important;
    font-family: "Montserrat", Arial, sans-serif;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form input:not([type=checkbox]) {
    background: #fcfdfd;
    border-radius: 3px;
    border: 1px solid rgba(3, 54, 61, .25);
    box-shadow: none;
    color: rgba(17, 51, 56, .73);
    font: 15px/1 "Montserrat", Arial, sans-serif;
    height: auto;
    padding: 12px 10px;
    width: 100% !important;
}

#su_pop_contact_forms .mktoForm {
    width: 100% !important;
}

#su_pop_contact_forms .mktoForm label[for="emailOptInBoolean"],
#su_pop_contact_forms .mktoForm label[for="consenttoProcessing"],
#su_pop_contact_forms .mktoForm label[for="emailOptInBoolean"],
#su_pop_contact_forms .mktoForm label[for="consenttoProcessing"],
#su_pop_contact_forms .mktoForm label[for="emailOptInBoolean"],
#su_pop_contact_forms .mktoForm label[for="consenttoProcessing"] {
    float: right;
    width: 92% !important;
    padding: 0;
    font-size: 10px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 3px !important;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

#su_pop_contact_forms .mktoForm .mktoFormRow.row_5 .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row select#State,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row select#Country {
    /* background: #fcfdfd url(//d1eipm3vz40hy0.cloudfront.net/images/brand-kit/form-select-chevron.svg) 96% center no-repeat; */
    background-size: 11px 6px;
    border-radius: 3px;
    border: 1px solid rgba(3, 54, 61, .25);
    box-shadow: none;
    background-color: #fcfdfd;
    color: rgba(81, 106, 110, .73);
    font: 15px/1 "Montserrat", Arial, sans-serif;
    height: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    outline: 0;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row textarea#commentCapture {
    background: #fcfdfd;
    border-radius: 3px;
    border: 1px solid rgba(3, 54, 61, .25);
    box-shadow: none;
    color: rgba(17, 51, 56, .73);
    font: 15px/22px "Montserrat", Arial, sans-serif;
    height: 85px;
    min-height: 85px;
    padding: 15px;
    resize: vertical;
    width: 100%;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    width: 100% !important;
    margin-left: -10px;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    background: rgb(255, 136, 0);
    background: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1);
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
    margin: auto 10px !important;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row .mktoForm .mktoButtonRow {
    width: 100% !important;
}

div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(6),
div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(7),
div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(10),
div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(11),
div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(12) {
    width: 100% !important;
}

div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -4px;
}

div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -4px;
}

div#su_pop_contact_forms_content {
    min-height: 300px;
    min-width: 396px;
}

/*div#su_pop_contact_forms_content .mktoForm .mktoFormRow {
    clear: none !important;
    float: left !important;
    width: 50% !important;
    padding: 0 10px;
    }*/
div#su_pop_contact_forms_content .mktoForm .mktoFormRow .mktoFieldWrap .mktoError {
    left: 0 !important;
}

div#su_pop_contact_forms_content .mktoForm .mktoFormRow .mktoFieldWrap .mktoError .mktoErrorMsg {
    max-width: 15em !important;
}

div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(4) .mktoFieldWrap .mktoError .mktoErrorMsg {
    max-width: 15em !important;
}

div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoError {
    bottom: 13px !important;
}

div#su_pop_contact_forms_content .mktoForm .mktoFormRow .mktoFieldWrap .mktoError {}

#su_pop_contact_forms_content .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol,
#su_pop_contact_forms_content .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row select#Country,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row select#State,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row textarea#commentCapture {
    width: 100% !important;
    margin-bottom: 0 !important;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row select#Country,
#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row select#State {
    height: 48px;
    padding-left: 10px;
}

div#su_pop_contact_forms_content .mktoForm.contactPopForm {
    width: 100% !important;
}

div#su_pop_contact_forms_content .hidden-onload {
    display: none;
}

div#su_pop_contact_forms_content .mktoForm .mktoFormRow .mktoCheckboxList {
    width: auto !important;
}

#su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .container.hidden-submit .align-items-center {
    margin: auto !important;
}

/**Contact Us form css ends**/
.contact-section {
    padding: 70px 0px;
}

.contact-section .form-cover {
    background-color: #f6f6f6;
    padding: 30px;
}

.contact-section .form-cover h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #313131;
    margin: 0px 0px 20px;
    font-family: 'Montserrat', sans-serif;
}

.contact-section .form-cover .mandatory {
    font-size: 14px;
    color: #000;
    margin: 0px 0px 20px;
}

.cookie_not_set .header-section.sudo-technical-blogs {
    margin-top: 56px;
}

.cookie_not_set .header-section.recognition {
    margin-top: 62px;
}

.cookie_not_set .header-section {
    margin-top: 114px;
}

.cookie_not_set.section-scroll-pages .header-section {
    margin-top: 115px;
}

.upcoming-events {
    padding: 40px 0px 0px;
}

.events-page hr {
    margin-top: 16px;
}

.events-page .event-loop-list {
    margin: 0px 0px 65px;
}

.events-page.recognition .event-loop-list:nth-last-of-type(2) {
    margin-bottom: 0;
}

.events-page.recognition .event-loop-list.is_pinned .row {
    background: #f9f9fb;
    padding: 16px 0 0 0;
}

.events-page.recognition div#pagination {
    margin: 65px 0 0px 0;
    display: none;
}

.events-page.recognition .event-loop-list.is_pinned span.bookmark-holder {
    position: absolute;
    top: -16px;
    right: 14px;
}

.events-page.recognition .event-loop-list.is_pinned i.fas {
    color: #2b436d;
    font-size: 22px;
}

.events-page.recognition .event-loop-list.is_pinned p {
    color: #182b4e;
}

.events-page .event_left img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.events-page .event_right {
    padding-left: 2.5%;
}

.events-page-v2 .event_right {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 45px;
}

.events-page .event_right h3 {
    font-size: 16px;
    color: #182b4e;
    font-weight: 600;
    line-height: 19px;
    margin: 0px;
}

.events-page .event-date {
    margin: 0px 0px 12px;
    padding: 0;
}

.events-page .event-desc a:hover {
    color: #ffb200;
}

.events-page .event-date span {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #757575;
}

.events-page .event-date .right-border {
    padding: 0px 8px;
}

.events-page .customer-contact-week-online-summit-2020 .event-date .right-border,
.events-page .customer-contact-week-online-summit-2020 .event-date .event-place {
    display: none;
}

.events-page .event-desc p {
    line-height: 20px;
    font-size: 14px;
    color: #8e8f8f;
    margin: 0px 0px 10px;
}

.events-page .event-desc p.read-more {
    margin-top: 10px;
}

.events-page .attended-events {
    background: #ffffff;
    padding: 40px 0px 60px;
}

.events-page .page-numbers .dots,
.page-numbers.dots {
    display: none;
}

.events-page.client-testimonials .event-date span {
    font-style: normal;
}

.events-page.client-testimonials .event_left {
    padding-left: 0;
    padding-right: 0;
}

.events-page.client-testimonials img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
    padding-top: 0;
}

.events-page.client-testimonials .testimonial-cta a {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid;
    padding-left: 20px;
    font-size: 14px;
}

.events-page.client-testimonials .testimonial-cta a:first-child {
    padding-left: 0px;
}

.events-page.client-testimonials .testimonial-cta a:last-child {
    padding-right: 0px;
    border-right: 0;
}

.events-page.client-testimonials .event-date {
    margin-bottom: 0px;
}

.events-page.client-testimonials .su_event_time {
    margin-top: 6px;
    margin-bottom: 6px;
}

.events-page.client-testimonials .testimonial-authors {
    margin-top: 10px;
    margin-bottom: 10px;
}

.events-page.client-testimonials .event-loop-list {
    margin: 0px 0px 30px;
}

.events-page.client-testimonials {
    margin-bottom: 45px;
}

.events-page.client-testimonials .su_event_time span.designation,
.events-page.client-testimonials .testimonial-authors p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
}

.events-page.client-testimonials .event-desc p {
    margin: 10px 0;
}

.events-page.client-testimonials .event_right {
    padding-right: 0;
    padding-left: 30px;
}

.events-page.client-testimonials h3.amp-wp-title {
    font-size: 18px;
    padding-left: 24px;
}

.events-page.client-testimonials h3.amp-wp-title:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    font-size: 2rem;
    color: #caced7;
    position: absolute;
    top: -16px;
    left: 0;
    display: inline-block;
    font-weight: 900;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.su-customers a {
    margin-top: 6.4px;
    margin-top: 0.4rem;
    display: inline-block;
}

.faq-container {
    padding: 70px 0px 48px;
}

.faq-container .faq-item {
    margin: 0px 0px 32px;
}

.faq-container .faq-item h3 {
    font-size: 27px;
    line-height: 39px;
    margin: 0px 0px 38px;
    color: #182b4e;
}

.faq-container .card {
    border-radius: 0px;
    margin: 0px 0px 15px;
    border: 1px solid #e4e4e4;
}

.faq-container .card-header {
    background-color: #ffffff;
    border-radius: 0px;
    -webkit-transition: background .15s ease-out, border-color .15s ease-out, color .15s ease-out;
    transition: background .15s ease-out, border-color .15s ease-out, color .15s ease-out;
}

.faq-container .card-header:hover {
    background-color: #f7f7f7;
}

.faq-container .card-header h5 {
    font-size: 17px;
    color: #182b4e;
    font-weight: 500;
    display: block;
    line-height: 25px;
}

.faq-container .card-body a:hover {
    color: #ffb200;
    text-decoration: underline;
}

.faq-container .card-header h5:hover {
    cursor: pointer;
}

.faq-container .card-header h5:after {
    content: " ";
    display: block;
    clear: both;
}

.faq-container .card-header h5 .accordion-mark {
    float: right;
    width: 5%;
    text-align: right;
    vertical-align: top;
}

.faq-container .card-header h5:before {
    float: right !important;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    font-size: 13px;
    padding-left: 15px;
}

.faq-container .card-header h5.collapsed:before {
    float: right !important;
    content: "\f067";
}

.faq-container .card-header h5 .accordion-mark-icon {
    font-size: 13px;
}

.faq-container .card-header h5 .fa.fa-minus {
    display: none;
}

.faq-container .card .card-body {
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
    color: #757575;
    font-size: 14px;
    line-height: 26px;
}

/*Tooltip CSS*/

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: #fff;
    color: #757575;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -202px;
    left: -120px;
    border: 1px solid #c1c1c1;
}

.tooltiptext .left,
.tooltiptext .right {
    width: 130px;
    float: left;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #c1c1c1 transparent transparent transparent;
}

.su-interested-wrapper {
    padding: 70px 0 110px;
    background-color: #f9f9fb;
    position: relative;
    z-index: 100;
}

.su-interested-wrapper .edgtf-iwt-title-holder {
    text-align: left;
    color: #313131;
}

.su-interested {
    width: 900px;
    margin: 0 auto;
}

.su-interested .edgtf-iwt-icon-holder {
    float: left;
}

.su_salesforce-cta-block .edgtf-iwt-content-holder {
    margin-top: 7%;
    float: left;
    width: 250px;
}

.su-interested .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.su_salesforce-sc {
    background: url(../images/salesforce_platform.svg) no-repeat center center;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    width: 95px;
    display: block;
    background-size: 100% 100%;
}

.su_salesforce-cc {
    background: url(../images/salesforce_community.svg) no-repeat center center;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    width: 95px;
    display: block;
    background-size: 100% 100%;
}

.su_salesforce-pf {
    background: url(../images/salesforce_service.svg) no-repeat center center;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    width: 95px;
    display: block;
    background-size: 100% 100%;
}

.su_salesforce-cta-block {
    padding: 8px 16px;
    background: #fff;
    border-radius: 16px;
    margin: 0 20px;
    display: inline-block;
}

.su_salesforce-cta-block:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 101;
    -webkit-transition: background 0.3s ease, transform 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
    box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.su_salesforce-cta {
    padding-top: 7%;
}

.su_salesforce-cta-block h4 {
    font-size: 16px;
    font-weight: 500;
}

.su_salesforce-cta-block h3 {
    font-size: 16px;
    font-weight: 700;
}

/*Marketo Form CSS Starts*/

.contact-section .mktoForm * {
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #333333 !important;
}

.contact-section .mktoForm .mktoAsterix {
    color: #ffb200 !important;
}

.contact-section form#mktoForm_1846 {
    width: 100% !important;
    max-width: initial !important;
}

.contact-section span.formSpan {
    width: 100% !important;
    display: block;
}

.contact-section .mktoForm .mktoFormRow {
    clear: both;
    margin: 0 -10px;
}

.contact-section .mktoForm .mktoFormRow .mktoFormCol {
    width: 50%;
    margin: 0 0 17px !important;
    float: left;
    padding: 0 10px;
}

.contact-section .mktoForm .mktoFormRow .mktoFormCol:nth-last-child(2):first-child {
    width: 100% !important;
}

.contact-section .mktoForm .mktoFieldWrap {
    float: left;
    width: 100% !important;
}

.contact-section .mktoForm .mktoFormRow .mktoFormCol .mktoOffset,
.contact-section .mktoForm .mktoFormRow .mktoFormCol .mktoGutter {
    display: none;
}

.contact-section .mktoForm .mktoFormRow .mktoFormCol label.mktoLabel {
    width: auto !important;
    clear: both;
    float: left;
    padding: 0 0 6px;
    display: inline-block !important;
}

.contact-section form#mktoForm_1846 input[type=text],
.contact-section form#mktoForm_1846 input[type=url],
.contact-section form#mktoForm_1846 input[type=email],
.contact-section form#mktoForm_1846 input[type=tel],
.contact-section form#mktoForm_1846 input[type=number],
.contact-section form#mktoForm_1846 input[type=date],
.contact-section form#mktoForm_1846 textarea.mktoField,
.contact-section form#mktoForm_1846 select.mktoField {
    width: 100% !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: none;
}

.contact-section form#mktoForm_1846 .mktoError .mktoErrorArrowWrap {
    top: -7px;
}

.contact-section form#mktoForm_1846 .mktoError {
    position: relative;
    clear: both;
    top: -8px;
    right: 0px !important;
    bottom: 0px !important;
    max-width: 145px;
    word-break: break-all;
}

.contact-section form#mktoForm_1846 .mktoFormRow:nth-child(11) .mktoError {
    right: 6px !important;
}

.contact-section .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
    display: block;
    color: #fff !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.contact-section .mktoForm input[type=text]::-webkit-input-placeholder,
.contact-section .mktoForm input[type=url]::-webkit-input-placeholder,
.contact-section .mktoForm input[type=email]::-webkit-input-placeholder,
.contact-section .mktoForm input[type=tel]::-webkit-input-placeholder,
.contact-section .mktoForm input[type=number]::-webkit-input-placeholder,
.contact-section .mktoForm input[type=date]::-webkit-input-placeholder,
.contact-section .mktoForm textarea.mktoField::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b3b3b3;
}

.contact-section .mktoForm input[type=text]::-moz-placeholder,
.contact-section .mktoForm input[type=url]::-moz-placeholder,
.contact-section .mktoForm input[type=email]::-moz-placeholder,
.contact-section .mktoForm input[type=tel]::-moz-placeholder,
.contact-section .mktoForm input[type=number]::-moz-placeholder,
.contact-section .mktoForm input[type=date]::-moz-placeholder,
.contact-section .mktoForm textarea.mktoField::-moz-placeholder {
    /* Firefox 19+ */
    color: #b3b3b3;
}

.contact-section .mktoForm input[type=text]:-ms-input-placeholder,
.contact-section .mktoForm input[type=url]:-ms-input-placeholder,
.contact-section .mktoForm input[type=email]:-ms-input-placeholder,
.contact-section .mktoForm input[type=tel]:-ms-input-placeholder,
.contact-section .mktoForm input[type=number]:-ms-input-placeholder,
.contact-section .mktoForm input[type=date]:-ms-input-placeholder,
.contact-section .mktoForm textarea.mktoField:-ms-input-placeholder {
    /* IE 10+ */
    color: #b3b3b3;
}

.contact-section .mktoForm input[type=text]:-moz-placeholder,
.contact-section .mktoForm input[type=url]:-moz-placeholder,
.contact-section .mktoForm input[type=email]:-moz-placeholder,
.contact-section .mktoForm input[type=tel]:-moz-placeholder,
.contact-section .mktoForm input[type=number]:-moz-placeholder,
.contact-section .mktoForm input[type=date]:-moz-placeholder,
.contact-section .mktoForm textarea.mktoField:-moz-placeholder {
    width: 100% !important;
    color: #b3b3b3;
}

.contact-section .mktoForm select.mktoField {
    padding: 5px 0 6px !important;
    line-height: 1.3;
}

.contact-section .mktoForm .mktoError .mktoErrorMsg {
    color: #f3f3f3 !important;
    font-size: 12px !important;
}

.contact-section .mktoForm .mktoRadioList&gt;label,
.contact-section .mktoForm .mktoCheckboxList&gt;label {
    font-size: 14px !important;
    line-height: 1 !important;
    min-height: auto !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 7px 20px;
}

.contact-section .mktoForm .mktoRadioList,
.contact-section .mktoForm .mktoCheckboxList {
    padding: 0 !important;
    width: 100% !important;
}

.contact-section .mktoButtonRow {
    display: block !important;
}

.contact-section form#mktoForm_1846 .mktoButtonRow button.mktoButton {
    font-size: 15px !important;
    color: #fff !important;
    background: #ffb200;
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif !important;
    padding: 10px 20px !important;
    letter-spacing: inherit !important;
    background-image: inherit !important;
    border-radius: 25px;
}

.contact-section .mktoButtonRow span.mktoButtonWrap {
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
}

.contact-section .mktoForm select.mktoField {
    -moz-appearance: none;
    background-image: url(https://pages.awscloud.com/rs/112-TZM-766/images/60995.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 6px 25px 6px 10px !important;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 3px;
    background-size: 22px;
    background-position: right center;
}

.contact-section form#mktoForm_1846 label[for="emailOptInBoolean"],
.contact-section form#mktoForm_1846 label[for="consenttoProcessing"] {
    width: 92% !important;
    float: right !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 22px;
}

.contact-section form#mktoForm_1846 input#emailOptInBoolean {
    margin-top: 4px !important;
}

.contact-section form#mktoForm_1846 input#consenttoProcessing {
    margin-top: 6px !important;
}

.contact-section form#mktoForm_1846 label[for="emailOptInBoolean"] .mktoAsterix {
    float: none !important;
    display: inline !important;
    font-size: 16px;
    padding-right: 4px !important;
}

.contact-section .mktoForm select.mktoField::-ms-expand {
    display: none !important;
}

.contact-section .mktoForm a {
    color: #ffb200 !important;
    padding: 0;
}

.contact-section #confirmform {
    font-size: 18px;
    color: #313131;
    text-align: center;
    padding: 30px;
    line-height: 28px;
    font-weight: 300;
}

.contact-section .our-offices .common-row h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333333;
    margin: 0px 0px 18px;
    line-height: inherit;
}

.contact-section .our-offices .common-row h3 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    margin: 0px 0px 18px;
    font-weight: 700;
}

.contact-section .our-offices .extra-margin {
    margin-bottom: 22px;
}

.contact-section .our-offices .common-row {
    border-bottom: 1px solid #b2b2b2;
    padding: 0px 0px 10px;
    margin: -6px 0px 15px;
}

.contact-section .our-offices .common-row.last {
    padding: 5px 0 0;
    margin: 0px;
    border: 0px;
}

.contact-section .our-offices .common-row .icon-design {
    float: left;
    width: 13%;
    color: #ffb200;
    line-height: 30px;
    font-size: 30px;
    vertical-align: top;
}

.contact-section .our-offices .common-row article {
    font-size: 15px;
    line-height: 26px;
    float: left;
    color: #333333;
    width: 87%;
}

.contact-section .our-offices .common-row article a {
    color: #333333;
    text-decoration: none;
}

.contact-section .our-offices .common-row article a:hover {
    color: #ffb200;
}

.tswVideoPop form.successPopForm.tswVideoPopForm #Country {
    background: url(/wp-content/themes/ratio-child/assets/img/drop-arrow.png) no-repeat bottom 15px right 15px #fff !important;
}

.successStory form.successPopForm.videoPopForm #Country {
    background: url(/wp-content/themes/ratio-child/assets/img/drop-arrow.png) no-repeat bottom 18px right 15px #fff !important;
}

.chatBotPop form.successPopForm.chatBotPopForm #Country {
    background: url(/wp-content/themes/ratio-child/assets/img/drop-arrow.png) no-repeat bottom 18px right 15px #fff !important;
}

/*Marketo Form CSS Ends*/

/*Loader Css*/

.su-loader {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
}

.loader-image {
    width: 43px;
    height: 44px;
    margin: 2% auto;
    background: url(../images/Loader.png?su_vr=2019&amp;time=17:55) left center;
    -webkit-animation: play .8s steps(27) infinite;
    animation: play .8s steps(27) infinite;
    vertical-align: middle;
    position: relative;
    top: 50%;
}

section.site-footer .medal-g2.ccw img {
    width: 150px;
    height: 37px;
    margin-left: 28px;
    margin-top: 23px;
}

.pr-details .blog-detail .blog_social_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0;
}

section.site-footer.inner-footer .medal-g2.sr {
    width: 120px;
}

.row.testimonials .carousel-indicators .active {
    background-color: #f48b00;
    border: 1px solid #f48b00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.row.testimonials li.carousel-pagination {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--unnamed-color-f48b00);
    border: 1px solid #F48B00;
    cursor: pointer;
    background: transparent;
}

.row.testimonials .carousel-indicators {
    bottom: -37px;
    left: 0;
}

.request-demo .experience.highlight-link-1 h5:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    font-size: 2rem;
    color: #caced7;
    position: absolute;
    top: 25.6px;
    top: 1.6rem;
    left: 16px;
    left: 1rem;
    display: inline-block;
    font-weight: 900;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    background-image: none;
}

.request-demo .highlight-link h5 span i {
    font-size: 32px;
    font-size: 2rem;
    color: #caced7;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

section.site-footer .row-2 .medal-g2.bronze-2022 img {
    height: 68px;
    margin-top: 6px;
}

section.site-footer .medal-g2.stevie-new img {
    height: 68px;
}

section.site-footer .medal-g2.bronze-2022 img {
    height: 68px;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.connectors section.feaured-services span:after {
    display: none;
}

.connectors section.feaured-services span {
    font-size: 34px;
    font-weight: 700;
}

.modal-no-border .modal-lg {
    max-width: 825px;
    width: 825px;
}

.press-releases img {
    max-width: 100%;
}

.press-releases p.post-title a {
    font-size: 14px;
    color: #182b4e;
    font-weight: 700;
}

.press-releases p.post-title a:hover {
    text-decoration: none;
}

.press-releases .post-title sup {
    font-size: 13px;
    top: -0.5em;
}

.press-releases .blog-detail-right .row {
    padding-bottom: 20px;
    position: relative;
}

.press-releases p.post-date {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
}

.press-releases p.post-date img {
    width: 15px;
    margin-right: 10px;
}

.press-releases p.read-more a {
    font-size: 14px;
    font-weight: 600;
}

.press-releases p.post-title {
    margin-bottom: 10px;
}

.press-releases .media-page .blog-detail-left .media-blogs .blog-thumbnail .caption p {
    margin-bottom: auto;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
}

.press-releases p.post-title {
    line-height: 20px;
}

.container.media-page {
    position: relative;
    z-index: 100;
    background-color: #ffffff;
}

section.press-release-section {
    position: relative;
    z-index: 12;
    overflow: hidden;
    background: #fff;
}

.press-release-section .blogs-page .media-blogs {
    margin-top: 0;
}

.blog-image img {
    border: 1px solid #efefef;
}

.blog-detail-right .row:after {
    display: none;
}

.border-col {
    border-bottom: 2px solid #ccc;
    max-width: 93%;
    margin: 0 auto;
    margin-top: 18px;
}

.blogs-page .row:last-child .border-col {
    border-bottom: 0;
}

.search-bar-container .input-group {
    width: 104%;
}

.blogs-page-dynamic p.post-date,
.blogs-results p.post-date {
    margin-top: 0 !important;
}

.sloader-image {
    position: absolute;
    top: 30%;
    left: 45%;
}

/* class add */
#loadMorePr,
.loadMorePr {
    padding: 8px 20px;
    border: none;
    margin-top: -4px;
    margin-left: 10px;
    border-radius: 6px;
    background-color: #ffb200;
    color: #ffffff;
    margin: 0 auto;
}

.blog-row {
    padding: 70px 0 20px 0;
}

.prr-details {
    padding: 20px 20px 4px;
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.close-icon:after {
    content: "X";
    display: block;
    width: 18px;
    height: 20px;
    position: absolute;
    background-color: #FA9595;
    z-index: 20;
    right: 96px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 12px;
    box-shadow: 0 0 2px #E50F0F;
    cursor: pointer;
}

.search-feild:not(:valid)~.close-icon {
    display: none;
}

.close-icon {
    display: none;
}

.press-releases-2 input#spr:focus {
    border: 1px solid #efefef;
}

.press-releases-2 button.btn.btn-default {
    z-index: 20;
}

button.close-icon:focus {
    outline: 0;
}

.press-releases section.header-section.press-release.text-center {
    margin-top: 30px;
}

@media only screen and (min-width: 390px) and (orientation: landscape) {
    section.about-us-testimonials img.namely-logo-outer {
        margin-left: 10px !important;
    }

    section.about-us-testimonials img.suva-quotes {
        margin-left: 2px !important;
    }

    section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding: 70px 0 50px !important;
    }

    /* .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
		margin-top: 140px !important;
		} */

    section.free-trial-strip-rd p {
        font-size: 16px !important;
    }
}

@media only screen and (max-width:991px) {
    .single-post .cta-sec-area-one a {
        width: 70%;
    }

    .single-post .cta-sec-area-one.gre-bg a {
        width: 80%;
    }

    .single-post .cta-sec-area-one.gre-bg h3 {
        font-size: 20px;
    }

    .single-post .cta-sec-area-one.gre-bg h3 {
        font-size: 18px;
    }

    section.customers-testimonails.customers-crousel.testimonial-revamp {
        padding-bottom: 122px;
    }

    section.reviews-blocks.success-stories-khoros .bg-color-block {
        padding: 20px 16px !important;
    }

    section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding: 70px 0 50px !important;
    }

    .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 40px !important;
    }

    .su-ebook .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 30px !important;
    }

    section.featured-resources-rd:before {
        bottom: 6px;
        left: 0;
        transform: unset;
        width: 100%;
        height: 300px;
    }

    section.header-section.su-request-demo h1 br {
        display: none;
    }

    section.footer-certificates.certificated-rd-new .col.mobile-100:first-child {
        margin-bottom: 40px;
    }

    section.footer-certificates.certificated-rd-new .certificate-all,
    section.footer-certificates.certificated-rd-new .medal-all {
        justify-content: unset;
    }

    section.footer-certificates.certificated-rd-new .medal-all .medal,
    section.footer-certificates.certificated-rd-new .certificate-all .certificate {
        margin-bottom: 15px;
    }

    section.about-us-testimonials {
        width: 100% !important
    }

    section.featured-resources-rd .slick-next.slick-arrow:hover {
        top: -14px;
    }

    section.featured-resources-rd .slick-next.slick-arrow {
        top: 10px;
    }

    section.featured-resources-rd .slick-prev.slick-arrow {
        left: 296px !important;
        top: 632px !important;
    }

    section.featured-resources-rd .slick-prev.slick-arrow:hover {
        top: 609px !important;
    }

    section.featured-resources-rd .slick-next.slick-arrow {
        left: 36px !important;
    }

    form#mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -59px !important;
    }

    .prr-details {
        width: 100%;
        right: 0px;
        bottom: 0;
    }

    .press-releases section.header-section.press-release.text-center {
        margin-top: 70px;
    }

    .header-section.press-release .h2 {
        margin-right: -26px;
    }

    .search-bar-container .input-group {
        width: 112%;
    }

    .su-customers-crousel.transforming-customer h2.primary-color.searchunify-heading,
    .reviews-blocks h2.review-blocks-heading,
    .customers-crousel h2.customers-crousel-heading,
    .new-customers-logos h2.new-customers-logos-heading {
        font-size: 28px !important;
        line-height: 40px !important;
        margin-bottom: 32px !important;
    }

    .su-customers-crousel.transforming-customer h2.primary-color.searchunify-heading {
        margin-bottom: 0px !important;
    }
}

p.read-more img {
    width: 17px;
    margin-left: 7px;
}

.media-page .blog-detail-left .media-blogs .blog-thumbnail {
    width: 100%;
}

.basic-yop-poll-container ul.basic-answers {
    padding-left: 20px !important;
}

.basic-yop-poll-container .basic-inner {
    padding: 0px 0px !important;
    margin-top: -15px;
}

.basic-yop-poll-container .basic-question-title h5 {
    color: #ffffff !important;
}

.basic-question-title {
    background: #031658;
    padding: 12px 0px;
    color: #ffffff;
}

ul.basic-answers .col-md-6 {
    max-width: 35%;
}

a.button.basic-vote-button.BlogContentLink {
    padding: 10px 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-left: 20px;
}

.events-page .event-date img {
    width: 15px;
    margin-right: 5px;
}

.events-page-v2 .event_right h3 {
    margin: 13px 0px;
}

.events-page .carousel-indicators .active {
    background-color: #f48b00;
    border: 1px solid #f48b00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.events-page li.carousel-pagination {
    border: 2px solid #f48b00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.event-details {
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background: #ffffff;
}

.event-details h3.amp-wp-title {
    font-size: 14px;
    margin-top: 10px;
    color: #182b4e;
    font-weight: 700;
}

.event_thumbnail {
    overflow: hidden;
}

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

.event_description {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
}

.event-details h5.event-blue,
h5.event-blue {
    color: #f48b00;
    font-size: 14px;
}

.events-page .event-loop-lists {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background: #ffffff;
    box-shadow: rgb(11 35 109 / 22%) 6px 6px 12px;
}

.events-page-v2 .upcoming-events .container {
    padding-left: 0px;
}

.relatedWebinar .container {
    padding-left: 15px !important;
    padding-right: 0 !important;
}

.events-page-v2 .upcoming-events .headings,
.attended-events .headings {
    text-align: left;
    margin-bottom: 0px;
}

.events-page-v2 .upcoming-events .top-textheadline,
.attended-events .top-textheadline {
    margin: 0px 0px 30px;
}

.events-page-v2 .upcoming-events .carousel-indicators {
    left: 0px;
    margin-right: 0%;
    margin-left: 0%;
    right: auto;
    bottom: -42px;
}

.events-page .attended-events.oldest .container {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-left: 0px;
}

.prr-details {
    position: absolute;
    bottom: 7px;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    width: 98%;
    right: 6px;
}

.press-releases .blog-detail-right .row:after {
    border-bottom: 2px solid #ccc;
    content: '';
    width: 90%;
    position: absolute;
    left: 12px;
    top: -23px;
}

.press-releases .col-4.media-blogs {
    margin-top: 20px;
}

.press-releases .col-8.media-blogs {
    margin-top: 12px;
}

.col-8.media-blogs:nth-child(1) {
    margin-top: 0px;
}

.col-4.media-blogs:nth-child(1) {
    margin-top: 0px;
}

.press-releases .blog-detail-right .row:nth-child(1):after {
    display: none;
}

.press-releases .page-numbers li a,
.press-releases .page-numbers .current {
    display: block;
    padding: 4px 13px;
    border: 1px solid #ccc;
    color: #000;
}

.press-releases ul.page-numbers li {
    margin-right: 15px;
}

.press-releases ul.page-numbers {
    display: inherit;
}

.press-releases a.next.page-numbers,
.press-releases a.prev.page-numbers {
    border: none;
    padding: 0px;
}

form#searchFormWebinar {
    padding-top: 50px;
}

form#searchFormWebinar input#webEvents {
    border-right: 0px;
    border-radius: 50px;
}

form#searchFormWebinar select#evWebinar {
    border-radius: 50px;
    width: 60%;
    float: right;
    padding: 0px 17px;
}

form#searchFormWebinar button#submit {
    background: none;
    position: absolute;
    right: 0px;
}

.events-page.events-page-v2 .upcoming-events {
    padding: 22px 0px 0px;
}

.events-page.events-page-v2 .container {
    padding-left: 0px;
}

.events-page.events-page-v2 .su-ajax-pagination {
    padding-left: 15px;
}

h1.custom {
    color: #ffffff;
}

h1.headings.custom {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-transform: none;
}

.events-page.events-page-v2 .page-numbers li a,
.events-page.events-page-v2 .page-numbers .current {
    display: block;
    padding: 4px 13px;
    border: 1px solid #ccc;
    color: #000;
}

.events-page.events-page-v2 ul.page-numbers li {
    margin-right: 15px;
    max-width: 100px;
}

.events-page.events-page-v2 ul.page-numbers {
    display: inline-flex;
    align-items: center;
}

.events-page.events-page-v2 a.next.page-numbers,
.events-page.events-page-v2 a.prev.page-numbers {
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}

.events-page.events-page-v2 a.prev.page-numbers {
    padding-left: 100px;
}

.press-releases input#spr {
    border-radius: 50px;
    margin-top: 0;
}

.cookie_not_set h1.h2.custom {
    margin-top: 40px;
}

.press-releases button.btn.btn-default {
    background: none;
    position: relative;
    right: 55px;
}

.events-page.events-page-v2 .page-numbers .dots {
    display: block;
}

.events-page.events-page-v2 .row.paginations-row {
    padding-left: 30px;
    position: absolute;
    top: 100%;
}

.events-page.events-page-v2 .row.switch-lst-grd.switch-grid-view {
    position: relative;
}

.navigation .nav-links {
    display: flex;
}

.page-numbers.dots {
    display: none;
}

.su-customers-blocks .card {
    border: none;
    background-color: #EEF8FF;
    background-image: url(../assets/img/bg-shape-v2.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 16px;
}

.su-customers-blocks img.card-img-center {
    width: 145px;
    margin: 0 auto;
}

.su-customers-blocks .card h4 {
    color: #273852;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    margin-top: 15px;
}

.su-customers-blocks .card-body {
    padding: 4rem 5rem;
    min-height: 266px;
}

.su-customers-blocks .card-body.lg {
    padding: 4rem 7rem;
}

.new-customers-logos ul li div.image-section {
    border: 1px solid #00000014;
}

.su-customers-blocks .col-12:nth-child(2) .card {
    border: none;
}

.new-customers-logos ul .connector-cover {
    max-width: 25%;
}

.su-customers-crousel .carousel-indicators .active {
    background-color: #f48b00;
    border: 1px solid #f48b00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.su-customers-crousel li.carousel-pagination {
    border: 2px solid #e1f1fe;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d7dae0;
    cursor: pointer;
}

.su-customers-crousel .carousel-indicators {
    bottom: -37px;
    left: 0;
}

.reviews-blocks .peer-review .card-body {
    padding: 40px 10px;
    margin-bottom: 10px;
    border: 1px solid #d7dae0;
    min-height: 180px;
}

.reviews-blocks .peer-review .card-body.card-block {
    padding: 10px 10px;
    min-height: 145px;
}

.reviews-blocks .peer-review .icon img {
    max-height: 45px;
    max-width: 100%
}

.reviews-blocks .gartner {
    margin-top: 4px;
}

.customers-crousel .carousel-indicators .active {
    background-color: #f48b00;
    border: 1px solid #f48b00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.customers-crousel .col-sm-12.col-md-12.col-lg-12 {
    display: inline-flex;
}

.customers-crousel img.logo-customers {
    margin-top: 45px;
}

.customers-crousel p.content-area {
    font-size: 18px;
    margin-top: 20px;
    width: 540px;
}

.customers-crousel img.profile-photo {
    width: 65%;
    margin-left: 120px;
}

.customers-crousel p.designation-text {
    font-size: 14px;
}

.customers-testimonails.customers-crousel .crousel-txt p.designation-text {
    font-weight: 500;
    color: #182B4E;
}

.su-customers-crousel span.sol-more-btn {
    text-align: left;
    width: 100%;
}

.su-customers-crousel span.sol-more-btn span,
.su-customers-crousel span.sol-more-btn a {
    color: #f48b00;
    text-transform: capitalize;
    font-size: 14px;
}

.su-customers-crousel span.sol-more-btn span:before,
.su-customers-crousel span.sol-more-btn a:before {
    display: none;
}

.su-customers-crousel h4 {
    color: #182b4e;
    font-size: 20px;
    line-height: 28px;
}

.su-customers-crousel h4 span {
    color: #f48b00;
}

.su-customers-crousel .customer-item {
    margin: 0px 30px;
}

.su-customers-crousel .logo-customers-inner {
    text-align: center;
    margin-bottom: 40px;
}

.su-customers-crousel .card-body {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    min-height: 270px;
}

.su-customers-crousel .carousel-container-reviews {
    padding: 0px 0px;
}

.ourteam-moadl .rightSection .teamDesc p span {
    color: #f48b00;
}

.customers-crousel .carousel-indicators {
    right: 15px;
    left: auto;
    margin: 0;
    top: -17%;
    flex-direction: column;
    transform: translate(-50%);
}

.customers-crousel li.carousel-pagination {
    border: 1px solid #f48b00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: 5px;
    cursor: pointer;
}

.customers-crousel h5 {
    color: #182b4e;
}

.ourteam-moadl .rightSection {
    padding: 30px 15px 30px 15px;
}

section.searchunify-applications .tabs-content a:after {
    background-image: url(../images/icons/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

section.reviews-blocks {
    position: relative;
    z-index: 100;
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
}



.su-customer-rd {
    position: relative;
    z-index: 100;
    background-color: #ffffff;
    padding-bottom: 44px;
}

.header-section.contact-us {
    height: 300px;
}

.header-section.contact-us h1 {
    text-transform: capitalize;
}

.location-section h4 {
    color: #f48b00;
}

.contact_form_wrapper form.contactPopForm label.mktoLabel {
    color: #3d5154;
    font: 14px/22px "Montserrat", Arial, sans-serif;
    text-align: left;
    font-weight: 500;
    width: 100% !important;
    padding-top: 1px !important;
}

.contact_form_wrapper .align-items-center h3 {
    text-align: center;
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 48px;
    padding: 0 48px;
    padding: 0 3rem;
}

.contact_form_wrapper input#emailOptInBoolean:focus,
.contact_form_wrapper input#consenttoProcessing:focus {
    outline: none;
}

.contact_form_wrapper input#emailOptInBoolean,
.contact_form_wrapper input#consenttoProcessing {
    display: none;
}

.contact_form_wrapper .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
.contact_form_wrapper .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

.contact_form_wrapper .mktoCheckboxList input#emailOptInBoolean+label:after,
.contact_form_wrapper .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #ffb200;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 18px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.contact_form_wrapper form.contactPopForm label.mktoLabel[for="emailOptInBoolean"],
.contact_form_wrapper form.contactPopForm label.mktoLabel[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    color: #3d5154;
    font: 14px/22px "Montserrat", Arial, sans-serif;
    text-align: left;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 3px !important;
    font-family: "Montserrat", Arial, sans-serif;
}

.contact_form_wrapper form input:not([type=checkbox]) {
    background: #fcfdfd;
    border-radius: 3px;
    border: 1px solid rgba(3, 54, 61, .25);
    box-shadow: none;
    color: rgba(17, 51, 56, .73);
    font: 14px/1 "Montserrat", Arial, sans-serif;
    padding: 6px 14px;
    width: 100% !important;
}

.contact_form_wrapper select#State,
.contact_form_wrapper select#Country {

    border: 1px solid rgba(3, 54, 61, .25);

    color: rgba(17, 51, 56, .73);
    font: 14px/1 "Montserrat", Arial, sans-serif;
    height: 30px;
    outline: 0;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.contact_form_wrapper textarea#commentCapture {
    background: #fcfdfd;
    border-radius: 3px;
    border: 1px solid rgba(3, 54, 61, .25);
    box-shadow: none;
    color: rgba(17, 51, 56, .73);
    font: 15px/22px "Montserrat", Arial, sans-serif;
    height: 85px;
    min-height: 85px;
    padding: 15px;
    resize: vertical;
    width: 100%;
}

.contact_form_wrapper .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    width: 97% !important;
    margin-left: auto;
    font-size: 18px;
    margin-top: 10px;
    border: 0;
    background: rgb(255, 136, 0);
    background: -webkit-linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8800", endColorstr="#ffb300", GradientType=1);
}

.contact_form_wrapper .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
    margin: auto 10px !important;
}

.contact_form_wrapper .mktoForm .mktoButtonRow {
    width: 98% !important;
    margin-top: 10px;
}

div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(6),
div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(7),
div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(10),
div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(11),
div.contact_form_wrapper .mktoForm .mktoFormRow.row_12,
div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(12) {
    width: 100% !important;
}

div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -4px;
}

div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -4px;
}

div.contact_form_wrapper .mktoForm .mktoFormRow {
    clear: none !important;
    float: left !important;
    width: 50% !important;
    padding: 0 10px;
}

div.contact_form_wrapper .mktoForm .mktoFormRow.row_7 {
    width: 100% !important;
    margin-top: -6px;
}

div.contact_form_wrapper .mktoForm .mktoFormRow .mktoFieldWrap .mktoError {
    left: 0 !important;
}

div.contact_form_wrapper .mktoForm .mktoFormRow .mktoFieldWrap .mktoError .mktoErrorMsg {
    max-width: 15em !important;
}

div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(4) .mktoFieldWrap .mktoError .mktoErrorMsg {
    max-width: 15em !important;
}

div.contact_form_wrapper .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoError {
    bottom: 13px !important;
}



.contact_form_wrapper .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol,
.contact_form_wrapper .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap,
.contact_form_wrapper select#Country,
.contact_form_wrapper select#State,
.contact_form_wrapper textarea#commentCapture {
    width: 100% !important;
    margin: 0 !important;
}

div.contact_form_wrapper .mktoForm.contactPopForm {
    width: 100% !important;
}

div.contact_form_wrapper .hidden-onload {
    display: none;
}

div.contact_form_wrapper .mktoForm .mktoFormRow .mktoCheckboxList {
    width: auto !important;
}

.contact_form_wrapper .contact-pop-container .container.hidden-submit .align-items-center {
    margin: auto !important;
}

.meet-us .contact_us_wrapper {
    padding: 0px 100px;
}

.meet-us .contact_us_box {
    background: #ffffff;
    border: 1px solid #efefef;
    overflow: hidden;
    margin-top: -109px;
    border-radius: 12px;
}

.meet-us .contact_us_box a {
    color: #182b4e;
    font-size: 14px;
    padding: 0px;
}

.meet-us .contact_us_box h3.primary-color {
    font-size: 19px;
}

.meet-us .contact_us_box .write_us_box {
    margin-top: 40px;
    margin-bottom: 30px;
}

.location-section span.light-gray {
    font-size: 18px;
    vertical-align: middle;
    color: #182b4e;
}

.location-section .our-offices {
    text-align: center;
}

.location-section .our-offices p {
    font-size: 16px;
    color: #4f4f4f;
}

.location-section .branches-section p {
    font-size: 14px;
}

.location-section .contact_us_wrapper {
    padding: 0px 100px;
}

.location-section .branches-section {
    border: none;
}

section.follow-us-bg {
    background: #EEF8FF;
    padding: 50px 0px 40px 0px;
    text-align: center;
    position: relative;
    z-index: 12;
}

section.follow-us-bg p {
    color: #182b4e;
    font-size: 25px;
    font-weight: 700;
    margin-right: 20px;
}

section.follow-us-bg p span {
    background: transparent linear-gradient(111deg, #55C7FF 0%, #7886F7 100%) 0% 0% no-repeat padding-box;
    padding: 6px;
    border-radius: 50%;
}

.meet-us .write-us-col {
    background: #EEF8FF;
    padding: 140px 62px;
}

.meet-us .form-col {
    padding: 20px 30px 60px 20px;
}

.write_us_icon.col-4 div {
    background: transparent linear-gradient(294deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.write_us_icon.col-4 div img {
    margin-top: 13px;
    margin-left: 10px;
}

.follow-us-bg .follow-icons div {
    background: transparent linear-gradient(111deg, #55C7FF 0%, #7886F7 100%) 0% 0% no-repeat padding-box;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.follow-us-bg .follow-icons div img {
    margin-top: 12px
}

.follow-us-bg .follow-icons {
    display: -webkit-inline-box;
}

.location-section {
    position: relative;
    z-index: 12;
    background: #ffffff;
}

form#mktoForm_5301 {
    width: 100% !important;
    font-family: 'Montserrat', sans-serif !important;
}

form#mktoForm_5301.mktoForm .mktoAsterix,
form#mktoForm_5301.mktoForm .mktoGutter {
    display: none !important;
}


.mktoForm.mktoLayoutAbove .mktoLabel,
label#LblcommentCapture {
    color: #4f4f4f !important;
    font-weight: 700;
    width: 100% !important;
    margin-bottom: 6px;
}

form#mktoForm_5301 label#LblPhone {
    margin: 0;
    height: 0;
    padding: 0;
}

form#mktoForm_5301 label#LblemailOptInBoolean a {
    font-weight: 500;
    line-height: 12px;
    font-size: 10px;
    font-family: "Montserrat", Arial, sans-serif !important;
}

form#mktoForm_5301 .mktoFormRow.row_12 {
    margin-top: -12px;
}

form#mktoForm_5301 label#LblemailOptInBoolean,
form#mktoForm_5301 label#LblconsenttoProcessing {
    width: 92% !important;
    margin-left: 30px;
    font-weight: 500;
    line-height: 12px;
    font-size: 10px;
    font-family: "Montserrat", Arial, sans-serif !important;
    margin-bottom: -10px;
}

form#mktoForm_5301 button.mktoButton {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px !important;
}

.contact_form_wrapper select#State,
.contact_form_wrapper select#Country {
    height: auto;
    border-radius: 4px !important;
    padding: 6px 14px;
}

.location-section .branches-section {
    box-shadow: 0px 0px 12px #0000001F;
    padding: 30px 30px 30px 40px;
    margin-bottom: 30px;
}

.write_us_details.col-8 {
    padding-left: 0px;
    margin-left: -10px;
}

.write_us_icon.col-4 {
    padding-right: 0px;
}

form#mktoForm_5301 button.mktoButton {
    height: 48px !important;
    border-radius: 4px !important;
}

.location-section .our-offices p {
    padding: 0px 0px 50px 0px;
}

.meet-us .contact_us_wrapper .thank-you-text p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 32%;
}



.su-customers-crousel .slick-slide img {
    margin: 0 auto;
}

.su-customers-crousel .slick-dots {
    bottom: -50px;
}

.su-customers-crousel .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.su-customers-crousel .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #f48b00;
}

.su-customers-crousel li.slick-active button {
    background: #f48b00;
}

.su-customers-crousel .slick-dots li button:before {
    display: none;
}

.su-customers-crousel .carousel-inner {
    overflow: inherit;
}


.events-page-v2 .upcoming-events h2.headings.up-heading {
    margin-left: 0px;
}

.cookie_not_set .header-section.contact-us h1 {
    margin-top: -70px;
}

.cookie_not_set .meet-us .contact_us_box {
    margin-top: -220px;
}

.reviews-blocks h4 {
    font-size: 15px;
    font-weight: 600;
    color: #5f6388;
    text-align: center;
}

.reviews-blocks .peer-review .icon {
    text-align: center;
    margin-top: 20px;
}

section.customers-testimonails.customers-crousel {
    padding-top: 0px;
    padding-bottom: 66px;
}

.su-customers-crousel .customer-item:after {
    position: absolute;
    bottom: 0;
    background-color: #EEF8FF;
    content: "";
    top: 0;
    background-image: url(../assets/img/bg-shape-v2.png);
    right: 0;
    height: calc(100% - 60px);
    left: 0;
    background-repeat: repeat;
    border-radius: 10px;
    background-position: left top;
}

.su-customers-crousel .customer-item {
    margin: 0 30px;
    position: relative;
    border-radius: 10px;
}

.su-customers-crousel .carousel-inner .inner-area {
    padding: 0 90px;
    z-index: 1;
    position: relative;
}

.su-customers-crousel .logo-customers-inner {
    margin: 60px 0px;
}

.su-customers-crousel .card-body {
    min-height: 240px;
}

.su-customers-crousel .carousel-container-reviewsÃƒâ€šÃ‚ {
    padding: 0;
}

.su-customers-crousel .slick-list {
    padding: 0 100px !important;
}

.su-customers-crousel .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.su-customers-crousel p.slide-para {
    margin-top: 10px;
    margin-bottom: 10px;
}

section.ourconnector-container.customers-logos.new-customers-logos {
    padding-bottom: 70px;
    padding-top: 35px;
    position: relative;
    z-index: 9;
    background: #ffff;
}

section.ourconnector-container.customers-logos.new-customers-logos.customers {
    padding-top: 0px;
    margin-top: 36px;
}


.customers-crousel img.logo-customers.zuora {
    margin-left: -8px;
}

.customers-testimonails.customers-crousel img.logo-customers.zuora {
    margin-left: unset;
}

.customers-testimonails.customers-crousel .crousel-txt {
    margin-left: 30px;
}

.customers-testimonails.customers-crousel .content-area.su-customer-testimonial-txt {
    font-size: 20px;
}

.customers-testimonails.customers-crousel .su-designation {
    font-weight: 600;
}

.section-scroll-pages.free-trial-short {
    background-image: url(../assets/img/ft-main-bg.png);
    background-repeat: repeat;
    background-size: cover;
    padding: 40px;
}

.su-free-trail-short .container {
    max-width: 990px;
}

.free-trial-short .teamDesc h5 {
    font-size: 18px;
    font-weight: 600;
}

section.su-free-trail-short .su-contant-area h2 {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 36px;
}

section.su-free-trail-short .trial-pop-thanks {
    margin-top: 132px;
    border: 1px solid #0E1B4C;
    padding: 20px 30px 4px 30px;
    border-radius: 4px;
}

section.su-free-trail-short .su-contant-area p.short-orange-text {
    color: #F48B00;
    text-align: center;
    margin-top: -3px;
    margin-bottom: 20px;
    font-size: 13.5px;
}

section.su-free-trail-short .su-logo {
    text-align: center;
}

section.su-free-trail-short .su-logo img {
    width: 250px;
}

section.su-free-trail-short .ft-short-inner-bg-area {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 12px #34343429;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}

section.su-free-trail-short .col-md-6.bg-pattern {
    background-image: url(../assets/img/ft-section-bg.png);
    background-repeat: repeat;
    background-size: cover;
    padding: 30px 46px 50px 60px;
    text-align: center;
}

section.su-free-trail-short .col-md-6.bg-pattern h2 {
    color: #0E1B4C;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

section.su-free-trail-short .col-md-6.bg-pattern img.ct-logos {
    width: 364px;
    margin: 14px auto;
}

section.su-free-trail-short .quotes-area {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #61616129;
    border: 0.5px solid #E2E5F1;
    border-radius: 18px;
    text-align: center;
    padding: 50px 10px 15px 10px;
    margin-top: 38px;
    position: relative;
    margin-bottom: 16px;
}

section.su-free-trail-short .quotes-area p {
    font-size: 12px;
    color: #0E1B4C;
    font-weight: 700;
    margin-bottom: 10px;
}

section.su-free-trail-short .trial-pop-thanks h5,
section.su-free-trail-short .col-md-6 h3 {
    color: #1c3659;
    margin-bottom: 4px;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

section.su-free-trail-short .col-md-6 span {
    color: #f48b00;
}

section.su-free-trail-short .trial-pop-thanks p,
section.su-free-trail-short .col-md-6 .trial-pop-wrappers p {
    font-size: 13px;
    color: #1c3659;
    text-align: left;
    margin-bottom: 18px;

}

section.su-free-trail-short .col-md-6.form-area {
    padding: 30px 60px 37px 46px;
}

section.su-free-trail-short .quotes-img img {
    width: 30px;
    height: 60px;
}

section.su-free-trail-short .quotes-img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E2E5F1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    position: absolute;
    top: -79px;
    bottom: 0px;
    left: 0;
    right: 0;
}

section.su-free-trail-short .ft-wrapper {
    border: 1px solid red;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A2B0E3;
    border-radius: 42px;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    left: calc(50% - 345px);
    bottom: 0px;
}

section.su-free-trail-short .mktoForm .mktoCheckboxList {
    margin-left: -4px;
}

.contact-us .highlight-link h5,
.request-demo .highlight-link h5,
.connectors .highlight-link h5 {
    font-style: italic;
    line-height: 28px;
    font-weight: 500;
    font-size: 22px;
    padding: 0 100px;
}

.free-trial-short .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-family: "Montserrat", Arial, sans-serif;
    background: transparent linear-gradient(270deg, #F9B000 0%, #FF6C0A 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    margin-bottom: 15px;
}

form#mktoForm_6767 input#emailOptInBoolean,
form#mktoForm_6767 input#consenttoProcessing {
    display: none;
}

form#mktoForm_6767 .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
form#mktoForm_6767 .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200 !important;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

form#mktoForm_6767 .mktoCheckboxList input#emailOptInBoolean+label:after,
form#mktoForm_6767 .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #ffb200;
    background-color: #fff !important;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 0;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.free-trial-short .chatBotPopForm.mktoForm .mktoField {
    font-family: "Montserrat", Arial, sans-serif;
}

.free-trial-short form#mktoForm_6767 .mktoCheckboxList input#emailOptInBoolean+label:after,
.free-trial-short form#mktoForm_6767 .mktoCheckboxList input#consenttoProcessing+label:after {
    top: 12px;
}

section.header-section.su-request-demo {
    background: #252a3e 0% 0% no-repeat padding-box;
}

section.header-section.su-request-demo h1 span {
    color: #f48b00;
}

section.header-section.su-request-demo h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

section.header-section.su-request-demo .leader-awards {
    margin-top: 10px;
}

section.header-section.su-request-demo .leader-awards img {
    max-width: 450px;
    min-height: 220px;
}

section.header-section.su-request-demo .right-section {
    margin-top: unset;
    display: flex;
    justify-content: end !important;
}

section.header-section.su-request-demo .left-section {
    margin-top: 76px;
}

section.experience.highlight-link.slides-release {
    background: none;
}

section.why-su .why_content {
    display: inline-flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 30px;
    min-height: 175px;
    margin-bottom: 30px;
    padding-left: 15px;
}

section.why_searchunify.why-su {
    background: none;
    padding-top: 70px;
    padding-bottom: 9px;
}

section.slides-release .row.testimonials {
    background: #D6EFFF 0% 0% no-repeat padding-box;
    padding: 30px 0px 50px 0px;
}

.request-demo section.slides-release .row.testimonials {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    min-height: 390px;
}

section.slides-release.experience h5 {
    line-height: 44px;
    margin: 15px 0px 0px 0px;
    font-size: 28px;
    font-weight: 700;
    min-height: 75px;
    letter-spacing: -0.56px;
    color: #12182E;
}

section.slides-release.experience .carousel-inner {
    width: 76%;
    margin: 0 auto;
}

section.slides-release.experience .carousel-inner .G2-img-size {
    max-width: 60px;
}

section.slides-release .leftLst span,
section.slides-release .rightLst span {
    width: 24px;
    height: 18px;
    display: inline-block;
}

section.slides-release .carousel-control.right {
    right: 0;
    left: auto;
}

section.slides-release .carousel-control {
    position: absolute;
    top: 74px;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
}

.searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
    background-color: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(88, 91, 95, 0.38);
    padding: 28px 30px 50px;
    margin-top: 115px;
    border-radius: 0px;
}

form#mktoForm_4288 .mktoFormRow:nth-child(8) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

form#mktoForm_4288 .mktoFormRow:nth-child(7) .mktoFormCol {
    margin-bottom: 0px !important;
}

form#mktoForm_4288 .mktoFormRow:nth-child(8) #Lblnew_interestedin {
    display: none;
}

form#mktoForm_4288 .mktoFormRow:nth-child(8) .mktoFieldDescriptor.mktoFormCol {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

form.mktoForm_4503 .mktoCheckboxList input#emailOptInBoolean+label:after,
form.mktoForm_4503 .mktoCheckboxList input#consenttoProcessing+label:after,
form.mktoForm_6595 .mktoCheckboxList input#emailOptInBoolean+label:after,
form.mktoForm_6595 .mktoCheckboxList input#consenttoProcessing+label:after,
form.mktoForm_6592 .mktoCheckboxList input#emailOptInBoolean+label:after,
form.mktoForm_6592 .mktoCheckboxList input#consenttoProcessing+label:after,
form#mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean+label:after,
form#mktoForm_4288 .mktoCheckboxList input#consenttoProcessing+label:after {
    left: -6px;
    top: -78px;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="emailOptInBoolean"]:before,
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="consenttoProcessing"]:before {
    display: none;
}

form#mktoForm_4288 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: none;
}

.demo_form_wrapper form#mktoForm_4288 label.mktoLabel[for="consenttoProcessing"] {
    margin-top: -17px !important;
}

form#mktoForm_4288 .mktoLabel {
    padding-top: 0px !important;
}

section.slides-release .request_btn {
    color: #ffffff;
    border-bottom: 2px solid #f48b00;
    border-radius: 0px;
    padding: 13px 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    background: transparent linear-gradient(270deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
}

div#MiCarousel {
    margin: 0 auto;
}

.searchunify-request-demo form#mktoForm_4288 #State {
    border: 1px solid #5b6690 !important;
    padding: 0 10px;
    height: 48px !important;
    margin-bottom: 10px !important;
    border-radius: 6px !important;
    margin-top: 20px !important;
}


.searchunify-request-demo form#mktoForm_4288 input#Company,
.searchunify-request-demo form#mktoForm_4288 input#Title {
    border: 1px solid #5b6690;
    padding: 0 10px;
    height: 48px;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100% !important;
}

.searchunify-request-demo.su-request-demo form#mktoForm_4288 #fullNameEditable,
.searchunify-request-demo.su-request-demo form#mktoForm_4288 #Country,
.searchunify-request-demo.su-request-demo form#mktoForm_4288 #Email {
    border: 1px solid #5b6690;
    padding: 0 10px;
    height: 48px;
    margin-bottom: 10px;
    border-radius: 6px;
}

section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
    padding: 40px 0 70px !important;
    background-image: url(../assets/img/rd-banner-bg.webp);
    background-repeat: repeat;
}

section.feaured-resources-inner.su-featured .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #f48b00;
}

section.feaured-resources-inner.su-featured .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

section.feaured-resources-inner.su-featured .feaured-resources-wrapper {
    background: none;
    position: relative;
    top: -280px;
    bottom: 0;
    left: 0;
    right: 0;
}

section.feaured-resources-inner.su-featured .slick-dots {
    bottom: 40px;
}

section.feaured-resources-inner.su-featured .slick-dots li button:before {
    display: none;
}

section.feaured-resources-inner.su-featured .slick-dotted.slick-slider {
    padding: 60px 0px;
}

section.feaured-resources-inner.su-featured li.slick-active button {
    background: #f48b00;
}

section.feaured-resources-inner.su-featured .rc-cards-bottom h4 a {
    border-bottom: 2px solid;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #f48b00;
}

section.feaured-resources-inner.su-featured h4.bg-small-heading a {
    background: #182b4c;
    color: #f7f7f7;
    font-size: 12px;
    padding: 3px 5px 3px 0px;
}

section.feaured-resources-inner.su-featured .contain-bg-color {
    background: #001137;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 200px;
}

section.feaured-resources-inner.su-featured h2 {
    color: #ffffff;
}

section.feaured-resources-inner.su-featured .slick-dotted.slick-slider {
    margin-bottom: -250px;
}

.request-demo .feaured-resources-inner.su-featured .slick-dotted.slick-slider {
    margin-bottom: -250px;
}

section.feaured-resources-inner.su-featured {
    padding: 2rem 0 0 0;
    position: relative;
    z-index: 100;
}

section.feaured-resources-inner.su-featured .feaured-resources-wrapper {
    padding: 3rem 0 0 0;
}

section.feaured-resources-inner.su-featured .slick-list.draggable {
    padding: 40px 0px !important;
}

section.feaured-resources-inner.su-featured .slick-list.draggable .slick-center {
    margin-top: -30px;
}

section.feaured-resources-inner.su-featured h3 {
    min-height: 100px;
}

section.feaured-resources-inner.su-featured .card {
    border-radius: 12px;
    box-shadow: 0 0.25rem 0.5rem rgb(88 91 95 / 38%);
    overflow: hidden;
}

section.feaured-resources-inner.su-featured .card .rc-img-wrapper {
    border: 2px solid #F1F8FF;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

section.customers-testimonails.customers-crousel.su-demo-crousel {
    padding-top: 30px;
    padding-bottom: 62px;
}

.request-demo .customers-testimonails.customers-crousel.su-demo-crousel {
    padding-bottom: 32px;
    margin-bottom: 50px;
}

form#mktoForm_4288 #Country,
form#mktoForm_4288 #State {
    background: url("https://d1eipm3vz40hy0.cloudfront.net/images/brand-kit/form-select-chevron.svg") no-repeat bottom 19px right 13px #fff !important;
}

section.customers-testimonails.customers-crousel.su-demo-crousel .customers-crousel li.carousel-pagination {
    border: 1px solid #f48b00;
    background: none;
}

section.feaured-resources-inner.su-featured .feaured-resources-content-inner {
    background: #F1F8FF;
}

section.feaured-resources-inner.su-featured .slick-list.draggable .slick-center .feaured-resources-content-inner {
    background: #ffffff;
}

section.why_searchunify.why-su h2.searchunify-heading,
section.customers-testimonails.customers-crousel.su-demo-crousel h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #12182E;
}

section.feaured-resources-inner.su-featured h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    z-index: 1;
    position: relative;
}

form#mktoForm_4288 .mktoFormRow.row_6 .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0px !important;
}

form#mktoForm_4288 .mktoFormRow.row_6 {
    margin-bottom: 0px !important;
    margin-top: 16px !important;
}

form#mktoForm_4288 .mktoFormRow.row_5 {
    margin-bottom: 6px !important;
}

.formSubmitted section.header-section.su-request-demo .left-section {
    margin-top: 84px;
}

.formSubmitted section.header-section.su-request-demo .right-section {
    margin-top: -161px;
}

.cookie_not_set section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
    padding-top: 140px !important;
}

.cookie_not_set section.header-section.su-request-demo .right-section {
    margin-top: -129px;
}

.cookie_not_set section.header-section.su-request-demo .left-section {
    margin-top: -78px;
}

.cookie_not_set.formSubmitted section.header-section.su-request-demo .left-section {
    margin-top: 45px;
}

.cookie_not_set.formSubmitted section.header-section.su-request-demo .right-section {
    margin-top: -180px;
}

.cookie_not_set h1.h2 {
    margin-top: -62px;
}

.searchunify-for-salesforce .header-section,
.searchunify-for-zendesk .header-section {
    padding: 4.9rem 0 0px 0;
}

section.ourteam-container.title-and-two-blocks.zendesk-two-section .title-and-two-holder p {
    min-height: 164px;
}

.searchunify-for-khoros h1 {
    margin-top: -10px;
}

.searchunify-for-khoros .feaured-resources-inner {
    padding: 2rem 0 0 0;
}

section#bridge-silos-with-360-view-of-supply-chain {
    padding: 3rem 0 2.2rem 0;
}

section.ourteam-container.html-section.privacy-policy-html {
    padding-top: 30px;
}

section.advantage-pages {
    background: transparent linear-gradient(90deg, #55C7FF 0%, #7886F7 100%) 0% 0% no-repeat padding-box;
    text-align: center;
}

section.advantage-pages h1 {
    padding-top: 115px;
}

.advantage .header-section.sub-heading.advantage-pages h3 {
    padding-bottom: 35px;
    padding-right: 0px;
}

section.journey-header {
    padding-top: 70px;
    text-align: center;
}

section.journey-header h2 {
    color: #182b4e;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 40px;
}

section.journey-header .bg-color-grey {
    background: #F5F5F5;
    padding: 40px;
    border-radius: 6px;
    margin: 0px 2px;
}

section.journey-header img {
    max-width: 100%
}

section.journey-header .bg-color-grey .adv-tab-trigger.active {
    border: none;
    background: transparent linear-gradient(106deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 6px;
    padding: 25px 30px 30px 30px;
}

section.journey-header .bg-color-grey .adv-tab-trigger {
    border: none;
    background: transparent;
    cursor: pointer;
}

section.journey-header .bg-color-grey .adv-tab-trigger h3 {
    font-size: 18px;
    font-weight: 600;
    color: #182b4e;
    margin-bottom: 0px;
}

section.journey-header .bg-color-grey .adv-tab-trigger.active h3 {
    color: #ffffff;
}

section.journey-header .bg-color-grey .adv-tab-trigger svg {
    width: 60px;
    height: 60px;
}

section.journey-header .migrating-tab-content-area .text-area-side {
    padding-top: 95px;
    padding-bottom: 154px;
}

section.journey-header .migrating-tab-content-area .text-area-side h4 {
    text-align: left;
    color: #182b4e;
    font-size: 18px;
    font-weight: 600;
}

section.journey-header .migrating-tab-content-area .text-area-side p {
    text-align: left;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 500;
}

section.journey-header .migrating-tab-content-area .text-area-side h4:after {
    content: "";
    height: 5px;
    width: 52px;
    display: block;
    margin-top: 10px;
    background: #F48B00 0% 0% no-repeat padding-box;
    margin-bottom: 20px;
}

section.journey-header div#migrating {
    margin-top: 60px;
}

section.journey-header div#implementing {
    margin-top: 15px;
}

section.journey-header div#open-source {
    margin-top: 55px;
}

section.journey-header .migrating-tab-content-area .text-area-side.left-padding {
    padding-left: 50px;
}

section.journey-header .migrating-tab-content-area .text-area-side.right-padding {
    padding-right: 50px;
}

section.journey-header .migrating-tab-image-area .img-area-side.left-padding {
    padding-left: 50px;
}

section.journey-header .migrating-tab-image-area .img-area-side.right-padding {
    padding-right: 50px;
}

section.journey-header .bg-color-grey .adv-tab-trigger svg path {
    fill: #f48b00;
}

section.journey-header .bg-color-grey .adv-tab-trigger.active svg path {
    fill: #FFF;
}

.leadership .ourteam-container {
    padding: 0px 0px 0px;
    position: relative;
}

section.site-footer .medal-g2.winter-2023.summer-2024 img,
.medal-all .medal.summer-2024 img {
    height: 88px;
    margin-top: 0px;
}

section.journey-header ul.advantage-pages-tabs {
    display: inherit;
}

.testimonials .upcoming-events {
    padding: 5px 0px 0px;
}

.single-post section.site-footer.inner-footer {
    margin-top: 3rem;
}

.upcoming-events:nth-child(1) .top-textheadline {
    margin: 35px 0px 35px;
}

h2.headings.up-heading {
    margin-left: -15px;
}

.events-page-v2 .upcoming-events {
    padding: 0px 0px 0px;
}

select.minimal {
    /* styling */
    background-color: white;
    border: thin solid #ced4da;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

form#searchFormWebinar {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 3px;
}

.sloader-image {
    position: absolute;
    top: 30%;
    left: 45%;
}

#loadMoreWE {
    padding: 8px 20px;
    border: none;
    margin-top: -4px;
    margin-left: 10px;
    border-radius: 6px;
    background-color: #ffb200;
    color: #ffffff;
    margin: 0 auto;
}

.events-page-v2 .carousel-inner {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
}

.events-page-v2 .upcoming-events .carousel-indicators {
    bottom: -60px;
}

.events-page .attended-events.oldest .container {
    border: 0;
}

.attended-events .top-textheadline {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

form#searchFormWebinar button#submit {
    z-index: 20;
}

.events-page .attended-events {
    padding-top: 20px;
}

.events-page-v2 .event_right {
    padding-top: 26px;
}

form#searchFormWebinar input#webEvents {
    border: 1px solid #ced4da;
}

section.sitemap {
    padding: 70px 0px 60px;
}

section.ourteam-container.terms-conditions {
    padding: 60px 0 18px;
}

section.sitemap {
    padding: 70px 0px 60px;
}

section.ourteam-container.terms-conditions {
    padding: 60px 0 18px;
}

.leadership h2.h2 {
    margin-top: 40px;
}

.searchunify-for-high-tech section#intro,
.searchunify-for-insurance section#intro,
.searchunify-for-manufacturing section#intro {
    margin-top: 35px;
}

.awards-heading p {
    color: #6682B2;
    margin-bottom: 22px;
}

.cd-secondary-nav li a span {
    display: block;
}

.microsite-scroll {
    overflow: hidden;
    color: #6682B2
}

section.awards-heading {
    padding: 60px 0 52px 0;
}

section.awards-heading img {
    max-width: 100%;
}

.awards-heading h2 {
    color: #F48B00;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.awards-heading .btn {
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
}

section.full-screen.cd-section.bg-blue {
    background-color: #E6F5FF;
    color: #6682b2;
}

section.full-screen.cd-section.bg-blue p {
    color: #6682b2;
}

.section-tile-row h2 {
    color: #16356F;
    font-weight: 600;

}

.cd-section .award-cert-col {
    margin-top: 120px;
}

.author-cta {
    margin-top: 10px;
}

.author-cta a {
    color: #FF8800;
    font-size: 16px;
    font-weight: 500;
    margin-top: 22px;
    position: relative;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.author-cta a:hover {
    letter-spacing: 0.5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.author-cta a .fas {
    margin-left: 14px;
}

.award-certificate {
    padding: 100px 120px 30px 120px;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}

.award-certificate img {
    max-width: 186px !important;
    height: auto;
    position: absolute;
    top: -93px;
    left: calc(50% - 93px);
}

.cd-section.bg-blue .award-certificate img {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 20px 23px;
}

.cd-section .awards-testimonial-row {
    padding: 60px 0;
}

.awards-testimonial-right a.btn {
    display: block;
    background-color: #FF8800;
    border-radius: 0;
    color: #ffffff;
}

.awards-testimonial-right img {
    max-width: 100%;
}

.awards-testimonial-row h3 {
    color: #16356F;
    font-weight: 600;
}

.awards-testimonial-row .profile-image {
    max-width: 80px;
    overflow: hidden;
    margin-right: 20px;
}

.awards-testimonial-row .profile-image img {
    max-width: 100%;
    height: auto;
}

.awards-testimonial-row h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FF8800;
    line-height: 16px;
}

.awards-testimonial-row h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.awards-testimonial-row h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
}

.awards-testimonial-row .author .invertedComma {
    position: absolute;
    right: 22px;
    top: 0;
    width: 50px;
}

.main-nav__active {
    transition: width 0.22s ease-in-out, left 0.22s ease-in-out;
    background: #f48b00;
    height: 3px !important;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.main-nav__item {
    display: inline-block;
    float: left;
    height: 3.5rem;
    margin-right: 1.2rem;
    margin-left: 1.2rem;
}

.awards-testimonial-row .author {
    position: relative;
}

.bg-white .award-certificate {
    border: 2px solid #ACCFE6
}

.cd-section.bg-white .award-certificate img {
    padding: 0;
    margin: 0;
}

.awards-nav-heading h3 {
    font-size: 33px;
    color: #16356F;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icon-container {
    margin-top: 14px;
}

section.speakers .col-12 {
    margin-bottom: 30px;
}

section.speakers {
    padding: 74px 0 0 0;
    margin-bottom: -34px;
}

.event-details p {
    padding: 0 160px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: -4px;
}

.event-details h1 {
    font-size: 34px;
    line-height: 36px;
}

.speaker_content:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid rgb(0, 39, 109);
}

.speaker_content:hover a {
    color: #007bff;
}

.header-section.sub-heading.sec-scr-holder.su-awards {
    background-image: url(../assets/img/award-banner-su.png);
    background-size: cover;
    margin-top: 75px;
}

.event-details-su p {
    color: #ffffff;
    font-weight: 600;
}

.event-details-su {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cd-secondary-nav ul {
    position: fixed;
    visibility: hidden;
    transition: transform 0.3s, visibility 0s 0.3s;
}

.cd-secondary-nav ul.is-visible {
    visibility: visible;
    transform: scale(1);
    transition: transform 0.3s, visibility 0s 0s;
}

.awards section.full-screen p {
    color: #6682B2;
}

.free-trial-short .su-contant-area {
    margin-top: 25px;
    margin-bottom: 30px;
}

.section-scroll-pages.cognitive-search section.about-text.platform-about h2 {
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    line-height: 32px;
}

.section-scroll-pages.cognitive-search section.about-text.platform-about h2 {
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    line-height: 32px;
}

.section-scroll-pages.cognitive-search section.four-blocks-cognitive-search h5 {
    color: #f48b00;
    font-weight: 700;
    font-size: 18px;
}

.section-scroll-pages.cognitive-search section.four-blocks-cognitive-search .card.card-body {
    padding: 2.2rem 1.6rem 1.2rem 1.6rem;
    box-shadow: 0 2px 15px 0 rgb(220 237 246);
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid #cfd7e1;
}

.section-scroll-pages.cognitive-search ul.define-items li {
    list-style-type: none;
    font-size: 14px;
    color: #8b95a1;
    font-weight: 500;
    margin-top: 12px;
}

.section-scroll-pages.cognitive-search ul.define-items {
    padding-left: 0px;
}

section.four-blocks-cognitive-search .icon-area {
    width: 35px;
}

section.four-blocks-cognitive-search .heading-area {
    display: flex;
    justify-content: space-between;
}

.cognitive-search section.about-text.platform-about {
    padding: 3.7rem 0 2rem 0;
}

.cognitive-search div.sectioned-pages-sections .mobile-centering.order-bottom {
    padding: 2rem 1rem;
}

.section-scroll-pages.cognitive-search .header-section.sub-heading h3 {
    font-size: 19px;
}

.section-scroll-pages.cognitive-search .header-section.sub-heading h1 {
    font-size: 36px;
}

.section-scroll-pages.cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(3),
.section-scroll-pages.cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(6),
.section-scroll-pages.cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(9) {
    background-image: none;
}

.section-scroll-pages.cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(3) .mobile-centering.order-bottom,
.section-scroll-pages.cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(6) .mobile-centering.order-bottom,
.section-scroll-pages.cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(9) .mobile-centering.order-bottom {
    background-image: url(../assets/img/platform-sections-illustration-bg.svg);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position-x: right;
    background-position-y: top;
    padding: 1rem 1rem;
}

.section-scroll-pages.searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(3),
.section-scroll-pages.searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(6),
.section-scroll-pages.searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(9) {
    background-image: none;
}

.section-scroll-pages.searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(3) .mobile-centering.order-bottom,
.section-scroll-pages.searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(6) .mobile-centering.order-bottom,
.section-scroll-pages.searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(9) .mobile-centering.order-bottom {
    background-image: url(../assets/img/platform-sections-illustration-bg.svg);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position-x: right;
    background-position-y: top;
    padding: 1rem 1rem;
}

.section-scroll-pages.searchunify-for-khoros a.hover-translate-x-n3.InnerInterLink {
    margin-top: 12px;
}

section.TeamImpact.cd-section .awards-testimonial-row {
    padding: 60px 0 30px 0;
}

section.GrowthDriverAward.cd-section .awards-testimonial-row {
    padding: 60px 0 50px 0;
}

section.models-heading {
    margin-top: 14px;
}

section.models-heading .searchunify-heading {
    font-size: 1rem;
}

section.deliver-proactive-recommendations-with-real-time-insights {
    margin-bottom: 20px;
}

section#deliver-best-in-class-data-privacy-with-access-permissions {
    margin-top: 24px;
}

section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area h1 {
    text-align: center;
    color: #0E1B4C;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 6px;
}

section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area p.short-orange-text-right-area {
    text-align: center;
    color: #F48B00;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern h2 {
    font-size: 16px;
}

section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern {
    background-color: #e8f8ff;
    background-image: none;
    padding: 70px 46px 50px 60px;
}

section.su-free-trail-short.su-free-trial-v3 .customers-testimonials-slides {
    padding: 30px 0px;
    text-align: center;
}

section.su-free-trail-short.su-free-trial-v3 .customers-testimonials-slides h3 {
    font-size: 20px;
    font-weight: 700;
}

section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area p {
    font-size: 14px;
    font-weight: 400;
}

section.su-free-trail-short.su-free-trial-v3 .su-logo img {
    width: 240px;
}

section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area {
    padding: 20px 40px 20px 24px;
    overflow: hidden;
}

section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern img.ct-logos {
    width: 86%;
    margin: 14px auto;
}

section.su-free-trail-short.su-free-trial-v3 .ft-short-inner-bg-area {
    margin-top: 16px;
    border: 2px solid #182B4E1A;
}

section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
    background-image: url(../assets/img/left-bg-ft-v4.png);
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    padding: 60px 66px;
    overflow: hidden;
}

section.su-free-trail-short.su-free-trial-v3 .icon-left-side {
    padding-left: 0px;
}

section.su-free-trail-short.su-free-trial-v3 .left-side-content-tabs {
    margin-top: 20px;
}

section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row {
    margin-top: 36px;
}

section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 button.mktoButton {
    width: 100%;
    text-transform: uppercase;
    background: transparent linear-gradient(270deg, #F9B000 0%, #FF6C0A 100%) 0% 0% no-repeat padding-box !important;
}

section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 input#fullNameEditable,
section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 input#Email,
section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 select#Country {
    border: 1px solid #5B6690;
    border-radius: 6px;
    font-family: 'Montserrat';
}

section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 label {
    margin-top: 10px;
}

section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoCheckboxList input#emailOptInBoolean+label:after,
section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoCheckboxList input#consenttoProcessing+label:after {
    top: 12px;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel li.carousel-pagination {
    border: 1px solid #f48b00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: 5px;
    cursor: pointer;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .carousel-indicators .active {
    background-color: #f48b00;
    border: 1px solid #f48b00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .carousel-indicators {
    bottom: 0px;
    top: 98px;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .bg-color-area-cust {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 48px;
    width: 50%;
    padding: 20px 12px 0px 12px;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel p {
    font-size: 14px;
    font-weight: 600;
    color: #182B4E;
    text-align: left;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel h5 span {
    font-size: 52px;
    color: #F48B00;
    margin-left: 15px;
    font-family: 'Bebas Neue', cursive;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel h5:before {
    content: '';
    border-left: 2px solid #D6D6D6;
    position: absolute;
    top: 10px;
    left: 0;
    height: 40px;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel h5 {
    position: relative;
    margin-top: -10px;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel {
    margin-top: 20px;
}

section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern {
    padding: 76px 8px 50px 20px;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .row {
    width: 84%;
    margin: 0 auto;
}

section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .bg-color-area-cust img {
    width: 176px;
}

section.su-free-trail-short.su-free-trial-v3 .trial-pop-thanks {
    margin-top: 0px;
    border: none;
    padding: 20px 0px 4px 0px;
}

section.su-free-trail-short.su-free-trial-v3 img.namely-logo-cust {
    margin-top: -12px;
}

section.su-free-trail-short.su-free-trial-v3 img.rubrik-logo-cust {
    margin-top: -4px;
}

section.su-free-trail-short.su-free-trial-v3 img.vlocity-logo-cust {
    margin-top: -8px;
}

section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row img {
    max-width: 100%
}

section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row {
    padding: 10px 10px;
}

section.su-free-trail-short.su-free-trial-v3 {
    overflow: hidden;
}

section.su-free-trail-short.su-free-trial-v3 .carousel-inner {
    width: 94%;
    margin: 0 auto;
}

section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern h2 {
    font-size: 18px;
    line-height: 26px;
}

section.su-free-trail-short.su-free-trial-v3 .col-sm-12.col-md-5 {
    text-align: right;
}

section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoFormRow.row_5 .mktoError {
    top: 26px;
}

section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoFormRow.row_2 .mktoError .mktoErrorMsg {
    display: inline-block;
}

.searchunify-for-khoros a.btn.khoros_btn.bg_orange {
    color: #ffffff;
    margin-top: 15px;
    padding: 10px 40px;
    border-radius: 20px;
    background: linear-gradient(90deg, #f80 0, #ffb300 100%);
}

section.about-mid-banner.text-white.about-page-section.khoros-strip-btns h2 {
    color: #182B4E;
    text-align: left;
}

section.about-mid-banner.text-white.about-page-section.khoros-strip-btns {
    background: #D7F0FF;
    background-image: none;
    padding: 2rem 3rem 2.5rem;
}

section.about-mid-banner.text-white.about-page-section.khoros-strip-btns a.btn.button12.p-release {
    margin-left: 16px;
}

section.reviews-blocks.success-stories-khoros .bg-color-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0000000A;
    border-radius: 6px;
    padding: 40px 30px;
    max-height: 266px;
}

section.reviews-blocks.success-stories-khoros p {
    text-align: center;
    color: #4F4F4F;
    margin-top: 24px;
}

section.reviews-blocks.success-stories-khoros h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #182B4E;
    margin-bottom: 20px;
}

section.reviews-blocks.success-stories-khoros {
    background: #D7F0FF;
    padding: 70px 100px;
}

section.reviews-blocks.success-stories-khoros p:before {
    content: '';
    background: #F48B00;
    width: 26%;
    height: 4px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 26px;
}

section.about-mid-banner.text-white.about-page-section.khoros-strip-btns {
    margin-top: 3rem;
}

section.reviews-blocks.success-stories-khoros {
    margin: 4rem 0 3.5rem;
}

section.about-mid-banner.text-white.about-page-section.khoros-strip-btns .khoros-strip-logo {
    margin-top: 2.5rem;
}

section.reviews-blocks.success-stories-khoros .peer-review div.col-12 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.reviews-blocks.success-stories-khoros .peer-review div.col-12:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    cursor: pointer;
}

a.khoros-btn {
    margin-top: 12px;
    padding: 10px 20px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: #808080 !important;
    box-shadow: 0px 0px 4px black !important;
    opacity: 1 !important;
    color: #ffffff !important;
    border-radius: 6px;
    width: 300px;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #808080 !important;
}

.tippy-box[data-theme~='tomato'] {
    background-color: #808080;
    color: #ffffff;
    margin-top: -14px;
    padding: 10px 4px 10px 4px;
    margin-left: 10px;
}

.tippy-content {
    font-size: 14px;
}

.tippy-box[data-theme~='tomato'][data-placement^='bottom']&gt;.tippy-arrow::before {
    border-bottom-color: #808080;
}

.request-demo .text-white.free-trial-strip-rd {
    padding: 0px 16px 0px;
    margin-bottom: 50px;
}

section.free-trial-strip-rd .container.bg-area {
    background-image: url(../assets/img/free-trial-strip-bg-v1.png);
    background-repeat: repeat;
    background-size: cover;
    padding: 35px 46px;
    margin-bottom: 70px;
    border-radius: 12px;
}


.request-demo section.free-trial-strip-rd .container.bg-area {
    max-width: 1110px;
    margin-bottom: 7px;
}


section.free-trial-strip-rd h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
}

section.free-trial-strip-rd p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

section.free-trial-strip-rd p span {
    color: #f48b00;
}

section.free-trial-strip-rd a.btn {
    background: transparent linear-gradient(270deg, #F9B000 0%, #FF6C0A 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font-size: 16px;
    line-height: 26px;
    padding: 14px 36px;
    text-transform: capitalize;
}

.free-trial-areas {
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #F48B0029;
    width: 474px;
    height: 50px;
    background: #FFFFFF14 0% 0% no-repeat padding-box;
    border: 1px solid #F48B0029;
    border-radius: 8px;
}

.free-trial-areas p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 41px;
    margin-top: 2px;
}

.free-trial-areas p a {
    border-bottom: 1px solid;
}

.free-trial-areas p a:hover {
    text-decoration: none;
    color: #f48b00;
}

section.header-section.su-pricing-plans {
    padding: 10rem 0 4rem;
}

section.header-section.su-pricing-plans h1 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
}

section.header-section.su-pricing-plans .check-mark-area {
    display: inherit;
    margin-top: 30px;
}

section.header-section.su-pricing-plans .check-mark-area h5 {
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    margin-bottom: 6px;
}

section.header-section.su-pricing-plans .check-mark-area p {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

section.transformative-sec {
    padding: 80px 0px;
}

section.transformative-sec .technology-areas {
    display: inherit;
    margin-top: 40px;
}

section.transformative-sec h2 {
    color: #182B4E;
    font-weight: 700;
    font-size: 34px;
}

section.transformative-sec p.para-text {
    color: #4F4F4F;
    font-size: 16px;
    padding: 0px 158px;
}

section.transformative-sec .technology-areas .inner-area:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 60px #0000001f;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #ffffff;
}

section.transformative-sec .technology-areas .inner-area {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4E3FF;
    border-radius: 10px;
    padding: 30px 28px 50px;
    text-align: center;
}

section.transformative-sec .technology-areas h4 {
    font-size: 22px;
    color: #F48B00;
    font-weight: 700;
    text-transform: uppercase;
}

section.transformative-sec .technology-areas p {
    font-size: 14px;
    color: #4F4F4F;
    margin-top: 14px;
    margin-bottom: 0px;
    min-height: 88px;
}

section.transformative-sec .technology-areas h3 {
    font-size: 20px;
    font-weight: 600;
    color: #182B4E;
    margin-bottom: 58px;
    margin-top: 20px;
}

section.transformative-sec .technology-areas a {
    border: 1px solid #182B4E;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 14px;
    color: #182B4E;
    font-weight: 600;
}

section.transformative-sec .technology-areas a:hover {
    background: transparent linear-gradient(275deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

section.transformative-sec .technology-areas p.price-us span {
    font-size: 50px;
    font-weight: 500;
}

section.why-market-sec {
    background: #F5F5F5;
    padding: 80px 0px 68px;
    margin-top: 90px;
}

section.why-market-sec .market-areas {
    display: inherit;
}

section.why-market-sec h2 {
    font-size: 34px;
    color: #182B4C;
    font-weight: 700;
}

section.why-market-sec .market-areas .image-area-inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 185px;
    width: 120px;
    height: 120px;
}

section.why-market-sec .market-areas img.market-icons {
    padding: 34px;
}

section.why-market-sec .market-areas .image-area-outer {
    width: 160px;
    height: 160px;
    background: #E6E6E666 0% 0% no-repeat padding-box;
    border-radius: 185px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 50px;
}

section.why-market-sec .market-areas h5 {
    font-size: 18px;
    font-weight: 600;
    color: #182B4C;
    margin-top: 24px;
}

section.why-market-sec .market-areas p {
    font-size: 14px;
    color: #182B4C;
    margin-top: 14px;
    padding: 0 32px;
}

.searchunify-pricing-plans section.site-footer.inner-footer {
    padding: 8rem 0 0;
    margin-top: 80px;
}

section.faqs-pricing .card-header {
    padding: 22px 38px 24px;
    background-color: none;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 8px;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

section.faqs-pricing .card {
    margin-bottom: 16px;
    border: none;
}

section.faqs-pricing .card-header h5:before {
    content: '';
    background-image: url(../assets/img/arrow-up-round.svg);
    padding-left: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.faqs-pricing .card-header h5.collapsed:before {
    content: '';
    background-image: url(../assets/img/arrow-down-round.svg);
    padding-left: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.faqs-pricing h3 {
    font-size: 34px;
    color: #182B4C;
    font-weight: 700;
    margin-bottom: 60px;
}

section.faqs-pricing .card-body {
    padding: 0rem 24px 1.25rem 4.5rem;
    font-size: 16px;
    color: #182B4E;
    background: #F5F5F5;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

section.faqs-pricing div#accpricing {
    padding: 0px 148px;
}

.searchunify-pricing-plans section.customers-testimonails.customers-crousel h2.h2 {
    font-weight: 700;
    font-size: 34px;
    color: #182b4c;
    margin-bottom: 30px;
}

.searchunify-pricing-plans section.ourconnector-container.customers-logos.new-customers-logos {
    padding-bottom: 70px;
    padding-top: 80px;
}

.searchunify-pricing-plans section.customers-testimonails.customers-crousel {
    padding: 70px 0 88px;
}

section.faqs-pricing .card-header h5 span {
    font-size: 20px;
    color: #182B4E;
    font-weight: 600;
}

section.breadth-depth-heading h2 {
    font-size: 34px;
    color: #182B4E;
    font-weight: 700;
}

section.breadth-depth-heading {
    background: #F5F5F5;
    padding: 150px 0px;
    margin-top: -146px;
}

section.breadth-depth-sec h4 {
    font-size: 20px;
    font-weight: 600;
    color: #182B4E;
    text-align: left;
    margin-left: -22px;
    margin-top: 45px;
}

section.breadth-depth-sec h5 {
    font-size: 16px;
    color: #182B4E;
    margin-bottom: 0px;
}

section.breadth-depth-sec h3 {
    font-size: 24px;
    font-weight: 600;
    color: #182B4E;
    margin-top: 10px;
    margin-bottom: 30px;
}

section.breadth-depth-sec p.price-us span {
    font-size: 50px;
    font-weight: 500;
}

section.breadth-depth-sec .module-features {
    display: inherit;
}

section.breadth-depth-sec .module-features a {
    border: 1px solid #182B4E;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 14px;
    color: #182B4E;
    font-weight: 600;
}

section.breadth-depth-sec .module-features a:hover {
    background: transparent linear-gradient(275deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

section.breadth-depth-sec .module-features-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 60px #0000001F;
    border-radius: 10px;
    padding: 70px 40px 40px;
}

section.transformative-sec p.price-us {
    font-size: 16px;
    color: #182B4E;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 30px;
}

section.transformative-sec .inner-area h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 62px;
    margin-top: 16px;
}

section.breadth-depth-sec .border-left-area {
    border-left: 1px solid #E8E8E8;
}

section.breadth-depth-sec .card-header {
    padding: .75rem 1.25rem;
    background-color: none;
    border-bottom: none;
    width: 1060px;
    height: 52px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: left;
    border: none;
}

section.breadth-depth-sec .module-features p {
    margin-bottom: 32px;
}

section.breadth-depth-sec p.price-us {
    font-size: 16px;
    color: #182B4E;
    font-weight: 500;
    margin-bottom: 1.4rem;
}

section.breadth-depth-sec .accordion.tops h5 {
    font-size: 18px;
    color: #182B4E;
    font-weight: 700;
}

section.breadth-depth-sec .card {
    border: none;
    margin-bottom: 6px;
}

section.breadth-depth-sec .card-header h5:before {
    content: '';
    background-image: url(../assets/img/arrow-up-round.svg);
    padding-left: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.breadth-depth-sec .card-header h5.collapsed:before {
    content: '';
    background-image: url(../assets/img/arrow-down-round.svg);
    padding-left: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.pt_row {
    display: flex;
    margin-bottom: 0px;
    padding: 0px;
}

.pt_cell {
    text-align: center;
    padding: 12px 15px;
    position: relative;
    border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    width: 24.5%;
    border-top: 0;
    list-style-type: none;
    font-size: 16px;
    color: #182B4E;
    font-weight: 500;
}

.pt_cell:first-child {
    border-left: 0;
    box-sizing: border-box;
    width: 24.5%;
    text-align: left;
    margin-left: 12px;
}

section.breadth-depth-sec .card-body {
    padding: 0rem;
}

.pt_row.lst .pt_cell {
    border-bottom: 0;
}

section.text-center.breadth-depth-sec {
    margin-top: -100px;
}

section.transformative-sec .technology-areas p.demo-btns {
    min-height: 0;
}

section.header-section.su-pricing-plans .content-area {
    padding-left: 20px;
}

section.header-section.su-pricing-plans .center-areas {
    margin-left: -20px;
}

.header .dropdown-toggle:after {
    margin-left: 6px;
    margin-right: 4px;
}

section.external-reviews-blocks.gartner-sec {
    background: #D7F0FF;
    background-image: none;
    padding: 2rem 3rem 2.5rem;
    margin-bottom: 3rem;
}

section.external-reviews-blocks.gartner-sec h2 {
    color: #182B4E;
    font-size: 30px;
    font-weight: 600;
}

section.external-reviews-blocks.gartner-sec .review-widget {
    margin-top: 16px;
}

section.external-reviews-blocks.gartner-sec a.btn.button12.l-more {
    padding: 6px 24px;
}

section.breadth-depth-sec .module-features .inner-area {
    margin-top: 36px;
}

section.breadth-depth-sec .module-features h2 {
    font-weight: 700;
    color: #F48B00;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.searchunify-for-appinium section#intro {
    padding-top: 80px;
    padding-bottom: 70px;
}

section.reviews-blocks.success-stories-khoros.appi-blocks h5 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    margin-right: 0px;
}

section.reviews-blocks.success-stories-khoros.appi-blocks .bg-color-block {
    text-align: center;
    padding: 30px 14px;
}

section.reviews-blocks.success-stories-khoros.appi-blocks p {
    text-align: center;
    margin-top: 12px;
    min-height: 102px;
}

/* header#su-navbar .col-lg-9 {
	padding: 0px 0px;
	} */



div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning a.btn.trasparent-btn {
    border: 1px solid #F48B00;
    border-radius: 24px;
    letter-spacing: -0.16px;
    color: #F48B00;
    text-transform: capitalize;
}

.sf-lightning.saleseforce-lightning h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.saleseforce-lightning.sf-lightning .request_btn {
    text-transform: capitalize;
    margin-right: 14px;
}

div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning {
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.searchunify-for-microsoft-dynamics-365 section.full-screen.experience.font_white.saleseforce-lightning.sf-lightning.tps {
    display: none;
}

section.about-text.platform-about.new-learn {
    padding-top: 50px;
    padding-bottom: 50px;
}

form#mktoForm_4288 {
    width: 100% !important;
}

form#mktoForm_4288 .mktoRequiredField .mktoAsterix {
    display: none;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList {
    width: 60px !important;
    padding-left: 0 !important;
    padding-top: 2px !important;
    float: none !important;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 8px;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList.FeildShow {
    display: block;
    margin-top: 10px;
}

.demo_form_wrapper form#mktoForm_4288 .mktoFormRow {
    margin-bottom: -10px;
}

.demo_form_wrapper form#mktoForm_4288 #Lblnew_interestedin {
    margin: 0 !important;
    padding: 0 !important;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label {
    margin-bottom: 10px;
    color: rgb(90 93 107) !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 500;
    width: 44% !important;
    float: left;
}

.demo_form_wrapper form#mktoForm_4288 input#emailOptInBoolean,
.demo_form_wrapper form#mktoForm_4288 input#consenttoProcessing {
    margin-left: 0px;
    opacity: 0;
}

.demo_form_wrapper form#mktoForm_4288 .mktoRequiredField label.mktoLabel[for="emailOptInBoolean"],
.demo_form_wrapper form#mktoForm_4288 label.mktoLabel[for="consenttoProcessing"] {
    width: 100% !important;
    padding: 0;
    font-size: 10px !important;
    color: rgb(90 93 107) !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    margin-top: 3px;
    margin-bottom: 3px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    position: relative;
    padding-left: 30px;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="emailOptInBoolean"],
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="consenttoProcessing"] {
    top: 3px !important;
    left: -18px !important;
}

.demo_form_wrapper form#mktoForm_4288 .row_9 label.mktoLabel,
.demo_form_wrapper form#mktoForm_4288 .apps-interested-in,
.demo_form_wrapper form#mktoForm_4288 .mktoRequiredField label.mktoLabel {
    width: 90% !important;
    margin-bottom: 10px;
    color: #818ba4 !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    margin-left: 24px;
}

.demo_form_wrapper form#mktoForm_4288 .apps-interested-in {
    font-weight: 600;
    line-height: 26px;
    color: #12182E !important;
    margin-left: 0px;
}

.demo_form_wrapper form#mktoForm_4288 .mktoButtonRow {
    display: block;
    margin-bottom: 36px;
    margin-top: 8px;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="emailOptInBoolean"],
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="consenttoProcessing"],
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label {
    position: relative;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="emailOptInBoolean"]:before,
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="consenttoProcessing"]:before,
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList input+label:before {
    content: "\f111";
    background: #fff;
    border: 2px solid #c1c1c1;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    top: -3px;
    left: -28px;
    position: absolute;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList input+label#LblmktoCheckbox_99159_4:before,
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList input+label#LblmktoCheckbox_99159_5:before {
    top: 4px;
}

#LblmktoCheckbox_101785_5::before,
#LblmktoCheckbox_101785_4::before {
    top: 5px !important;
}



.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean:checked+label:before,
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList input#consenttoProcessing:checked+label:before,
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    color: #ffb200;
    border: 2px solid #ffb200;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="emailOptInBoolean"]:before,
.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="consenttoProcessing"]:before {
    top: -3px;
    left: -2px;
}

.demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList input {
    opacity: 0;
    position: absolute;
}

.demo_form_wrapper form#mktoForm_4288 label[for="emailOptInBoolean"] a {
    padding: 0 !important;
}

.text-center.mobile-img {
    display: none;
}

.ss-lp-v3 .case-study-bnr.case-study-three {
    background: url('../assets/img/banner_bg/Mask\ Group\ 4@2x.png');
    background-position: 68% 100%;
}

.ss-lp-v3.accelas-journey-to-achieving-99-percent-support-cost-savings-with-suva .case-study-three .container {
    display: flex;
}

.ss-lp-v3.how-accela-scaled-customer-support-self-service-outcomes-with-searchunify .case-study-three .container {
    display: flex;
}

.banner_image {
    width: 264px;
    height: auto !important;
}

.case-study-bnr.case-study-trintech {
    background: url('../assets/img/how-a-leading-fintech-company-achieved-over-62-self-service-resolution-in-6-months-bg.jpg');
}

.case-study-bnr.case-study-ep {
    background: url('../assets/img/self-service-resolution-bg.jpg');
}

.search-aided-pop-container img {
    max-width: 330px;
}

.search-aided-pop-container h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    padding: 0px;
    margin: 20px 0;
    color: #ffffff;
    line-height: 38px;
    letter-spacing: 0;
}

.search-aided-pop-container .search-aided-row {
    margin-left: -56px;
}

.search-aided-pop-container {
    margin: 0px;
    background-size: cover;
    border-radius: 4px;
    background-image: url(../assets/img/free-trial-popup.png);
    padding: 38px 0px 38px 38px;
    text-align: left;
    background-color: #002e89;
}

#su_pop_forms .modal-dialog {
    max-width: 860px;
}

#su_pop_forms.modal-no-border .modal-content {
    padding: 14px;
    background: transparent;
}

.search-aided-area {
    padding: 0px;
    margin-right: 0px;
}

.search-aided-pop-container img.modalimg {
    max-width: 100%;
}

.row.text-left.bottom-modal-sec.justify-content-center {
    margin-top: 25px;
}

.bottom-modal-sec&gt;div:not(:first-child) div {
    padding: 0 15px;
}

.bottom-modal-sec span {
    font-size: 44px;
    padding-right: 8px;
    line-height: 39px;
    font-family: 'bebas_neueregular';
}

.bottom-modal-sec p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.row.text-left.bottom-modal-sec&gt;div:not(:last-child) div::after {
    content: '';
    height: 32px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    top: -14px;
    margin: auto;
    right: -12px;
    opacity: 0.58;
}

#su_pop_forms_content sup {
    top: -0.3em;
    font-size: 29px;
}

#su_pop_forms .banner_btn {
    background: transparent linear-gradient(270deg, #F9B000 0%, #FF6C0A 100%) 0% 0% no-repeat padding-box;
    font-size: 17px;
    font-weight: bold;
    min-height: 53px;
    line-height: 36px;
    margin-top: 14px;
    padding: 9px 34px;
    color: #ffffff !important;
}

.info-block {
    display: inline-block;
    position: absolute;
    top: -3px;
    margin: auto;
    right: -5px;
    width: auto;
}

.info-block p {
    text-align: center;
}

.info-block a {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 5px;
    text-decoration: none;
}

.table-titles div.position-relative {
    display: inline-block;
}

.info-block a span {
    color: #f48b00;
    font-size: 14px;
    font-family: "Inknut Antiqua", serif;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
    font-size: 20px;
}

/*********************
TOOLTIP CSS
*********************/

/* Tooltip attribute */
[data-tooltip] {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 0;
}

/* Tooltip content hidden by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Tooltip position */
[data-tooltip]:before {
    position: absolute;
    bottom: 25px;
    left: -87px;
    margin-bottom: 5px;
    padding: 12px;
    width: 200px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}

/* Triangle hack for Tooltip bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 25px;
    left: -1px;
    width: 0;
    border-top: 5px solid rgba(0, 0, 0, 0.4);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    font-size: 0;
    line-height: 0;
}

/* Tooltip visible on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    transition: none;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.disclaimer-roi {
    font-size: 12px;
}

.pageid-18286 .asSpinner-control {
    display: none;
}

ul.certificate span.aa-wi {
    background: url(../assets/img/css_sprites-v14.png) no-repeat;
    height: 30px;
    display: block;
    background-position: -447px -715px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    width: 383px;
    margin-left: -58px;
}

ul.certificate li.wai-aa {
    width: 100%;
    overflow: hidden;
    margin-top: -30px;
}

.post-info-date.info-del::before {
    display: none;
}

article.blog-entry-content .highlight {
    border-left: 6px solid #ffb200;
    padding: 24px 24px 10px;
    margin: 16px 0;
    background: #f8f8f8;
    color: #757575;
}

h2.h3-to-h2-hd {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    color: #313131;
    line-height: 1.2;
    letter-spacing: 0px;
}

p.h5-to-p {
    margin: 8px 0;
    color: #313131;
    font-size: 17px;
    font-weight: 600;
}

.roi-calculator .asSpinner-control {
    display: none;
}

section.site-footer .medal-g2.fall-2023 img {
    height: 82px;
    width: 72px;
}

#mktoForm_6767 #Country {
    background: transparent;
    color: #808080c4;
    padding: 10px 15px !important;
}

form#mktoForm_6767 .mktoFormRow.row_5 .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: rgb(85, 85, 85);
}

form#mktoForm_6767 .chatBotPopForm.mktoForm .mktoError {
    top: 54px;
}

.tsia.mamba20-pop .pop-up-top {
    height: 140px;
}

section.ourteam-container.bg_grey .team-members ul .team-cover {
    width: 25%;
}

section.site-footer .medal-g2.ccw.rd img {
    margin-left: -6px;
}

section.site-footer .medal-g2.forrester.rd {
    margin-left: -22px;
}

.bg-blues {
    margin-top: 30px;
    background: url('../assets/img/bg-quotes.png');
    padding: 40px 40px 20px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    border-radius: 12px;
    background-position: center;
}

.key-content .bg-blues p {
    color: #0D1A61;
    padding: 0px 200px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    font-weight: 700;
}

.bg-blues p.small-txt {
    text-align: right;
    font-size: 12px;
    margin-bottom: 0px;
    color: #0D1A61;
    line-height: 15px;
    opacity: 1;
}

.bg-blues p.small-txt a {
    color: #0D1A61;
}

.btn-bg-space {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-bg-space a {
    color: #ffffff;
}

.btn-bg-space a:hover {
    text-decoration: none;
}

.bg-blues:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    color: orange;
    position: absolute;
    top: 90px;
    right: 92px;
    display: inline-block;
    font-weight: 600;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(1deg);
    z-index: 100;
    padding: 0 16px;
}

.bg-blues.top {
    padding: 20px 20px 20px 20px;
}

.bg-blues.bottom {
    text-align: center;
}

.bg-blues.bottom p {
    font-size: 22px;
    line-height: 29px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin-bottom: 24px;
}

section.header-section.su-request-demo .leader-awards ul li {
    list-style-type: none;
    margin-right: 10px;
}

section.header-section.su-request-demo .leader-awards ul {
    padding-left: 0px;
}

section.about-us-testimonials {
    background: #12182E;
    color: #ffffff;
    position: relative;
    margin: 0 auto;
    width: calc(100% - 140px) !important;
    padding: 60px 80px 40px;
}

section.about-us-testimonials .container {
    max-width: 1170px;
    padding: 0 32px;
}

section.about-us-testimonials .suva-md-head {
    font-size: 28px;
    color: #ffffff;
    line-height: 44px;
    font-weight: 700;
}

section.about-us-testimonials .suva-md-head img.suva-quotes {
    margin-right: 16px;
    width: 60px;
    margin-left: 0px !important;
    margin-top: -4px;
}

section.about-us-testimonials img.suva-quotes {
    margin-left: 16px !important;
    margin-right: 16px;
    width: 60px;
}

section.about-us-testimonials h5.gr-sub-heading {
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    font-weight: normal;
    margin-top: 35px;
    margin-bottom: 40px;
}

section.about-us-testimonials h5 {
    font-size: 18px;
    margin-bottom: -6px;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
}

section.about-us-testimonials p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: normal;
}

section.about-us-testimonials img.namely-logo-outer {
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 0px 20px 20px 0px;
    border-left: 3px solid #F48B00;
    margin-left: 0;
}

section.ourconnector-container.customers-logos.new-customers-logos.su-demo-logos {
    padding-top: 40px;
    padding-bottom: 60px;
}

section.featured-resources-rd {
    margin-bottom: 60px;
    padding: 52px 0 40px;
}

.search-aided-pop-container p {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.search-aided-pop-container p span {
    color: #F48B00;
}

.faq-section .faq-container&gt;h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #12182E;
    line-height: 46px;
    margin-bottom: 30px;
    letter-spacing: -0.8px;
}

.faq-section .faq-item {
    margin-bottom: 0px;
    border: 1px solid #BEDEF3;
}

.faq-section .faq-item.active .question {
    background-color: #E5F5FF;
    padding-top: 30px;
}

.faq-section .question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    padding-left: 30px;
    padding-right: 30px;
}

.faq-section .question h2 {
    margin: 0;
    font-size: 20px;
    color: #12182E;
    font-weight: 600;
    line-height: 34px;
}

.faq-section .toggle-sign {
    font-size: 40px;
    font-weight: 400;
    color: #2c3e50;
    background-color: #ffffff;
    padding: 15px 12px 16px;
    line-height: 16px;
    z-index: 99;
}

.faq-section .answer {
    background-color: #f9f9f9;
    padding: 3px;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.faq-section .answer p,
.knowbler-faq .faq-section .answer li,
.faq-section .answer li {
    margin: 0;
    font-size: 16px;
    color: #5A5D6B;
    max-width: 980px;
    line-height: 26px;
    font-weight: 400;
}

.faq-section .faq-item.active .answer {
    max-height: unset;
    opacity: 1;
    background-color: #E5F5FF;
    margin-top: -20px;
    padding: 16px 30px 30px;
}

.llm-integrations section.master-support-sec {
    padding: 42px 0 40px;
    text-align: center;
    position: relative;
}

.main-heading h2 {
    letter-spacing: -1.2px;
    color: #12182E;
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
}

section.master-support-sec .feaured-resources-wrapper {
    margin-top: 45px;
}

section.award-strip-customer .slick-slider {
    padding-bottom: 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 528px;
}

.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: auto;
    background-image: url(../assets/img/arrw-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #FFFFFF;
    padding: 24px 24px;
    color: #ffffff;
    font-size: 26px;
    background-size: 12px;
    right: calc(50% + 15px);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list.draggable {
    margin-bottom: 50px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

section.master-support-sec.featured-res-v2 .slick-list.draggable,
section.master-support-sec.featured-res-v2 .slick-track,
section.master-support-sec.featured-res-v2 .slick-initialized .slick-slide {
    display: flex;
}

.slick-next.slick-arrow {
    width: 50px;
    border: 1px solid #fff;
    padding: 24px 24px;
    color: #fff;
    font-size: 26px;
    margin: 0 auto;
    background-image: url(../assets/img/arrw-next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    right: auto;
    position: absolute;
    bottom: 0;
    left: calc(50% + 15px);
}

i.fa.fa-chevron-right,
i.fa.fa-chevron-left {
    display: none;
}

i.fa.fa-chevron-left {
    border: 1px solid #FFFFFF;
    padding: 12px 18px;
    color: #ffffff;
    font-size: 26px;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

section.master-support-sec.featured-res-v2 .slick-list.draggable,
section.master-support-sec.featured-res-v2 .slick-track,
section.master-support-sec.featured-res-v2 .slick-initialized .slick-slide {
    display: flex;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

section.master-support-sec.featured-res-v2 .slick-list.draggable,
section.master-support-sec.featured-res-v2 .slick-track,
section.master-support-sec.featured-res-v2 .slick-initialized .slick-slide {
    display: flex;
}

section.master-support-sec .card-holder {
    padding: 0 1rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

section.master-support-sec .card-body {
    padding: 30px 20px 30px 30px;
    min-height: 192px !important;
}

section.master-support-sec.featured-res-v2 .card-body {
    min-height: unset !important;
}

.master-support-sec .feaured-resources-wrapper .rc-cards-bottom {
    margin-top: auto;
}

section.master-support-sec h4.bg-small-heading,
section.master-support-sec .rc-cards-bottom h4 {
    text-align: left;
    margin-bottom: 0px;
}

section.master-support-sec .rc-cards-bottom h4 a {
    letter-spacing: 0px;
    color: #F48B00;
    font-size: 16px;
    line-height: 34px;
    text-decoration: none;
    position: relative;
}

section.master-support-sec .card .rc-img {
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .8s cubic-bezier(.25, .46, .45, .94), transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}

section.master-support-sec h3.primary-color {
    letter-spacing: -0.44px;
    color: #12182E;
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

section.master-support-sec h3.primary-color {
    font-size: 18px;
    line-height: 26px;
    min-height: 104px;
    font-weight: 600;
}

section.master-support-sec.customer-service.analytics-master h4.bg-small-heading,
section.master-support-sec.partners h4.bg-small-heading,
section.master-support-sec.featured-res-v2 h4.bg-small-heading {
    display: none;
}

section.master-support-sec .rc-cards-bottom h4 a {
    letter-spacing: 0px;
    color: #F48B00;
    font-size: 16px;
    line-height: 34px;
    text-decoration: none;
    position: relative;
}

.master-support-sec .feaured-resources-wrapper .rc-cards-bottom {
    margin-top: auto;
}

section.master-support-sec {
    padding: 22px 0 40px;
    text-align: center;
    position: relative;
}

section.master-support-sec:after {
    content: "";
    height: 440px;
    width: 100%;
    background-color: #12182E;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

section.customers-testimonails.customers-crousel.testimonial-revamp {
    max-width: calc(100% - 140px);
    margin-top: 60px;
    margin-bottom: 0px;
    margin: 0 auto;
}

.customers-crousel .carousel-indicators li {
    background-color: unset;
    opacity: 1;
}

.faceted-search {
    margin-top: 36px;
}

.connectors .highlight-link h5:before {
    display: none;
}

section.feaured-services h5 {
    font-weight: 700;
    letter-spacing: -0.36px;
    color: #12182E;
}

section.feaured-services p {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    color: #5A5D6B;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.connectors section.feaured-services a.text-link {
    text-transform: none;
    font-size: 16px;
    line-height: 26px;
}

.connectors section.feaured-services a.text-link:after {
    display: none;
}

.connectors section.feaured-services .feaured-services-inner {
    overflow: hidden;
    padding: 20px 16px 50px 16px;
    border-radius: 0px;
    box-shadow: none;
}

.connectors section.feaured-services .fadeInUp {
    margin-bottom: 20px !important;
}

@media only screen and (max-width: 1366px) {
    .main-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@-webkit-keyframes play {
    100% {
        background-position: -1393.1px;
    }
}

@keyframes play {
    100% {
        background-position: -1393.1px;
    }
}

@supports (-ms-ime-align:auto) {
    label[for=inputUser] {
        display: none;
    }

    label[for=inputPassword] {
        display: none;
    }

    ::-webkit-input-placeholder {
        color: black;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: black;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: black;
    }

    :-ms-input-placeholder {
        color: black;
    }

    .about-timeline .su_pop_about_content .timeline-inner-content {
        height: auto;

    }

    .about-timeline .su_pop_about_content h3 {
        margin-top: 15px;
    }
}

/*/Pricing Calculator Page*/

/***Privacy Policy css starts**/
.pageid-2776 .section_html_container .section_html ul.time_to_clean_blog {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

/***Privacy Policy css ends**/

/* About us page css start */
section.ab-product-partners.su-py-80 {
    padding: 0 0 80px;
    padding: 0 0 5rem;
}

section.ab-product-partners.su-py-80.about-page .MultiCarousel {
    margin-top: -16px;
}

.searchunify-customers {
    padding: 80px 0;
    padding: 5rem 0;
}

.searchunify-customers h2.su-section-heading {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.searchunify-customers .MultiCarousel {
    padding: 0 15px;
}

.header-section .about-head-text h1 {
    text-transform: unset;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.about-head-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.white-bar {
    position: relative;
}

.white-bar:after {
    content: '';
    background: #fff;
    width: 10%;
    height: 6px;
    display: block;
    border-radius: 2rem;
    margin: 24px auto;
    margin: 1.5rem auto;
}

.about-mid-banner {
    background-image: url(../assets/img/about-forrester-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 112px 0;
    padding: 7rem 0;
    margin: -80px 0 0px;
    margin: -5rem 0 0rem;
    position: relative;
    z-index: 10;
}

.contact-us .about-mid-banner {
    background-image: none;
    padding: 25.6px 0;
    padding: 1.6rem 0;
    margin: 0;
    background-color: #182b4c;
}

.contact-us .about-mid-banner .about-mb-text {
    padding-top: 0;
    padding-right: 160px;
    padding-right: 10rem;
}

.contact-us .about-mid-banner .about-mb-text h4 {
    margin-bottom: 0;
}

.contact-us .about-mb-btn {
    margin-top: 0;
}

.about-mid-banner .about-mb-img img {
    -webkit-transform: rotate(-2.6deg);
    -ms-transform: rotate(-2.6deg);
    transform: rotate(-2.6deg);
    position: relative;
    top: -3px;
    left: 0;
}

.about-mid-banner .about-mb-text {
    padding-top: 40px;
    padding-right: 160px;
    padding-right: 10rem;
}

.postid-37 .about-mid-banner .about-mb-text {
    padding-top: 0;
}

.contact-us .about-mb-text h4,
.postid-37 .about-mb-text h4 {
    color: #182b4c;
}

.su-py-80 {
    padding: 80px 0;
    padding: 5rem 0;
}

section.ab-leadership {
    background-color: #fcfdff;
    background-image: url(../assets/img/about-leadership-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center;
    position: relative;
}

.contact-us section.ab-leadership {
    background-color: #ffffff;
    background-image: none;
}

section.ab-product-partners {
    background-color: #fcfdff;
    margin-top: -112px;
    margin-top: -7rem;
    position: relative;
    z-index: 2;
    padding-top: 112px;
    padding-top: 7rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    ;
}

section.ab-product-partners .triangle-4 {
    position: absolute;
    top: 10%;
    right: 2%;
    max-width: 20px;

}

section.ab-product-partners .triangle-5 {
    position: absolute;
    bottom: 3%;
    left: 2%;
    max-width: 20px;
}

section.about-mid-banner .mamphasis-4 {
    position: absolute;
    bottom: 3%;
    left: -2%;
    max-width: 120px;
}

.ab-leadership .media-image {
    text-align: center;
    margin-right: 64px;
    margin-right: 4rem;
}

.about-our-story {
    padding-bottom: 73.6px;
    padding-bottom: 4.6rem;
    position: relative;
}

.about-our-story .triangle-1 {
    position: absolute;
    top: 5%;
    left: 2%;
    max-width: 20px;
}

.about-our-story .triangle-2 {
    position: absolute;
    top: 35%;
    right: 2%;
    max-width: 20px;
}

.about-our-story .triangle-3 {
    position: absolute;
    bottom: 9%;
    left: 4%;
    max-width: 20px;
}

.about-our-story .story-img {
    max-width: 1500px;
    margin: 0 auto;
    background-image: url(../assets/img/about-our-story-2021-v2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 760px;

}

body.postid-37.modal-open {
    position: static !important;
}

.about-our-story .story-img ul {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
}

.about-our-story .story-img ul li {
    float: left;
    width: 260px;
    text-align: left;
    position: absolute;
}

.about-our-story .story-img ul li:hover {
    cursor: pointer;
}

.about-our-story .story-img li.event img {
    display: none;
}

.about-our-story .story-img li.event.e-2008 {
    top: 18%;
    left: 3.4%;
}

.about-our-story .story-img li.event.e-2008 img {
    width: 76px;
    height: 56px;
    margin-bottom: 0;
}

.about-our-story .story-img li.event.e-2012 {
    top: 18%;
    left: 35.8%;
}

.about-our-story .story-img li.event.e-2012 img {
    width: 60px;
    height: 66px;
}

.about-our-story .story-img li.event.e-2015 {
    top: 18%;
    left: 66%;
}

.about-our-story .story-img li.event.e-2015 img {
    width: 60px;
    height: 66px;
}

.about-our-story .story-img li.event.e-2016 {
    top: 55%;
    left: 51%;
}

.about-our-story .story-img li.event.e-2016 img {
    width: 70px;
    height: 69px;
    margin-left: -15px;
}

.about-our-story .story-img li.event.e-2018 {
    top: 55%;
    left: 19.6%;
}

.about-our-story .story-img li.event.e-2018 img {
    width: 70px;
    height: 72px;
    margin-bottom: 2px;
}

.about-our-story .story-img li.event.e-2019 {
    top: 92%;
    left: 4%;
}

.about-our-story .story-img li.event.e-2019 img {
    width: 64px;
    height: 50px;
}

.about-our-story .story-img li.event.e-2020 {
    top: 92%;
    left: 36%;
}

.about-our-story .story-img li.event.e-2020 img {
    width: 50px;
    height: 57px;
    margin-bottom: -4px;
}

.about-our-story .story-img li.event.e-2021 {
    top: 92%;
    left: 66%;
}

.about-our-story .story-img ul li {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about-our-story .story-img ul li:hover {
    -webkit-transform: scale(1.12, 1.12) !important;
    -ms-transform: scale(1.12, 1.12) !important;
    transform: scale(1.12, 1.12) !important;
}

.about-our-story .story-img ul li h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 6px;
    color: #f48b00;
}

.about-our-story .story-img ul li h3:after {
    content: '';
    background: #ffb200;
    width: 40%;
    height: 1.6px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.about-our-story .story-img ul li .timeline-texts {
    text-align: center;
}

.about-our-story .story-img ul li span {
    font-size: 11px;
    color: #182b4c;
    font-weight: 600;
    display: block;
    margin-top: -2px;
}

.about-our-story .story-img ul li h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    color: #182b4c;
}

.about-our-story .story-img ul li p {
    display: none;
}

.about-timeline .modal-content {
    border-radius: 1.3rem;
}

.about-timeline .modal-content button {
    display: block;
    position: absolute;
    right: 8px;
    width: 24px;
    top: 8px;
    height: 24px;
    background: #ffb200;
    color: #fff;
    border-radius: 50%;
    z-index: 9999;
    font-size: 14px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    outline: 0;
}

.about-timeline .modal-content button span {
    display: block;
    font-size: 10px;
    line-height: 10px;
}

.about-timeline {
    border-radius: 10px;

}

.su_pop_about_content {
    padding: 32px 32px 12.8px 32px;
    padding: 2rem 2rem 0.8rem 2rem;
}

.about-timeline .su_pop_about_content img {
    width: auto;
    height: 44px;
}

.about-timeline .su_pop_about_content.e-2020 img {
    width: 50px;
    height: auto;
}

.about-timeline .su_pop_about_content .timeline-inner-content span {
    display: none;
}

.about-timeline .su_pop_about_content .timeline-inner-content {
    width: 74%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.about-timeline .su_pop_about_content h4 {
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    margin-left: 16px;
}

.about-timeline .su_pop_about_content h3 {
    font-weight: 600;
    font-size: 16px;
    margin-left: 15px;
}

.about-timeline .su_pop_about_content p {
    margin-top: 15px;
    font-weight: normal;
    font-size: 14px;
}

.about-stories {
    max-width: 94%;
    margin: 0 auto;
}

.about-stories .media .icon {
    max-width: 100px;
}

.about-our-story .su-section-heading {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.about-our-story p {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.su-section-heading {
    font-weight: 600;
    font-size: 30px;
    color: #182b4c;
    margin-bottom: 41.6px;
    margin-bottom: 2.6rem;
}

.about-mb-text h4 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: inherit;
    line-height: 32px;
    margin-bottom: 0px;
}

.about-mb-text h4 span {
    color: #f48b00;
}

.ab-product-partners .MultiCarousel-inner .item .carousel-partner {
    background-color: transparent;
}

.about-mb-btn {
    padding: 8px 16px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    margin-top: 16px;
    margin-top: 1rem;
}

.ab-leadership-container h5 {
    color: #f48b00;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

.ab-leadership-container p {
    color: #8e97a6;
    margin: 20px 0 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.ab-leadership-container h5 small {
    display: block;
}

.btn.ab-leader-btn {
    border-radius: 6px;
    padding: 12.8px 25.6px;
    padding: 0.8rem 1.6rem;
    text-transform: uppercase;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #ffffff;
}

.about-text a {
    color: #ffb200;
    font-weight: 500;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.about-text a:hover {
    text-decoration: none;
}

.btn.ab-leader-btn:active,
.btn.ab-leader-btn:hover {
    background: transparent;
    color: #ffb200;
}

section.about-text p {
    color: #8e97a6;
    text-align: center;
}

.about-mb-btn:hover {
    color: #fff;
}

.about-text .su-section-heading {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

.about-our-story .about-stories .media-body h3.h4 {
    text-align: left;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.about-our-story .about-stories .media-body p.text-left {
    font-size: 14px;
    line-height: normal !important;
    margin-right: 15px;
}

.about-our-story .about-stories .media-body hr {
    width: 30%;
    border-width: 2px;
    border-color: #000;
    margin-top: 11.2px;
    margin-top: 0.7rem;
    margin-bottom: 11.2px;
    margin-bottom: 0.7rem;
    margin-left: 0;
}

.about-our-story .about-stories .row1-bottom-space .media-body hr {
    width: 50%;
}

.about-our-story .about-stories .row1-bottom-space {
    margin-bottom: 150px;
}

.about-our-story .about-stories .row1-bottom-space .px-5 {
    padding-left: 80px !important;
    padding-left: 5rem !important;
}

.about-our-story .about-stories .row2-top-space .col-md-4 {
    padding-right: 80px !important;
    padding-right: 5rem !important;
}

.about-our-story .about-stories .media .icon img {
    width: 56%;
    height: auto;
    position: relative;
    left: -30px;
}

.about-our-story .about-stories .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ab-leadership-container {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    position: relative;
}

.ab-leadership .profile-1 {
    position: absolute;
    bottom: 3%;
    left: 12%;
    max-width: 20px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.ab-leadership .profile-2 {
    position: absolute;
    bottom: 11%;
    right: 0;
    max-width: 120px;
}

.ab-leadership .profile-bg {
    position: absolute;
    top: -21%;
    left: -7%;
    max-width: 180px;
}

.ab-product-partners .partner-container .ab-partner-container a .img-fluid,
.ab-product-partners .partner-container .ab-partner-container div.without-link .img-fluid {
    max-width: 90%;
}

.ab-product-partners .partner-container img.img-fluid.aem {
    width: 275px;
    height: auto;
}

.ab-product-partners .partner-container .ab-partner-container div.without-link,
.ab-product-partners .partner-container .ab-partner-container a {
    border: 2px solid #ffffff;
    text-align: center;
    height: 60px;
}

.ab-product-partners .partner-container .ab-partner-container div.without-link img.img-fluid:hover,
.ab-product-partners .partner-container .ab-partner-container a img.img-fluid:hover {
    border-bottom: 2px solid #ffb200;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ab-product-partners .partner-container .ab-partner-container .img-fluid {
    max-width: 25%;
}

.ab-leadership .ab-leadership-container .media a.ab-leader-btn {
    font-size: 14px;
}

.postid-37 section.about-text {
    padding: 64px 0 5px 0;
    padding: 4rem 0 5px 0;
    background-color: #fcfdff;
    margin-top: -32px;
    margin-top: -2rem;
}

/*Mamba 20 pop*/
#su_pop_forms_content {
    position: relative;
}

#su_pop_forms .modal-content {
    border-radius: 20px;
    border: 0;
}

#videoModal {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#ModalImg {
    display: none;
}

.tsia.mamba20-pop .light-bg {
    background: none;
    padding: 20px 5px 61px;

}

.tsia.mamba20-pop .webinar-time-wrapper {
    width: 94%;
    margin: 0 auto;
    margin-left: 36px;
}

.tsia.mamba20-pop i.sf.clock,
.tsia.mamba20-pop i.sf.calendar {
    width: 24px;
    height: 24px;
    display: block;
}

.tsia.mamba20-pop .date-time-container {
    top: 4px;
    position: absolute;
    left: 52px;
    color: #ffffff;
}

.tsia.mamba20-pop .date-time-container h5 {
    font-size: 16px;
    font-weight: 700;
}


.tsia.mamba20-pop i.sf.clock {
    background-image: url(../assets/img/community-time.svg)
}

.tsia.mamba20-pop i.sf.calendar {
    background-image: url(../assets/img/su-tsia-calendar.svg)
}

.tsia.mamba20-pop .pop-up-top h3 {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

.tsia.mamba20-pop .pop-up-top h3 span {
    color: #ffb200;
}

.tsia.mamba20-pop .pop-up-top p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0 48px;
    padding: 0 3rem;
}

.tsia.mamba20-pop .pop-up-logo {
    padding-top: 25px;
}

.tsia.mamba20-pop .pop-up-top {
    display: block;
    margin: auto;
    margin-bottom: 400px;
}

.tsia.mamba20-pop a.btn:active,
.tsia.mamba20-pop a.btn {
    margin-top: 25px;
    margin-left: 0;
    border-radius: 4px;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f80;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f80), to(#ffb300));
    background: -o-linear-gradient(left, #f80 0, #ffb300 100%);
    background: linear-gradient(90deg, #f80 0, #ffb300 100%);
    border: 0;
    color: #fff;
    font-weight: 700;
}

.animated-btn {
    overflow: hidden;
    position: relative
}

.animated-btn:after {
    -webkit-animation-direction: forward;
    animation-direction: forward;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveAfter;
    animation-name: moveAfter;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(21, 63%, 73%, 0)), color-stop(50%, hsla(0, 0%, 100%, .5)), to(hsla(21, 63%, 73%, 0)));
    background: -o-linear-gradient(top, hsla(21, 63%, 73%, 0), hsla(0, 0%, 100%, .5) 50%, hsla(21, 63%, 73%, 0));
    background: linear-gradient(180deg, hsla(21, 63%, 73%, 0), hsla(0, 0%, 100%, .5) 50%, hsla(21, 63%, 73%, 0));
    bottom: -50%;
    content: "";
    left: -50%;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: rotate(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotate(60deg) translate(-5em, 7.5em)
}

@-webkit-keyframes moveAfter {
    to {
        -webkit-transform: rotate(60deg) translate(1em, -9em);
        transform: rotate(60deg) translate(1em, -9em)
    }
}

@keyframes moveAfter {
    to {
        -webkit-transform: rotate(60deg) translate(1em, -9em);
        transform: rotate(60deg) translate(1em, -9em)
    }
}

.tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li:before {
    content: "\2022";
    color: #f48b00;
    font-weight: bold;
    font-size: 32px;
    font-size: 2rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    top: 3px;
    position: relative;
}

.tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    list-style-type: none;
}

.tsia.mamba20-pop .light-bg .cta-box {
    margin-top: 41.6px;
    margin-top: 2.6rem;
    text-align: left;
    margin-left: 11px;
}

.tsia.mamba20-pop .pop_up-bottom {
    padding: 18px 0;
}

.tsia.mamba20-pop .pop_up-bottom .pop-up-img {
    margin-top: 38.4px;
    margin-top: 2.4rem;
}

.tsia.mamba20-pop .pop_up-bottom .pop-up-img img {
    display: block;
    margin: auto;
}

/*Mamba 20 pop*/
/*Colub 20 pop*/
.colubridae-20-pop {
    background-image: url(../assets/img/colb-20/col-20-pop-bg.png);
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: cover;
    overflow: hidden;
}

.colubridae-20-pop .colubridae-20-logo {
    background-image: url(../assets/img/colb-20/col-20-pop-logo.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position-x: center;
    background-position-y: -40px;
}

#su_pop_forms .modal-content {
    border-radius: 20px;
    border: 0;
}

.colubridae-20-pop .light-bg {
    background: none;
    padding: 20px 5px 20px;
    text-align: left;
}

.colubridae-20-pop .higlight-box h3 {
    color: #fff;
    font-weight: 200;
    padding-left: 32px;
    padding-left: 2rem;
    padding-top: 28px;
    padding-right: 64px;
    padding-right: 4rem;
}

.colubridae-20-pop .col-12.logo-box {
    text-align: center;
    color: #fff;
}

.colubridae-20-pop .col-12.logo-box h4 {
    padding-top: 140px;
    letter-spacing: 6px;
    font-size: 12px;
    text-transform: uppercase;
}

.colubridae-20-pop .pop-up-logo {
    padding-top: 25px;
}

.colubridae-20-pop .pop-up-top {
    display: block;
    margin: auto;
}

.colubridae-20-pop .light-bg .pop-up-list-container ul.pop_up-list li:before {
    content: "\2022";
    color: #f48b00;
    font-weight: bold;
    font-size: 32px;
    font-size: 2rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    top: 3px;
    position: relative;
}

.colubridae-20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    list-style-type: none;
    font-weight: 500;
}

.colubridae-20-pop .pop-up-bottom-row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.colubridae-20-pop .pop_up-bottom {
    padding: 0 0 10px 0;
    text-align: center;
}

/*Colub 20 pop*/
/*Stevie pop up*/
.stevie-pop-wrapper {
    background-image: url(../assets/img/searchunify_stevie_pop_bg-v2.png);
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: cover;
    overflow: hidden;
    background-color: #ffffff;
    padding: 25.6px 16px;
    padding: 1.6rem 1rem;
}

.stevie-pop-wrapper h3 {
    font-family: 'Abril Fatface', Arial, sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #020562;
    padding: 16px 48px 9.6px;
    padding: 1rem 3rem 0.6rem;
    letter-spacing: 1px;
}

.stevie-pop-wrapper h3 sup {
    font-size: 40px;
    top: -4px;
    left: -2px;
    margin-right: -10px;
}

.stevie-pop-wrapper .btn {
    border-radius: 30px;
    padding: 10px 30px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.stevie-pop-wrapper .stevie-logo img {
    max-width: 260px;
}

.stevie-pop-wrapper img.StevieLogo {
    max-width: 160px;
    padding-top: 23px;
}

/*Stevie pop up*/
/***Podcast Page css starts***/
.single-post .first-row {
    padding-top: 110px;
    margin-top: auto;
}

.single-post.cookie_not_set .first-row {
    padding-top: 140px;
}

.podcast .entry-content ul {
    padding-left: 18px;
}

.podcast .entry-content .featured-speaker .speaker-info .row .speaker-article {
    padding-bottom: 30px;
}

.podcast .entry-content p.speaker-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 30px;
    margin-bottom: unset;
}

.podcast .entry-content .featured-speaker h3 {
    color: #f38a00;
    font-weight: 600;
    font-style: italic;
}

.podcast .entry-content .speaker-info {
    padding: 30px 0;
}

.podcast .entry-content .featured-speaker {
    padding-top: 30px;
}

.podcast .entry-content p.speaker-desc span {
    font-size: 14px;
    line-height: 26px;
    color: #757575;
    font-weight: 400;
}

.podcast .entry-content .image-name {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}

.podcast .entry-content div.speaker-info .image-name img {
    width: 30%;
    height: 100%;
    border-radius: 50%;
}

.podcast .podcast-icons-wrapper ul.podcast-logo-image {
    margin: 0px -15px;
    padding: 0px;
}

.podcast .podcast-icons-wrapper ul.podcast-logo-image li {
    list-style-type: none;
    display: block;
    float: left;
    margin-bottom: 13px;
    width: 25%;
    padding: 10px 15px;
}

.podcast .podcast-icons-wrapper ul.podcast-logo-image li a {
    display: block;
}

.podcast .podcast-icons-wrapper ul.podcast-logo-image li a img {
    width: 100%;
}

.podcast .post-navigation a {
    display: block;
}

.podcast .post-navigation .prev,
.podcast .post-navigation .next {
    padding: 3px 0;
}

.podcast .post-navigation .prev:hover p,
.podcast .post-navigation .next:hover p {
    color: #f38a00;
}

.podcast .post-navigation p {
    margin: 0;
    padding: 0;
}

.podcast p.podcast-pagination-label {
    font-weight: 600;
    color: #ffb200;
}

.podcast #blog-detail-prev .fas {
    margin-right: 12px;
    position: relative;
    top: 2px;
    font-size: 18px;
}

.podcast #blog-detail-next .fas {
    margin-left: 12px;
    position: relative;
    top: 2px;
    font-size: 18px;
}

.podcast .entry-content div#blog-detail-prev {
    padding-right: 40px;
}

.podcast .entry-content div#blog-detail-next {
    padding-left: 40px;
}

.podcast .post-navigation .prev:hover .fas,
.podcast .post-navigation .next:hover .fas {
    -webkit-animation: fadeIn 1000ms infinite both;
    animation: fadeIn 1000ms infinite both;
}

.podcast #blog-detail-prev a:hover .fas,
.podcast #blog-detail-next a:hover .fas {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/***Podcast Page css ends***/
/***Video Page css***/
.video .row.first-row .col-12 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

.video article.entry-content {
    margin-top: -6px;
}

.video .entry-content ul {
    padding-left: 18px;
}

.video .video-row {
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

/***Video Page css ends***/
/***Podcast-Form css starts***/
#mktoForm_5366 .mktoLabel {
    font-weight: normal !important;
    padding-bottom: 5px !important;
    font-size: 15px !important;
    width: auto !important;
}

#mktoForm_5366 .mktoRequiredField .mktoAsterix {
    float: right !important;
    padding-right: 0px !important;
    font-size: 28px;
}

form#mktoForm_5366 {
    max-width: 526px;
    width: 100% !important;
    margin: 0 auto;
    padding: 0px !important;
}

form#mktoForm_5366.mktoForm .mktoFormRow:nth-child(2) {
    margin-top: -6px;
}

form#mktoForm_5366.mktoForm .mktoFormCol {
    float: none;
}

#mktoForm_5366 .mktoOffset,
form#mktoForm_5366 .mktoGutter {
    display: none;
}

#mktoForm_5366 .mktoFieldWrap {
    float: none;
}

#mktoForm_5366 .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
    padding-bottom: 18px;
}

#mktoForm_5366 .mktoFormCol {
    margin-bottom: 0px !important;
}

form#mktoForm_5366.mktoForm .mktoFormRow:nth-child(3) {
    margin-top: -4px;
}

.subscribeForm form#mktoForm_5366 .mktoLabel,
#mktoForm_5366 .mktoRequiredField .mktoAsterix {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
}

form#mktoForm_5366 input#emailOptInBoolean:focus,
form#mktoForm_5366 input#consenttoProcessing:focus {
    outline: none;
}

form#mktoForm_5366 input#emailOptInBoolean,
form#mktoForm_5366 input#consenttoProcessing {
    display: none;
}

form#mktoForm_5366 .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
form#mktoForm_5366 .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

form#mktoForm_5366 .mktoCheckboxList input#emailOptInBoolean+label:after,
form#mktoForm_5366 .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #ffb200;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 5px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

form#mktoForm_5366.mktoForm .mktoFormRow:nth-child(3) .mktoError {
    left: 0 !important;
    bottom: -34px !important;
}

form#mktoForm_5366.mktoForm .mktoFormRow:nth-child(7) .mktoError {
    left: 0 !important;
    bottom: -14px !important;
}

.subscribeForm form#mktoForm_5366 .mktoField {
    width: 100% !important;
    border: 1px solid #f48b00 !important;
    text-transform: none !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #333333 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    line-height: 20px !important;
    font-size: 15px !important;
    margin-bottom: 14px !important;
    padding: 10px 15px !important;
    height: auto !important;
}

.subscribeForm form#mktoForm_5366.mktoForm .mktoFormRow:nth-child(6) {
    margin-top: 4px;
}

.subscribeForm #mktoForm_5366 label[for="emailOptInBoolean"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 15px;
    color: #555;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin-top: -3px;
    margin-bottom: 4px !important;
}

.subscribeForm #mktoForm_5366.mktoForm label[for="emailOptInBoolean"] .mktoAsterix {
    display: none !important;
}

.subscribeForm #mktoForm_5366 .mktoRequiredField .mktoAsterix {
    color: #f48b00 !important;
}

.subscribeForm #mktoForm_5366 label[for="emailOptInBoolean"] .aster-sign {
    color: #f48b00;
}

.subscribeForm form#mktoForm_5366 input#emailOptInBoolean,
.subscribeForm form#mktoForm_5366 input#consenttoProcessing {
    margin-left: -11px;
}

.subscribeForm #mktoForm_5366 .mktoCheckboxList label[for="emailOptInBoolean"] {}

.subscribeForm #mktoForm_5366 label[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 15px;
    color: #555;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin-top: -3px;
    margin-bottom: -8px;
}

#mktoForm_5366 .mktoButtonRow {
    display: block;
    padding-top: 15px;
}

#mktoForm_5366 span.mktoButtonWrap {
    display: block;
    margin-left: 0px !important;
}

.subscribeForm form#mktoForm_5366 .mktoButton {
    background: #f48b00 !important;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
    border-radius: 20px;
    background-image: inherit !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 600 !important;
    margin-top: 6px;
    border: none !important;
}

.subscribeForm #mktoForm_5366 label[for="emailOptInBoolean"],
.subscribeForm #mktoForm_5366 label[for="consenttoProcessing"] {
    width: 86% !important;
    font-size: 12px !important;
    line-height: 18px;
    padding-top: 3px !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    font-family: "Montserrat", Arial, sans-serif !important;
}

#su_pop_forms.modal-no-border .modal-content {
    padding: 14px;
    background: transparent;
}

.container.podcastPopup {
    padding: 0;
    background-color: #f48b00;
    overflow: hidden;
}

.podcastPopup .pop-up-top {
    margin: 0;
    padding: 32px 16px;
    padding: 2rem 1rem;
}

.podcastPopup form.podcastPopForm {
    margin: 0;
    width: 100% !important;
}

.podcastPopup form.podcastPopForm .mktoField {
    width: 100% !important;
    border: 1px solid #f48b00 !important;
    text-transform: none !important;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #333333 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    line-height: 20px !important;
    font-size: 15px !important;
    margin-bottom: 14px !important;
    padding: 10px 15px !important;
    height: auto !important;
}

.podcastPopup form.podcastPopForm #Email::-webkit-input-placeholder {
    color: #ccccce;

}

.podcastPopup form.podcastPopForm #Email::-moz-placeholder {
    color: #ccccce;
}

.podcastPopup form.podcastPopForm #Email:-ms-input-placeholder {
    color: #ccccce;
}

.podcastPopup form.podcastPopForm #Email::placeholder {
    color: #ccccce;
}

.podcastPopup form.podcastPopForm label[for="Email"] {
    display: none;
}

.podcastPopup form.podcastPopForm .mktoFormRow:nth-child(3) {
    margin-bottom: 3.2px;
    margin-bottom: 0.2rem;
}

.podcastPopup form.podcastPopForm .mktoFieldDescriptor.mktoFormCol,
.podcastPopup form.podcastPopForm .mktoFieldWrap.mktoRequiredField {
    width: 100%;
    margin-bottom: 0px !important;
}

.podcastPopup form.podcastPopForm label[for="emailOptInBoolean"] .mktoAsterix {
    display: none !important;
}

.podcastPopup form.podcastPopForm label[for="emailOptInBoolean"] .aster-sign {
    color: #fff;
}

.podcastPopup form.podcastPopForm input#emailOptInBoolean,
.podcastPopup form.podcastPopForm input#consenttoProcessing {
    display: none;
}

.podcastPopup form.podcastPopForm label[for="emailOptInBoolean"],
.podcastPopup form.podcastPopForm label[for="consenttoProcessing"] {
    width: 92% !important;
    font-size: 12px !important;
    line-height: 18px;
    padding-top: 3px !important;
    float: right;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    margin-top: -3px;
    margin-bottom: 3px !important;
}

.podcastPopup form.podcastPopForm label[for="emailOptInBoolean"] a,
.podcastPopup form.podcastPopForm label[for="consenttoProcessing"] a {
    font-weight: 600;
    color: #000 !important;
    padding: 0;
}

.podcastPopup form.podcastPopForm .mktoCheckboxList input#emailOptInBoolean+label:after,
.podcastPopup form.podcastPopForm .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    background-color: #f48b00;
    border-radius: 0;
    position: absolute;
    top: 3px;
    left: 0;

}

.podcastPopup form.podcastPopForm .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
.podcastPopup form.podcastPopForm .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;

}

.podcastPopup form.podcastPopForm .mktoOffset,
.podcastPopup form.podcastPopForm .mktoGutter {
    display: none;
}

.podcastPopup form.podcastPopForm .mktoFormRow:nth-child(3) .mktoError {
    left: 0 !important;
    bottom: -34px !important;
}

.podcastPopup form.podcastPopForm .mktoFormRow:nth-child(7) .mktoError {
    left: 0 !important;
    bottom: -14px !important;
}

.podcastPopup form.podcastPopForm .mktoButtonRow {
    width: 100%;
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 1.6px;
    margin-bottom: 0.1rem;
}

.podcastPopup form.podcastPopForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}

.podcastPopup form.podcastPopForm .mktoButtonWrap.mktoSimple .mktoButton {
    color: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 1.1em;
    background-color: #000;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000, #000);
    font-weight: 600;
    letter-spacing: 1.2px;
    font-family: "Montserrat", Arial, sans-serif !important;
}

.podcastPopup .logo-box.pop-up-img {
    position: absolute;
    bottom: 0;

}

.podcastPopup .logo-box.pop-up-img img {
    max-width: 100%;
    position: relative;
    bottom: -35px;
}

.podcastPopup .widget-title {
    font-size: 25.6px;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 900;
    color: #fff;
}

.podcastPopup form.podcastPopForm .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
    text-align: left;
    color: #fff;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 9.6px;
    margin-bottom: 0.6rem;
    font-family: "Montserrat", Arial, sans-serif !important;
}

.podcastPopup .hidden-onload .contact-success-message {
    text-align: center;
}

.podcastPopup .hidden-onload .contact-success-message i.fas {
    margin: 0 auto 30px;
    font-size: 65px;
    display: block;
    height: auto;
    color: #ffffff;
}

.podcastPopup .contact-success-message.col-12 p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.podcastPopup .hidden-onload {
    width: 100%;
    padding: 0 160px;
    padding: 0 10rem;
}

/***Podcast-Form css ends***/
/*Webinar pop up*/
.AugmentedIntelligencePop .tfes h1.primary-color {
    font-size: 35.2px;
    font-size: 2.2rem;
    line-height: 48px;
    line-height: 3rem;
    font-weight: 900;

}

.AugmentedIntelligencePop .tfes h1.primary-color:after {
    height: 0px;
}

.AugmentedIntelligencePop .row.webinar-time {
    padding: 16px 0 19.2px 0;
    padding: 1rem 0 1.2rem 0;
}

.AugmentedIntelligencePop .webinar-time-container {
    font-size: 12.8px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
}

.AugmentedIntelligencePop .webinar-time-container span {
    position: relative;
    top: -6px;
    left: 6px;
}

.AugmentedIntelligencePop .webinar-time-container .fa,
.AugmentedIntelligencePop .webinar-time-container .far {
    font-size: 41.6px;
    font-size: 2.6rem;
}

.AugmentedIntelligencePop .tfes .webinar-sign {
    position: relative;
    margin-bottom: 41.6px;
    margin-bottom: 2.6rem;
}

.AugmentedIntelligencePop .tfes h4 {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 6px;
}

.AugmentedIntelligencePop .tfes h4:after {
    content: " ";
    height: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
    max-width: 46px;
    border-radius: 2px;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    position: absolute;
    right: 0;
    left: 0;
    top: 4px;
}

.AugmentedIntelligencePop .tfes .speaker-container h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 32px;
    line-height: 2rem;
    color: #ffb200;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 9px;
}

.AugmentedIntelligencePop .tfes .speaker-container .speaker-inner {
    margin-left: -15px;
}

.AugmentedIntelligencePop .tfes .speaker-container .speaker-inner .col-8 {
    padding-right: 0;
}

.AugmentedIntelligencePop .tfes .speaker-container .speaker-inner img {
    max-width: 70px;
}

.AugmentedIntelligencePop .tfes .speaker-container .speaker-inner .request_btn {
    border-radius: 25px;
    padding: 9.6px 32px;
    padding: 0.6rem 2rem;
}

.AugmentedIntelligencePop .tfes .speaker-container .speaker-inner.align-right {
    text-align: right;
}

.AugmentedIntelligencePop .tfes .speaker-container .speaker-inner h5 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 11.2px;
    font-size: 0.7rem;
}

.AugmentedIntelligencePop .tfes .speaker-container .speaker-inner .designation {
    font-size: 10.72px;
    font-size: 0.67rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 500;
}

.AugmentedIntelligencePop .tfes.mb-25 {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}

.AugmentedIntelligencePop {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    padding-left: 40px;
    padding-right: 0px;
    background-image: url(../assets/img/AugmentedIntelligencePop-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

/*Webinar pop up*/
/*TSIA Webinar pop up*/
.container.tsiaWebinarPop {
    padding: 16px 32px;
    padding: 1rem 2rem;
    border-radius: 6px;
    background-color: #fff;
    background-image: url(../assets/img/tsia-pop-bg-v2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tsiaWebinarPop .row.webinar-logo {
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 60%;
}

.tsiaWebinarPop .row.webinar-logo h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
}

.tsiaWebinarPop .row.webinar-logo .col-6.tsw-br-left:before {
    content: "";
    color: #212529;
    height: 26px;
    width: 2px;
    border: 1px solid #212529;
    float: left;
    margin-right: 16px;
    margin-right: 1rem;
    margin-left: -16px;
    margin-left: -1rem;
}

.tsiaWebinarPop .request_btn {
    margin-left: 0;
}

.tsiaWebinarPop .row.speaker-row {
    margin-left: -48px;
    margin-left: -3rem;
}

.tsiaWebinarPop .webinar-sign {
    padding-top: 12.8px;
    padding-top: 0.8rem;
}

.tsiaWebinarPop .webinar-sign img {
    max-width: 100%;
}

.tsiaWebinarPop h3.primary-color {
    font-size: 48px;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 400;
}

.tsiaWebinarPop h4.primary-color {
    font-weight: 400;
    font-size: 25.6px;
    font-size: 1.6rem;
}

.tsiaWebinarPop .webinar-time-container .far {
    font-size: 32px;
    font-size: 2rem;
}

.tsiaWebinarPop .webinar-time-container span {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

.tsiaWebinarPop .speaker-container h3 {
    color: #ffb200;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 18px;
}

.tsiaWebinarPop .speaker-container .speaker-inner {
    text-align: center;
}

.tsiaWebinarPop .speaker-container .speaker-inner img {
    max-width: 56%;
}

.tsiaWebinarPop .row.speaker-row h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.tsiaWebinarPop .row.speaker-row p.designation {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.tsiaWebinarPop .container.speaker-container {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.tsiaWebinarPop .row.align-items-center.tfes {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.tsiaWebinarPop .tsiaWebinarPopbg {
    background-image: url(../assets/img/tsia-speaker-bg.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: -40px;
}

/*TSIA Webinar pop up*/
/***Press release and media page css starts***/
.header-section.press-release {
    height: 350px;
}

.header-section.press-release .bg-img {
    background-image: url(../images/icons/su_banner_recognition-v3.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.header-section.press-release .h2 {
    text-transform: none;
}

.header-section.press-release .h2.custom {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-transform: none;
}

.media-page .blog-detail-left .media-blogs .blog-thumbnail {
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background: #ffffff;
    position: relative;
}

.media-page .blog-detail-left .media-blogs .img-hover.blog-image {
    position: relative;
    overflow: hidden;
}

.media-page .blog-detail-left .media-blogs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.media-page .blog-detail-left .media-blogs .blog-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.media-page .blog-detail-left .media-blogs .blog-image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .8s cubic-bezier(.25, .46, .45, .94), transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}

.media-page .blog-detail-left .media-blogs .blog-thumbnail .caption {
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    background: #ffffff;
    position: relative;
    line-height: 19.2px;
    line-height: 1.2rem;
}

.media-page .blog-detail-left .media-blogs .blog-thumbnail .caption p a,
.media-page .blog-detail-left .media-blogs .blog-thumbnail .caption p a:hover {
    font-size: 14px;
    text-decoration: none;
}

.media-page .blog-detail-left .media-blogs .blog-thumbnail .caption p {
    margin-bottom: auto;
}

.media-page .blog-detail-left .media-blogs span.category-name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.media-page .blog-detail-left .media-blogs .category-tag {
    position: absolute;
    top: -12px;
    padding: 3px 10px;
}

.media-page .blog-detail-left .blogs-page .row {
    padding-bottom: 22px;
}

.media-page .blog-detail-left .blogs-page .row.pagination-row {
    border-top: 1px solid orange;
    padding-top: 35px;
    padding-bottom: 0;
    margin: auto;
}

.bg-orange {
    background-color: #f48b00;
}

.bg-blue {
    background: #55c7ff;
}

.postid-5547 .podcast h1.post-title {
    padding-right: 128px;
    padding-right: 8rem;
}

/***Press release and media page css ends***/


/* time line */
#timeline-content {
    margin-top: 50px;
    text-align: center;
}

/* Timeline */
.timeline {
    border-left: 4px solid #000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 85%;
    padding-right: 0;
}

.timeline:before {
    content: '';
    left: -17px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #000;
    display: block;
    position: absolute;
}

.timeline .event {
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
}

.timeline .event p {
    color: #8e97a6;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.timeline .event:before {
    content: attr(data-date);
    font-weight: 500;
    font-size: 1.9em;
    display: block;
    margin-bottom: 10px;
}

.timeline .event:after {
    box-shadow: 0 0 0 1px #000;
    left: -59.85px;
    background: #ff8e1f;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    content: "";
    top: 5px;
}

.timeline:after {
    content: '';
    left: -17px;
    bottom: -5px;
    border: 2px solid #000;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #000 transparent transparent transparent;
}

.timeline .event h3:after {
    content: '';
    display: block;
    width: 12%;
    height: 2px;
    background: #000;
    border-radius: 4rem;
    margin: 10px 0 10px 0;
}

.mobile-timeline {
    display: none;
}

/* About us page css end */

/*Section scroll Pages*/
span.sol-more-btn span,
.title-and-two-holder a,
span.sol-more-btn a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

span.sol-more-btn span:hover,
.title-and-two-holder a:hover,
span.sol-more-btn a:hover {
    color: #ffb200;
    text-decoration: none;
}

span.sol-more-btn span i.fa,
span.sol-more-btn a i.fa {
    font-size: 16px;
    font-weight: 600;
    margin-left: 16px;
    margin-left: 1rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 0;
}

.sec-scr-pagination {
    position: fixed;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4em;
    z-index: 10;
    list-style: none;
    display: none;
}

.sec-scr-pagination a {
    display: block;
    height: 20px;
    margin-bottom: 5px;
    color: #ffb200;
    position: relative;
    padding: 4px;
}

.sec-scr-pagination a.active:after {
    box-shadow: inset 0 0 0 5px;
}

.sec-scr-pagination a .hover-text {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
    display: none;
}

.sec-scr-pagination a:hover .hover-text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sec-scr-pagination a:after {
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: 4px;
    bottom: 0;
}

.section-scroll-pages .mobile-centering ul {
    margin-left: 20px;
    list-style: outside;
    padding: 0;
}

.section-scroll-pages .mobile-centering ul li {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #757575;
    text-align: left;
}

hr.scroll-hr {
    border-color: #fff;
    width: 100px;
    border-width: 4px;
    margin: 16px 0;
    margin: 1rem 0;
    border-radius: 2px;
    text-align: left;
}

.section-scroll-pages .section-header-illustration {
    padding: 50px 0 0 0;
    width: 100%;
}

.section-scroll-pages .platform .section-header-illustration {
    padding: 100px 0 0 0;
    width: 100%;
    position: relative;
}

.section-scroll-pages .sectioned-pages .section-header-illustration {
    padding: 46px 0;
    text-align: center;
}

.section-scroll-pages .section-header-illustration .header-illustration-mobile {
    display: none;
}

.section-scroll-pages .section-header-illustration .hover-item {
    position: absolute;
    width: 90px;
    height: 90px;
    display: block;
    background-size: contain;
}

.section-scroll-pages .section-header-illustration .hover-item .hover-text-holder {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.section-scroll-pages .section-header-illustration .hover-item .hover-text-holder .hover-text {
    visibility: hidden;
    color: #ffffff;
    text-align: center;
    padding: 6px 4px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -30px;
    font-size: 16px;
    font-weight: 600;
    width: 200%;
    line-height: 18px;
}

.section-scroll-pages .section-header-illustration .hover-item .hover-text-holder:hover .hover-text {
    visibility: visible;
}

.section-scroll-pages .section-header-illustration .hover-item.chatbot {
    top: 28px;
    left: 1px;
    background-image: url(../assets/img/apps-chatbot.svg);
    background-repeat: no-repeat;
}

.section-scroll-pages .section-header-illustration .hover-item.chatbot:hover {
    background-image: url(../assets/img/apps-chatbot-hover.svg);
}

.section-scroll-pages .section-header-illustration .hover-item.chatbot .hover-text-holder .hover-text {
    left: -46px;
}

.section-scroll-pages .section-header-illustration .hover-item.escalation-predictor {
    top: 28px;
    left: 92px;
    background-image: url(../assets/img/apps-escalation-predictor.svg);
    background-repeat: no-repeat;
}

.section-scroll-pages .section-header-illustration .hover-item.escalation-predictor:hover {
    background-image: url(../assets/img/apps-escalation-predictor-hover.svg);
}

.section-scroll-pages .section-header-illustration .hover-item.escalation-predictor .hover-text-holder .hover-text {
    left: -46px;
}

.section-scroll-pages .section-header-illustration .hover-item.agent-helper {
    top: 28px;
    left: 180px;
    background-image: url(../assets/img/apps-agent-helper.svg);
    background-repeat: no-repeat;
}

.section-scroll-pages .section-header-illustration .hover-item.agent-helper:hover {
    background-image: url(../assets/img/apps-agent-helper-hover.svg);
}

.section-scroll-pages .section-header-illustration .hover-item.agent-helper .hover-text-holder .hover-text {
    left: -46px;
}

.section-scroll-pages .section-header-illustration .hover-item.kcs-enabler {
    top: 28px;
    left: 270px;
    background-image: url(../assets/img/apps-kcs-enabler.svg);
    background-repeat: no-repeat;
}

.section-scroll-pages .section-header-illustration .hover-item.kcs-enabler:hover {
    background-image: url(../assets/img/apps-kcs-enabler-hover.svg);
}

.section-scroll-pages .section-header-illustration .hover-item.kcs-enabler .hover-text-holder .hover-text {
    left: -46px;
}

.section-scroll-pages .section-header-illustration .hover-item.community-helper {
    top: 28px;
    left: 360px;
    background-image: url(../assets/img/apps-community-helper.svg);
    background-repeat: no-repeat;
}

.section-scroll-pages .section-header-illustration .hover-item.community-helper:hover {
    background-image: url(../assets/img/apps-community-helper-hover.svg);
}

.section-scroll-pages .section-header-illustration .hover-item.community-helper .hover-text-holder .hover-text {
    left: -46px;
}

.section-scroll-pages .section-header-illustration .hover-item.intelligent-search {
    top: 28px;
    left: 446px;
    background-image: url(../assets/img/apps-intelligent-search.svg);
    background-repeat: no-repeat;
}

.section-scroll-pages .section-header-illustration .hover-item.intelligent-search:hover {
    background-image: url(../assets/img/apps-intelligent-search-hover.svg);
}

.section-scroll-pages .section-header-illustration .hover-item.intelligent-search .hover-text-holder .hover-text {
    left: -46px;
}

.about-page-header {
    color: #ffffff;
}

.about-page-header h1,
.section-scroll-pages .header-section.sub-heading h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.section-scroll-pages.experience-cloud .header-section.sub-heading h1 {
    font-size: 34px;
    line-height: 40px;
}

.experience-cloud .saleseforce-lightning.sf-lightning {
    margin: 40px 0;
}

.section-scroll-pages.searchunify-for-kcs-use-case .header-section.sub-heading h1,
.section-scroll-pages.searchunify-for-thought-industries .header-section.sub-heading h1 {
    font-size: 34px;
    line-height: 40px;
}

.section-scroll-pages.searchunify-for-marketing .header-section.sub-heading h1 {
    font-size: 38px;
}

.section-scroll-pages.searchunify-for-intelligent-ecommerce-experiences .header-section.sub-heading h1,
.pageid-6667.section-scroll-pages .header-section.sub-heading h1,
.pageid-6607.section-scroll-pages .header-section.sub-heading h1 {
    font-size: 36px;
    line-height: 42px;
}

.team-header p,
.about-page-header p,
.section-scroll-pages .header-section.sub-heading h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 32px;
    padding-right: 2rem;
}

.section-scroll-pages section.about-text h2 {
    font-weight: 600;
    font-size: 30px;
    color: #182b4c;
}

.pageid-6762.section-scroll-pages section.about-text h2,
.pageid-6918.section-scroll-pages section.about-text h2,
.pageid-6732.section-scroll-pages section.about-text h2,
.pageid-6634.section-scroll-pages section.about-text h2 {
    font-size: 26px;
}

.pageid-6610.section-scroll-pages section.about-text h2,
.pageid-6635.section-scroll-pages section.about-text h2,
.pageid-6605.section-scroll-pages section.about-text h2,
.pageid-6645.section-scroll-pages section.about-text h2 {
    font-size: 28px;
}

/* /Section scroll Pages*/

/* Sticky Event Css */
.row.footer_menu_row {
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

#tsw_sticky_event_image {
    position: fixed;
    bottom: 0;
    z-index: 998;
    height: auto;
    overflow: hidden;
    display: none;
}

.tsw_sticky_event_image button {
    float: right;
    position: absolute;
    right: 204px !important;
    top: -3px !important;
    background: no-repeat;
    color: #ffffff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    text-shadow: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.tsw_sticky_event_image.stickyEvent button {
    right: 4px !important;
}

.tsw_sticky_event_image button:focus,
.tsw_sticky_event_image button:hover {
    color: #ffffff;
}

.stickyEventContent .hidden-desktop {
    display: none;
}

.stickyEventContent .hidden-phone {
    display: block;
}

.stickyEventContent .hidden-phone.webinar-title {
    margin-left: -15px;
}

.stickyEventContent .hidden-phone div.title-container {
    width: 28%;
}

.stickyEventContent .hidden-phone div.logo-container {
    width: 100%;
}

.stickyEventContent.nelson .hidden-phone div.logo-container {
    width: 100%;
}

.stickyEventContent .hidden-phone div {
    display: inline-block;

}

.stickyEventContent {
    color: #ffffff;
    height: auto;
    padding: 0;
    background-color: #011f99;
    background-image: url(../assets/img/cornerstone-sticky-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.stickyEventContent.kelver-insights {
    background-image: url(../assets/img/klever-ingishts-sticky-bg.jpg);
    background-color: #ffffff;
}

.stickyEventContent .cta-container {
    position: relative;
    margin-top: 1px;
}

.stickyEventContent.kelver-insights .cta-container {
    margin-top: 2px;
}

.stickyEventContent .cta-container img {
    max-width: 100px;
    margin-right: 20px;
    margin-top: 0px;
    background-color: #040353;
    padding: 8px 16px 8px;
    margin-bottom: -17px;
    border-radius: 8px 8px 0 0;
}

.stickyEventContent a.btn {
    border-radius: 4px;
    padding: 2px 12px;
    margin-left: 0;
    position: relative;
    z-index: 1;
    font-size: 10px;
}

.stickyEventContent.kelver-insights a.btn {
    text-transform: none;
}

.stickyEventContent a.btn span {
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.stickyEventContent a.btn span:after {
    content: "";
    background-image: url(../assets/img/su-bookmark-icon.svg);
    height: 15px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 2px;
    background-repeat: no-repeat;
    right: -36px;
}

.stickyEventContent .morphed-box-border {
    padding: 15px 0px;
    border: 2px solid #5edbe5;
    width: 72%;
    position: absolute;
    border-radius: 4px;
    top: 7px;
    z-index: 0;
    left: 48px;
}

.stickyEventContent #case_study,
.stickyEventContent .case_study {
    margin-left: 0;
    margin-top: 0;
}

.stickyEventContent p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.stickyEventContent h5 {
    font-size: 11px;
    font-weight: 600;
    margin-top: -2px;
    margin-bottom: -1px;
    text-transform: uppercase;
}

.stickyEventContent.nelson h5 {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: -3px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #f48b00;
}

.stickyEventContent .mamba-logo img {
    max-width: 200px;
    margin-left: -34px;
}

.stickyEventContent h3 {
    font-size: 10px;
    line-height: 11px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    bottom: -5px;
    padding-left: 0;
    color: #ffffff;
}

.stickyEventContent.nelson h4 {
    font-size: 14px;
    line-height: 15px;
    color: #031e3a;
}

.stickyEventContent.nelson h4 span {
    margin-left: 0;
    color: #f48b00;
    font-weight: 700;
}

.c21 .stickyEventContent .hidden-phone div.justify-content-center,
.stickyEventContent.nelson .hidden-phone div.justify-content-center {
    padding-left: 30px;
    position: relative;
}

.c21 .stickyEventContent .hidden-phone div.justify-content-center {
    padding-left: 30px;
}

.stickyEventContent.nelson .hidden-phone div.justify-content-center:before {
    content: "";
    border: 1px solid #f9c887;
    height: 24px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 7px;
}

.stickyEventContent .hidden-phone div.justify-content-center:before {
    content: "";
    border: 1px solid #f48b00;
    height: 24px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 4px;
}

.stickyEventContent.kelver-insights .hidden-phone div.justify-content-center:before {
    border: 1px solid #519fd7;
    top: 8px;
    left: 16px;
}

.stickyEventContent h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-top: -1px;
    margin-bottom: 4px;
    padding: 0;
}

.stickyEventContent h4 span {
    color: #f48b00;
}

.stickyEventContent .col-12.cta-container {
    padding-top: 6px;
    padding-bottom: 4px;
    margin-left: -10px;
}

.c21 .stickyEventContent .col-12.cta-container {
    margin-left: -46px;
}

.stickyEventContent .cta-container #case_study {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 0px;
    line-height: 16px;
}

.stickyEventContent .kcs-webinar-logo {
    max-width: 120px;
    padding-top: 0;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.stickyEventContent.kelver-insights .kcs-webinar-logo {
    max-width: 260px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.stickyEventContent.kelver-insights h3 {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 16px;
    margin-bottom: 4px;
}

.stickyEventContent.kelver-insights h4 {
    font-weight: 500;
    font-size: 13px;
}

.c21 .stickyEventContent.kelver-insights .hidden-phone div.justify-content-center {
    padding-left: 50px;
}

.stickyEventContent .featuring-cornerstone {
    max-width: 200px;
    margin-left: 16px;
}

.stickyEventContent.nelson .kcs-webinar-logo {
    max-width: 100%;
}

.stickyEventContent.nelson .hidden-phone.webinar-title {
    margin-left: 0;
}

.tsw_sticky_event_image .stickyEventContent.nelson button {
    color: #031e3a;
}

.tsw_sticky_event_image {
    width: 100%;
    box-shadow: 0px -4px 4px 2px rgba(31, 45, 61, .1);
    background-color: #ffffff;
}

.tsw_sticky_event_image .stickyEventButton {
    padding: 6.4px 48px;
    padding: 0.4rem 3rem;
    letter-spacing: 0.5px;
}

.tsw_sticky_event_image button.stickyeventButton {
    z-index: 999999;
}

.stickyEventButton span.edgtf-btn-text {
    text-transform: uppercase;
}

.kcs-webinar-logo {
    max-width: 120px;
}

.stickyEventContent.forrester-webinar {
    color: #0e2462;
    background-color: #ffffff;
    background-image: none;
}

.stickyEventContent.forrester-webinar img.half-cirlce {
    position: absolute;
    left: 0;
    max-width: 28px;
}

.stickyEventContent.forrester-webinar .cta-container img.magnifier {
    background-color: transparent !important;
    max-width: 70px !important;
    position: absolute;
    left: -46px;
    top: -12px;
}

.stickyEventContent.forrester-webinar .hidden-phone div.logo-container {
    position: relative;
}

.stickyEventContent.forrester-webinar .kcs-webinar-logo {
    display: inline-block;
}

.stickyEventContent.forrester-webinar h5 {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding-left: 60px;
    color: #fa9002;
    position: absolute;
    top: -2px;
}

.stickyEventContent.forrester-webinar .col-12.cta-container {
    margin-left: 0;
    padding-left: 50px;
}

.stickyEventContent.forrester-webinar .hidden-phone div.justify-content-center:before {
    display: none;
}

.stickyEventContent.forrester-webinar .hidden-phone h5:before {
    content: "";
    border: 1px solid #f48b00;
    height: 24px;
    width: 2px;
    position: absolute;
    left: 30px;
    top: 4px;
}

.stickyEventContent.forrester-webinar h4 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 700;
}

.stickyEventContent.forrester-webinar .kcs-webinar-logo {
    margin-top: -3px;
}

.stickyEventContent.forrester-webinar .hidden-phone.webinar-title {
    margin-left: -130px;
}

.tsw_sticky_event_image .stickyEventContent.forrester-webinar button {
    color: #000;
}

.stickyEventContent.forrester-webinar .cta-container {
    margin-top: 2px;
}

.stickyEventContent.forrester-webinar a.btn {
    padding: 3px 14px;
    font-size: 12px;
}

/* Sticky Event Css */

/* Media Screens */

.experience.scroll-page {
    padding: 140px 0px 70px;
}

.experience .request_btn {
    margin-left: 0px;
    margin-bottom: 6px;
}

/*Tooltip*/
.tooltip-inner {
    max-width: 400px;
    padding: 12px 8px;
    padding: .75rem .5rem;
    color: #757575;
    text-align: left;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #c1c1c1;
}

.tooltip-inner h6 {
    font-size: 14px;
    font-weight: 600;
    padding-left: 26px;
    padding-top: 20px;
}

.tooltip-inner table {
    width: 100%;
}

.tooltip-inner table td {
    width: 33%;
    text-align: left;
    padding: 3.2px 0;
    padding: 0.2rem 0;
}

span.tip {
    border-bottom: 1px dotted #000;
}

.section-scroll-pages .bs-tooltip-auto[x-placement^=top] .arrow:before,
.section-scroll-pages .bs-tooltip-top .arrow:before {
    border-top-color: #c1c1c1;
}

.section-scroll-pages .tooltip.show {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*Tooltip*/

div.stickyFooterContent {
    width: 100%;
}

.section_html {
    padding: 0 0;
    color: #4f525b;
    font-size: 14px;
    line-height: 26px;
}

.section_html p {
    padding-left: 0px;
}

.section_html a {
    color: #ffb200;
    font-weight: 600;
}

.section_html a:hover {
    color: #ffb200;
    text-decoration: underline;
}

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

.section_html ul li {
    position: relative;
    color: #8e8f8f;
    padding-left: 20px;
    margin: 5px 5px;
    line-height: 26px;
}

.section_html ul li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    font-size: 10px;
    left: 0;
    color: #69b1fb;
}

.section_html ul li ul li:before {
    content: "";
}

.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
    border: 1px solid #ddd;
    color: #757575;
}

.table-hover&gt;tbody&gt;tr:hover {
    background-color: #f6f6f6;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table td,
.table th {
    text-align: left;
}

.table td {
    vertical-align: middle;
}

.table td+td,
.table th+th {
    text-align: center;
}

.single-post .table td+td,
.single-post .table th+th {
    text-align: left;
}

.single-post tr.text-center th {
    text-align: center !important;
}

.table-bordered&gt;thead&gt;tr&gt;th {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.scrollable-table {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 600px;
}

.scrollable-table::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: transparent;
}

i.fa.fa-times {
    color: #FF0800;
}

i.fa.fa-check {
    color: #32CD32;
}

thead {
    background: #f6f6f6;
}

.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td,
.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {
    background-color: #f6f6f6;
}

.replace-blog table td {
    text-align: left;
}

/*Sitemap*/

.sitemap h3,
.sitemap h3 a {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: #182b4e;
}

.sitemap h3:after {
    border-bottom: 3px solid #ffb200;
    content: "";
    display: block;
    width: 40px;
    width: 2.5rem;
}

.sitemap-wrapper ul {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.sitemap-wrapper ul li a {
    color: #737373;
    font-size: 14px;
    line-height: 26px;
}

.sitemap-wrapper ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    color: #ffb200;
    font-weight: 400;
    display: inline-block;
    padding-right: 12.8px;
    padding-right: 12.8px;
    padding-right: 0.8rem;
    font-weight: 900;
}

.sitemap-wrapper ul&gt;li ul {
    margin: 0;
    margin-left: 12.8px;
    margin-left: 12.8px;
    margin-left: .8rem;
}

.sitemap-wrapper ul li a:hover,
.sitemap-wrapper h3 a:hover {
    color: #ffb200;
    text-decoration: none;
}

/*/Sitemap*/

section.title-cta {
    padding: 70px 0;
}

section.title-cta a.btn {
    margin-top: 35px;
    margin-left: 0;
    margin-bottom: 5px;
}

section.html-section p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8f8f;
    font-weight: 400;
}

section.html-section h5 {
    color: #182b4e;
}

.section_html ul ul {
    list-style-type: circle;
}

.html-section .section_html {
    padding: 0 0 34px;
}

section.ourteam-container.title-and-two-blocks {
    padding: 70px 0 40px;
}

section.ourteam-container.title-and-three-blocks.sf-three-col {
    padding-bottom: 70px;
}

.title-and-two-blocks .section_cta_container {
    text-align: left;
}

.title-and-two-blocks .title-and-two-holder a {
    text-transform: none;
    font-size: 16px;
    font-size: 1rem;
}

section.html-section.privacy-policy-html p,
section.html-section.cookie-policy-html p,
section.html-section.privacy-policy-html li,
section.html-section.cookie-policy-html li {
    font-weight: 500;
}

section.html-section.cookie-policy-html ul li ul,
section.html-section.privacy-policy-html ul li ul {
    margin-left: 12px;
}

.title-and-two-blocks .title-and-two-holder a i {
    padding-left: 5px;
    font-size: 16px;
    font-size: 1rem;
}

.title-and-two-blocks .section_cta_container .row {
    padding: 0 128px;
    padding: 0 8rem;
}

.saleseforce-lightning.sf-lightning .row {
    padding: 0 48px;
    padding: 0 3rem;
}

.title-and-two-blocks span.why-icon {
    width: 80px;
    width: 5rem;
    display: inline-block;
}

.title-and-two-blocks .section_cta_container .col-12 {
    padding: 0 32px;
    padding: 0 2rem;
}

.title-and-two-blocks .section_cta_container .cta-holder {
    padding: 32px 32px;
    padding: 2rem 2rem;
}

.title-and-two-blocks .section_cta_container .cta-holder a {
    text-decoration: none;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-text-holder p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #757575;
    margin-bottom: 20px;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-title-holder h4 {
    color: #313131;
    padding: 16px 0;
    padding: 1rem 0;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder {
    height: 82px;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    background-size: cover !important;
}

.title-and-two-blocks.zendesk-two-section .cta-holder .edgtf-iwt-icon-holder {
    height: 90px;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.icons-1,
.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.zendesk-guide {
    background: url(../images/zendesk-guide.svg) no-repeat center center;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.icons-1:hover,
.title-and-two-blocks .section_cta_container .cta-holder.linked:hover .edgtf-iwt-icon-holder.icons-1,
.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.zendesk-guide:hover,
.title-and-two-blocks .section_cta_container .cta-holder.linked:hover .edgtf-iwt-icon-holder.zendesk-guide {
    background: url(../images/zendesk-guide-hover.svg) no-repeat center center;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.zendesk-support {
    background: url(../images/zendesk-support.svg) no-repeat center center;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.zendesk-support:hover,
.title-and-two-blocks .section_cta_container .cta-holder.linked:hover .edgtf-iwt-icon-holder.zendesk-support {
    background: url(../images/zendesk-support-hover.svg) no-repeat center center;
}

.title-and-three-blocks .cta-holder .edgtf-iwt-title-holder h5 {
    padding: 8px 0 0 0;
    padding: .5rem 0 0 0;
    color: #313131;
    font-size: 17px;
    line-height: 1.6;
}

.title-and-three-blocks .cta-holder .edgtf-iwt-title-holder h4 {
    padding: 0 0 8px 0;
    padding: 0 0 .5rem 0;
    font-size: 19px;
    color: #313131;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.platform {
    background: url(../images/sf_platform.svg) no-repeat center center;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.platform:hover,
.title-and-two-blocks .section_cta_container .cta-holder.linked:hover .edgtf-iwt-icon-holder.platform {
    background: url(../images/sf_platform_hover.svg) no-repeat center center;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.experience-cloud {
    background: url(../images/sf_community.svg) no-repeat center center;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.experience-cloud:hover,
.title-and-two-blocks .section_cta_container .cta-holder.linked:hover .edgtf-iwt-icon-holder.experience-cloud {
    background: url(../images/sf_community_hover.svg) no-repeat center center;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.service-cloud {
    background: url(../images/sf_service.svg) no-repeat center center;
}

.title-and-two-blocks .cta-holder .edgtf-iwt-icon-holder.service-cloud:hover,
.title-and-two-blocks .section_cta_container .cta-holder.linked:hover .edgtf-iwt-icon-holder.service-cloud {
    background: url(../images/sf_service_hover.svg) no-repeat center center;
}

.saleseforce-lightning h4 {
    margin: 20px 0;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 300;
}

.saleseforce-lightning img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

section.ourteam-container.title-and-two-blocks.zendesk-two-section {
    padding: 70px 0 70px;
}

.saleseforce-lightning .sflightninglogo {
    max-width: 63%;
}

.saleseforce-lightning.sf-lightning {
    background: #f4f7fc !important;
    color: #182b4c;
    padding: 40px 0 40px;
}

.full-screen.saleseforce-lightning.sf-lightning img {
    padding: 0;
}

.pageid-3033 .saleseforce-lightning.sf-lightning {
    padding: 40px 0 20px;
}

.pageid-6634 .saleseforce-lightning.sf-lightning h4 {
    padding-right: 32px;
    padding-right: 2rem;
}

.saleseforce-lightning.sf-lightning h4 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: inherit;
    padding-right: 112px;
    padding-right: 7rem;
}

.connectors .highlight-link {
    background-image: url(../assets/img/sectioned-page-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 96px 0 48px 0;
    padding: 6rem 0 3rem 0;

}

.contact-us .highlight-link,
.request-demo .highlight-link {
    background-color: #f6f9ff;
    padding: 48px 0 48px 0;
    padding: 3.5rem 0 3rem 0;
    background-image: none;
}

.saleseforce-lightning.sf-lightning.highlight-link {
    padding: 20px 0;
}

.saleseforce-lightning.sf-lightning.highlight-link h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.contact-us .highlight-link h5,
.request-demo .highlight-link h5,
.connectors .highlight-link h5 {
    font-style: italic;
    line-height: 28px;
    font-weight: 500;
    font-size: 19px;
    padding: 0 60px;
}

.contact-us .highlight-link h6,
.request-demo .highlight-link h6,
.connectors .highlight-link h6 {
    text-align: center;
    color: #f48b00;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px;
}

.contact-us .highlight-link h5:before,
.connectors .highlight-link h5:before {
    content: "";
    background-image: url(../assets/img/su-inverted-comma.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    width: 120px;
    position: absolute;
    top: -20px;
    left: 14px;

}

.saleseforce-lightning.sf-lightning.highlight-link h6 {
    margin-top: -6px;
    text-align: right;
    margin-bottom: 20px;
}

.title-and-three-blocks .title-and-two-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.title-and-three-blocks .section_cta_container h5 {
    text-transform: uppercase;
    font-size: 13px;
    color: #bac3d2;
}

.title-and-three-blocks .section_cta_container h4 {
    color: #343e62;
    font-weight: 700;
    font-size: 20px;
}

.searchunify-for-thought-industries .title-and-three-blocks .section_cta_container h4 {
    font-size: 18px;
}

.saleseforce-lightning.sf-lightning h3 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 500;
}

.title-and-three-blocks .section_cta_container p {
    padding-top: 0;
    font-size: 14px;
    line-height: 22px;
}

.title-and-three-blocks .section_cta_container a {
    font-size: 14px;
}

.saleseforce-lightning.sf-lightning .request_btn {
    padding: 8px 24px;
    font-size: 16px;
}

section.pages_block_holder {
    padding: 64px 0;
    padding: 4rem 0;
}

div.pages_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
}

.pages_block.drive-relevance-into-every-conversation-with-search-powered-chatbots {
    padding-top: 38px;
}

.pages_block .container.pages-block {
    background: none;
}

.pages_block .container {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

div.pages_block .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 32px;
    padding: 0 2rem;
}

div.pages_block .mobile-centering {
    padding: 0 20px;
}

div.pages_block h3,
.title-and-two-holder h3 {
    color: #182b4e;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 28.8px;
    line-height: 1.8rem;
}

.title-and-two-holder p,
div.pages_block p {
    color: #8e97a6;
    padding-top: 20px;
}

div.pages_block .top-textheadline {
    width: 100%;
}

div.pages_block .mobile-centering.order-bottom {
    text-align: center;
}

div.pages_block .mobile-centering img {
    display: inline-block;
    max-width: 100%;
}

.edgtf-page-not-found {
    margin: 200px 0 150px 0;
}

.edgtf-page-not-found .edgtf-404-text {
    font-size: 256px;
    font-size: 16rem;
    font-weight: 100;
    color: #dadada;
    line-height: 288px;
    line-height: 18rem;
    display: block;
    text-align: center;
}

.edgtf-page-not-found h2 {
    margin-bottom: 26px;
}

.edgtf-page-not-found p {
    margin-bottom: 37px;
}

.request_btn.not-found-button {
    margin-left: 0;
}

section.feaured-services {
    background: #f4f7fc;
    color: #182b4c;
    padding: 48px 0 56px;
    padding: 3rem 0 3.5rem;
}

section.feaured-services.sectioned-featured-services {
    background-color: #ffffff;
    position: relative;
}

section.feaured-services.sectioned-featured-services.security-logos {
    background-color: #f4f7fc;
    margin-bottom: 30px;
    padding: 32px 0 32px;
    padding: 2rem 0 2.5rem 0;
}

.partner-network section.feaured-services,
.connectors section.feaured-services {
    padding: 48px 0 32px;
    padding: 3rem 0 2rem;
    background-color: transparent;
}

.partner-network section.feaured-services img,
section.feaured-services img {
    max-width: 150px;
    margin: 0 auto;
}

section.feaured-services.security-logos img {
    max-width: 100%;
}

section.feaured-services.security-logos .feaured-services-inner {
    padding: 0 12px;
}

.partner-network section.feaured-services img,
.connectors section.feaured-services img {
    max-width: 190px;
    margin-top: -10px;
    height: auto;
}

.connectors section.feaured-services img {
    max-height: 60px;
    max-width: -webkit-fill-available;
}

.partner-network section.feaured-services h5,
.connectors section.feaured-services h5 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 16px;
}

.partner-network section.feaured-services .feaured-services-inner,
.connectors section.feaured-services .feaured-services-inner {
    overflow: hidden;
    padding: 20px 16px 50px 16px;
    box-shadow: 0px 6px 24px #00000014;
}

.partner-network section.feaured-services a.text-link,
.connectors section.feaured-services a.text-link {
    text-transform: none;
    font-size: 16px;
}

.partner-network section.feaured-services a.text-link:after,
.connectors section.feaured-services a.text-link:after {
    background-image: url(../images/icons/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

.partner-network section.feaured-services .cta-container,
.connectors section.feaured-services .cta-container {
    bottom: 36px;
}

.partner-network .top-textheadline h2,
.connectors .top-textheadline h2 {
    margin-bottom: 10px;
}

.partner-network .top-textheadline p,
.connectors .top-textheadline p {
    padding: 0 256px;
    padding: 0 6rem;
}

.partner-network .pfeatured-resources .rc-img-wrapper img {
    max-width: 100%;
    overflow: hidden;
}

.partner-network .pfeatured-resources h3 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    min-height: 90px;
    text-align: left;
    font-weight: 600;
}

.partner-network .pfeatured-resources .rc-img-wrapper {
    position: relative;
}

.partner-network .pfeatured-resources .card-holder {
    border: 0;
    overflow: hidden;
    padding: 4px 8px;
    border-radius: 20px;
}

.partner-network .pfeatured-resources .card-holder .card {
    box-shadow: 0px 0px 6px 1px rgba(88, 91, 95, 0.38);
    border-radius: 15px;
    overflow: hidden;
}

.partner-network .pfeatured-resources h4 {
    position: absolute;
    bottom: 162px;
    display: inline-block;
    padding: 6px 10px;
    right: 10px;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.partner-network .pfeatured-resources a:hover {
    text-decoration: none;
}

.partner-network .pfeatured-resources .featured-cta {
    border: 0;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
}

.partner-network .pfeatured-resources .featured-cta p {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
}

.partner-network .request-demo {
    padding-bottom: 320px;
    padding-bottom: 20rem;
}

section.grazitti-partners.text-center {
    padding: 1.6px 0 25.6px;
    padding: 0.1rem 0 1.6rem;
}

.grazitti-partners .ppartner-crousal-wrapper .tns-outer {
    margin-left: -13px;
}

.grazitti-partners .ppartner-crousal-wrapper .tns-item .rc-img-wrapper img {
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #efefef;
}

.grazitti-partners .ppartner-crousal-wrapper .tns-item,
.partner-network .pfeatured-resources&gt;.tns-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.grazitti-partners .ppartner-crousal-wrapper .tns-controls,
.partner-network .pfeatured-resources .tns-controls {
    margin-left: 16px;
    margin-top: 16px;
    outline: 0;
}

.grazitti-partners .ppartner-crousal-wrapper .tns-controls {
    margin-top: 24px;
    outline: 0
}

.grazitti-partners .ppartner-crousal-wrapper .tns-controls button,
.partner-network .pfeatured-resources .tns-controls button {
    margin-right: 15px;
    padding: 7px 14px;
    border-radius: 50%;
    color: #194586;
    background-color: #fff;
    box-shadow: 0px 1px 9px rgba(88, 91, 95, 0.38);
    border: 0px;
}

section.request-demo.partner-portal {
    background-color: #f4f7fc;
}

.partner-portal h3 {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 44px;
    color: #182b4e;
}

.partner-portal .icons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner-portal .icons-container a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.partner-portal .icons-container .clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.partner-portal .icons-container p.icon-design {
    margin-bottom: 0;
    margin-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #182b4c;
}

.partner-portal .icons-container p.icon-design img {
    height: 30px;
    width: 30px;
}

section.request-demo.partner-portal,
.partner-network section.request-demo {
    color: #ffffff;
    padding: 46px 0 46px;
    position: relative;
    z-index: 100;
}

.partner-network section.request-demo h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: #ffffff;
    margin-top: -14px;
}

.partner-network section.request-demo .demo-form-wrapper h3 {
    color: #182b4e;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.grazitti-partners p.sub-heading,
.partner-network .feaured-services .heading p {
    color: #798292;
    font-weight: 400;
    padding: 0 160px;
    padding: 0 10rem;
    font-size: 18px;
    line-height: 28px;
}

.partner-network section.request-demo .demo-form-wrapper .mktoForm .mktoFormRow.row_6 {
    margin-top: 10px;
}

.partner-network section.platform-self-service {
    padding: 48px 0 48px;
    padding: 1rem 0 3.5rem;
}

.partner-network section.request-demo .thank-you-text {
    min-height: 200px;
    padding-top: 65px;
}

.partner-network section.request-demo .thank-you-text p {
    color: #818ba4;
}

.partner-network section.request-demo p {
    margin-bottom: 0;
}

.partner-network section.request-demo .demo-form-container {
    padding: 40px 40px;
    box-shadow: none;
    width: 100%;
}

.partner-network section.request-demo .demo-form-wrapper {
    box-shadow: 0px 1px 9px rgb(88 91 95 / 38%);
    background-color: #ffffff;
    border: 1px solid #55c7ff;
    border-radius: 20px;
    padding: 20px 30px;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.partner-network section.request-demo #new_interestedin,
.partner-network section.request-demo #Country,
.partner-network section.request-demo #State {
    border-radius: unset;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0 10px;
    height: 35px;
    font-family: "Montserrat", Arial, sans-serif;
    margin-bottom: 0px !important;
    color: #555;
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoOffset,
.partner-network section.request-demo .demo-form-container .mktoForm .mktoGutter {
    height: 0;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoLabel,
.partner-network section.request-demo .demo-form-container .mktoForm input[type=text],
.partner-network section.request-demo .demo-form-container .mktoForm input[type=email],
.partner-network section.request-demo .demo-form-container .mktoForm select.mktoField,
.partner-network section.request-demo .demo-form-container form,
.partner-network section.request-demo .demo-form-container .mktoForm .mktoFieldWrap,
.partner-network section.request-demo .demo-form-container .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
    font-family: "Montserrat";

}

.partner-network section.request-demo .demo-form-container .mktoForm select.mktoField,
.partner-network section.request-demo .demo-form-container form,
.partner-network section.request-demo .demo-form-container .mktoForm .mktoFieldWrap,
.partner-network section.request-demo .demo-form-container .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0 !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

.partner-network section.request-demo .demo-form-container .mktoForm input#emailOptInBoolean,
.partner-network section.request-demo .demo-form-container .mktoForm input#consenttoProcessing {
    display: none;
}

.partner-network section.request-demo .demo-form-container .mktoForm #new_interestedin,
.partner-network section.request-demo .demo-form-container .mktoForm #fullNameEditable,
.partner-network section.request-demo .demo-form-container .mktoForm #Email,
.partner-network section.request-demo .demo-form-container .mktoForm #Country,
.partner-network section.request-demo .demo-form-container .mktoForm #State {
    color: #555;
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 8px;
    outline: 0;
    border: 1px solid #e4e9ef;
    border-radius: 4px;
    margin-bottom: 12px;
    height: 40px;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoLogicalField {
    height: 0px !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm #Country,
.partner-network section.request-demo .demo-form-container .mktoForm #State {
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
    margin-bottom: 12px;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoLabel {
    margin-bottom: 10px;
    color: #818ba4 !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm a {
    padding: 0 !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm label[for="emailOptInBoolean"],
.partner-network section.request-demo .demo-form-container .mktoForm label[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 12px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 6px !important;
    font-family: "Montserrat", Arial, sans-serif;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
.partner-network section.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#emailOptInBoolean+label:after,
.partner-network section.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #ffb200;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 5px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(4) {
    margin-bottom: 12px;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoButtonRow {
    width: 100%;
    margin-top: 12px !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm span.mktoButtonWrap.mktoSimple {
    margin: 0 auto !important;
    display: block;
    width: 210px;
}

.partner-network section.request-demo .demo-form-container .mktoForm button {
    background: #ffb200 !important;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px !important;
    border-radius: 10px !important;
    background-image: inherit !important;
    width: 102%;
    letter-spacing: 1px;
    border: 0 !important;
    text-align: center;
    margin: 0 auto;
    padding: 15px 18px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(1) .mktoFormCol .mktoError {
    right: auto !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -22px !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(3) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -36px !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow.row_6 .mktoFormCol .mktoError {
    right: auto !important;
    bottom: 4px !important;
    left: 0;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(4) .mktoFormCol .mktoError {
    right: auto !important;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -30px !important;
    left: 0px;
}

.partner-network section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: 6px !important;
    left: 0px;
}

.partner-network section.platform-request-demo-section .row.request-demo-row {
    background-size: cover;
}

section.feaured-services .hover-translate-y-n3:hover {
    cursor: pointer;
}

section.feaured-services h5 {
    font-size: 18px;
}

section.feaured-services .btn {
    border-radius: 20px;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
}

section.feaured-services .feaured-services-inner {
    margin: 0 5px;
    padding: 18px 12px 20px 12px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
}

section.feaured-services.sectioned-featured-services .feaured-services-inner {
    box-shadow: none;
}

section.feaured-services .searchunify-heading {
    font-size: 28.8px;
    font-size: 1.8rem;
}

.partner-network .NavItem {
    margin-top: 10px;
}

.partner-network section.grazitti-partners .searchunify-heading span,
.partner-network section.witness .su-section-heading span,
.partner-network section.feaured-services .searchunify-heading span {
    color: #f48b00;
}

.partner-network section.grazitti-partners .searchunify-heading,
.partner-network section.witness .su-section-heading,
.partner-network section.feaured-services .searchunify-heading,
.ourconnector-container h2,
.connectors section.feaured-services .searchunify-heading {
    padding: 0 16px;
    padding: 0 1rem;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 38px;
    color: #12182E;
}

.partner-network section.witness .su-section-heading {
    padding: 0 96px;
    padding: 0 6rem;
}

.partner-network section.witness.text-center {
    padding: 32px 0 0;
    padding: 2rem 0 0;
}

section.feaured-services p {
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

section.feaured-services .cta-container {
    position: absolute;
    bottom: 20px;
    width: 91%;
}

section.feaured-services a.text-link {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.feaured-services a:hover {
    color: #ffb200;
    text-decoration: none;
}

section.feaured-services a i {
    padding-left: 10px
}

section.feaured-services.sectioned-featured-services a.text-link {
    text-transform: none;
    font-size: 14px;
}

section.feaured-services.sectioned-featured-services a.text-link:after {
    background-image: url(../images/icons/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

/*LP Format*/

.lp-banner-section {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 99;
    background-size: cover;
    background-attachment: inherit;
}

.namely .lp-banner-section {
    height: auto;
    padding: 66px 0 40px;
}

.lp-banner-section h3,
.lp-banner-section h4,
.lp-banner-section p {
    width: 100%;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    color: #ffffff;
}

.lp-banner-section h4 {
    font-weight: 200;
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 35.2px;
    line-height: 35.2px;
    line-height: 2.2rem;
}

.lp-banner-section h3 {
    font-weight: 700;
    font-size: 56px;
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 64px;
    line-height: 64px;
    line-height: 4rem;
}

.lp-banner-section p {
    font-size: 22.4px;
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: 1.6px;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    margin: 0;
}

.lp-banner-section .lp-banner-image {
    width: 100%;
    overflow: hidden;
}

.namely.higher-education .lp-banner-section .lp-banner-image {
    width: 96%;
}

.namely.higher-education .lp-banner-section {
    padding: 66px 0 0px;
}

.higher-education .lp-banner-section .lp-banner-image {
    overflow: visible;
    margin-bottom: -60px;
}

.namely.higher-education .lp-key-take-away {
    padding: 80px 0 18px 0;
}

.namely.higher-education .col-lg-4.lp-title {
    padding-top: 30px;
}

.namely.higher-education.pageid-14527 .col-lg-4.lp-title {
    padding-top: 126px;
}

.namely.higher-education .lp-banner-section-v2 .section-header-illustration {
    margin-top: 30px;
}

.namely .col-lg-4.ebook-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
    padding-right: 0;
}

.namely .col-lg-4.lp-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 0;
}

.lp-banner-section .lp-banner-image img {
    max-width: 100%;
    height: auto;
}

.lp-form-section {
    padding: 20px 0;
    position: relative;
    top: -64px;
    top: -64px;
    top: -4rem;
}

.lp-form-container.align-self-center {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    border-radius: 1rem;
    box-shadow: 3px 5px 10px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.lp-form-wrapper {
    padding: 16px 32px 0 32px;
    padding: 16px 32px 0 32px;
    padding: 1rem 2rem 0 2rem;
    z-index: 1000;
}

.lp-form-wrapper h3 {
    font-size: 22.4px;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25.6px;
    line-height: 25.6px;
    line-height: 1.6rem;
}

.lp-form-wrapper .thank-you-text p {
    color: #5f5f61;
}

.lp-key-take-away {
    padding: 0 0 40px 0;
}

.key-item {
    border: 2px solid #eaeaec;
    padding: 12.8px 16px;
    padding: 12.8px 16px;
    padding: 0.8rem 1rem;
    margin: 0 16px 16px 0;
    margin: 0 16px 16px 0;
    margin: 0 1rem 1rem 0;
    border-radius: 1rem;
}

.key-content-points h3 {
    color: #555557;
    font-size: 22.4px;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 25.6px;
    line-height: 25.6px;
    line-height: 1.6rem;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
}

.key-content-points .row.p-20 {
    padding-bottom: 16px;
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.key-item img {
    width: 20%;
    height: 20%;
}

.key-item h4 {
    padding-left: 15px;
    font-size: 14.4px;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 16px;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 600;
    color: #3c4860;
    margin: 0;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
}

.key-content {
    padding-top: 40px;
}

.lp-testimonials-content p,
.key-content p {
    color: #6B6D70;
    font-size: 16px;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    line-height: 22px;
}

.key-content h4 {
    font-size: 20px;
    line-height: 24px;
    color: #5f5f61;
}

.key-content h5 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #5f5f61;
}

.key-content-points .col-6 {
    padding: 0;
    margin: 0;
}

.key-content-points .row.keys-row {
    margin-left: -30px;
}

.chatBotPopForm.LpStyleForm.mktoForm {
    max-width: 100% !important;
    width: 100% !important;
    font-family: 'Montserrat', 'Montserrat', sans-serif !important;
    position: relative;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow {
    margin-bottom: 0px !important;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(2),
.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(3),
.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(4) {
    width: 26%;
    float: left;
    display: block;
    clear: none;
    padding: 0 3.2px;
    padding: 0 3.2px;
    padding: 0 0.2rem;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(11) {
    margin-top: 10px;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(12) {
    height: 32px;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 12.8px 32px !important;
    padding: 12.8px 32px !important;
    padding: 0.8rem 2rem !important;
    font-weight: 600;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoButtonRow {
    width: auto;
    position: absolute;
    top: 6%;
    right: 0%;
    margin: 0;
    padding: 0;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoField {
    font-size: 12px !important;
    border: 1px solid #85a1d3;
    border-radius: 25px;
    box-shadow: none !important;
    padding: 2px 20px !important;
    outline: none;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoCheckboxList&gt;label {
    font-weight: normal !important;
    font-size: 0px;
    background-image: url(https://pages.searchunify.com/rs/690-NGB-767/images/circle-checkbox.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center;
    margin: -3px 0 0 -8px !important;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoCheckboxList input[value="yes"] {
    display: none;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoCheckboxList input[value="yes"]:checked+label {
    font-weight: normal !important;
    font-size: 0px;
    background-image: url(https://pages.searchunify.com/rs/690-NGB-767/images/subscribe-icon.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center;
    margin: -3px 0 0 -8px !important;
}

.chatBotPopForm.LpStyleForm.mktoForm #Country {
    background-color: #fff;
    color: #ccccce;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url('../assets/img/drop-arrow.png') no-repeat bottom 18px right 16px #fff !important;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(3) .mktoError {
    max-width: 200px;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -2px;
    top: 50px;
}

.chatBotPopForm.LpStyleForm.mktoForm #Country:focus {
    border-color: #ffb200;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoField::-webkit-input-placeholder {
    color: #ccccce;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoField::-moz-placeholder {
    color: #ccccce;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoField:-ms-input-placeholder {
    color: #ccccce;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoField::placeholder {
    color: #ccccce;
}

.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(11) .mktoFieldDescriptor.mktoFormCol,
.chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol {
    max-width: 100%;
    width: 100%;
    padding: 3px 8px;
}

.chatBotPopForm.LpStyleForm.mktoForm label.mktoLabel {
    width: 96% !important;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    line-height: 20px;
}

.chatBotPopForm.LpStyleForm.mktoForm label.mktoLabel span.aster-sign {
    margin-right: -5px;
}

.chatBotPopForm.LpStyleForm.mktoForm label.mktoLabel a:hover {
    color: #ffb200;
}

.chatBotPopForm.LpStyleForm.mktoForm label.mktoLabel a {
    font-weight: 600;
}

.lp-learn-container {
    width: 70%;
    margin: 0 auto;
}

.lp-learn-cta-block .edgtf-iwt-icon-holder {
    float: left;
    width: 20%;
    margin-right: 24px;
    margin-right: 24px;
    margin-right: 1.5rem;
}

.lp-learn-cta-block .edgtf-iwt-content-holder {
    float: left;
    width: 80%;
}

.lp-learn-cta-block .edgtf-iwt-title-holder {
    text-align: left;
    color: #313131;
}

.lp-learn-cta-block .edgtf-iwt-title-holder h3,
.lp-learn-cta-block .edgtf-iwt-title-holder h4 {
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #565658;
}

.lp-learn-cta-block .edgtf-iwt-title-holder h3 {
    font-size: 25.6px;
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 32px;
    line-height: 32px;
    line-height: 2rem;
}

.lp-learn-cta-block .edgtf-iwt-title-holder h4 {
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 25.6px;
    line-height: 1.6rem;
}

.lp-learn-container .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.lp-related {
    padding: 48px 0 80px 0;
    padding: 3rem 0 5rem 0;
}

.lp-related h2 {
    color: #565658;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
}

.lp-learn-cta-block {
    padding: 16px 20px;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #565658;
    width: 100%;
}

.lp-learn-cta a:hover {
    text-decoration: none;
}

.lp-learn-cta a:hover .edgtf-iwt-title-holder h3 {
    color: #f58c1f;
}

.lp-learn-cta-block:hover {
    box-shadow: 3px 5px 10px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 1px solid #f58c1f;
    text-decoration: none;
}

.lp-learn-cta-block:hover img.hover {
    display: block;
}

.lp-learn-cta-block:hover img.normal {
    display: none;
}

.lp-learn-cta-block img.hover {
    display: none;
}

.lp-learn-cta {
    padding-top: 7%;
}

.lp-learn-cta-block h4 {
    font-size: 16px;
    font-weight: 500;
}

.lp-learn-cta-block h3 {
    font-size: 16px;
    font-weight: 700;
}

.lp-learn-cta-block .edgtf-iwt-icon-holder img {
    max-width: 60px;
}

.testimonial.lp-testimonial {
    background: -webkit-linear-gradient(top, #0a143a 45%, #ffffff 45%);
    background: linear-gradient(180deg, #0a143a 45%, #ffffff 45%);
    padding: 50px 0 80px;
}

.testimonial.lp-testimonial .carousel-inner {
    margin: 0 auto;
    width: 90%;
}

.lp-testimonial h2.orange-bar {
    color: #ffffff;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
}

.lp-testimonial .carousel .carousel-item {
    border-radius: 1rem;
    overflow: visible;
    padding: 48px 32px;
    padding: 48px 32px;
    padding: 3rem 2rem;
    min-height: 350px;
}

.lp-testimonial .testimonial-item {
    border: 1px solid #f9f9fb;
    padding: 16px 32px;
    padding: 24px 32px;
    padding: 1.5rem 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 3px 5px 10px 5px rgba(0, 0, 0, 0.1);
    margin: 0px 3.2px;
    margin: 0px 3.2px;
    margin: 0rem 0.2rem;
}

.lp-testimonial .testimonial-item .case-study-body .request_btn {
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2rem;
    padding: 8px 16px;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    line-height: 16px;
    line-height: 16px;
    line-height: 1rem;
    margin-left: 0;
    font-weight: 400;
}

.lp-testimonial .testimonial-item .author i {
    display: block;
    position: relative;
    top: -64px;
    top: -72px;
    top: -4.5rem;
    z-index: 100000;
}

.lp-testimonial .testimonial-item .profile-image {
    width: 20%;
    float: left;
}

.lp-testimonial .testimonial-item .profile-name {
    width: 80%;
    float: left;
    text-align: left;
    padding-left: 16px;
    padding-left: 16px;
    padding-left: 1rem;
}

.lp-testimonial .testimonial-item .profile-name h3,
.lp-testimonial .testimonial-item .profile-name h4 {
    color: #555557;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
}

.lp-testimonial .testimonial-item .profile-name h3 {
    font-size: 19.2px;
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: 0;
    font-weight: 600;
    line-height: 22.4px;
    line-height: 22.4px;
    line-height: 1.4rem;
    padding-bottom: 6.4px;
    padding-bottom: 6.4px;
    padding-bottom: 0.4rem;
}

.lp-testimonial .testimonial-item .profile-name h4 {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 16px;
    line-height: 1rem;
    padding-right: 128px;
    padding-right: 8rem;
}

.lp-testimonial .testimonial-item .testimonial-text {
    display: inline-block;
}

.lp-testimonial .testimonial-item .testimonial-text p {
    color: #757575;
    font-size: 14px;
    line-height: 28.8px;
    line-height: 1.8rem;
    text-align: left;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    width: 90%;
    float: left;
}

.lp-testimonial .testimonial-item .testimonial-text .testimonial-quotes {
    display: inline-block;
    float: left;
    width: 10%;
    text-align: right;
}

.lp-testimonial .testimonial-item .testimonial-text .testimonial-quotes i {
    color: #dcdce4;
    font-size: 64px;
    font-size: 64px;
    font-size: 4rem;
    padding-right: 16px;
    padding-right: 16px;
    padding-right: 1rem;
    position: relative;
    top: -32px;
    top: -32px;
    top: -2rem;
}

.testimonial.lp-testimonial .carousel-control.left {
    left: 0%;
}

.testimonial.lp-testimonial .carousel-control.right {
    right: 0%;
}

.lp-banner-section .demo_form_wrapper h3 {
    color: #f48b00 !important;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 16px;

}

.namely .col-lg-4.ebook-img .center-text-content {
    display: none;
}

.namely .col-lg-4.lp-title {
    display: block;
}

/*/LP Format*/

/*Refferal Page*/
section.request-demo-refferal {
    color: #ffffff;
    padding: 46px 0;
}

section.request-demo-refferal .thank-you-text {
    color: #818ba4;
    min-height: 200px;
    padding-top: 76px;
    text-align: center;
}

section.request-demo-refferal p {
    margin-bottom: 0;
}

section.request-demo-refferal .thank-you-text p {
    color: #818ba4;
}

section.refferal-form.request-demo-refferal .demo-form-container {
    width: 60%;
    margin: 0 auto;
}

section.request-demo-refferal .demo-form-container {
    padding: 40px 30px;
    margin-top: -120px;
    box-shadow: none;
    width: 100%;
    margin-bottom: -40px;
}

section.request-demo-refferal .demo-form-wrapper {
    box-shadow: 0px 1px 9px rgba(88, 91, 95, 0.38);
    background-color: #fff;
    border: 1px solid #55c7ff;
    border-radius: 20px;
    padding: 20px 30px;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoOffset,
section.request-demo-refferal .demo-form-container .mktoForm .mktoGutter {
    height: 0;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoRadioList label,
section.request-demo-refferal .demo-form-container .mktoForm .avail-benefit,
section.request-demo-refferal .demo-form-container .mktoForm .referee-info,
section.request-demo-refferal .demo-form-container .mktoForm .mktoLabel,
section.request-demo-refferal .demo-form-container .mktoForm input[type=text],
section.request-demo-refferal .demo-form-container .mktoForm input[type=email],
section.request-demo-refferal .demo-form-container .mktoForm select.mktoField,
section.request-demo-refferal .demo-form-container form,
section.request-demo-refferal .demo-form-container .mktoForm fieldset,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap,
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
    font-family: "Montserrat";

}

section.request-demo-refferal .demo-form-container .mktoForm .row_13 fieldset,
section.request-demo-refferal .demo-form-container .mktoForm .row_15 fieldset,
section.request-demo-refferal .demo-form-container .mktoForm fieldset.fieldset_1 {
    padding-right: 0 !important;
}

section.request-demo-refferal .demo-form-container .mktoForm select.mktoField,
section.request-demo-refferal .demo-form-container form,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap,
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0 !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

section.request-demo-refferal .demo-form-container .mktoForm input#emailOptInBoolean,
section.request-demo-refferal .demo-form-container .mktoForm input#consenttoProcessing {
    display: none;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoHtmlText.mktoHasWidth,
section.request-demo-refferal .demo-form-container .mktoForm .mktoRadioList.mktoHasWidth {
    width: 100% !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap_12,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap_11 {
    position: absolute;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_14 {
    display: none
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap_11 .mktoLogicalField.mktoCheckboxList,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap_12 .mktoLogicalField.mktoCheckboxList {
    width: 40px !important;
    position: relative;
    left: -220px;
    top: -6px;
    margin-left: -40px;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap_11 label[for="Address"],
section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap_12 label[for="address1_primarycontactname_contact"] {
    width: 220px !important;
    display: inline-block;
    position: relative;
    left: 40px;
    font-weight: 600;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_15 label,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_13 label {
    font-weight: 600;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_16 .mktoFormCol_14 {
    margin-bottom: -4px !important
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_5 .mktoFormCol_3 {
    margin-bottom: 3px !important
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_1 .mktoFormCol_1 {
    margin-bottom: 14px !important
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_6 {
    display: none;
}

section.request-demo-refferal .demo-form-container .mktoForm #new_contactsubject,
section.request-demo-refferal .demo-form-container .mktoForm #contactCompanyName,
section.request-demo-refferal .demo-form-container .mktoForm #address3_primarycontactname,
section.request-demo-refferal .demo-form-container .mktoForm #contactname,
section.request-demo-refferal .demo-form-container .mktoForm #jobFunction,
section.request-demo-refferal .demo-form-container .mktoForm #MktoCompanyNotes,
section.request-demo-refferal .demo-form-container .mktoForm #emailaddress3,
section.request-demo-refferal .demo-form-container .mktoForm #fullname,
section.request-demo-refferal .demo-form-container .mktoForm #nickname,
section.request-demo-refferal .demo-form-container .mktoForm #Title,
section.request-demo-refferal .demo-form-container .mktoForm #emailaddress2,
section.request-demo-refferal .demo-form-container .mktoForm #new_companynamea,
section.request-demo-refferal .demo-form-container .mktoForm #fullname_contact,
section.request-demo-refferal .demo-form-container .mktoForm #Company,
section.request-demo-refferal .demo-form-container .mktoForm #fullNameEditable,
section.request-demo-refferal .demo-form-container .mktoForm #Email,
section.request-demo-refferal .demo-form-container .mktoForm #Country,
section.request-demo-refferal .demo-form-container .mktoForm #State {
    color: #555;
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 8px;
    outline: 0;
    border: 1px solid #e4e9ef;
    border-radius: 4px;
    margin-bottom: 12px;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoLogicalField {
    height: 0px !important;
}

section.request-demo-refferal .demo-form-container .mktoForm #Country,
section.request-demo-refferal .demo-form-container .mktoForm #State {
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
    margin-bottom: 12px;
}

section.request-demo-refferal .demo-form-container .mktoForm fieldset legend {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    font-family: "Montserrat";
}

section.request-demo-refferal .demo-form-container .mktoForm .referer-info,
section.request-demo-refferal .demo-form-container .mktoForm fieldset legend,
section.request-demo-refferal .demo-form-container .mktoForm .mktoRadioList label,
section.request-demo-refferal .demo-form-container .mktoForm .avail-benefit,
section.request-demo-refferal .demo-form-container .mktoForm .referee-info,
section.request-demo-refferal .demo-form-container .mktoForm .mktoLabel {
    margin-bottom: 10px;
    color: #818ba4 !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .referer-info,
section.request-demo-refferal .demo-form-container .mktoForm .avail-benefit,
section.request-demo-refferal .demo-form-container .mktoForm .referee-info {
    font-weight: 700;
    font-size: 16px;
    color: #182b4c !important;
}

section.request-demo-refferal .demo-form-container .mktoForm a {
    padding: 0 !important;
}

section.request-demo-refferal .demo-form-container .mktoForm label[for="emailOptInBoolean"],
section.request-demo-refferal .demo-form-container .mktoForm label[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 12px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 6px !important;
    font-family: "Montserrat", Arial, sans-serif;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
section.request-demo-refferal .demo-form-container .mktoForm .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

section.request-demo-refferal .demo-form-container .mktoForm .mktoCheckboxList input#emailOptInBoolean+label:after,
section.request-demo-refferal .demo-form-container .mktoForm .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #ffb200;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 5px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoCheckboxList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoCheckboxList input,
section.refferal-form.request-demo-refferal .demo-form-container .mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    margin-left: -2px;
    color: #818ba4 !important
}

section.refferal-form.request-demo-refferal .demo-form-container fieldset.mktoFormCol.mktoFormCol_15,
section.refferal-form.request-demo-refferal .demo-form-container fieldset.mktoFormCol.mktoFormCol_18 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -14px !important;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoCheckboxList label {
    position: relative;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_12 {
    margin-bottom: 0px !important
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_21 fieldset .mktoFieldWrap {
    margin-bottom: -20px !important
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_21 fieldset {
    margin-top: 20px;
    margin-bottom: -10px;
}

/* Edit the properties below to change the colors of the un-checked checkbox */
section.refferal-form.request-demo-refferal .demo-form-container .mktoCheckboxList input+label:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffb200;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    margin-top: 0;
    font-size: 18px;
}

/* Edit the properties below to change the colors of the checked checkbox */
section.refferal-form.request-demo-refferal .demo-form-container .mktoCheckboxList input:checked+label:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-top: 2px;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoCheckboxList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoRadioList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoRadioList input,
section.refferal-form.request-demo-refferal .demo-form-container .mktoRadioList .mktoRadioList label {
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoRadioList label {
    position: relative;
}

/* Edit the properties below to change the colors of the un-checked radio button */
section.refferal-form.request-demo-refferal .demo-form-container .mktoRadioList input+label:before {
    content: "\f111";
    background: #fff;
    border: 2px solid #ffb200;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoRadioList input+label:before {
    border-radius: 50%;
}

/* Edit the properties below to change the colors of the checked radio button */
section.refferal-form.request-demo-refferal .demo-form-container .mktoRadioList input:checked+label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffb200;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoRadioList input:focus+label {
    outline: 0;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(4) {
    margin-bottom: 12px;
}

section.request-demo-refferal.combined-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(4) {
    margin-bottom: 0;
}

section.request-demo-refferal.combined-refferal .demo-form-container .mktoForm .mktoFormRow.row_8 {
    margin-top: -4px;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoForm .mktoButtonRow {
    margin-bottom: 6px;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoButtonRow {
    width: 100%;
    margin-top: 12px !important;
}

section.request-demo-refferal .demo-form-container .mktoForm span.mktoButtonWrap.mktoSimple {
    margin: 0 auto !important;
    display: block;
    width: 210px;
}

section.request-demo-refferal .demo-form-container .mktoForm button {
    background: #ffb200 !important;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px !important;
    border-radius: 10px !important;
    background-image: inherit !important;
    width: 102%;
    letter-spacing: 1px;
    border: 0 !important;
    text-align: center;
    margin: 0 auto;
    padding: 15px 18px !important;
    text-transform: uppercase;
    font-weight: 600;
}

section.refferal-form.request-demo-refferal .demo-form-container .row_18 .mktoCheckboxList input+label,
section.refferal-form.request-demo-refferal .demo-form-container .row_20 .mktoCheckboxList input+label,
section.refferal-form.request-demo-refferal .demo-form-container .row_23 .mktoCheckboxList input+label {
    cursor: auto;
    font-weight: 600;
    margin-top: 2px;
}

section.refferal-form.request-demo-refferal .demo-form-container .row_18 .mktoCheckboxList input+label:before,
section.refferal-form.request-demo-refferal .demo-form-container .row_20 .mktoCheckboxList input+label:before,
section.refferal-form.request-demo-refferal .demo-form-container .row_23 .mktoCheckboxList input+label:before {
    display: none;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(1) .mktoFormCol .mktoError {
    right: auto !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -22px !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(3) .mktoFormCol .mktoError {
    right: auto !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(4) .mktoFormCol .mktoError {
    right: auto !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -30px !important;
    left: 0px;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: 6px !important;
    left: 0px;
}

section.request-demo-refferal h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}

section.partners-benifits {
    color: #182b4c;
    padding: 51.2px 0 80px;
    padding: 3.2rem 0 5rem;
}

section.refferal-testimonial {
    background: rgb(236, 240, 252);
    background: -webkit-linear-gradient(90deg, rgba(236, 240, 252, 1) 0%, rgba(227, 234, 253, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(236, 240, 252, 1) 0%, rgba(227, 234, 253, 1) 100%);
    background: linear-gradient(90deg, rgba(236, 240, 252, 1) 0%, rgba(227, 234, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecf0fc", endColorstr="#e3eafd", GradientType=1);
    padding: 70px 0;
}

section.refferal-testimonial .suTestimonialsV4 .testimonials-controls a:hover {
    background-color: #39406e;
}

section.refferal-testimonial .suTestimonialsV4 .testimonials-controls a {
    background-color: #ffffff;
    color: #e9eaef;
}

section.about-text.refferal-text {
    padding: 16px 0;
    padding: 1rem 0;
}

section.partners-benifits p.lead,
section.about-text.refferal-text p {
    color: #4d5971;
    font-size: 16px;
    font-weight: 400;
}

section.partners-benifits p.lead {
    padding: 0 144px;
    padding: 0 9rem;
    margin-bottom: 6px;
}

section.partners-benifits .col-lg-4 {
    padding-left: 30px;
    padding-right: 30px;
}

section.partners-benifits .row.benifits {
    padding: 0 64px;
    padding: 0 4rem;
}

section.partners-benifits .benifits .img-holder {
    padding: 20px 30px;
}

section.partners-benifits .benifits img {
    max-width: 100px;
}

section.partners-benifits .feaured-services-inner.card.card-body {
    border: 2px solid #55c7ff;
    border-radius: 20px;
}

section.partners-benifits .feaured-services-inner.card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #182b4c;
}

section.partners-benifits .feaured-services-inner.card p {
    font-size: 14px;
    margin-bottom: 0;
    color: #4d5971;
}

section.partners-benifits h2 {
    font-weight: 600;
    font-size: 30px;
    color: #182b4c;
    margin-bottom: 20px;
    line-height: 40px;
}

.header-section.refferal-2 {
    padding: 16px 0 0 0;
    padding: 1rem 0 0 0;
}

section.request-demo-refferal.combined-refferal h2 {
    font-weight: 600;
    font-size: 30px;
    color: #182b4c;
    margin-bottom: -10px;
    line-height: 40px;
    padding: 0 64px;
    padding: 0 4rem;
}

section.request-demo-refferal.combined-refferal {
    padding-top: 0;
    margin-top: -10px;
}

section.refferal-testimonial .suTestimonialsV4:before {
    background-color: transparent;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoForm .mktoLogicalField {
    height: auto !important;
    width: 100% !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_24 fieldset label[for=assetFeedback],
section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_21 fieldset label[for=assistantname] {
    margin-bottom: 0 !important;
    height: 0 !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_24 .mktoRadioList,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_21 .mktoRadioList {
    margin-left: -22px !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_24 legend,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_24 fieldset,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_21 legend,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_21 fieldset {
    margin-bottom: 0 !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_5 {
    margin-top: 10px;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_15 {
    margin-bottom: -14px;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_16 {
    margin-top: 18px;
}

section.request-demo-refferal .demo-form-container .mktoForm fieldset.mktoFormCol_15,
section.request-demo-refferal .demo-form-container .mktoForm fieldset.mktoFormCol_18,
section.request-demo-refferal .demo-form-container .mktoForm fieldset.mktoFormCol_21,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFormCol.mktoFormCol_11 {
    width: 100% !important;
    margin-bottom: 0px !important;
}

section.refferal-form.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_21 fieldset.margin-neg,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFormRow.row_24 fieldset.margin-neg {
    margin-top: 0px !important;
    margin-bottom: -20px !important;
}

section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_16,
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_19,
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_22 {
    float: left;
    clear: none;
    width: 50% !important;
}

section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_17,
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_20,
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_23 {
    float: left;
    clear: none;
    width: 30% !important;
}

section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap.mktoFieldWrap_15,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap.mktoFieldWrap_17,
section.request-demo-refferal .demo-form-container .mktoForm .mktoFieldWrap.mktoFieldWrap_20 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_23 label[for=lunch],
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_22 label[for=technicalSkills],
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_19 label[for=relationship],
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_20 label[for=LeadRole],
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_16 label[for=accountcategorycode],
section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_17 label[for=allergies] {
    margin: 0;
    height: 0;
}

section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_18 .mktoRadioList,
section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_20 .mktoRadioList,
section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_23 .mktoRadioList {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    /* display as row vs. column */
    /*padding-top: 10px;*/
    /* space between main label and radios */
}

/* radio buttons */

section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_18 .mktoRadioList input,
section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_20 .mktoRadioList input,
section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_23 .mktoRadioList input {
    width: auto !important;
    margin-right: 0px !important;
}

/* radio labels */

section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_18 .mktoRadioList label,
section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_20 .mktoRadioList label,
section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_23 .mktoRadioList label {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

/*Refferal Page*/

/*SU RC fixes*/

div#searchUnifyContainer .button.su-hide-advanced-search,
div#searchUnifyContainer .NavBar,
div#searchUnifyContainer .switchview {
    display: none;
}

.su__container {
    margin: 0 auto;
}

.su-sorting-wrapper {
    width: 25%;
    text-align: right;
}

/*Container Fixes*/

div#searchUnifyContainer:after,
div.su__container:after {
    content: "";
    display: table;
    clear: both;
}

div#searchUnifyContainer #goToTopBtn {
    display: none !important;
}

.cookie_not_set div#searchUnifyContainer .su-p-input-header {
    padding: 105px 0 250px 0;
}

.cookie_is_set div#searchUnifyContainer .su-p-input-header {
    padding: 150px 0 180px 0;
}

.cookie_is_set .rc-section div#searchUnifyContainer .su-p-input-header {
    padding: 150px 0 180px 0;
}

.rc-section .rc-container div#searchUnifyContainer .su-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rc-section .rc-container div#searchUnifyContainer h5.su-search-title a span.ng-binding {
    min-height: auto !important;
}

.rc-section .rc-container div#searchUnifyContainer .su-search-toggle-text {
    font-size: 12px;
    font-weight: 500;
}

.rc-section .rc-container div#searchUnifyContainer .su-search-toggle-result-count {
    font-weight: 500;
}

div#searchUnifyContainer .su-p-input-header {
    background-image: url(../images/icons/rc-banner-v6.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 99;
    background-size: contain;
    background-attachment: unset;
    margin-top: -4px;
    margin-bottom: 33px;
    background-color: rgb(85, 199, 255);
    background-color: -moz-linear-gradient(90deg, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    background-color: -webkit-linear-gradient(90deg, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    background-color: linear-gradient(90deg, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55c7ff", endColorstr="#7886f7", GradientType=1);
}

div#searchUnifyContainer h1.su_rc_heading {
    color: #ffffff !important;
    text-align: center;
    margin: 16px 0;
    margin: 1rem 0;
    width: 100%;
    font-weight: 600;
}

div#searchUnifyContainer .advance-button-group .button {
    height: 40px;
    padding: 0;
}

div#searchUnifyContainer .SearchToggleFieldFilter md-checkbox {
    margin-bottom: 6px;
}

div#searchUnifyContainer .lia-link-navigation .fa {
    font-size: 11.2px;
    font-size: .7rem;
    color: #333;
}

div#searchUnifyContainer .su-filter-wrapper .su-filter-box-open-close {
    margin-top: -4px;
    position: relative;
    right: 0;
    width: 20px;
    float: right;
}

div#searchUnifyContainer .su-filter-value-wrapper.collapse.in {
    display: block;
}

div#searchUnifyContainer .su-filter-wrapper .show_more_less {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: calc(100% + 34px);
    margin-left: -17px;
    padding: 16px 0 16px 0;
    padding: 1rem 0 1rem 0;
    display: inline-block;
    outline: none;
    background: #f6f8f8;
    top: 16px;
    border: 1px solid #ededed;
    border-top: 0;
}

div#searchUnifyContainer .su-filter-wrapper .show_more_less .fa {
    padding-left: 4px;
}

div#searchUnifyContainer .su-filter-box-legend .fa-ellipsis-v {
    padding-right: 4px;
}

div#searchUnifyContainer .su-result-metas {
    width: 99.6%;
}

div#searchUnifyContainer select.su_sorting-select {
    padding: 9.6px;
    padding: .6rem;
}

div#searchUnifyContainer .toggleLeft {
    display: none;
}

div#searchUnifyContainer .pagination&gt;li&gt;a {
    text-transform: uppercase;
}

div#searchUnifyContainer .pagination&gt;li:nth-child(1) {
    display: none;
}

div#searchUnifyContainer .su-page-number-section {
    margin-top: -7px;
}

div#searchUnifyContainer .mobile-view-results {
    display: none !important;
}

section.about-text.rc-section {
    padding-bottom: 30px;
}

div#searchUnifyContainer .su-result-table-solve:hover {
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    -moz-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, .3);
}

.su_sorting-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: 126px -5px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='round-arrow_drop_down-24px' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath id='Path_1520' data-name='Path 1520' fill='none' d='M0,0H24V24H0Z'/%3e%3cpath id='Path_1521' data-name='Path 1521' fill='%23919bb0' d='M8.71,11.71,11.3,14.3a1,1,0,0,0,1.41,0l2.59-2.59A1,1,0,0,0,14.59,10H9.41A1,1,0,0,0,8.71,11.71Z'/%3e%3c/svg%3e ");
    width: 178px;
}

.rc-container {
    min-height: 600px;
}

div#searchUnifyContainer .su-no-results-section .su-result-wrapper {
    margin-top: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

div#searchUnifyContainer .su-no-results-section .su-result-wrapper .su-result-table {
    padding: 6px 0;
    margin: 10px 21px 10px 0px;
    width: calc(100% / 3 - 25px);
}

div#searchUnifyContainer .su-result-table-solve {
    width: 100%;
    background-color: #ededed;
    -webkit-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    -moz-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
}

div#searchUnifyContainer div .su-grid:nth-child(3n) {
    margin-right: 0px !important;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    z-index: 2001 !important;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container .md-autocomplete-suggestions li {
    padding: 6px 10px !important;
    overflow: hidden;
}

.md-autocomplete-suggestions li span.item-icon {
    padding-top: 0 !important;
}

.rc-section .rc-container div#searchUnifyContainer .pagination {
    margin-right: -8px !important;
}

.md-autocomplete-suggestions li.suggestedResults {
    width: 104% !important;
}

.rc-section .rc-container div#searchUnifyContainer .col-lg-8.col-md-12 {
    padding-left: 40px;
}

.rc-section .rc-container div#searchUnifyContainer .su-filters-section {
    min-width: 266px;
}

.rc-section .rc-container div#searchUnifyContainer .SearchToggleFieldFilter&gt;div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rc-section .rc-container div#searchUnifyContainer .su-search-toggle-text {
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 4px;
}

/*/SU RC fixes*/
/*ROI Calculator*/
.roi-calculator .tabular-form .container {
    max-width: 720px;
}

.roi-calculator.cookie_is_set div.welcome-container {
    padding-top: 7%;
    padding-bottom: 2.5%;
}

.roi-calculator.cookie_not_set div.welcome-container {
    padding-top: 10%;
    padding-bottom: 3%;
}

.roi-calculator .container.calculator-form {
    margin-top: -41.6px;
    margin-top: -41.6px;
    margin-top: -2.6rem;
}

.roi-calculator table.client-table {
    font-size: 12.8px;
    font-size: 12.8px;
    font-size: .8rem;
}

.roi-calculator .tabular-form {
    margin-bottom: 48px;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.roi-calculator hr {
    margin-top: 8px;
    margin-top: 0.5rem;
}

.roi-calculator td.table-titles {
    padding-left: 28px;
    padding-left: 28px;
    padding-left: 1.75rem;
}

.roi-calculator span#costsSavedPy,
.roi-calculator span#ReducedNoOfReps,
.roi-calculator span#roiPeriod {
    width: 100%;
    display: block;
    text-align: right;
    font-weight: bold;
}

.roi-calculator .form-check {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 16px;
    text-align: right;
}

.roi-calculator .form-check.withperc {
    padding-right: 11.2px;
    padding-right: 11.2px;
    padding-right: 0.70rem;
}

.roi-calculator a.view-link:hover {
    text-decoration: none;
}

.roi-calculator .icon-stack {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    height: 40px;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 40px;
    width: 2.5rem;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    background-color: #f2f6fc;
}

.roi-calculator .icon-stack svg {
    height: 16px;
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 16px;
    width: 1rem;
}

.roi-calculator .icon-stack-lg {
    height: 64px;
    height: 64px;
    height: 4rem;
    width: 64px;
    width: 64px;
    width: 4rem;
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
}

.roi-calculator .icon-stack-lg svg {
    height: 24px;
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 24px;
    width: 1.5rem;
}

.roi-calculator .icon-stack-xl {
    height: 80px;
    height: 80px;
    height: 5rem;
    width: 80px;
    width: 80px;
    width: 5rem;
    font-size: 28px;
    font-size: 28px;
    font-size: 1.75rem;
    min-width: 80px;
}

.roi-calculator .icon-stack-xl svg {
    height: 28px;
    height: 28px;
    height: 1.75rem;
    width: 28px;
    width: 28px;
    width: 1.75rem;
}

.roi-calculator .card {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    overflow: hidden;
    position: relative;
}

.roi-calculator .lift {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
    -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.roi-calculator .lift:hover {
    -webkit-transform: translateY(-0.3333333333rem);
    -ms-transform: translateY(-0.3333333333rem);
    transform: translateY(-0.3333333333rem);
    box-shadow: 0 0.5rem 2rem 0 rgb(33 40 50 / 25%);
}

.roi-calculator ul.calculator-list {
    list-style: none;
    padding: 0;
}

.roi-calculator ul.calculator-list li {
    padding-left: 1.3em;
}

.roi-calculator ul.calculator-list li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #f48b00;
    margin-right: 6px;
}

.roi-calculator .welcome-container h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: #182b4c;
    margin-bottom: 40px;
}

.roi-calculator .welcome-container li,
.welcome-container p {
    color: #9299a6;
}

.roi-calculator .cta-div {
    padding-left: 40px;
}

.roi-calculator .content-div {
    position: relative;
    padding-right: 40px;
}

.roi-calculator .content-div:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 25%;
    height: 50%;
    border-left: 3px solid #f48b00;
}

.roi-calculator .welcome-container a:hover {
    text-decoration: none;
}

.roi-calculator .welcome-container h5 {
    color: #182b4c;
}

.calculator-form .table-secondary,
.calculator-form .table-secondary&gt;td,
.calculator-form .table-secondary&gt;th,
.welcome-container .table-secondary,
.welcome-container .table-secondary&gt;td,
.welcome-container .table-secondary&gt;th {
    background: rgb(85, 199, 255);
    background: -webkit-linear-gradient(90deg, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    background: linear-gradient(90deg, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55c7ff", endColorstr="#7886f7", GradientType=1);
}

.roi-calculator .table-bordered&gt;tbody&gt;tr&gt;td,
.roi-calculator .table-bordered&gt;tbody&gt;tr&gt;th,
.roi-calculator .table-bordered&gt;tfoot&gt;tr&gt;td,
.roi-calculator .table-bordered&gt;tfoot&gt;tr&gt;th,
.roi-calculator .table-bordered&gt;thead&gt;tr&gt;td,
.roi-calculator .table-bordered&gt;thead&gt;tr&gt;th {
    vertical-align: middle;
}

.roi-calculator .table-bordered&gt;tbody&gt;tr&gt;th {
    color: #ffffff;
    background: #12182E;
}

.table-success,
.table-success&gt;td,
.table-success&gt;th {
    background-color: #c3e6cb !important;
}

.roi-calculator .table-bordered&gt;tbody&gt;tr.table-success&gt;th,
.roi-calculator .table-success,
.roi-calculator .table-success&gt;td,
.roi-calculator .table-success&gt;th {
    color: #000000;
}

.roi-calculator .table-bordered&gt;tbody&gt;tr&gt;td {
    color: #343e62;
}

.roi-calculator div.searchunify-applications .application-tabs {
    border-top: 1px solid #d1d2d7;
    border-bottom: 1px solid #d1d2d7;
    padding: 16px 0;
    padding: 16px 0;
    padding: 1rem 0;
    max-width: 100%;
    margin: 0 auto;
}

.roi-calculator div.searchunify-applications .application-tabs .btn {
    margin: 0 6px;
    border: 0;
    background-color: transparent;
    color: #7f8792;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.roi-calculator div.searchunify-applications .application-tabs .btn.active {
    color: #ffffff;
    border: 0;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.roi-calculator div.searchunify-applications .tabs-content-col {
    margin-top: 20px;
}

.roi-calculator div.searchunify-applications .tabs-content h3 {
    font-size: 19.2px;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 600;
    padding-right: 0;
    line-height: 22.4px;
    line-height: 22.4px;
    line-height: 1.4rem;
}

.roi-calculator div.searchunify-applications .tabs-content a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #f48b00;
}

.roi-calculator div.searchunify-applications .tabs-content a:hover {
    color: #182b4c;
}

.roi-calculator h2.primary-color.searchunify-heading {
    margin-bottom: 16px
}

.roi-calculator .searchunify-applications .hide {
    display: none;
}

/*ROI Calculator*/
/*Pricing Calculator*/
.su-pricing-calculator {
    position: relative;
    margin-top: 40px;
    margin-bottom: -42px;
}

img.calc-dots {
    position: absolute;
    max-width: 60px;
    top: -20px;
}

.su-pricing-calculator .calculator-header {
    padding: 0 0 20px 0;
}

.su-pricing-calculator .calculator-header h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: -6px;
}

.su-pricing-calculator .product .addToCart {
    cursor: pointer;
}

.su-pricing-calculator .products:hover {
    box-shadow: 0 4px 8px 0 rgb(152 162 179 / 15%), 0 2px 2px -1px rgb(152 162 179 / 30%);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.su-pricing-calculator .product {
    padding: 10px 16px;
    margin-bottom: 32px;
    box-shadow: 4px 5px 10px 2px rgb(88 91 95 / 38%);
    border-radius: 16px;
}

.su-pricing-calculator .product .row:nth-child(1) {
    margin-top: 16px;
}

.su-pricing-calculator .total-output .added-items .payment-type,
.su-pricing-calculator .product .payment-type,
.su-pricing-calculator .product .col-4 .package-status {
    font-size: 12px;
    line-height: 16px;
}

.su-pricing-calculator .product .col-4 .package-status {
    color: #ffb200;
    display: none;
}

.su-pricing-calculator .product.selected .col-4 .package-status {
    display: block;
    font-weight: 600;
}

.su-pricing-calculator .total-output .added-items .payment-type,
.su-pricing-calculator .product .payment-type {
    color: #adadb1;
}

.su-pricing-calculator .total-output .added-items h4,
.su-pricing-calculator .product .col-4 h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 16px;
}

.su-pricing-calculator .product .col-4 {
    text-align: right;
}

.su-pricing-calculator .product.selected {
    border: 1px solid #8b8b8b;
}

.su-pricing-calculator .product input[type=checkbox] {
    display: none;
}

.su-pricing-calculator .product .su-prod-apps input[type=checkbox] {
    display: block;
}

.su-pricing-calculator .product img {
    max-width: 30px;
    max-height: 30px;
}

.su-pricing-calculator .product .product-title h5,
.su-pricing-calculator .product .product-title span {
    display: inline-block;
}

.su-pricing-calculator .product .product-title h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.su-pricing-calculator .total-output .item-name span,
.su-pricing-calculator .product .product-title .package-type {
    margin-left: 20px;
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 14px;
    margin-top: 0px;

}

.su-pricing-calculator .total-output .item-name span {
    font-size: 8px;
}

.su-pricing-calculator .product .product-title .package-type {
    position: absolute;
    margin-top: 4px;
}

.sticky-stopper {
    width: 100%;
    height: 20px;
}

.su-pricing-calculator .total-output {
    padding: 20px 16px;
    box-shadow: 4px 5px 10px 2px rgb(88 91 95 / 38%);
    width: 360px;
    border-radius: 16px;
}

.su-pricing-calculator .total-output h3 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
}

.su-pricing-calculator .total-output .added-items {
    background-color: #f8fcff;
    padding: 16px 10px 16px 10px;
    margin-bottom: 8px;
    display: none;
}

.su-pricing-calculator .total-output .item-name h4,
.su-pricing-calculator .total-output .item-name span {
    display: inline-block;
}

.su-pricing-calculator .currency-select h3,
.su-pricing-calculator .total-output .item-name h4 {
    font-size: 14px;
    line-height: 18px;
}

.su-pricing-calculator .total-output .total-investment,
.su-pricing-calculator .total-output .cta-container {
    text-align: center;
}

.su-pricing-calculator .total-output .total-investment {
    margin-top: 10px;
    margin-bottom: 10px;
}

.su-pricing-calculator .total-output .total-investment span {
    color: #adadb1;
    font-size: 14px;
    line-height: 16px;
}

.su-pricing-calculator .total-output .total-investment h5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.su-pricing-calculator .total-output .cta-container a {
    margin-left: 0;
    text-transform: none;
}

.su-pricing-calculator .total-output .item-name .text-right {
    padding-left: 0;
}

.su-pricing-calculator .total-output .item-name span {
    margin-left: 0;
}

.su-pricing-calculator .total-output .item-name.row {
    position: relative;
}

.su-pricing-calculator .total-output .item-price.row {
    margin-top: 6px;
}

.su-pricing-calculator .total-output .added-items h4 {
    margin-top: 4px;
}

.su-pricing-calculator .total-output .item-name span.removeAppItem,
.su-pricing-calculator .total-output .item-name span.removeCustomizations,
.su-pricing-calculator .total-output .item-name span.removeConnectors,
.su-pricing-calculator .total-output .item-name span.removeQueries,
.su-pricing-calculator .total-output .item-name span.removeIndices,
.su-pricing-calculator .total-output .item-name span.removeItem {
    position: absolute;
    color: #182b4e;
    padding: 6px;
    top: -20px;
    margin: 0 auto;
    right: 10px;
    font-weight: 700;
    cursor: pointer;
}

.su-pricing-calculator .form-increments .col-12,
.su-pricing-calculator .query-index {
    text-align: right;

}

.su-pricing-calculator .form-increments .col-12 {
    width: 100%
}

.su-pricing-calculator .add-sandboxes span,
.su-pricing-calculator .query-index span {
    color: #ffb200;
    font-size: 14px;
    margin-left: 22px;
    font-weight: 500;
    cursor: pointer;
}

.su-pricing-calculator span.su-plus:before,
.su-pricing-calculator .add-sandboxes span:before,
.su-pricing-calculator .query-index span:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 6px;
}

.su-pricing-calculator span.su-plus:before {
    margin-right: 0;
}

.su-pricing-calculator span.su-minus:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.su-pricing-calculator span.su-plus,
.su-pricing-calculator span.su-minus {
    padding: 4px 10px;
    background-color: #ffb200;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.su-pricing-calculator .form-increments {
    text-align: right;
}

.su-pricing-calculator span.indexesVal,
.su-pricing-calculator span.queryVal,
.su-pricing-calculator span.CustzVal,
.su-pricing-calculator span.sandBoxesVal,
.su-pricing-calculator span.ConnectorVal {
    width: 70px;
    text-align: center;
    display: inline-block;
    border: 1px solid #adadb1;
    border-radius: 8px;
    padding: 0 4px;
    font-size: 16px;
}

.su-pricing-calculator .customizations-subtotal,
.su-pricing-calculator .platform-subtotal,
.su-pricing-calculator .su-prod-add-sandboxes,
.su-pricing-calculator .su-prod-add-queries,
.su-pricing-calculator .su-prod-add-indexes {
    display: none;
}

.su-pricing-calculator .form-increments input[type=number] {
    display: none;
}

.su-pricing-calculator .su-prod-sandbox.selected .add-ad-andbox {
    display: block;
}

section.roi-calculator {
    position: relative;
    z-index: 17;
    padding: 100px 0;
}

.su-pricing-calculator .su-prod-support-success .table,
.su-pricing-calculator .su-customizations .table,
.su-pricing-calculator .su-implementations .table,
.su-pricing-calculator .su-apps-table,
.su-pricing-calculator .su-prod-add-sandboxes .table,
.su-pricing-calculator .su-prod-platform-addons .table {
    margin: 16px 0 -6px;
    margin: 1rem 0 -6px;
}

.su-pricing-calculator .su-customizations h6,
.su-pricing-calculator .su-customizations h4,
.su-pricing-calculator .su-prod-platform-addons h4 {
    font-size: 14px;
    line-height: 16px;
    color: #adadb1;
}

.su-pricing-calculator .su-prod-support-success h5,
.su-pricing-calculator .su-prod-support-success h4,
.su-pricing-calculator .su-customizations h4.customizations-price,
.su-pricing-calculator .su-customizations h5,
.su-pricing-calculator .su-implementations h5,
.su-pricing-calculator .su-implementations h4,
.su-pricing-calculator .su-prod-add-sandboxes h4,
.su-pricing-calculator .su-prod-add-sandboxes h5,
.su-pricing-calculator .su-apps-table h3,
.su-pricing-calculator .su-apps-table h4,
.su-pricing-calculator .su-prod-platform-addons h5,
.su-pricing-calculator .su-prod-platform-addons h4.platform-addon-price {
    font-size: 16px;
    line-height: 18px;
    color: #212529;
}

.su-pricing-calculator .su-prod-support-success tr td:nth-child(2),
.su-pricing-calculator .su-customizations tr td:nth-child(2),
.su-pricing-calculator .su-implementations tr td:nth-child(2),
.su-pricing-calculator .su-prod-add-sandboxes tr td:nth-child(2),
.su-pricing-calculator .su-apps-table tr td:nth-child(2) {
    text-align: right;
}

.su-pricing-calculator .row.add-sandboxes {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.su-pricing-calculator .currency-select {
    margin-top: 16px;
    margin-bottom: 16px;
}

.su-pricing-calculator .currency-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
    line-height: 16px;
}

.su-pricing-calculator .currency-select .bootstrap-select {
    width: 100% !important;
}

.su-pricing-calculator .currency-select h3 {
    text-align: left;
    font-weight: 600;
    line-height: 16px;
}

.su-pricing-calculator .product-row h3 {
    display: inline-block;
    margin-left: 20px;
}

.su-pricing-calculator .su-apps-table .product-row h4.su-apps-price {
    display: block;
}

.su-pricing-calculator .su-apps-table .product-row h4,
.su-pricing-calculator .apps-implementation-row {
    display: none;
}

.pricing-calculator section.platform-request-demo-section h3 {
    font-size: 26px;
    line-height: 32px;
}

.free-trial .free-trial-header {
    background-image: url(../assets/img/trial-page-banner-bg.svg);
    margin-top: 64px;
    margin-top: 4rem;
    margin-top: 64px;
    margin-top: 4rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners-logos-wrapper {
    height: 80px;
    margin-top: 0;
}

.searchunify-partners .partners-logos-wrapper {
    margin-top: 14px;
}

.partners-logos-wrapper ul {
    margin-bottom: 0;
}

.partners-logos li {
    padding: 8px 10px;
    float: left;
    list-style: none;
    width: 160px;
}

.partners-logos img {
    max-width: 100%;
}

/*Pricing Calculator*/


/* Platform Inner pages */
section.platform-request-demo-section {
    padding: 32px 0;
    padding: 2rem 0;
    position: relative;
    z-index: 10;
}

section.platform-request-demo-section .col.request-demo-col {
    padding: 0 30px;
}

.mamba-22-searchunifys-latest-release section.platform-request-demo-section .col.request-demo-col {
    padding: 0 0 0 30px;
}

section.platform-request-demo-section .col-8 {
    padding: 30px 60px
}

section.platform-request-demo-section p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 10px;
}

section.platform-request-demo-section h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    padding-left: 10px;
}

section.platform-request-demo-section .row.request-demo-row {
    background: #f58b01;
    border-radius: 1.2rem;
    background-image: url(../images/home/request-demo-bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: -56px;
}

section.platform-request-demo-section .row.request-demo-row .col-lg-8 {
    padding: 30px 60px;
}

section.platform-request-demo-section a:before {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background-color: #011866;
    top: -16px;
    right: 70px;
}

section.platform-request-demo-section a:after {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background-color: #011866;
    bottom: -16px;
    left: 70px;
}

section.platform-request-demo-section a span {
    max-width: 20px;
    display: inline-block;
    margin-top: -6px;
    margin-left: 10px;
}

section.platform-request-demo-section a span svg {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: -5px;
}

section.platform-request-demo-section a {
    padding: 12px 22px;
    text-transform: uppercase;
    background-color: #011866;
    color: #ffffff;
}

.platform-customers-testimonails {
    padding: 7rem 0 1.1rem !important;
    position: relative !important;
    background-image: url(../assets/img/heres-what-the-best.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.artificial-intelligence-for-cognitive-search .platform-customers-testimonails {
    padding: 8rem 0 5.1rem !important
}

.partner-network .platform-customers-testimonails {
    padding: 160px 0 80px;
    padding: 10rem 0 5rem;
}

.searchunify-for-intelligent-ecommerce-experiences .platform-customers-testimonails {
    margin-top: -64px;
    margin-top: -4rem;
}

section.platform-self-service {
    padding: 48px 0 0;
    padding: 3rem 0 0;
}

.sectioned-featured-services h3.searchunify-heading,
.platform-self-service h2,
.stevie-testimonial-section h2,
.enterprise-outcomes h2,
.platform-customers-testimonails h2 {
    padding: 0 192px;
    padding: 0 12rem;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 44px;
    color: #182b4e;
}

.platform-self-service h2 {
    text-align: left;
    padding: 0;
}

.stevie-testimonial-section h2 {
    padding: 0 64px;
    padding: 0 4rem;
}

.enterprise-outcomes h2 span,
.stevie-testimonial-section h2 span {
    display: block;
}

.platform-customers-testimonails .top-textheadline {
    margin-bottom: 60px;
}

.stevie-testimonial-section .stevie-testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 48px 0;
    margin: 3rem 0;
}

.stevie-testimonial-section .stevie-testimonial img {
    max-width: 130px;
}

.stevie-testimonial-section .stevie-testimonial p {
    padding-left: 30px;
    margin-bottom: 0;
    color: #182b4e;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: 500;
}

.stevie-testimonial-section .tns-controls {
    margin-left: 2px;
    margin-top: 16px;
}

.stevie-testimonial-section .tns-controls button:hover {
    border: 0;
    box-shadow: 0 2px 15px 0 rgb(244 139 0 / 20%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.stevie-testimonial-section .tns-controls button {
    margin-right: 15px;
    padding: 7px 14px;
    border: 0px;
    background-color: #ffffff;
}

.stevie-testimonial-section .tns-controls span.fa-chevron-left:before {
    background-image: url(../assets/img/left-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

.stevie-testimonial-section .tns-controls span.fa-chevron-right:before {
    background-image: url(../assets/img/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

.platform-self-service .tns-controls:focus {
    outline: 0;
}

.section-scroll-pages .header-section.sub-heading.platform h1 {
    color: #ffffff;
    font-weight: 700;
}

.section-scroll-pages .header-section.sub-heading.platform .section-header-illustration img {
    max-width: 100%;
}

.section-scroll-pages .header-section.sub-heading.platform h3 {
    color: #ffffff;
}

div.sectioned-pages-sections,
section.platform-sections {
    position: relative;
}

div.sectioned-pages-sections img.triangle-2,
section.platform-sections img.triangle-2 {
    position: absolute;
    top: 60%;
    right: 6%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.sectioned-featured-services img.pattern-right,
div.sectioned-pages-sections img.triangle-gray-2,
section.platform-sections img.triangle-gray-2 {
    position: absolute;
    top: 0%;
    right: 5%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.sectioned-featured-services img.triangle-blue,
div.sectioned-pages-sections img.rectangle-2,
section.platform-sections img.rectangle-2 {
    position: absolute;
    top: 84%;
    left: 4%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

div.sectioned-pages-sections img.triangle-3,
section.platform-sections img.triangle-3 {
    position: absolute;
    top: 30%;
    left: 3%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.sectioned-featured-services img.triangle-blue {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

.sectioned-featured-services img.pattern-right {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    top: 18%;
    right: -2%;
}

div.sectioned-pages-sections .mobile-centering.order-bottom,
section.platform-sections .row .mobile-centering.order-bottom {
    background-image: url(../assets/img/platform-sections-illustration-bg.svg);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position-x: right;
    background-position-y: top;
    padding: 32px 16px;
    padding: 0rem 1rem;
}

div.sectioned-pages-sections section:nth-of-type(even) .mobile-centering.order-bottom,
section.platform-sections .row:nth-of-type(even) .mobile-centering.order-bottom {
    background-position-x: left;
}

div.sectioned-pages-sections section.full-screen:nth-of-type(odd) {
    background-color: transparent;
}

div.sectioned-pages-sections section.full-screen {
    padding: 0 0;
}

.searchunify-for-slack div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning {
    margin-top: 0;
}

div.sectioned-pages-sections section.full-screen:nth-child(3),
div.sectioned-pages-sections section.full-screen:nth-child(6),
div.sectioned-pages-sections section.full-screen:nth-child(9) {
    background-image: url(../assets/img/sectioned-page-bg.svg);
    padding: 4rem 0 0rem 0;
    margin-top: -64px;
    margin-top: -4rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.mamba-22-searchunifys-latest-release div.sectioned-pages-sections .mobile-centering.order-bottom,
.mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen:nth-child(3) {
    background-image: none;
    margin-top: 0;
    padding-top: 40px;
}

.mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen {
    padding: 41.6px 0 19.2px;
    padding: 2.6rem 0 1.2rem;
}

.mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    color: #182b4c;
}

.mamba-22-searchunifys-latest-release section.platform-request-demo-section {
    margin-top: -48px;
    margin-top: -3rem;
}

.mamba-22-searchunifys-latest-release .next-gen-apps {
    background-color: #0080db;
    padding: 19.2px 0 32px 0;
    padding: 1.2rem 0 2rem 0;
    color: #ffffff;
}

.mamba-22-searchunifys-latest-release section.about-text {
    padding: 32px 0;
    padding: 2rem 0;
}

.mamba-22-searchunifys-latest-release .next-gen-apps .btn.light-button:hover,
.mamba-22-searchunifys-latest-release .next-gen-apps .btn.dark-button {
    color: #ffffff;
    background-color: #f48b00;
    border: 1px solid #f48b00;
}

.mamba-22-searchunifys-latest-release .platform-wrapper {
    padding: 0 20px;
    margin-bottom: 16px;
}

.mamba-22-searchunifys-latest-release .platform-content {
    padding: 20px 20px;
    border: 1px solid #efefef;
    border-radius: 8px;
    cursor: pointer;
    background-color: #ffffff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mamba-22-searchunifys-latest-release .platform-wrapper.active .platform-content {
    background-color: #0080db;
    color: #ffffff;
    border: 1px solid #0080db;
    box-shadow: rgb(11 35 109 / 22%) 6px 6px 12px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;

}

.mamba-22-searchunifys-latest-release .platform-wrapper.active h3,
.mamba-22-searchunifys-latest-release .platform-wrapper.active p {
    color: #ffffff;
}

.mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen .platform-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.mamba-22-searchunifys-latest-release section.next-gen-apps .btn.light-button {
    color: #f48b00;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.mamba-22-searchunifys-latest-release section.next-gen-apps .btn {
    padding: 16px 22px;
    margin: 0 10px;
    border-radius: 10px;
}

.mamba-22-searchunifys-latest-release section.full-screen .order-bottom img {
    display: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mamba-22-searchunifys-latest-release section.full-screen .order-bottom img.active {
    display: block;
    max-width: 100%;
    background-color: #ffffff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen:nth-child(1),
.mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen:nth-child(3) {
    background-color: #f5fafe;
}

.mamba-22-searchunifys-latest-release section.platform-request-demo-section .row.request-demo-row {
    width: 100%;
    padding: 20px 0;
}

.mamba-22-searchunifys-latest-release .next-gen-apps {
    display: none;
}

div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning {
    padding: 32px 0 32px 0;
    padding: 2rem 0 2rem 0;
}

.searchunify-for-adobe-experience-manager div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning,
.searchunify-for-servicenow div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning {
    margin-top: 16px;
    margin-top: 1rem;
}

.connectors div.sectioned-pages-sections section.full-screen:nth-child(3),
div.sectioned-pages-sections section.full-screen:nth-child(3) .mobile-centering.order-bottom,
div.sectioned-pages-sections section.full-screen:nth-child(6) .mobile-centering.order-bottom,
div.sectioned-pages-sections section.full-screen:nth-child(9) .mobile-centering.order-bottom {
    background-image: none;
}

section.platform-sections .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 48px 0;
    margin: 3rem 0;
}

section.platform-sections .row:last-child {
    margin-bottom: 0;
}

div.sectioned-pages-sections section.full-screen h3,
section.platform-sections h3 {
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #12182E;
    margin: 0px 0px 20px;
}

#mytooltip {
    cursor: pointer;
}

.searchunify-for-higher-logic div.sectioned-pages-sections section.full-screen h3 {
    padding-right: 32px;
    padding-right: 2rem;
}

section.platform-sections p {
    color: #798292;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

section.platform-sections .row img {
    max-width: 100%;
}

section.header-section.sectioned-pages {
    background-image: url(../assets/img/platform-bg-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0 96px 0;
    padding: 2rem 0 6rem 0;
    background-position-y: bottom;
}

.about-page-header .section-header-illustration {
    text-align: right;
}

.about-page-header .section-header-illustration img {
    max-width: 80%;
    padding: 80px 0 30px 0;
}

section.header-section.platform {
    background-image: url(../assets/img/platform-bg-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 96px 0 192px 0;
    padding: 140px 0 120px 0 !important;
    background-position-y: bottom;
}

.partner-network section.header-section.sectioned-pages {
    padding: 96px 0 128px 0;
    padding: 6rem 0 8rem 0;
}

section.enterprise-outcomes {
    background-image: url(../assets/img/our-platform-recognized.svg);
    padding: 96px 0 96px 0;
    padding: 6rem 0 6rem 0;
    background-repeat: no-repeat;
}

.key-takway-container .feaured-services-inner,
section.enterprise-outcomes .feaured-services-inner {
    text-align: center;
    border: 1px solid #c1c0c0;
    border-radius: 10px;
    box-shadow: 0px 1px 9px rgb(88 91 95 / 38%);
}

.key-takway-container .feaured-services-inner {
    border: 1px solid #f48b00;
    border-radius: 4px;
}

.key-takway-container .feaured-services-inner img,
section.enterprise-outcomes .feaured-services-inner img {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
    margin-top: 10px;
}

.key-takway-container .feaured-services-inner h5,
section.enterprise-outcomes .feaured-services-inner h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 33px;
    margin: 16px 0;
    color: #182b4e;
}

.key-takway-container .feaured-services-inner h5 {
    color: #f48b00;
    padding: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}

.key-takway-container .pointer-row {
    padding: 0 64px;
    padding: 0 4rem;
}

.key-takway-container .feaured-services-inner p,
section.enterprise-outcomes .feaured-services-inner p {
    color: #5f5f61;
    margin-bottom: 8px;
}

section.highlight-summary {
    padding: 16px 0;
    padding: 1rem 0;
}

section.platform-about p,
section.highlight-summary .highlight-text p {
    text-align: center;
    color: #182b4e;
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
    font-weight: 500;
}

section.platform-about p {
    color: #798292;
    font-weight: 400;
    padding: 0 160px;
    padding: 0 10rem;
}

.searchunify-for-higher-logic section.platform-about p {
    padding: 0 256px;
    padding: 0 16rem;
}

.section-scroll-pages.searchunify-for-healthcare section.platform-about p,
.section-scroll-pages.searchunify-for-madcap section.platform-about p {
    padding: 0 0;
}

.searchunify-for-intelligent-ecommerce-experiences section.platform-about p {
    padding: 0 208px;
    padding: 0 13rem;
}

.enterprise-search section.platform-about p,
.searchunify-for-marketing section.platform-about p {
    padding: 0 48px;
    padding: 0 3rem;
}

.searchunify-for-zendesk-guide section.platform-about p,
.searchunify-for-knowledge-management section.platform-about p {
    padding: 0 80px;
    padding: 0 5rem;
}

.searchunify-for-self-service section.platform-about p {
    padding: 0 64px;
    padding: 0 4rem;
}

.section-scroll-pages.connectors section.about-text.platform-about h2 {
    padding: 0 96px;
    padding: 0 6rem;
}

.section-scroll-pages.searchunify-for-marketing section.about-text.platform-about h2 {
    padding: 0 80px;
    padding: 0 5rem;
}

.section-scroll-pages.searchunify-for-intelligent-ecommerce-experiences section.about-text.platform-about h2 {
    padding: 0 320px;
    padding: 0 20rem;
}

.searchunify-for-microsoft-dynamics-365 .section-scroll-pages section.about-text.platform-about h2 {
    padding: 0 96px;
    padding: 0 6rem;
}

.searchunify-for-microsoft-dynamics-365 .section-scroll-pages section.about-text.platform-about h2 {
    display: block;
}

.searchunify-for-microsoft-dynamics-365 section.platform-about p {
    padding: 0 0px;
    padding: 0 0rem;
}

.section-scroll-pages.searchunify-for-higher-logic section.about-text.platform-about h2 {
    padding: 0 256px;
    padding: 0 16rem;
}

.section-scroll-pages.artificial-intelligence-for-cognitive-search section.about-text.platform-about h2 {
    padding: 0 96px;
    padding: 0 6rem;
}

.section-scroll-pages section.about-text.platform-about h2 {
    padding: 0 160px;
    padding: 0 10rem;
}

.searchunifys-ai-powered-applications section.platform-about p,
.searchunifys-ai-powered-applications section.about-text.platform-about h2 {
    padding: 0 0px;
    padding: 0 0rem;
}

.section-scroll-pages.searchunify-for-microsoft-dynamics-365 section.about-text.platform-about h2 {
    padding: 0 0px;
    padding: 0 0rem;
}

.section-scroll-pages.searchunify-for-microsoft-dynamics-365 section.about-text.platform-about h2 span {
    display: block;
}

.section-scroll-pages.searchunify-for-madcap section.about-text.platform-about h2 {
    padding: 0 176px;
    padding: 0 11rem;
    font-size: 32px;
}

.section-scroll-pages.searchunify-for-fraud-detect section.about-text.platform-about h2 {
    padding: 0 0;
}

.searchunify-for-knowledge-management section.platform-about p {
    padding: 0 80px;
    padding: 0 5rem;
}

.section-scroll-pages.searchunify-for-communities section.platform-about p {
    padding: 0 32px;
    padding: 0 2rem;
}

.section-scroll-pages.searchunify-for-digital-hr section.about-text.platform-about h2 {
    padding: 0 288px;
    padding: 0 18rem;
}

.section-scroll-pages.searchunify-for-communities section.about-text.platform-about h2,
.section-scroll-pages.searchunify-for-self-service section.about-text.platform-about h2 {
    padding: 0 32px;
    padding: 0 2rem;
}

.ourconnector-container.customers-logos {
    padding: 0 0 14px;
}

.platform-customers-testimonails .col-lg-7 {
    padding-right: 40px
}

.platform-self-service .featured-resources .rc-img-wrapper img {
    max-width: 100%;
    overflow: hidden;
}

.platform-self-service .featured-resources h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: -32px;
    min-height: 100px;
}

.platform-self-service .featured-resources .card-holder {
    border: 0;
    border-radius: 16px;
    box-shadow: 0px 1px 9px rgba(88, 91, 95, 0.38);
    overflow: hidden;
}

.platform-self-service .featured-resources h4 {
    position: relative;
    top: -32px;
    display: inline-block;
    padding: 4px 8px;
    left: 0;
    border-radius: 4px;
    color: #182b4e;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    background-color: #ffffff;
    box-shadow: 0px 1px 9px rgb(88 91 95 / 38%);
}

.platform-self-service .featured-resources a:hover {
    text-decoration: none;
}

.platform-self-service .featured-resources&gt;.tns-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.platform-self-service #featured-resources-wrapper .tns-controls {
    margin-left: 16px;
    margin-top: 16px;
}

.platform-self-service #featured-resources-wrapper .tns-controls button:hover {
    border: 0;
    box-shadow: 0 2px 15px 0 rgb(244 139 0 / 20%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.platform-self-service #featured-resources-wrapper .tns-controls button {
    margin-right: 15px;
    padding: 7px 14px;
    border: 0px;
    background-color: #ffffff;
}

.platform-self-service .tns-controls:focus {
    outline: 0;
}

section.stevie-testimonial-section {

    background-size: cover;
    background-repeat: no-repeat;
}

.artificial-intelligence-for-cognitive-search section.stevie-testimonial-section {
    margin-bottom: -64px;
    margin-bottom: -4rem;
    z-index: 120;
    position: relative;
}

.artificial-intelligence-for-cognitive-search .platform-customers-testimonails {
    padding-top: 128px;
    padding-top: 8rem;
}

section.platform.platform-illustration {
    background-image: url(../assets/img/a-unified-cognitive-platform.svg);
    padding: 128px 0 64px 0;
    padding: 8rem 0 4rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.platform-self-service .tns-controls span.fa-chevron-left:before {
    background-image: url(../assets/img/left-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

.platform-self-service .tns-controls span.fa-chevron-right:before {
    background-image: url(../assets/img/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

.platform-self-service .featured-resources .featured-cta span {
    font-size: 14px;
    line-height: 18px;
    color: #182b4e;
    left: 22px;
    position: absolute;
    bottom: 22px;
    font-weight: 600;
}

.platform-self-service .featured-resources .featured-cta span:after,
.platform-self-service a.btn:after {
    background-image: url(../images/icons/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

.platform-self-service .featured-resources .featured-cta span:after {
    height: 12px;
}

.platform-self-service a.btn {
    color: #f48b00;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding-left: 0;
}

.platform-self-service img.dots-pattern-1 {
    position: absolute;
    z-index: -10;
    max-width: 120px;
    top: -48px;
    top: -3rem;
    left: -20px;
}


.peer-review a:hover {
    text-decoration: none;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.peer-review h5 {
    font-size: 14px;
    font-weight: 600;
    color: #5f6388;
    margin-right: 30px;
}

.peer-review .icon {
    text-align: right;
}

.peer-review .d-flex.align-items-center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.peer-review .card-body {
    padding: 13px 12px;
    margin-bottom: 10px;
    border: 1px solid #d7dae0;
}

.partner-network .peer-review .card-body {
    padding: 6px 12px;
}

.partner-network .peer-review h5 {
    font-size: 13px;
    margin-right: 34px;
}

.row.peer-review {
    padding-top: 0;
    padding-left: 0;
}

.peer-review .icon img {
    max-height: 34px
}

.suTestimonialsV6 .profile-name {
    margin-left: -12px
}

.suTestimonialsV6 .profile-image i {
    display: block;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -14px;
}

.suTestimonialsV6:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 48px;
    font-size: 3rem;
    color: #d7dae0;
    position: absolute;
    top: -15px;
    left: 14px;
    display: inline-block;
    font-weight: 900;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 100;
    padding: 0 16px;
}

.suTestimonialsV6 .carousel-inner-wrapper {
    padding: 32px 32px 16px 32px;
    padding: 2rem 2rem 1rem 2rem;
}

.suTestimonialsV6 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #f48b00;
}

.suTestimonialsV6 h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    min-height: 48px;
}

.suTestimonialsV6 .testimonial-text p {
    font-size: 14px;
}

.suTestimonialsV6 .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d7dae0;
    border: 1px solid #d7dae0;
    cursor: pointer;
}

.suTestimonialsV6 ol.carousel-indicators {
    position: absolute;
    bottom: -49px;
    left: 0;
    max-width: 100%;
}

div#suTestimonialsV6 {
    padding-top: 16px;
    padding-top: 1rem;
}

.suTestimonialsV6 .carousel-indicators li.active {
    background: #f48b00;
    border: 1px solid #f48b00;
}

.suTestimonialsV6 .testimonial-logo-raman-kumar {
    margin-left: -10px;
}

.suTestimonialsV6 i.testimonial-logo-leo-daley {
    width: 186px !important;
    height: 44px !important;
    display: inline-block;
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    margin-left: -18px;
}

.suTestimonialsV6 .testimonial-logo {
    margin-bottom: 8px;
}

.suTestimonialsV6 .testimonial-logo img {
    max-width: 100px;
    height: auto;
    padding-top: 6px;
}

.suTestimonialsV6 .profile-image {
    max-height: 80px;
    padding-left: 3px;
    padding-top: 0;
    margin-top: -16px;
}

.suTestimonialsV6 .author:after {
    content: "";
    height: 48px;
    height: 3rem;
    border-right: 1px solid #737373;
    padding-left: 16px;
    padding-left: 1rem;
}

.suTestimonialsV6 .request_btn {
    padding: 14px 20px;
}

.suTestimonialsV6 .row.testimonial-text {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

section.site-platform-footer {
    padding: 224px 0 0;
    padding: 14rem 0 0;
    position: relative;
    background-image: url(../images/home/footer-bg.svg);
    background-repeat: no-repeat;
    z-index: 0;
    margin-top: -160px;
    margin-top: -10rem;
}

section.site-platform-footer .footer-about img {
    max-width: 160px;
}

section.site-platform-footer .footer-about p {
    color: #011866;
    padding: 20px 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}

section.site-platform-footer .footer-about a {
    margin: -20px 0 20px 0;
    padding: 12px 22px;
    color: #ffffff;
}

section.site-platform-footer .footer-about a:after {
    background-image: url(../images/icons/right-arrow-white.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

section.site-platform-footer .footer_recognition_row h4,
section.site-platform-footer .footer_menu_row h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #f48b00;
}

section.site-platform-footer ul {
    padding: 0 0 0 3.2px;
    padding: 0 0 0 .2rem;
    margin: 0;
    list-style: none
}

section.site-platform-footer ul.footer-company,
section.site-platform-footer ul.footer-solutions,
section.site-platform-footer ul.footer-started {
    padding-top: 10px;
}

section.site-platform-footer ul.certificate {
    padding-top: 10px;
    max-width: 280px;
}

section.site-platform-footer ul.footer_menu li {
    line-height: 16px;
    line-height: 1rem;
    padding: 0 0 20px;
}

section.site-platform-footer ul li a {
    color: #011866;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400
}

section.site-footer ul.footer_menu.footer_links li {
    padding-bottom: 0;
    padding-left: .8rem
}

section.site-footer ul.footer_menu.footer_links li a {
    color: #a0a0a0
}

section.site-platform-footer ul li a:hover,
section.site-platform-footer ul.footer_menu.footer_links li a:hover {
    font-weight: 600;
}

section.site-platform-footer .footer_bottom ul.footer_menu.footer_links li a:hover {
    font-weight: 400;
    color: #f48b00;
}

section.site-platform-footer .clearfix {
    margin-top: 11.2px;
    margin-top: .7rem
}

section.site-platform-footer .clearfix a {
    color: #011866;
}

section.site-platform-footer .clearfix a:hover {
    font-weight: 600;
    text-decoration: none
}

section.site-platform-footer .container-fluid.footer-fluid {
    background-color: #011133;
    color: #ffffff;
}

section.site-platform-footer .footer_bottom {
    margin: 20px 0;
}

section.site-footer.site-platform-footer .clearfix div.stevie-silver-2021 {
    margin-left: 0;
}

section.site-footer.site-platform-footer .copy-text p:before {
    display: none;
}

section.site-footer.site-platform-footer .footer_bottom .copy-text span {
    color: #f48b00;
    font-weight: 600;
}

section.site-footer.site-platform-footer ul {
    padding: 0 0 0 3.2px;
    padding: 0 0 0 .2rem;
    margin: 0;
    list-style: none;
    padding-top: 0;
}

section.site-footer.site-platform-footer ul.footer_menu.footer_links {
    padding-top: 0;
}

img.triangle-1 {
    position: absolute;
    top: 7%;
    left: 8%;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

img.lines-jig-jag-1 {
    position: absolute;
    top: 34%;
    right: 2%;
}

img.triangle-2 {
    position: absolute;
    top: 71%;
    right: 5%;
}

img.triangle-gray-1 {
    position: absolute;
    top: 6%;
    right: 12%;
}

img.plus-1 {
    position: absolute;
    top: 18%;
    left: 15%;
}

img.plus-2 {
    position: absolute;
    top: 46%;
    right: 18%;
}

img.triangle-gray-2 {
    position: absolute;
    top: 21%;
    right: 12%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

img.plus-3 {
    position: absolute;
    top: 69%;
    right: 12%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

img.triangle-gray-3 {
    position: absolute;
    top: 21%;
    right: 12%;
}

img.triangle-gray-4 {
    position: absolute;
    bottom: -21%;
    right: 12%;
}

img.plus-4 {
    position: absolute;
    top: 34%;
    left: 6%;
}

img.plus-5 {
    position: absolute;
    top: 22%;
    right: 51%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

img.triangle-gray-5 {
    position: absolute;
    top: 41%;
    right: 19%;
}

img.cirlce-small-1 {
    position: absolute;
    top: 78%;
    left: 8%;
}

img.cirlce-small-2 {
    position: absolute;
    top: 75%;
    left: 9%;
}

img.cirlce-small-3 {
    position: absolute;
    top: 8%;
    left: 6%;
}

img.cirlce-small-4 {
    position: absolute;
    top: 12%;
    left: 8%;
}

img.cirlce-small-5 {
    position: absolute;
    top: 93%;
    left: 8%;
}

img.cirlce-1 {
    position: absolute;
    top: 41%;
    right: -7%;
}

img.rectangle-1 {
    position: absolute;
    bottom: 13%;
    left: 3%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.site-platform.suChatButton {
    position: fixed;
    bottom: 8px;
    right: 16px;
    z-index: 9999;
    padding: 12px 20px;
}

.site-platform.suChatButton span.btn-inner--icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 6px;
    position: absolute;
    top: 8px;
    left: 20px;
}

.site-platform.suChatButton span.btn-inner--text {
    padding-left: 36px;
}

section.site-platform-footer .clearfix {
    margin-top: 11.2px;
    margin-top: 0.7rem;
}

section.site-platform-footer .clearfix.after-chat {
    padding-top: 16px;
    padding-top: 1rem;
}

section.site-platform-footer ul.social-links {
    padding-top: 12.8px;
    padding-top: .8rem;
    margin-left: -10px;
}

section.site-platform-footer ul.social-links li {
    margin-left: 3.2px;
    margin-left: .2rem
}

section.site-platform-footer ul.social-links li a {
    padding: 0 6px;
    height: auto;
    width: auto;
}

section.site-footer.site-platform-footer ul.footer-company,
section.site-footer.site-platform-footer ul.footer-solutions,
section.site-footer.site-platform-footer ul.footer-started {
    padding-top: 10px;
}

section.site-footer.site-platform-footer ul.certificate {
    padding-top: 10px;
}

section.site-platform-footer ul.social-links a .social-icons {
    width: 36px;
    height: 36px;
    display: block;
    background-size: contain;
    padding: 2px;
    background-repeat: no-repeat;
}

section.site-platform-footer ul.social-links a .social-icons.fb {
    background-image: url(../images/icons/FB.svg?v=4);

}



section.site-platform-footer ul.social-links a .social-icons.ln {
    background-image: url(../images/icons/LinkedIn.svg?v=4);
}



section.site-platform-footer ul.social-links a .social-icons.tw {
    background-image: url(../images/icons/Twiter.svg?v=4);
}



section.site-platform-footer ul.social-links a .social-icons.yt {
    background-image: url(../images/icons/Youtube.svg?v=5);
}

section.site-platform-footer .copy-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    margin-left: -15px;
}

section.site-platform-footer ul.footer_menu.footer_links li {
    padding-bottom: 0;
    padding-left: 12.8px;
    padding-left: .8rem
}

section.site-platform-footer ul.footer_menu.footer_links li a {
    color: #a0a0a0
}

section.site-platform-footer .icon-design {
    float: left;
    width: 10%;
    line-height: 19.2px;
    line-height: 1.2rem;
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: -6px;
}

section.site-platform-footer .footer_recognition_row {
    margin-bottom: 90px
}

section.site-platform-footer .footer_recognition_row .clearfix {
    margin-top: 16px;
    margin-top: 1rem
}

section.site-platform-footer .medal-g2.g2-easy {
    margin-left: -10px;
}

section.site-platform-footer .medal-g2 img {
    height: 90px;
}

section.site-platform-footer .medal-g2.stevie-apac img {
    height: 76px;
    margin-top: 6px;
}

section.site-platform-footer .medal-g2.stevie-apac {
    margin-left: -6px;
    margin-right: 6px;
}

section.site-platform-footer .medal-g2.g2-leader {
    margin-left: -8px;
}

section.site-platform-footer .medal-g2.g2-leader-2020 {
    margin-left: -8px;
}

section.site-platform-footer .medal-g2.stevie-bronze {
    margin-right: 4px;
}

section.site-platform-footer .medal-g2.forrester,
section.site-platform-footer .medal-g2.stevie-bronze {
    margin-left: 2px;
}

section.site-platform-footer .medal-g2.forrester img,
section.site-platform-footer .medal-g2.stevie-silver img,
section.site-platform-footer .medal-g2.stevie-bronze img {
    padding-top: 6px;
    padding-bottom: 6px
}

section.site-platform-footer .clearfix div {
    font-size: 14.4px;
    font-size: .9rem;
    line-height: 22px;
    float: left;
    width: 87%;
    color: #011866;
}

section.site-platform-footer .contact-details {
    padding-top: 0px;
}

section.site-platform-footer .contact-details p {
    margin-bottom: 0;
}

section.site-platform-footer .icon-design svg {
    max-width: 24px;
}

section.site-platform-footer .certifications {
    padding-top: 20px;
}

section.site-platform-footer .icon-design .far,
section.site-platform-footer .icon-design .fas {
    color: #8e8f8f;
    vertical-align: middle
}

.ai-sections h2,
.leadership .searchunify-customers h2,
.ourteam-container h2,
.about-page .su-section-heading,
.about-our-story h2,
.about-page-section h2,
.section-scroll-pages section.about-text.platform-about h2,
section.platform .searchunify-heading {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
}

.section-scroll-pages.searchunify-for-servicenow section.about-text.platform-about h2 span {
    display: block;
}

section.platform {
    padding: 96px 0;
    padding: 6rem 0;
    position: relative;
}

section.platform img.platform-illustration {
    max-width: 100%;
}

section.platform h2 {
    padding: 0 128px;
    padding: 0 8rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
}

.why_searchunify.ai-sections .why_content h3 span,
.why_searchunify.ai-sections h2 span,
.leadership .searchunify-customers h2 span,
.ourteam-container h2 span,
.about-our-story h2 span,
.about-page-section h2 span,
.sectioned-featured-services h3.searchunify-heading span,
.ourconnector-container h2 span,
.connectors section.feaured-services .searchunify-heading span,
div.sectioned-pages-sections section.full-screen h3 span,
.platform-self-service h2 span,
section.platform-sections h3 span,
.section-scroll-pages .header-section.sub-heading.platform h1 span,
section.platform-about h2 span,
.stevie-testimonial-section h2 span,
.enterprise-outcomes h2 span,
.platform-customers-testimonails h2 span,
section.customers-testimonails .searchunify-heading span,
section.platform span {
    color: #f48b00;
}

div.sectioned-pages-sections .platform-customers-testimonails {
    margin-top: -32px;
    margin-top: -2rem;
}

.artificial-intelligence-for-cognitive-search .stevie-testimonial {
    margin-top: 0px;
}

section.site-footer .row.footer_menu_row .col-sm-6.col-lg-3.first-area {
    padding-right: 50px;
}

section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.second-area {
    padding-left: 30px
}

section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.third-area {
    padding-left: 64px;
}

section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.fourth-area {
    padding-left: 58px;
    padding-right: 0px;
}

section.site-footer .row.footer_menu_row .col-sm-6.col-lg-3.fifth-area {
    padding-left: 91px;
    padding-right: 0px;
}

section.site-footer .medal-g2.ccw.su-new img {
    margin-top: 0px;
}

section.about-text .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.about-text .cta-container span {
    margin-right: 8px;
    display: inline-block;
    color: #f48b00;
    font-size: 14px;
    font-weight: 500;
}

section.about-text .cta-container span:after {
    height: 2px;
    background: -webkit-linear-gradient(left, rgba(86, 189, 255, 1) 0%, rgba(123, 141, 239, 1) 100%);
    background: linear-gradient(90deg, rgba(86, 189, 255, 1) 0%, rgba(123, 141, 239, 1) 100%);
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ccd7e8;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 6px;
}

section.about-text .cta-container img.learn-orange {
    display: inline-block;
}

section.about-text .cta-container img.learn-orange {
    max-height: 10px;
    margin-bottom: 0;
}

section.trial-features-section .col-lg-7.section-bg-color {
    background: #09254d;
    color: #ffffff;
    padding: 40px;
}

section.trial-features-section .col-lg-5.section-padding {
    padding: 40px;
}

.section-scroll-pages.free-trial .refferal-header h1 {
    color: #0a234c;
}

.section-scroll-pages.free-trial .refferal-header h3 {
    color: #0a234c;
}

.section-scroll-pages.free-trial .refferal-header h1 {
    color: #031a4c;
    font-size: 37px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-scroll-pages.free-trial .refferal-header h3 {
    color: #0a234c;
}

.section-scroll-pages.free-trial .refferal-header h3 {
    color: #0a234c;
    font-size: 18px;
    margin-bottom: 35px;
}

.section-scroll-pages.free-trial a.btn.trial-button.bg_orange.animated-btn {
    color: #ffffff;
    padding: 12px 25px 12px 25px;
    margin-bottom: 4px;
}

.section-scroll-pages.free-trial .section-header-illustration {
    padding: 0 0;
    width: 85%;
}

section.companies-section .row.bg-area {
    padding: 20px 0px;
    margin-top: 0px
}

.free-trial .searchunify-testimonial {
    background-color: #f0f7ff;
}

section.companies-section .row h5 {
    margin-top: 20px;
    color: #102A56;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.companies-section .company-icon img {
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

section.companies-section .company-icon:hover img {
    -webkit-filter: none;
    filter: none;
}

section.companies-section .company-icon img {
    width: 140px;
    margin-top: 40px;
}

section.companies-section .company-icon.accela img {
    width: 110px;
}

section.header-section .platform-illustration-warapper {
    padding-left: 40px;
}

section.header-section .platform-illustration-container {
    text-align: center;
    max-width: 100%;
    position: relative;
    padding-right: 0;
    display: block;
    margin: 0 auto;
    margin-right: -10px;
}

section.header-section .platform-illustration-container .platform-apps,
section.header-section .platform-illustration-container .platform-analytics,
section.header-section .platform-illustration-container .platform-connectors {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* visibility: hidden;*/
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
}

section.header-section .platform-illustration-container .active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /*visibility: visible;*/
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
}

@-webkit-keyframes MoveUpDown {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes MoveUpDown {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

section.header-section .platform-illustration-container .platform-apps img,
section.header-section .platform-illustration-container .platform-analytics img,
section.header-section .platform-illustration-container .platform-connectors img {
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: MoveUpDown 2s linear infinite;
    animation: MoveUpDown 2s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

section.header-section .platform-illustration-container img.platform-lithium {
    top: 23.5%;
    right: 35%;
}

section.header-section .platform-illustration-container img.platform-dropbox {
    bottom: 21.2%;
    left: 34.4%;
}

section.header-section .platform-illustration-container img.platform-chatbot {
    right: 1.6%;
    top: 45.7%;
}

section.header-section .platform-illustration-container img.platform-agent-helper {
    right: 24%;
    top: 5%;
}

section.header-section .platform-illustration-container img.platform-analytics-1 {
    right: 46%;
    bottom: 5.8%;
}

section.header-section .platform-illustration-container img.platform-analytics-2 {
    right: 17.5%;
    top: 22.5%;
}

section.header-section .platform-illustration-container img.platform-analytics-3 {
    left: 17.7%;
    top: 22%;
}

section.header-section .platform-illustration-container img.platform-dynamics {
    bottom: 21.5%;
    right: 34.8%;
}

section.header-section .platform-illustration-container img.platform-madcap {
    top: 23.6%;
    left: 34.5%;
}

section.header-section .platform-illustration-container img.platform-salesforce {
    left: 22.4%;
    top: 37.4%;
}

section.header-section .platform-illustration-container img.platform-servicenow {
    bottom: 35%;
}

section.header-section .platform-illustration-container img.platform-zendesk {
    bottom: 35%;
    left: 22.6%;
}

section.header-section .platform-illustration-container img.platform-servicenow {
    bottom: 35%;
    right: 23%;
}

section.header-section .platform-illustration-container img.platform-youtube {
    top: 38%;
    right: 23%;
}

section.header-section .platform-illustration-container img.platform-apps-7 {
    top: 5%;
    left: 22%;
}

section.header-section .platform-illustration-container img.platform-apps-6 {
    bottom: 2%;
    right: 27%;
}

section.header-section .platform-illustration-container img.platform-apps-5 {
    bottom: 43.4%;
    left: 1.8%;
}

section.header-section .platform-illustration-container img.platform-apps-4 {
    bottom: 3.6%;
    left: 21%;
}

section.header-section img.platform-illustration {
    max-width: 100%;
    display: none;
}

section.header-section img.platform-illustration.img-active {
    display: block;
}

section#intro {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-scroll-pages.support section#intro {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.trial-features-section h2 {
    font-size: 27px;
    color: #0a234c;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

section.trial-features-section .col-lg-5.section-padding .security-item img {
    width: 50px;
    height: 50px;
}

section.trial-features-section .col-lg-5.section-padding h4 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    color: #0a234c;
}

section.trial-features-section .col-lg-5.section-padding p {
    font-size: 14px;
    margin-top: 15px;
    color: #0a234c;
}

section.trial-features-section .col-lg-7.section-bg-color h2 {
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 15px;
}

section.trial-features-section .col-lg-7.section-bg-color p {
    margin-bottom: 40px;
    font-weight: 100;
    color: #fff;
}

section.trial-features-section .col-lg-5.section-padding .security-item p {
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
}

section.trial-features-section .col-lg-7.section-bg-color .row h5 {
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
}

section.trial-features-section .col-lg-7.section-bg-color .row {
    padding-left: 20px;
    margin-bottom: 20px;
}

section.about-text.text-center.about-page-section {
    padding-top: 80px;
    padding-bottom: 25px;
}

section.about-text p {
    color: #8e97a6;
    text-align: center;
    padding-left: 245px;
    padding-right: 245px;
}

.section-scroll-pages section.about-text h2 {
    color: #0a234c;
    margin-bottom: 15px;
}

section.about-text .cta-container {
    width: 10%;
    margin: 0 auto;
}

img.triangle-gray-5,
img.plus-4,
img.plus-5 {
    display: none;
}

section.trial-features-section .col-lg-7.section-bg-color img {
    width: 160px;
    margin-bottom: 15px;
}

section.trial-features-section .col-lg-7.section-bg-color .idaptive-mg {
    margin-left: -5px;
}

section.trial-features-section .col-lg-7.section-bg-color .col-4 {
    padding-left: 0px;
}

section.trial-features-section .col-lg-7.section-bg-color a.btn.trial-button.bg_orange.animated-btn.launchFreeTrial {
    margin-bottom: 0px;
}

section.trial-features-section .col-lg-7.section-bg-color .row.bottom-spac {
    margin-bottom: 0px;
}

.section-scroll-pages.free-trial .refferal-header p {
    margin-bottom: 0px;
    font-weight: 500;
}

.free-trial .why_searchunify {
    background-color: #ffffff;
}

body.page.pageid-14991.section-scroll-pages.free-trial.cookie_not_set section.site-footer {
    border-top: 1px solid #f5f1f1;
}

.col-12.col-md-6.trail-page-popup h3 {
    font-size: 20px;
    color: #0a234c;
}

.modal-no-border .modal-lg {
    max-width: 900px !important;
    width: 900px;
}

.col-12.col-md-6.trail-page-popup p {
    font-size: 14px;
    color: #0a234c;
}

.col-12.col-md-6.trail-page-popup .col-4 img {
    width: 50px;
}

.col-12.col-md-6.trail-page-popup .row p {
    color: #0a234c;
    width: 100%;
    text-align: center;
}

ul.popup-list-items {
    list-style: none;
    padding-left: 0px;
}

ul.popup-list-items li:before {
    content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
    margin-right: 10px;
    color: #000;
    background: green;
    border-radius: 50%;
    padding: 0px 4px 0px 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;

}

ul.popup-list-items li {
    margin-bottom: 20px;

}

.col-12.col-md-6.search-aided-form {
    background-color: #ffffff;
    color: #00276D;
    padding: 30px 30px;
}

.col-12.col-md-6.search-aided-form img {
    width: 200px;
    margin-bottom: 20px;
}

.col-12.col-md-6.trail-page-popup {
    padding-top: 40px;
    padding-bottom: 40px;
}

div#FreeTrialModal button.close {
    position: absolute;
    right: -10px;
    top: -15px;
    background: #f75956;
    border-radius: 50%;
    padding: 2px 7px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #ffffff;
    font-weight: normal;
}

form#mktoForm_6767 label#LblCountry .mktoAsterix {
    display: none;
}

.col-6.trail-page-popup h3 {
    color: #1c3659;
    margin-bottom: 6px;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

.col-6.trail-page-popup h3 span {
    color: #f48b00;
}

.col-6.trail-page-popup p {
    font-size: 13px;
    color: #1c3659;
    text-align: left;
}

.trial-pop-wrapper {
    padding: 40px 0 40px 15px;
}

.trail-page-popup {
    padding-right: 0;
}

.trail-page-popup-img {
    background-color: #002667;
    padding-top: 32px;
    padding-top: 2rem;
}

section.trial-features-section .col-lg-7.section-bg-color p.top-space {
    margin-top: -5px;
}

.pageid-17959 .section_html_container .section_html ul.time_to_clean_blog {
    margin-bottom: 1rem;
}

section.partner-smooth-onboading.smooth-onboarding-sec.support-sec.mt-70.knowbler-homepage-support-sec .slick-prev.slick-arrow {
    display: none;
}

section.partner-smooth-onboading.smooth-onboarding-sec.support-sec.mt-70.knowbler-homepage-support-sec .slick-next.slick-arrow {
    display: none;
}

.page #searchUnifyChatbot .suva-chat-section {
    scrollbar-width: none;
}

.page #searchUnifyChatbot .suva-thumb-down-hover,
.page #searchUnifyChatbot .suva-thumb-up-hover:active {
    outline: none;
}

/* Banner updates */
.cookie_not_set .header-section {
    margin-top: 61px;
}

section.recognition .header-illustration {
    background-color: #11172d;
}

section.recognition .header-illustration h1 {
    font-size: 40px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 700;
    margin-top: -38px;
}

section.recognition .header-illustration p {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
}

/* /Platform Inner pages */
@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
    .about-timeline .su_pop_about_content .timeline-inner-content {
        height: auto;

    }

    .about-timeline .su_pop_about_content h3 {
        margin-top: 15px;
    }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .card .card-img-overlay {
        top: 0;
    }

    .card&gt;a {
        -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    .card.justify-content-end .card-img-overlay {
        top: auto;
        bottom: 0;
    }

    .card:not([class*='col-']) {
        width: 100%;
    }

    .card&gt;div {
        max-width: 100%;
    }

    .card.card-article-wide .card-body {
        width: 100%;
    }

    .flex-column&gt;img.flex-grow-1 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .icon {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .icon-logo {
        width: auto !important;
        max-width: 6rem !important;
    }

    img {
        -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    img.flex-grow-1 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }

    .list-group {
        width: 100%;
    }

    .row {
        width: 100%;
    }

    .text-image-2 {
        display: block;
    }

    .text-image-2 .bg-white {
        bottom: 0;
        right: 0;
    }

    .min-vh-100 {
        height: 100vh;
    }

    .section-scroll-pages .section-header-illustration svg,
    .header-section .section-header-illustration svg {
        min-height: 300px;
    }

    hr.scroll-hr {
        text-align: left;
    }

    .contactus-header-section .card a,
    .contactus-header-section .card a:hover {
        font-size: 11px;
        padding: 8px 12px;
    }

    .contactus-header-section .card h3 {
        font-size: 1.5rem;
    }

    .about-header .about-head-text {
        padding-top: 8rem;
    }

    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form input:not([type=checkbox]) {
        padding: 5px 5px;
    }

    #su_pop_contact_forms_content .row.contact-pop-container {
        width: auto !important;
    }

    .blog.header-section .header-illustration {
        background-position-y: 50px;
    }

    .blog.header-section .header-illustration h1.h2 {
        margin-left: 15px;
    }

    .subscribeForm form#mktoForm_5366 input#emailOptInBoolean,
    .subscribeForm form#mktoForm_5366 input#consenttoProcessing {
        margin-left: -10px;
    }

    .subscribeForm #mktoForm_5366 label[for='emailOptInBoolean'],
    .subscribeForm #mktoForm_5366 label[for='consenttoProcessing'] {
        width: 90% !important;
    }

    div#searchUnifyContainer .su-p-input-header {
        background-position-y: 100px;
    }

    .podcastPopup .logo-box.pop-up-img {
        max-width: 100%;
    }

    .AugmentedIntelligencePop .tfes .speaker-container .speaker-inner img {
        max-width: 60px;
    }

    .AugmentedIntelligencePop .tfes .speaker-container .speaker-inner h5 {
        font-size: 0.7rem;
    }

    .AugmentedIntelligencePop .tfes .speaker-container .speaker-inner .designation {
        font-size: 0.7rem;
    }

    .AugmentedIntelligencePop .tfes .speaker-container .speaker-inner {
        width: 124%;
        max-width: 124%;
    }

    .header .navbar-nav li a.nav-link.su-site-search-button {
        visibility: visible;
    }

    .header .navbar-nav li a.nav-link {
        padding: 5px 12px;
    }

    .about-timeline .su_pop_about_content .timeline-inner-content {
        height: auto;

    }

    .about-timeline .su_pop_about_content h3 {
        margin-top: 15px;
    }

    section.feaured-services .feaured-services-inner p {
        font-size: 15px;
    }

    section.feaured-services img {
        width: 150px;
        height: 50px;
    }

    section.site-footer .medal-g2.stevie-apac {
        overflow: hidden;
    }

    .ourteam-moadl.customer-modal .modal-content button.customer-close {
        right: 12px;
    }

    .ourteam-moadl.customer-modal .teamDesc p {
        font-size: 15px;
    }

    .roi-calculator .welcome-container h2 {
        font-size: 32px;
    }

    .cookie_not_set.section-scroll-pages section.header-section.platform {
        margin-top: 102px;
    }

    section.header-section.platform {
        margin-top: 0;
        padding: 5rem 0 5rem 0 !important;
    }

    .section-scroll-pages .section-header-illustration .hover-item.intelligent-search {
        left: 432px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.community-helper {
        left: 348px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.kcs-enabler {
        left: 260px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.agent-helper {
        left: 174px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.escalation-predictor {
        left: 88px;
    }

    section.enterprise-outcomes .feaured-services-inner p {
        font-size: 15px;
    }

    section.enterprise-outcomes .feaured-services-inner h5 {
        font-size: 14px;
    }

    section.platform-about p {
        padding: 0 8rem;
    }

    .stevie-testimonial-section h2 {
        padding: 0 3rem;
    }

    .su-pricing-calculator .product img {
        width: 30px;
        height: 30px;
    }

    .su-pricing-calculator .total-output,
    .su-pricing-calculator .product {
        box-shadow: 4px 5px 10px 2px #c3c3c3;
    }

    img.calc-dots {
        top: -60px;
    }

    .su-pricing-calculator .product .row {
        width: 104%;
    }

    .su-pricing-calculator .total-output .item-name.row {
        width: 109%;
    }

    .stickyEventContent .featuring-cornerstone {
        max-width: 196px
    }

    .stickyEventContent.forrester-webinar .kcs-webinar-logo {
        margin-top: 0px;
    }

    .stickyEventContent.forrester-webinar h4 {
        font-size: 13px;
        line-height: 15px
    }

    .stickyEventContent.forrester-webinar h5 {
        top: 12px;
        font-size: 12px;
        line-height: 12px;
    }

    .stickyEventContent.forrester-webinar .hidden-phone h5:before {
        top: -1px
    }

    .stickyEventContent.forrester-webinar .cta-container {
        margin-top: 1px;
    }

    .relatedWebinar .container {
        position: relative;
    }

    .relatedWebinar.r-dark,
    .relatedWebinar.r-light {
        overflow: visible;
    }

    .relatedWebinar .container,
    .relatedWebinar img {
        height: 200px;
        width: 300px !important;
        max-width: 300px;
        overflow: show;
    }

    .why_searchunify.ai-sections.tech-model {
        background-color: #00143d;
        background-image: none !important;
        padding: 4rem 0 4rem !important;
        margin: 2rem 0;
    }

    .why_searchunify.ai-sections.tech-model img.tech-model-illustration {
        left: 32%;
        top: 39.6%;
    }

    .why_searchunify.ai-sections .why_content .icon .why-icon {
        max-height: 106px;
        margin-top: -53px;
    }

    .stevie-testimonial-section .stevie-testimonial img {
        width: 130px;
        height: 200px;
    }

    .namely .key-takway-container .feaured-services-inner img,
    .namely section.enterprise-outcomes .feaured-services-inner img {
        width: 60px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .lp-form-wrapper .chatBotPopForm.LpStyleForm.mktoForm #Country {
        background-image: none !important;
    }

    label[for=inputUser] {
        display: none;
    }

    label[for=inputPassword] {
        display: none;
    }

    ::-webkit-input-placeholder {
        color: black;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: black;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: black;
    }

    :-ms-input-placeholder {
        color: black;
    }

    .modal.show {
        display: block !important;
    }

    .col-logo-area {
        display: block !important;
    }

    .colub-pop-container h3 {
        display: inline-block;
    }

    .modal-dialog-centered {
        height: calc(100% - (.5rem * 2));
    }

    @media (min-width:576px) {
        .modal-dialog-centered {
            height: calc(100% - (1.75rem * 2));
        }

        .page .modal-dialog-centered {
            height: calc(100% - (-3.25rem));
        }
    }

    hr.scroll-hr {
        text-align: left;
    }

    div#searchUnifyContainer .su-p-input-header {
        background-position-y: 100px;
    }

    .podcastPopup .logo-box.pop-up-img {
        max-width: 100%;
    }

    .tsiaWebinarPop .webinar-time-container span {
        font-size: 12px;
    }

    .tsiaWebinarPop .row.speaker-row h5 {
        margin-top: 10px !important;
        font-size: 12px;
    }

    .tsiaWebinarPop .row.speaker-row p.designation {
        font-size: 10px;
    }

    .tsiaWebinarPop .webinar-sign {
        text-align: right;
    }

    .tsiaWebinarPop .webinar-sign img {
        max-width: 76%;
    }

    .header .navbar-nav li a.nav-link.su-site-search {
        visibility: visible;
    }

    .header .navbar-nav li a.nav-link.su-site-search-button {
        visibility: visible;
    }

    .header .navbar-nav li a.nav-link {
        padding: 5px 12px;
        margin-top: -2px;
    }

    .stevie-pop-wrapper h3 {
        font-size: 32px;
    }

    .show#relatedAsset img,
    .show#relatedAsset {
        height: 220px;
        width: 490px;
    }

    .show#relatedAsset a {
        display: inline-block;
    }

    div.sectioned-pages-sections section.full-screen h3,
    section.platform-sections h3 {
        font-size: 22px;
    }

    .stickyEventContent .cta-container {
        margin-left: -8px !important;
    }

    .stickyEventContent .hidden-phone div.title-container {
        position: relative;
    }

    .stickyEventContent .kcs-webinar-logo {
        padding-top: 10px;
    }

    .stickyEventContent.kelver-insights .kcs-webinar-logo {
        padding-top: 0;
    }

    .stickyEventContent.kelver-insights h3 {
        position: relative;
        bottom: -6px;
    }

    .stickyEventContent.kelver-insights .cta-container {
        margin-top: 1px;
    }

    .stickyEventContent h3 {
        position: absolute;
        bottom: -17px;
    }

    .section-scroll-pages.searchunify-for-thought-industries .header-section.sub-heading h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .section-scroll-pages.searchunify-for-thought-industries .title-and-two-blocks span.why-icon {
        height: 80px;
    }

    .about-timeline .modal-content button span {
        margin-top: -3px;
    }

    .namely .lp-testimonial .profile-col {
        margin: 0 !important;
        max-width: 340px;
    }
}

@media (min-width:576px) {
    .modal-dialog-centered {
        height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog-centered {
        height: calc(100% - (1.75rem * 2));
    }

    .page .modal-dialog-centered {
        height: calc(100% - (-3.25rem));
    }
}

@media all and (object-fit: cover) and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .infinite_scope video {
        height: auto;
    }

    /* IE11 */
    div#searchUnifyContainer .su-p-input-header {
        background-position-y: 100px;
    }

    .podcastPopup .logo-box.pop-up-img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    .contact-section .mktoForm input[type=url],
    .contact-section .mktoForm input[type=text],
    .contact-section .mktoForm input[type=date],
    .contact-section .mktoForm input[type=tel],
    .contact-section .mktoForm input[type=email],
    .contact-section .mktoForm input[type=number],
    .contact-section .mktoForm textarea.mktoField {
        padding: 17px 8px !important;
    }

    .contact-section .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: right !important;
        padding-right: 0 !important;
        padding-left: 5px !important;
    }

    .contact-section .mktoForm a {
        padding: 0 !important;
        display: inline !important;
    }

    .contact-section form#mktoForm_1846 label[for="emailOptInBoolean"] {
        width: 90% !important;
    }

    .contact-section form#mktoForm_1846 label[for="consenttoProcessing"] {
        width: 88% !important;
    }

    .pages_block .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .saleseforce-lightning .sflightninglogo {
        max-width: 100%;
    }

    .about-our-story {
        padding-bottom: 2rem;
    }

    .timeline .event h3:after {
        width: 25%;
    }

    .white-bar:after {
        width: 20%;
    }

    .events-page.events-page-v2 .search-sec .date-filter-container {
        padding: unset;
    }
}

@media (min-width: 320px) {
    .su__container {
        padding: 0 4px;
    }
}

@media (min-width: 576px) {
    .su__container {
        max-width: 676px;
        padding: 0 5px;
    }

}

@media (min-width: 768px) {
    .su__container {
        max-width: 765px;
    }
}

@media (min-width: 992px) {
    .su__container {
        max-width: 990px;
    }

    .FreeTrialModal .modal-dialog {
        min-width: 760px;
        max-width: 760px;
    }


}

@media (min-width: 1200px) {
    .su__container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .namely .container {
        min-width: 1280px;
    }

    .su__container {
        max-width: 1300px;
    }

    .su__grid-content .su__list-items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.8%;
        -webkit-flex: 0 0 48.8%;
        flex: 0 0 48.8%;
        max-width: 48.8%;
    }

    .pageid-4603 .about-text.sec-scr-holder p,
    .pageid-4301 .about-text.sec-scr-holder p {
        padding: 0 10rem;
    }

    .pageid-4664 .about-text.sec-scr-holder p {
        padding: 0 12rem;
    }

    .lp-form-wrapper {
        max-width: 950px;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(2),
    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(3),
    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(4) {
        width: 29%;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoButtonRow {
        right: -8%;
    }

    #su_pop_contact_forms .modal-content {
        padding: 4rem 3rem;
    }

    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .align-items-center h3 {
        margin-bottom: 1.5rem;
        font-size: 1.2rem;
    }

    .about-stories {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    .su__container {
        max-width: 1300px;
    }

    .lp-banner-section-v2 a span {
        display: none;
    }

    form#mktoForm_6767 .mktoError {
        top: 54px;
    }

    .header-section.events.su-customers {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 991px) {
    .section-scroll-pages section.about-text h2 {
        font-size: 28px;
    }

    section.customers-testimonails.customers-crousel h2.h2 {
        margin-bottom: -30px;
    }

    .request-demo .customers-testimonails.customers-crousel h2.h2 {
        margin-bottom: 45px;
    }

    section.site-footer .medal-g2.globee img {
        margin-left: 30px;
    }

    .customers-crousel .carousel-indicators {
        right: 15px;
        left: auto;
        margin: 0;
        top: -1%;
        flex-direction: column;
        transform: translate(-50%);
    }

    .location-section .our-offices p {
        padding: 0px 220px 50px 220px;
    }

    .media-page .blog-detail-left .media-blogs .blog-image .overlay .text {
        color: #fff;
        font-size: 13px;
        position: absolute;
        padding: 20px 10px;
        line-height: 20px;
    }

    section.site-footer.inner-footer .medal-g2.ccw img {
        margin-top: 10px;
        width: 150px;
        height: 37px;
        margin-left: 28px;
    }

    section.site-footer .medal-g2.globee img {
        height: 60px;
        margin-top: 10px;
        margin-left: 22px;
    }

    .header-section.contact-us h1 {
        margin-top: -26px;
    }

    .free-trial-short .chatBotPopForm.mktoForm .mktoField {
        height: 50px !important;
        width: 100% !important;
        font-family: "Montserrat", Arial, sans-serif;
        border-radius: 4px;
    }

    .free-trial-short .chatBotPopForm.mktoForm label.mktoLabel {
        margin-top: 10px;
    }

    .free-trial-short .mktoFieldWrap.mktoRequiredField.mktoFieldWrap_4 {
        margin-top: -10px;
    }

    .free-trial-short label#LblemailOptInBoolean {
        margin-right: 0px;
        margin-top: 22px;
    }

    .leadership h1.h2.wow.zoomIn {
        margin-top: -70px;
    }
}

@media only screen and (min-width:1410px) {
    section.site-footer .medal-g2.globee img {
        height: 56px;
        margin-left: 14px;
    }

    section.site-footer .medal-g2.bronze-2022 img {
        height: 62px;
    }

    section.site-footer.inner-footer .medal-g2.globee img {
        height: 63px;
        margin-top: -2px;
        margin-left: 34px;
    }

    .certificate li .certificate1,
    .certificate li .certificate2 {
        margin-left: 26px;
    }

    section.su-free-trail-short .col-md-6 .trial-pop-wrappers p {
        margin-bottom: 30px;
    }

    .chatBotPopForm.mktoForm .mktoField {
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 1600px) {
    .banner .community-refocus.mamba.image-only h4 {
        margin-top: 16px;
        margin-bottom: 164px;
    }

    .section-scroll-pages .sectioned-pages .section-header-illustration img {
        max-height: 340px;
        padding-top: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    section.feaured-resources-inner.su-featured .feaured-resources-wrapper .card-holder {
        padding: 0 1rem;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area h2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row {
        margin-top: 98px;
    }

    section.su-free-trail-short.su-free-trial-v3 .left-side-content-tabs {
        margin-top: 10px;
    }

    section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row img {
        position: relative;
        left: 30px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
        padding: 82px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area {
        padding: 46px 120px;
    }

    section.su-free-trail-short.su-free-trial-v3 .chatBotPopForm.mktoForm .mktoFormCol {
        margin-bottom: 0px !important
    }

    section.su-free-trail-short.su-free-trial-v3 .ft-short-inner-bg-area {
        margin-top: 38px;
        margin-bottom: 15px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area h1 {
        margin-top: 20px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area p.short-orange-text-right-area {
        font-size: 18px;
        margin-top: 15px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .carousel-indicators {
        top: 138px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .row {
        width: 72%;
    }

    section.su-free-trail-short.su-free-trial-v3 .carousel-inner {
        width: 100%;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel h5 span {
        font-size: 71px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel p {
        font-size: 20px;
    }

    section.su-free-trail-short.su-free-trial-v3 img.vlocity-logo-cust {
        margin-top: 12px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel h5:before {
        top: 8px;
        height: 62px;
        left: -6px;
    }

    section.su-free-trail-short.su-free-trial-v3 img.namely-logo-cust {
        margin-top: 8px;
    }

    section.su-free-trail-short.su-free-trial-v3 img.rubrik-logo-cust {
        margin-top: 10px;
    }

    section.su-free-trail-short.su-free-trial-v3 img.bluebeam-logo-cust {
        margin-top: 20px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .bg-color-area-cust {
        border-radius: 28px;
    }

    section.site-footer .medal-g2.tmc {
        margin-left: 10px;
    }
}

@media only screen and (max-width:1600px) {
    section.site-footer .medal-g2.globee img {
        margin-left: 22px;
    }

    .carousel-item.has-video,
    .banner_image {
        height: 600px;
    }

    .hidden-mobile {
        display: none;
    }

    .feaured-resources-inner .card .rc-img-wrapper {
        height: auto;
    }

    .request-demo .feaured-resources-inner .card-holder {
        padding: 0 1rem;
    }

    .feaured-resources-inner .card-holder {
        padding: 0;
    }

    .feaured-resources-wrapper {
        background-size: 38%;
        background-position-x: -220px;
        background-position-y: center;
    }



    section.site-footer .medal-g2.globee img {
        margin-left: 30px;
    }

    section.site-footer .medal-g2.globee img {
        height: 55px;
        margin-left: 12px;
    }

    section.site-footer.inner-footer .medal-g2.globee img {
        margin-left: 36px;
    }

    section.site-footer .medal-g2.bronze-2022 img {
        height: 62px;
    }

    .request-demo .feaured-resources-inner .card-holder {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 1550px) {
    .why_searchunify.ai-sections.tech-model {
        background-image: url(../images/home/bg-csat-v4.svg);
        background-repeat: no-repeat;
        background-position-y: top;
        background-position-x: center;
        background-size: cover;
        padding: 9rem 0 9rem;
    }

    section.platform-illustration img.platform-illustration {
        max-width: 80%;
    }

    section.platform.platform-illustration .searchunify-heading {
        margin-bottom: 2rem;
    }

    .platform-about img.cirlce-small-2 {
        top: 4%;
        left: 3%;
    }

    section.platform-sections img.triangle-gray-2 {
        right: 3%;
    }

    section.platform-sections img.triangle-3 {
        left: 3%;
    }

    section.platform-sections img.triangle-2 {
        right: 2%;
    }

    section.platform-sections img.rectangle-2 {
        left: 2%;
    }

    section.platform-illustration img.cirlce-small-2 {
        left: 3%;
    }

    section.site-footer.inner-footer img.plus-4 {
        left: 1%;
    }

    section.site-footer.inner-footer img.triangle-gray-5 {
        right: 2%;
    }

    section.site-footer.inner-footer ul.footer_menu.footer_links {
        margin-right: 4rem;
    }

    section.header-section.platform {
        padding: 1rem 0 5rem 0;
    }

    section.about-text.platform-about {
        padding: 1.2rem 0 1rem 0;
    }

    .section-scroll-pages .sectioned-pages .section-header-illustration img {
        max-height: 340px;
        padding-top: 0;
        margin-top: 10px;
        max-width: 100%;
    }

    .section-scroll-pages.searchunify-for-sharepoint .sectioned-pages .section-header-illustration img {
        padding-top: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sectioned-featured-services img.triangle-blue {
        left: -3%;
        top: 50%;
    }

    .sectioned-featured-services img.pattern-right {
        right: -4%;
    }

    section.header-section.team-header.sectioned-pages {
        padding: 11rem 0 11rem;
    }

    .banner .community-refocus.mamba.image-only {
        background-size: 94%;
    }

    .section-scroll-pages.searchunify-for-khoros section.about-text.platform-about h2 {
        font-size: 26px;
        margin-bottom: 8px;
        padding: 0;
        margin-top: 30px;
    }

    .section-scroll-pages.searchunify-for-khoros section.about-text p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .inner_container {
        max-width: 1100px;
        padding: 0;
    }

    .certificate li {
        display: inline-block;
        width: 38%;
        padding: 5px 5px 5px 0px;
        margin: 5px 20px 0 0;
        border-radius: 10px;
    }

    .subscribeForm #mktoForm_5358 label[for="emailOptInBoolean"],
    .subscribeForm #mktoForm_5358 label[for="consenttoProcessing"] {
        width: 90% !important;
    }

    .subscribeForm form#mktoForm_5358 input#emailOptInBoolean,
    .subscribeForm form#mktoForm_5358 input#consenttoProcessing {
        margin-left: -10px;
    }

    .contact-section form#mktoForm_1846 .mktoFormRow:nth-child(11) .mktoError {
        top: -30px;
        right: 6px !important;
    }

    div#searchUnifyContainer .su-grid {
        margin: 10px 20px 10px 0px;
    }

    div#searchUnifyContainer .su-result-metas {
        width: 99.6%;
    }

    .pageid-4603 .about-text.sec-scr-holder p,
    .pageid-4301 .about-text.sec-scr-holder p {
        padding: 0 5rem;
    }

    .pageid-4664 .about-text.sec-scr-holder p,
    .pageid-4306 .about-text.sec-scr-holder p {
        padding: 0 6rem;
    }

    .cookie_not_set div#searchUnifyContainer .su-p-input-header {
        padding: 105px 0 150px 0;
    }

    .cookie_is_set .rc-section div#searchUnifyContainer .su-p-input-header {
        padding: 130px 0 145px 0;
    }

    .cookie_is_set div#searchUnifyContainer .su-p-input-header {
        padding: 60px 0 150px 0;
    }

    .header-section.sudo-technical-blogs {
        height: 450px;
    }

    .header-section.blog,
    .header-section.announcement,
    .header-section.events {
        height: 300px;
    }

    .header-section.events.su-customers {
        height: 350px;
    }



    .roi-calculator.cookie_is_set div.welcome-container {
        padding-top: 9%;

    }

    .ab-leadership .profile-2 {
        max-width: 90px;
        bottom: 22%;
    }

    .connectors .card-img-box {
        min-height: 7vw;
    }
}

@media only screen and (max-width:1280px) {
    .video_content {
        margin-left: 0;
        left: 1%;
        width: 33%;
        max-width: 100%;
        top: 0;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .header .navbar-nav li a.nav-link {
        padding: 0 12px;
    }

    .header .navbar-nav li a.request_btn {
        padding: 8px 20px;
    }

    .banner_btn {
        margin: 0 20px 10px 0;
    }

    .subscribeForm form#mktoForm_5358 input#emailOptInBoolean,
    .subscribeForm form#mktoForm_5358 input#consenttoProcessing {
        width: 76% !important;
    }

    section.site-footer ul.social-links {
        padding-right: 0rem;
    }

    section.site-footer .suChatButton {
        padding: 12px 20px;
    }

    section.site-footer span.btn-inner--icon {
        width: 20px;
        height: 20px;
        top: 13px;
        left: 20px;
    }

    section.site-footer span.btn-inner--text {
        font-size: 12px;
    }

    .c21 .stickyEventContent .hidden-phone.webinar-title {
        margin-left: 0;
    }

    .stickyEventContent .hidden-phone.webinar-title {
        padding-left: 0px;
        margin-left: -56px;
    }

    .stickyEventContent .col-12.cta-container {
        margin-left: -12px;
    }

    .stickyEventContent.nelson .col-12.cta-container {
        margin-left: -80px;
    }

    .c21 .stickyEventContent .hidden-phone div.justify-content-center {
        padding-left: 40px;
    }

    .c21 .stickyEventContent.forrester-webinar .hidden-phone div.justify-content-center {
        padding-left: 0;
    }

    .c21 .stickyEventContent.forrester-webinar h5 {
        font-size: 11px;
        top: -1px;
    }

    .c21 .stickyEventContent.forrester-webinar h4 {
        line-height: 16px;
    }
}

@media only screen and (max-width:1200px) {
    .search-bar-wrapper {
        top: -60px;
    }

    .search-bar.open {
        width: 600px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .header .navbar-nav li a.nav-link {
        padding: 0 4px;
        font-size: 13px;
    }

    .header .navbar-nav li a.request_btn {
        padding: 8px 20px;
    }

    .customers_logo li:last-child {
        display: none;
    }

    .section-scroll-pages .wow,
    .pages_block .wow {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        visibility: visible !important;
    }

    [data-toggle~="collapse"] {
        cursor: pointer;
    }

    section.site-footer .copy-text p {
        font-size: 0.6rem;
    }

    section.site-footer ul.social-links {
        padding-right: 0rem;
    }

    .stickyEventContent .cta-container #case_study {
        margin-left: 0;
    }

    .stickyEventContent h3 {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 3px;
        margin-bottom: 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .request-demo .customers-crousel p.content-area {
        max-width: 88%;
    }
}

@media only screen and (max-width:1199px) {
    .top-textheadline p {
        font-size: 18px;
    }

    .pageid-3499 .top-textheadline p {
        padding: 0 2rem;
    }

    .section-scroll-pages .header-section.sub-heading h3 {
        padding-right: 0;
    }

    .top-textheadline hr {
        margin-top: 18px;
    }

    .top-textheadline {
        margin: 0px 0px 50px;
    }

    .team-members .text-team .name {
        font-size: 16px;
    }

    .team-members .text-team .name .circle-design {
        width: 7px;
        height: 7px;
    }

    .contact-section .our-offices .common-row .icon-design {
        width: 15%;
    }

    .contact-section .our-offices .common-row article {
        width: 85%;
    }

    .tsw_sticky_event_image button {
        right: 6% !important;
    }

    .events-page .event-loop-list {
        margin: 0px 0px 50px;
    }

    .header .navbar-nav li {
        padding: 28px 0;
    }

    .header .navbar-nav .dropdown-menu li {
        padding: 0;
    }

    .pages_block.drive-relevance-into-every-conversation-with-search-powered-chatbots {
        padding-top: 10px;
    }

    .feaured-resources-wrapper {
        background: transparent;
        padding: 1rem 0;
    }

    .feaured-resources-inner .card .rc-img-wrapper {
        height: auto;
        max-height: auto;
    }

    .feaured-resources-inner .card-holder {
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .feaured-resources-inner .card {
        width: 100%;
    }

    .feaured-resources-inner .card a .rc-card-bottom {
        padding: 10px 0;
        height: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .feaured-resources-inner .card a:hover img.rc-img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .request-demo-section .card.card-body .request_demo_click {
        font-size: 0.8rem;
    }

    .request-demo-section .card.card-body.h3,
    .request-demo-section .card.card-body h3 {
        font-size: 1.2rem;
    }

    div#searchUnifyContainer .result-section.col-lg-8.col-md-12 {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }

    .cookie_is_set .rc-section div#searchUnifyContainer .su-p-input-header {
        padding: 115px 0 225px 0;
    }

    .writeToUs-section .emails a {
        color: #8e8f8f;
        font-size: 14px;
    }

    .writeToUs-section .fas {
        font-size: 16px;
    }

    .contactus-header-section .card a,
    .contactus-header-section .card a:hover {
        font-size: 10px;
        padding: 8px 6px;
    }

    .contactus-header-section .content-section .card h3 {
        line-height: 32px;
        font-size: 1.4em;
    }

    section.site-footer ul li a {
        font-size: 0.8rem;
    }

    .saleseforce-lightning.sf-lightning {
        padding: 40px 0 40px;
    }

    span.btn-inner--icon,
    section.site-footer span.btn-inner--icon {
        position: relative;
        display: inline-block;
        margin-right: 0;
        top: 0;
        left: 0;
    }

    .request_btn.suChatButton,
    section.site-footer .suChatButton {
        padding: 4px 6px;
        border-radius: 4px;
        bottom: 70px;
    }

    .request_btn.suChatButton span.btn-inner--icon {
        width: 20px;
        height: 20px;
        overflow: hidden;
        margin-right: 0;
        position: relative;
        top: 0;
        left: 0;
    }

    span.btn-inner--text,
    section.site-footer span.btn-inner--text {
        display: none;
    }

    section.site-footer ul.social-links {
        padding-right: 0rem;
    }

    .stickyEventContent h4 {
        font-size: 12px;
        margin-top: 4px;
        padding-right: 0;
        line-height: 18px;
        padding-left: 10px;
    }

    .c21 .stickyEventContent h4 {
        margin-top: 4px;
        padding-left: 0px;
        margin-bottom: 4px;
    }

    .stickyEventContent.nelson h4 {
        padding-left: 0;
        margin-top: 0px;
    }

    .stickyEventContent.nelson .col-12.cta-container {
        margin-left: 0;
    }

    .stickyEventContent h5 {
        font-size: 12px;
        margin: 1px 0 3px;
    }

    .stickyEventContent #case_study,
    .stickyEventContent .case_study {
        margin-left: 1.8rem;
        margin-top: -0.6rem;
        font-size: 14px;
    }

    .stickyEventContent a.btn {
        padding: 2px 12px;
        font-size: 11px;
    }

    .stickyEventContent .cta-container {
        margin-top: 2px;
    }

    .stickyEventContent .kcs-webinar-logo {
        margin-top: -6px;
        margin-bottom: -2px;
    }

    .stickyEventContent .col-12.cta-container {
        margin-left: 4px;
    }

    .c21 .stickyEventContent .col-12.cta-container {
        margin-left: 0;
    }

    .mamba-22-searchunifys-latest-release section.full-screen .order-bottom img.active {
        max-width: 100%;
    }

    .mamba-22-searchunifys-latest-release .next-gen-apps p,
    .mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen .platform-content p {
        font-size: 13px;
    }

    .mamba-22-searchunifys-latest-release section.next-gen-apps .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .lp-banner-section-v2 a span {
        display: none;
    }

    .namely.higher-education .lp-banner-section {
        padding: 60px 0 40px;
    }

    section.site-footer .medal-g2 img {
        height: 90px;
    }

    section.site-footer .clearfix div.stevie-silver-2021 img {
        max-height: 80px;
    }

    section.site-footer .medal-g2.stevie-apac img {
        height: 80px;
        margin-top: 4px;
    }

    section.site-footer .medal-g2.stevie-silver img,
    section.site-footer .medal-g2.stevie-bronze img {
        max-height: 70px;
        margin-top: 8px;
    }

    section.site-footer.inner-footer .medal-g2.stevie-bronze img {
        margin-top: 8px;
        max-height: 50px;
        min-height: 72px;
    }

    section.site-footer.inner-footer .medal-g2.stevie-silver img {
        height: 72px
    }

    section.site-footer.inner-footer .clearfix.row-2 div.stevie-silver-2021 img {
        margin-top: 14px;
        max-height: 60px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-3.first-area {
        padding-right: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.second-area {
        padding-left: 15px
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.third-area {
        padding-left: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.fourth-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-3.fifth-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .request-demo .schedule-demo {
        min-height: 1000px;
    }

    .request-demo .why-su .why_content {
        min-height: 225px;
    }

}

@media only screen and (min-width: 1170px) {
    section.full-screen.cd-section {
        padding: 4.5rem 0 1.2rem 0;
    }

    .cd-secondary-nav {
        z-index: 1;
        height: auto;
        top: 0;
        -webkit-transition: top 0.5s linear;
        transition: top 0.5s linear;
        -moz-transition: top 0.5s linear;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .cd-secondary-nav nav,
    .cd-secondary-nav ul,
    .cd-secondary-nav li,
    .cd-secondary-nav a {
        height: 100%
    }

    .cd-secondary-nav ul {
        position: relative;
        width: auto;
        max-width: 100%;
        visibility: visible;
        text-align: center;
        background-color: transparent;
        display: inline-block;
        padding: 0;
    }

    .cd-secondary-nav li {
        display: inline-block;
    }

    .cd-secondary-nav li.main-nav__item {
        padding: 10px 0;
    }

    .cd-secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        padding: 10px 30px 0;
        border-bottom: none;
        -webkit-transition: padding .2s;
        -moz-transition: padding .2s;
        transition: padding .2s;
        color: #6682B2;
        text-decoration: none;
        font-weight: 600;
    }

    .cd-secondary-nav li a.active {
        color: #16356F;
    }

    .cd-secondary-nav li a b {
        font-size: 14px;
        font-weight: 700;
        color: #b5c1cf;
        padding: 0 0;
        font-weight: 600;
    }

    .cd-secondary-nav li a:hover,
    .cd-secondary-nav li a:hover b,
    .cd-secondary-nav li a.active b {
        color: #112d6c;
        text-decoration: none;
        font-weight: 600;
    }

    .cd-secondary-nav.is-fixed {
        position: fixed;
        left: 0;
        top: 72px;
        height: 74px;
        width: 100%;
        -webkit-transition: top 0.5s linear;
        transition: top 0.5s linear;
        -moz-transition: top 0.5s linear;
        text-align: center;
        margin: 0 auto;
        z-index: 15;
    }

    .cookie_not_set .cd-secondary-nav.is-fixed {
        top: 116px;
    }

    .cd-secondary-nav.animate-children {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        background-color: #ffffff;
    }

    .cd-secondary-nav.animate-children li a {
        padding: 14px 30px 0;
    }

    .cd-secondary-nav ul:after {
        content: "";
        height: 1px;
        background: rgb(225, 228, 233);
        background: -moz-linear-gradient(90deg, rgba(225, 228, 233, 1) 0%, rgba(227, 228, 232, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(225, 228, 233, 1) 0%, rgba(227, 228, 232, 1) 100%);
        background: linear-gradient(90deg, rgba(225, 228, 233, 1) 0%, rgba(227, 228, 232, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e4e9", endColorstr="#e3e4e8", GradientType=1);
        width: 98%;
        display: block;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
    }

    .cd-secondary-nav.animate-children ul:after {
        height: 0px;
    }

    .cd-secondary-nav li a:after {
        content: "";
        height: 0;
        background: rgb(225, 228, 233);
        background: -moz-linear-gradient(90deg, rgba(225, 228, 233, 1) 0%, rgba(227, 228, 232, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(225, 228, 233, 1) 0%, rgba(227, 228, 232, 1) 100%);
        background: linear-gradient(90deg, rgba(225, 228, 233, 1) 0%, rgba(227, 228, 232, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e4e9", endColorstr="#e3e4e8", GradientType=1);
        width: 80%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .cd-secondary-nav.is-fixed li:after {
        margin-top: -10px;
    }

    .cd-secondary-nav li a.active:after {
        height: 2px;
        background: #f80;
        background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
        background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%)
    }

}

@media only screen and (max-width:1100px) {
    .header .navbar-nav li a.nav-link {
        padding: 0 8px;
        font-size: 12px;
    }

    .header .navbar-nav li a.request_btn {
        padding: 8px 20px;
    }

    .header .navbar-nav li a.request_btn {
        padding: 8px 20px;
    }

    .banner_content {
        padding: 70px 0 0;
    }

    .banner_content h2 {
        font-size: 45px;
    }

    section.about-mid-banner.about-page-section.floating-img img {
        right: 0;
    }

    .why_searchunify.ai-sections.tech-model img.tech-model-illustration {
        max-width: 320px;
        left: 33%;
        top: 46.6%;
    }

    .lp-banner-section-v2 .center-text-content {
        margin-right: 0px;
    }

    .write_us_icon.col-4 div {
        margin-left: -10px;
    }

    .meet-us .contact_us_box h3.primary-color {
        font-size: 16px;
        font-weight: 600;
    }

    section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoFormRow.row_5 label.mktoLabel {
        width: 88% !important;
    }

    section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoFormRow.row_6 label.mktoLabel {
        width: 88% !important;
    }

    section.sugpt-container .container .about-mid-banner-container {
        margin: 53px 0 40px 0px;
    }
}

@media only screen and (max-width:1024px) {
    section.customers-testimonails.customers-crousel.testimonial-revamp {
        max-width: 100%;
    }

    section.featured-resources-rd:before {
        height: 300px;
        bottom: -18px;
    }

    br {
        display: none;
    }

    section.featured-resources-rd .slick-prev.slick-arrow {
        display: none !important;
    }

    section.featured-resources-rd .slick-next.slick-arrow {
        display: none !important;
    }

    section.featured-resources-rd .slick-prev.slick-arrow:hover {
        top: 574px;
    }

    section.about-us-testimonials {
        padding: 60px 20px 40px;
    }

    /* section.site-footer-rd-new {
		margin-top: 80px;
		} */

    section.featured-resources-rd .slick-prev.slick-arrow {
        top: 600px;
        left: 442px;
    }

    section.featured-resources-rd .slick-next.slick-arrow:hover {
        top: -10px;
    }

    section.featured-resources-rd .slick-next.slick-arrow {
        left: 56px;
        top: 14px;
    }

    section.footer-copyright.copyright-rd-new ul.footer_menu.footer_links {
        flex-wrap: wrap;
    }

    section.featured-resources-rd h3.primary-color {
        font-size: 17px;
    }

    section.faqs-pricing .card-body {
        padding: 0rem 0 1.25rem 3.5rem;
    }

    section.faqs-pricing .card-header h5:before {
        background-size: 24px;
        position: absolute;
        left: 13px;
        top: 0px;
        background-position: left center;
        width: 24px;
        height: 24px;
    }

    section.faqs-pricing .card-header h5 {
        padding: 0 30px 0 50px;
        position: relative;
    }

    section.faqs-pricing .card-header {
        padding: 24px 0px 16px;
    }

    section.header-section.su-pricing-plans .check-mark-area {
        margin-top: 24px;
    }

    section.transformative-sec .technology-areas p.demo-btns {
        min-height: 0px;
        display: inline-flex;
    }

    section.transformative-sec .technology-areas a {
        padding: 14px 14px;
        text-align: center;
    }

    section.transformative-sec .technology-areas p {
        min-height: 120px;
        margin-bottom: 0px;
    }

    section.breadth-depth-sec .card-header {
        width: 878px;
    }

    section.faqs-pricing h3 {
        margin-bottom: 30px;
    }

    .pt_cell {
        width: 24%;
    }

    .pt_cell:first-child {
        width: 26%;
    }

    section.breadth-depth-sec h4 {
        margin-top: 162px;
    }

    section.breadth-depth-sec .module-features p {
        display: inline-flex;
    }

    section.breadth-depth-sec p.price-us {
        margin-bottom: 23px;
        display: block;
    }

    section.transformative-sec .technology-areas h4 {
        min-height: 54px;
    }

    section.breadth-depth-sec .module-features a {
        border: 2px solid #FF8800;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns h2 br {
        display: none;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns h2 {
        font-size: 26px;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns {
        margin: 4rem 0;
    }

    section.reviews-blocks.success-stories-khoros {
        margin: 5rem 0 4rem;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
        height: auto;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
        padding: 68px 42px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area h1 {
        font-size: 26px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .carousel-indicators {
        top: 112px;
        margin-bottom: 26px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area {
        padding: 20px 40px 20px 24px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .awards .cd-section {
        padding: 3rem 0 0 0;
    }

    .awards-testimonial-row .author .invertedComma {
        width: 30px;
    }

    #videoModal {
        display: none;
    }

    #ModalImg {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-color: blue;
    }

    form#mktoForm_5301 label#LblemailOptInBoolean {
        width: 100% !important;
        font-weight: 500;
        line-height: 16px;
        padding-left: 5px;
    }

    section.about-text .cta-container {
        width: 17%;
    }

    section.site-footer .medal-g2.ccw img {
        height: 45px;
    }

    section.about-text p {
        padding-left: 30px;
        padding-right: 30px;
    }

    section.site-footer .medal-g2.globee img {
        margin-left: 35px;
    }

    .section-scroll-pages.searchunify-for-microsoft-dynamics-365 section.about-text h2 br {
        display: none;
    }

    .cookie_not_set .container-fluid.search-container {
        margin-top: 132px;
    }

    .container-fluid.search-container {
        margin-top: 90px;
    }

    a.nav-link.nav-link.btn.btn-free-trial {
        margin-top: -10px;
        padding: 6px 8px !important;
    }

    .inner_container {
        padding: 0 15px;
        max-width: 950px;
    }

    .su_cust_partner {
        max-width: 1100px !important;
    }

    .copy-text {
        padding-left: 3%;
    }

    .navigation.navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        margin-left: auto;
        background: #fff;
        margin-top: 16px;
    }

    .certificate li {
        padding: 2px;
    }

    .solution_card .card-footer span.sites {
        background-position: 19px -452px;
        background-size: 830px auto;
        width: 100%;
    }

    .solution_card .card-footer span.google_enterprise {
        background-size: 830px auto;
        width: 100%;
        background-position: -276px -453px;
    }

    .header .navbar-nav li a.nav-link {
        padding: 0 4px;
        font-size: 11px;
    }

    .header .navbar-nav li a.request_btn {
        padding: 6px 20px;
    }

    .stickyEventContent {
        padding: 0 5%;
    }

    .footer_bottom {
        padding-bottom: 1.6rem;
    }

    .stickyEventContent .mamba-logo img {
        max-width: 160px;
    }

    .team-members ul .team-cover .image-section {
        width: 180px;
        height: 180px;
        margin: auto;
        margin-bottom: 25px;
    }

    div#searchUnifyContainer .result-section.col-lg-8.col-md-12 {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }

    div#searchUnifyContainer .su-grid:nth-child(3n+0) {
        margin-right: 0px !important;
    }

    div#searchUnifyContainer .su-grid {
        margin: 10px 23px 10px 0px !important;
        width: calc(100% / 3 - 16px) !important;
    }

    div#searchUnifyContainer .su-no-results-section .su-grid:nth-child(3n+0),
    div#searchUnifyContainer .su-no-results-section .su-grid:nth-child(3n) {
        margin-right: 16px !important;
    }

    div#searchUnifyContainer .su-no-results-section .su-grid {
        margin: 10px 16px 10px 0px !important;
        width: calc(100% / 3 - 16px) !important;
    }

    div#searchUnifyContainer .su_nonExpanded {
        height: 202px !important;
    }

    .cookie_not_set div#searchUnifyContainer .md-sidenav-left {
        padding-top: 114px;
    }

    .cookie_is_set div#searchUnifyContainer .md-sidenav-left {
        padding-top: 68px;
    }

    .cookie_is_set .rc-section div#searchUnifyContainer .md-sidenav-left {
        padding-top: 74px;
    }

    div#searchUnifyContainer h5.su-search-title a span.ng-binding {
        min-height: 8rem;
    }

    div#searchUnifyContainer .mobile404 h5.su-search-title a span.ng-binding {
        min-height: 7rem;
    }

    div#searchUnifyContainer .su_nonExpanded {
        height: 208px !important;
    }

    div#searchUnifyContainer .su-result-metas {
        width: 99.6%;
    }

    .lp-banner-section h4 {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .lp-banner-section h3 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .lp-banner-section p {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(2),
    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(3),
    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(4) {
        width: 26%;
    }

    .lp-form-container.align-self-center {
        width: 94%;
    }

    .lp-learn-container {
        width: 75%;
    }

    .key-content-points .row.keys-row {
        margin-left: -20px;
    }

    .row.keys-row .col-md-6 {
        padding: 0 5px;
    }

    .row.keys-row .key-item {
        padding: 0.8rem 0.5rem;
        margin: 0 0.2rem 1rem 0;
    }

    .row.keys-row .key-item h4 {
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .lp-learn-cta-block .edgtf-iwt-icon-holder img {
        max-width: 60px;
    }

    .request-demo-section .card.card-body .request_demo_click {
        font-size: 0.8rem;
    }

    .request-demo-section .card.card-body.h3,
    .request-demo-section .card.card-body h3 {
        font-size: 1.2rem;
    }

    .cookie_not_set div#searchUnifyContainer .su-p-input-header {
        padding: 105px 0 190px 0;
    }

    .cookie_is_set div#searchUnifyContainer .su-p-input-header {
        padding: 60px 0 190px 0;
    }

    .cookie_is_set .rc-section div#searchUnifyContainer .su-p-input-header {
        padding: 140px 0 190px 0;
    }

    div#searchUnifyContainer h1.su_rc_heading {
        margin: 0.5rem 0;
        font-size: 30px;
    }

    div#searchUnifyContainer h2.su_rc_sub_heading {
        font-size: 16px;
    }

    .sitemap h3,
    .sitemap h3 a {
        font-size: 24px;
        line-height: 28px;
    }

    /**ContactUs css starts**/
    .contactus-header-section .banner-heading h1 {
        font-size: 3rem;
        margin-bottom: .5em;
    }

    .contactus-header-section .content-section .card-boxes {
        left: 0;
    }

    .contactus-header-section .card {
        padding: 1rem 1.5rem 2rem;
    }

    .branches-section {
        padding: 15px;
    }

    .arrow-img {
        right: 0;
    }

    .contactus-header-section .card a,
    .contactus-header-section .card a:hover {
        font-size: 10px;
    }

    .contactus-header-section .content-section .card h3 {
        line-height: 32px;
        font-size: 1.5rem;
    }

    /**ContactUs css ends**/
    /**Podcast css starts**/
    .video h1.post-title,
    .podcast h1.post-title {
        font-size: 30px;
    }

    .video h2.post-subtitle {
        font-size: 26px;
        line-height: 28px;
    }

    .subscribeForm #mktoForm_5366 label[for="emailOptInBoolean"],
    .subscribeForm #mktoForm_5366 label[for="consenttoProcessing"] {
        width: 84% !important;
    }

    .section-scroll-pages.searchunify-for-digital-hr section.about-text.platform-about h2 {
        padding: 0 12rem;
    }

    .searchunify-for-digital-hr section.platform-about p {
        padding: 0 4rem;
    }

    /**Podcast css ends**/
    section.site-footer .medal-g2.stevie-silver img,
    section.site-footer .medal-g2.stevie-bronze img {
        min-height: 56px;
        max-height: 56px;
    }

    section.site-footer .medal-g2 img {
        height: 80px;
    }

    section.site-footer .clearfix div.stevie-silver-2021 img {
        max-height: 70px;
        margin-top: 4px;
    }

    section.site-footer .medal-g2.stevie-apac img {
        height: 64px;
        margin-top: 8px;
    }

    section.feaured-services .feaured-services-inner p {
        font-size: 12px;
        line-height: 20px;
    }

    section.feaured-services .searchunify-heading {
        font-size: 1.6rem;
    }

    section.full-screen.kcs-webinar-ad .webinar-time-wrapper .time-wrapper-right span {
        left: 66px;
    }

    section.full-screen.kcs-webinar-ad .webinar-time-wrapper .time-wrapper-right {
        padding-left: 20px;
    }

    .roi-calculator.cookie_not_set div.welcome-container {
        padding-top: 15%;
    }

    .roi-calculator.cookie_is_set div.welcome-container {
        padding-top: 12%;
    }

    .roi-calculator .welcome-container h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .roi-calculator hr {
        margin-bottom: 3rem;
    }

    .header-section.refferal-header {
        padding: 2rem 0 0 0;
    }

    section.header-section.platform .col-md-6 {
        overflow: hidden;
    }

    .section-scroll-pages .section-header-illustration .hover-item {
        width: 70px;
        height: 70px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.chatbot {
        top: 45px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.escalation-predictor {
        top: 45px;
        left: 86px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.agent-helper {
        top: 45px;
        left: 152px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.kcs-enabler {
        top: 45px;
        left: 222px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.community-helper {
        top: 45px;
        left: 287px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.intelligent-search {
        top: 45px;
        left: 352px;
    }

    .section-scroll-pages .section-header-illustration .hover-item .hover-text-holder .hover-text {
        top: -20px;
        font-size: 12px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.chatbot .hover-text-holder .hover-text {
        left: -36px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.escalation-predictor .hover-text-holder .hover-text {
        left: -42px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.agent-helper .hover-text-holder .hover-text {
        left: -40px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.kcs-enabler .hover-text-holder .hover-text {
        left: -40px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.community-helper .hover-text-holder .hover-text {
        left: -40px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.intelligent-search .hover-text-holder .hover-text {
        left: -40px;
    }

    .section-scroll-pages.searchunify-for-marketing section.about-text.platform-about h2 {
        padding: 0 2rem;
    }

    .searchunify-for-marketing section.platform-about p {
        padding: 0 0;
    }

    .section-scroll-pages .header-section.sub-heading h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .section-scroll-pages.searchunify-for-digital-hr .header-section.sub-heading h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .section-scroll-pages.searchunify-for-fraud-detect section.about-text.platform-about h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .section-scroll-pages.searchunify-for-fraud-detect section.platform-about p {
        padding: 0 2rem;
    }

    .section-scroll-pages.searchunify-for-slack section.platform-about p,
    .section-scroll-pages.searchunify-for-slack section.about-text.platform-about h2 {
        padding: 0 4rem;
    }

    .section-scroll-pages section.about-text.platform-about h2,
    section.platform .searchunify-heading {
        font-size: 30px;
    }

    .section-scroll-pages.searchunify-for-higher-logic section.about-text.platform-about h2 {
        padding: 0 12rem;
    }

    .section-scroll-pages.searchunify-for-higher-logic section.platform-about p {
        padding: 0 10rem;
    }

    .section-scroll-pages.searchunify-for-intelligent-ecommerce-experiences section.about-text.platform-about h2 {
        padding: 0 15rem;
    }

    .searchunify-for-intelligent-ecommerce-experiences section.platform-about p {
        padding: 0 10rem;
    }

    .header .navbar-nav li {
        padding: 20px 0;
        margin-top: 10px;
    }

    .header .navbar-nav li a.nav-link.su-site-search-button {
        margin-top: -4px;
    }

    .header .navbar-nav li a.request_btn {
        margin-top: -10px;
    }

    section.enterprise-outcomes .feaured-services-inner h5 {
        font-size: 14px;
        line-height: 18px;
        padding: 0 16px;
    }

    .platform-self-service h2,
    .stevie-testimonial-section h2,
    .enterprise-outcomes h2,
    .platform-customers-testimonails h2 {
        font-size: 30px;
    }

    .stevie-testimonial-section h2 {
        padding: 0 1rem;
    }

    .platform-customers-testimonails h2 {
        padding: 0 8rem;
    }

    section.platform-request-demo-section h3 {
        font-size: 24px;
    }

    section.platform-request-demo-section a {
        padding: 8px 14px;
    }

    section.platform-request-demo-section a:before {
        top: -10px;
        right: 46px;
    }

    section.platform-request-demo-section a:after {
        bottom: -10px;
        left: 50px;
    }

    section.platform-request-demo-section a span {
        max-width: 16px;
    }

    section.site-footer.inner-footer .contact-details p {
        font-size: 16px;
    }

    section.site-footer.inner-footer ul.footer_menu.footer_links {
        margin-right: 0;
    }

    section.site-footer.inner-footer .medal-g2 img {
        height: 70px;
    }

    section.site-footer.inner-footer .medal-g2.stevie-apac img {
        height: 60px;
    }

    section.site-footer.inner-footer img.triangle-gray-5,
    section.site-footer.inner-footer img.plus-5 {
        display: none;
    }

    section.site-footer.inner-footer .medal-g2.stevie-silver img,
    section.site-footer.inner-footer .medal-g2.stevie-bronze img {
        min-height: 68px;
    }

    section.site-footer.inner-footer .medal-g2.stevie-silver img {
        margin-left: -3px;
    }

    section.site-footer.inner-footer .row-2 .medal-g2 img {
        height: 68px;
    }

    section.site-footer.inner-footer .clearfix.row-2 div.stevie-silver-2021 img {
        max-height: 54px;
    }

    section.site-footer .clearfix div.stevie-silver-2021 img {
        max-height: 60px;
    }

    img.rectangle-1 {
        left: 0%;
    }

    section.site-footer.inner-footer img.triangle-gray-5,
    section.site-footer.inner-footer img.plus-5 {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    section.site-footer.inner-footer img.plus-4 {
        left: 0%;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .stickyEventContent .cta-container {
        margin-left: -20px;
        margin-top: 1px;
    }

    .c21 .stickyEventContent .cta-container {
        margin-top: 1px;
    }

    .stickyEventContent.nelson .cta-container {
        margin-left: 0;
        margin-top: 0px;
    }

    .stickyEventContent .morphed-box-border {
        width: 174px;
        left: 24px;
    }

    .su-pricing-calculator .total-output {
        width: 100%;
    }

    div.sectioned-pages-sections img.triangle-3,
    section.platform-sections img.triangle-3,
    div.sectioned-pages-sections img.triangle-2,
    section.platform-sections img.triangle-2,
    .sectioned-featured-services img.triangle-blue,
    div.sectioned-pages-sections img.rectangle-2,
    section.platform-sections img.rectangle-2,
    .sectioned-featured-services img.pattern-right,
    .sectioned-featured-services img.triangle-blue,
    .platform-about img.cirlce-small-2 {
        display: none;
    }

    .grazitti-partners p.sub-heading,
    .partner-network .feaured-services .heading p {
        padding: 0 4rem;
    }

    .partner-network section.witness .su-section-heading {
        padding: 0 4rem;
    }

    .searchunify-for-servicenow section.platform-about p {
        padding: 0 2rem;
    }

    .searchunify-for-servicenow .saleseforce-lightning.sf-lightning h4 {
        padding-right: 4rem;
    }

    .section-scroll-pages.searchunify-for-adobe-experience-manager section.about-text.platform-about h2 {
        padding: 0 4rem;
    }

    section.platform-request-demo-section .row.request-demo-row .col-lg-8 {
        padding: 30px 60px 30px 40px
    }

    .stickyEventContent .kcs-webinar-logo {
        max-width: 96px;
    }

    .stickyEventContent .featuring-cornerstone {
        max-width: 160px;
    }

    .stickyEventContent h5 {
        font-size: 10px;
    }

    .stickyEventContent .hidden-phone div.justify-content-center:before {
        top: 8px;
    }

    .stickyEventContent.forrester-webinar .hidden-phone h5:before {
        top: 1px
    }

    .contact-us section.about-mid-banner .mamphasis-4 {
        max-width: 60px;
    }

    .contact-us .about-mid-banner .about-mb-text h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .banner .community-refocus.mamba.image-only {
        background-size: cover;
    }

    .namely section.site-footer {
        margin-top: -1rem;
    }

    .namely .footer_bottom {
        margin: 0 auto !important;
        padding-bottom: 30px;
    }

    .namely .key-content {
        padding-right: 0;
    }

    form.mktoForm_4503 label[for="emailOptInBoolean"],
    form.mktoForm_4503 label[for="consenttoProcessing"],
    form.mktoForm_6595 label[for="emailOptInBoolean"],
    form.mktoForm_6595 label[for="consenttoProcessing"],
    form.mktoForm_6592 label[for="emailOptInBoolean"],
    form.mktoForm_6592 label[for="consenttoProcessing"] {
        width: 84% !important;
    }

    .higher-education .lp-banner-section-v2 .center-text-content h1 {
        font-size: 20px;
        line-height: 30px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-3.first-area {
        padding-right: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.second-area {
        padding-left: 15px
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.third-area {
        padding-left: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.fourth-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-3.fifth-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.site-footer .medal-g2.globee img {
        height: 55px;
        margin-top: 10px;
        margin-left: 20px;
    }

    section.site-footer .medal-g2.globee {
        margin-left: -8px;
    }

    section.site-footer.inner-footer .medal-g2.forrester,
    section.site-footer.inner-footer .medal-g2.stevie-bronze {
        margin-left: 17px;
    }

    .su-customers-crousel .slick-list {
        padding: 0 60px !important;
    }

    .su-customers-crousel .carousel-inner .inner-area {
        padding: 0 40px;
    }

    .su-customers-crousel .card-body {
        min-height: 380px;
    }

    .su-customers-crousel .logo-customers-inner {
        margin: 40px 0px;
    }

    .su-customers-crousel .customer-item {
        margin: 0 20px;
    }

    .customers-crousel .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -50px;
        left: 0;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: auto;
        flex-direction: inherit;
        transform: inherit;
    }

    .customers-crousel.testimonial-revamp .carousel-indicators {
        bottom: 0px;
    }

    section.customers-testimonails.customers-crousel {
        padding-bottom: 90px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2 img {
        height: 44px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.bronze-2022 img {
        height: 55px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.ccw img {
        height: 30px;
        width: 100px
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.globee img {
        height: 55px;
    }

    section.site-footer.inner-footer .medal-g2.globee img {
        margin-left: 38px;
    }

    .cookie_not_set section.header-section.su-request-demo .left-section {
        margin-top: -15px;
    }

    section.journey-header .migrating-tab-content-area .text-area-side {
        padding-top: 70px;
        padding-bottom: 154px;
    }

    section.journey-header .migrating-tab-content-area .text-area-side.left-padding {
        padding-left: 0px;
    }

    section.journey-header .migrating-tab-content-area .text-area-side.right-padding {
        padding-right: 0px;
    }

    section.journey-header .migrating-tab-image-area .img-area-side.left-padding {
        padding-left: 0px;
    }

    section.journey-header .migrating-tab-image-area .img-area-side.right-padding {
        padding-right: 0px;
    }

    .platform-self-service .featured-resources h3 {
        font-size: 12px;
        line-height: 18px;
    }

    section.site-footer ul.social-links li {
        margin-left: 12px;
        width: 35px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2 img {
        height: 45px;
    }

    .request-demo .header-section.sub-heading h3 {
        font-size: 17px;
    }

    .partner-network section.feaured-services h5,
    .connectors section.feaured-services h5 {
        font-size: 16px;
        line-height: 22px;
        padding: 0px 0px;
    }

    .connectors section.feaured-services h5 {
        margin-top: 10px;
    }
}

@media (max-width:991px) {
    .connectors section.experience.highlight-link h5 {
        font-style: italic;
        line-height: 35px;
        font-weight: 600;
        font-size: 22px;
        padding: 0 60px;
        color: #12182E;
        letter-spacing: -0.56px;
        padding: 0px;
    }

    .connectors section.experience.highlight-link {
        background: #D6EFFF;
        width: 100% !important;
        margin: 0 auto;
        padding: 30px 0px 50px !important;
    }

    .connectors section#native-connectors-with-built-in-access-control {
        margin-top: 50px;
    }

    .connectors section.feaured-services {
        margin-top: 0px;
    }

    .connectors section.feaured-services {
        background: #D6EFFF !important;
        width: 100% !important;
        margin: 0 auto;
        margin-top: 0px;
    }

    section.testimonial-revamp .testimonial-card p.testimonial-content {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    section.free-trial-strip-rd p {
        margin-top: 16px;
    }

    section.slides-release .request_btn {
        margin-top: 20px;
    }

    section.header-section.su-request-demo .leader-awards ul {
        padding-left: 80px;
    }

    section.footer-copyright.copyright-rd-new ul.footer_menu.footer_links {
        padding: 0;
        flex-wrap: wrap;
    }

    section.about-us-testimonials .ml-sm-5.namely-sec.mb-4 {
        margin-left: 0px !important;
    }

    section.about-us-testimonials .d-flex.align-items-center.flex-wrap {
        margin-left: 16px;
    }

    section.footer-copyright.copyright-rd-new ul.footer_menu.footer_links li {
        margin-right: 18px;
    }

    .bg-blues:before {
        display: none;
    }

    .tsia.mamba20-pop .pop-up-top {
        height: 350px !important;
        width: 600px !important;
    }

    .su-fixed-footer {
        display: block;
        background: #efefef;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        opacity: 1;
        z-index: 1000;
    }

    a.menu-request-demo {
        margin-left: 0;
        padding: 8px 14px;
        background-color: #ffb200;
        color: #fff;
        font-weight: 600;
        width: 50%;
        text-align: center;
        border-radius: 4px;
        font-size: 12px;
    }

    a.menu-free-trial {
        font-size: 12px;
        padding: 6px 14px;
        color: #031a4c;
        font-weight: 600;
        width: 50%;
        text-align: center;
        margin-left: 18px;
        border-radius: 4px;
        border: 2px solid #031a4c;
    }

    section.header-section.su-request-demo .right-section {
        display: flex;
        justify-content: center !important;
    }

    .cookie_not_set .header-section {
        margin-top: 127px;
    }

    .request-demo .header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding: 58px 0px 57px !important;
    }
}

@media only screen and (max-width:991px) {

    section.header-section.su-pricing-plans .content-area {
        margin-top: 12px;
    }

    section.header-section.su-pricing-plans .check-mark-area h5 {
        text-align: left;
        font-size: 18px;
    }

    section.header-section.su-pricing-plans .check-mark-area p {
        text-align: left;
        font-size: 14px;
    }

    section.header-section.su-pricing-plans {
        padding: 9rem 0 4rem;
    }

    section.transformative-sec h2 {
        font-size: 24px;
        line-height: 32px;
    }

    section.transformative-sec p.para-text {
        padding: 0px 0px;
    }

    section.transformative-sec .technology-areas {
        margin-top: 34px;
    }

    section.transformative-sec .technology-areas .col-sm-12 {
        margin-bottom: 20px;
    }

    section.transformative-sec p.price-us {
        margin-top: 34px;
        line-height: 34px;
        margin-bottom: 0px;
        min-height: 50px;
    }

    section.transformative-sec .inner-area h2 {
        margin-top: 56px;
        margin-bottom: 25px;
    }

    section.transformative-sec .technology-areas h3 {
        margin-bottom: 0.5rem;
        margin-top: 42px;
        font-size: 19px;
    }

    section.breadth-depth-heading h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .pt_cell {
        text-align: left;
        width: 24%;
        font-size: 13px;
    }

    .pt_cell:first-child {
        width: 27%;
    }

    section.breadth-depth-sec h4 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    section.breadth-depth-sec h3 {
        font-size: 14px;
        margin-bottom: 24px;
        margin-top: 0px;
    }

    section.breadth-depth-sec h5 {
        font-size: 12px;
        min-height: 38px;
    }

    section.breadth-depth-sec p.price-us span {
        font-size: 29px;
        line-height: 30px;
    }

    section.breadth-depth-sec .module-features p {
        margin-bottom: 32px;
        display: inline-flex;
    }

    section.breadth-depth-sec .module-features a {
        padding: 6px 10px;
        font-size: 14px;
    }

    section.breadth-depth-sec .module-features-bg {
        padding: 30px 16px;
    }

    section.breadth-depth-sec .card-header {
        width: 682px;
    }

    .searchunify-pricing-plans section.customers-testimonails.customers-crousel h2.h2 {
        font-size: 28px;
        line-height: 34px;
    }

    section.why-market-sec h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    section.why-market-sec .market-areas .image-area-outer {
        margin-top: 36px;
    }

    section.header-section.su-pricing-plans .customers-logos .h2 {
        font-size: 28px;
        line-height: 36px;
    }

    section.faqs-pricing h3 {
        font-size: 28px;
        line-height: 34px;
    }

    section.faqs-pricing div#accpricing {
        padding: 0px;
    }

    section.faqs-pricing .card-body {
        padding: 14px 20px 30px 58px;
        font-size: 16px;
        margin-top: -8px;
        border-radius: 8px;
        border: none;
    }

    section.breadth-depth-sec p.price-us {
        font-size: 14px;
        margin-bottom: 26px;
        display: block;
    }

    section.header-section.su-pricing-plans .mark-area img {
        width: 20px;
        margin-top: 16px;
    }

    section.header-section.su-pricing-plans .check-mark-area {
        margin-top: 12px;
    }

    section.transformative-sec .technology-areas .inner-area {
        padding: 30px 20px 50px;
    }

    section.transformative-sec .technology-areas p.demo-btns {
        display: inline-flex;
        margin-top: 30px;
    }

    section.transformative-sec .technology-areas h4 {
        min-height: 52px;
    }

    section.why-market-sec .market-areas p {
        padding: 0 0px;
    }

    section.transformative-sec .technology-areas p.para-texts {
        min-height: 174px;
    }

    section.header-section.sub-heading.searchunify-request-demo.su-request-demo .free-trial-areas {
        margin-top: 40px !important;
        margin: 0 auto;
    }

    section.free-trial-strip-rd h4 {
        font-size: 28px;
        line-height: 28px;
    }

    section.free-trial-strip-rd .bg-area {
        padding: 40px 36px;
    }

    a.nav-link.nav-link.btn.btn-free-trial {
        margin-left: 0;
        display: inline-block;
    }

    .search-aided-pop-container .sr-details {
        padding-top: 30px;
        margin-left: 20px;
    }

    .search-aided-pop-container .search-aided-area h2 {
        padding-right: 0px;
    }

    .search-aided-pop-container .search-aided-row {
        width: 96% !important;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns {
        margin-top: -3rem;
        margin-bottom: 8rem;
    }

    section.reviews-blocks.success-stories-khoros {
        margin-bottom: 10rem;
    }

    section.reviews-blocks.success-stories-khoros {
        padding: 70px 20px;
    }

    section.reviews-blocks.success-stories-khoros p {
        font-size: 14px;
        min-height: 162px;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns a.btn.button12.l-more {
        font-size: 14px;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns .about-mb-btns {
        text-align: left;
        display: inline-flex;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns h2 {
        font-size: 20px;
        line-height: 28px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
        height: 100vh;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
        padding: 20px 20px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area p {
        margin-left: 10px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
        padding: 48px 0px 20px 36px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern {
        padding: 30px 30px 50px 30px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern h2 {
        font-size: 14px;
        line-height: 26px;
        margin-top: 76px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area {
        padding: 20px 40px 20px 24px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area h1 {
        font-size: 20px;
        line-height: 26px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .bg-color-area-cust img {
        width: 154px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .carousel-indicators {
        top: 114px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .row {
        width: 100%;
    }

    section.su-free-trail-short.su-free-trial-v3 img.namely-logo-cust {
        margin-top: 0px;
    }

    section.su-free-trail-short.su-free-trial-v3 img.bluebeam-logo-cust {
        margin-top: 14px;
    }

    section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row {
        width: 100%;
    }

    section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row {
        margin-top: 34px;
    }

    section.su-free-trail-short .col-md-6.form-area {
        padding: 30px 30px 37px 13px;
    }

    .awards .cd-section {
        padding: 0rem 0 1.6rem 0;
    }

    section.full-screen .container&gt;.row.awards-testimonial-row {
        padding: 0px 0 40px;
    }

    .cognitive-search div.sectioned-pages-sections .mobile-centering.order-bottom {
        padding: 0rem 0rem;
    }

    .cognitive-search section.ai-powered-tuning-and-relevance {
        margin-top: -35px;
    }

    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(9) {
        padding: 0;
        margin-top: -10rem;
    }

    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(6),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(3),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(10),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(11) {
        padding: 0;
        margin-top: -6rem;
    }

    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(2) {
        margin-top: -8rem;
    }

    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(4) {
        margin-top: -8rem;
    }

    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(7),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(4),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(3) {
        padding: 0;
        margin-top: -7rem;
    }

    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(6),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(10),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(11),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(9),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(5),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(2) {
        padding: 0;
        margin-top: -6rem;
    }

    .searchunify-for-khoros .platform-customers-testimonails {
        margin-top: -4rem;
    }

    .searchunify-for-khoros section#deliver-best-in-class-data-privacy-with-access-permissions {
        margin-top: 0px;
    }

    .searchunify-for-khoros section.full-screen .container&gt;.row {
        padding: 40px 0 50px;
    }

    section.platform-request-demo-section.su-awards-demo {
        margin-top: -1rem;
    }

    .section-scroll-pages.cognitive-search .header-section.sub-heading h1 {
        font-size: 29px;
    }

    .section-scroll-pages.cognitive-search .header-section.sub-heading h3 {
        font-size: 16px;
    }

    section.four-blocks-cognitive-search .col-12 {
        margin-bottom: 30px;
    }

    .awards.cookie_not_set .header-section h1 {
        margin-top: 100px;
    }

    .event-details-su p {
        padding: 0 20px;
    }

    .cd-section .awards-testimonial-row {
        padding: 40px 0;
    }

    section.awards-heading .col-lg-6.text-right {
        margin-top: 30px;
        text-align: center !important;
    }

    section.full-screen {
        padding: 40px 0;
    }

    .awards-testimonial-right {
        margin-top: 30px;
    }

    .award-certificate {
        padding: 100px 20px 40px 20px;
    }

    .awards-testimonial-row .author .invertedComma {
        right: 44%;
    }

    .medias h1.h2 {
        margin-top: 65px;
    }

    section.su-free-trail-short .col-md-6.bg-pattern img.ct-logos {
        width: 100%;

    }

    section.su-free-trail-short .ft-wrapper {
        left: calc(50% - 340px);
    }

    .meet-us .write-us-col {
        padding: 130px 50px;
    }

    section.customers-testimonails.customers-crousel h2.h2 {
        margin-bottom: -30px;
    }

    .su-customers-blocks .card-body {
        padding: 4rem 1rem;
    }

    .meet-us .contact_us_wrapper {
        padding: 0px 15px;
    }

    .customers-crousel img.profile-photo {
        margin-left: 56px;
        margin-top: 25px;
    }

    .su-customers-blocks .card-body.lg {
        padding: 4rem 1rem;
    }

    .customers-crousel .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -50px;
        left: 0;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: auto;
        flex-direction: inherit;
        transform: inherit;
    }

    .customers-crousel p.content-area {
        width: 400px;
    }

    section.site-footer .medal-g2.globee {
        margin-left: -26px;
    }

    section.site-footer .medal-g2.globee img {
        margin-left: 31px;
    }

    .header .navbar-nav li.parent-clickable {
        position: relative;
        border-bottom: 1px solid #eaeaea;
    }

    .header .navbar-nav li.nav-item.show a.dropdown-toggle,
    .header .navbar-nav li.parent-clickable.show {
        border-bottom: 0px;
    }

    .header .navbar-nav li.parent-clickable .dropdown-toggle:after {
        display: none;
    }

    .header .navbar-nav li.parent-clickable a.nav-link {
        border-bottom: 0;
        padding: 4px 0;
    }

    .header .navbar-nav li.parent-clickable span,
    .header .navbar-nav li.parent-clickable a {
        display: inline-block;
    }

    .navbar-nav li.parent-clickable span.ParentLinkedMenu {
        border: solid #313131;
        border-width: 0 2px 2px 0;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 7px;
        padding: 6px;

    }

    .navbar-nav li.parent-clickable.show span.ParentLinkedMenu {
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        border: solid #ffb200;
        border-width: 0 2px 2px 0;
    }

    .cookie_not_set .container-fluid.search-container {
        margin-top: 118px;
    }

    .container-fluid.search-container {
        margin-top: 74px;
    }

    div#navbarSupportedContent {
        height: 100vh;
        max-height: 93vh;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header .navbar-nav li a.nav-link.su-site-search-button {
        display: none;
    }

    .mobileSearchButton {
        display: block;
    }

    .search-bar-wrapper {
        top: -60px;
        right: 62px;
    }

    .search-bar.open {
        width: 370px;
    }

    .mobile-timeline {
        display: block;
    }

    .story-img {
        display: none;
    }

    span.sol-more-btn a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .searchunify-for-intelligent-ecommerce-experiences .platform-customers-testimonails {
        margin-top: -8rem;
    }

    .cognitive-search .platform-customers-testimonails,
    .searchunify-for-insided-communities .platform-customers-testimonails,
    .searchunify-for-healthcare .platform-customers-testimonails,
    .searchunify-for-education .platform-customers-testimonails,
    .searchunify-for-e-commerce .platform-customers-testimonails,
    .searchunify-for-pharmaceuticals-and-life-sciences .platform-customers-testimonails,
    .searchunify-for-banking .platform-customers-testimonails,
    .searchunify-for-sites .platform-customers-testimonails,
    .searchunify-for-zendesk-guide .platform-customers-testimonails,
    .support .platform-customers-testimonails,
    .searchunify-for-joomla .platform-customers-testimonails,
    .searchunify-for-kcs-use-case .platform-customers-testimonails,
    .searchunify-for-customer-success .platform-customers-testimonails,
    .searchunify-for-learning-training .platform-customers-testimonails,
    .searchunifys-ai-powered-applications .platform-customers-testimonails,
    .searchunify-for-adobe-experience-manager .platform-customers-testimonails,
    .searchunify-for-sharepoint .platform-customers-testimonails,
    .searchunify-for-madcap .platform-customers-testimonails,
    .searchunify-for-microsoft-dynamics-365 .platform-customers-testimonails,
    .searchunify-for-marketing .platform-customers-testimonails,
    .searchunify-for-digital-hr .platform-customers-testimonails {
        margin-top: -6rem;
    }

    .section-scroll-pages.searchunify-for-microsoft-dynamics-365 section.about-text.platform-about h2 {
        padding: 0 1rem;
    }

    .section-scroll-pages.searchunify-for-microsoft-dynamics-365 section.about-text.platform-about h2 span {
        display: inline;
    }

    div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning {
        margin-bottom: 6rem;
        margin-top: -120px;
    }

    .searchunify-for-servicenow div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning,
    .searchunify-for-servicenow div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning {
        margin-bottom: 6rem;
        margin-top: -20px;
    }

    .footer_bottom {
        margin-top: 2rem;
        padding-bottom: 60px;
    }

    section.site-footer .copy-text p {
        font-size: 0.8rem;
    }

    .subscribeForm #mktoForm_5358 label[for="emailOptInBoolean"],
    .subscribeForm #mktoForm_5358 label[for="consenttoProcessing"] {
        width: 95% !important;
    }

    .solution_card .card-footer span.sites {
        background-position: 9px -452px;
        background-size: 830px auto;
    }

    .section-scroll-pages.searchunify-for-digital-hr section.about-text.platform-about h2 {
        padding: 0 6rem;
    }

    .solution_card .card-footer span.google_enterprise {
        background-size: 830px auto;
        background-position: -276px -453px;
    }

    .header .navbar-nav li a.nav-link {
        padding: 8px 0px;
        font-size: 14px;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #eaeaea;
    }

    .cookies_bar {
        padding: 9px 0;
    }

    .btn_cookies {
        width: auto;
        line-height: normal;
        padding: 5px;
        float: none;
    }

    .navbar-nav {
        height: 100vh;
        overflow: scroll;
    }

    .header .navbar-nav li a.request_btn {
        padding: 8px 20px;
        display: inline-block;
        float: right;
    }

    .header .navbar-nav li {
        padding: 12px 0;
    }

    .navbar-nav {
        margin: 20px auto;
    }

    .header .navbar-nav .dropdown-item {
        padding: 8px 0px;
        text-align: left;
        border-bottom: 1px solid #eaeaea;
    }

    .header .navbar-nav li.custom_request_demo {
        padding: 12px 0 0;
    }

    .header .navbar-nav ul.dropdown-menu.bg_black_op:last-child li {
        padding: unset;
    }

    /*Request Demo*/
    .demo_form_wrapper {
        margin: 20px auto;
    }

    .team-members ul .team-cover {
        width: 33.33%;
    }

    .advisors .team-members ul .team-cover {
        width: 33.33%;
    }

    .connector-logos ul .connector-cover {
        width: 25%;
    }

    .request-demo .new-customers-logos ul .connector-cover {
        max-width: unset !important;
    }

    .request-demo .connector-logos ul .connector-cover {
        width: 100% !important;
    }

    .modal-dialog.ourteam-moadl {
        max-width: 90%;
        margin: 1.75rem auto;
    }

    .advisors .team-cover.giri-iyer {
        margin: auto;
    }

    section.full-screen .mobile-centering {
        text-align: center;
    }

    section.full-screen .order-top {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }

    section.full-screen .order-bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    div.sectioned-pages-sections .mobile-centering.order-bottom,
    section.platform-sections .row .mobile-centering.order-bottom {
        padding: 0 1rem;
    }

    section.platform-sections .row .mobile-centering.order-bottom,
    div.sectioned-pages-sections .mobile-centering.order-bottom img {
        padding: 1rem 0;
    }

    div.sectioned-pages-sections .mobile-centering.order-bottom {
        margin-bottom: 2.6rem;
    }

    .platform-self-service #feat1200ured-resources-wrapper .tns-controls {
        margin-left: 0;
        text-align: center;
    }

    .platform-self-service .featured-resources&gt;.tns-item {
        padding-left: 0;
    }

    .tsw_sticky_event_image button {
        right: 6% !important;
        top: 0 !important;
    }

    #relatedWebinar.show {
        display: none;
    }

    .stickyEventContent .hidden-desktop {
        display: block;
    }

    .stickyEventContent .hidden-phone {
        display: none !important;
    }

    .stickyEventContent img.sticky-logo {
        max-width: 180px;
        margin: 8px auto;
    }

    .stickyEventContent h5 {
        margin: 6px auto 0;
        font-size: 12px;
    }

    .stickyEventContent #case_study {
        display: inline-block;
        text-align: center;
        padding: 6px 14px;
        margin: 6px auto;
        font-size: 13px;
    }

    .stickyEventContent {
        padding: 0 6%;
        text-align: center;
    }

    .stickyEventContent .row.h-100 {
        background-position-x: 100%;
    }

    .stickyEventContent .hidden-desktop img {
        margin: 2px auto;
        max-width: 140px;
    }

    .stickyEventContent.forrester-webinar .kcs-webinar-logo {
        display: block;
    }

    .c21 .stickyEventContent.forrester-webinar h5 {
        display: block;
        position: relative;
        padding: 0;
        margin: 8px 0;
        font-size: 13px;
    }

    .c21 .stickyEventContent.forrester-webinar h4 {
        line-height: 20px;
    }

    .stickyEventContent.forrester-webinar .col-12.cta-container {
        padding-left: 15px;
    }

    .stickyEventContent .hidden-desktop img.featuring-cornerstone {
        max-width: 180px;
        margin-left: 16px;
    }

    .stickyEventContent.nelson .kcs-webinar-logo {
        max-width: 340px;
    }

    .stickyEventContent.nelson .cta-container {
        margin-top: 6px;
    }

    .stickyEventContent .morphed-box-border {
        left: 39%;
    }

    .stickyEventContent h3 {
        padding: 3px 120px;
        width: 100%;
        font-size: 10px;
        margin-top: -8px;
        border-left: 0;
    }

    .stickyEventContent h4 {
        margin-top: -5px;
        margin-bottom: -12px;
        font-size: 14px;
        padding-right: 16px;
        padding-left: 16px;
        border-left: 0;
    }

    .c21 .stickyEventContent h4 {
        margin-top: 4px;
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: -2px;
        font-size: 18px;
        line-height: 20px;
    }

    .c21 .stickyEventContent.kelver-insights h4 {
        font-size: 13px;
    }

    .stickyEventContent.kelver-insights .kcs-webinar-logo {
        max-width: 200px;
    }

    .c21 .stickyEventContent .cta-container {
        margin-top: 0px;
    }

    .stickyEventContent .cta-container {
        margin-left: 0;
    }

    .stickyEventContent .featuring {
        text-align: center;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .stickyEventContent .col-12 {
        padding-top: 0.6rem;
        padding-bottom: 0.2rem;
    }

    .stickyEventContent .webinar-title h5:after {
        margin: 0 auto;
        margin-top: 2px;
        width: 12%;
    }

    .stickyEventContent .cta-container #case_study {
        margin: 6px 0;
    }

    .stickyEventContent .cta-container .justify-content-center {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .c21 .stickyEventContent .col-12.cta-container,
    .stickyEventContent .col-12.cta-container {
        padding-top: 4px;
        padding-bottom: 4px;
        margin-left: 0;
    }

    #back-to-top {
        bottom: 14px;
    }

    .navbar-toggler {
        display: block;
        float: right;
        cursor: pointer;
    }

    header .container-fluid .row {
        display: block;
    }

    header .container-fluid .col-md-3,
    header .container-fluid .col-md-9 {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    header .container-fluid .col-md-3:after,
    header .container-fluid .col-md-9:after {
        content: " ";
        display: block;
        clear: both;
    }

    header .container-fluid .col-md-3 .searchunify-logo {
        float: left;
    }

    .header .dropdown-menu {
        padding-left: 25px;
    }

    .header .dropdown-toggle:after {
        float: right;
        margin-right: 8px;
        margin-top: 1px;
        padding: 6px;
    }

    .header .dropdown.show .dropdown-toggle:after {
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: 10px;
    }

    .header .dropdown-submenu&gt;a:after {
        margin-right: 8px;
    }

    /* .scrolling_header {
        background: #000;
        border: 0px;
        box-shadow: none;
        } */
    .scrolling_header .navbar-nav li a.nav-link {
        color: #000;
    }

    .header .navbar-nav li a.request_btn {
        float: left;
        margin: 0px;
        border: 0;
        color: #fff;
    }

    section.site-footer .icon-design {
        width: 10%;
    }

    section.site-footer ul.footer_menu.footer_links li:nth-child(1) {
        padding-left: 0;
    }

    section.site-footer ul.certificate {
        max-width: 80%;
    }

    .scrolling_header .header_logo.su-white-logo {
        display: block !important;
    }

    #relatedAsset,
    #relatedAsset.show {
        display: none
    }

    /* .scrolling_header .header_logo.su-black-logo {
        display: none !important;
        } */
    .experience.scroll-page {
        padding: 70px 0px 70px;
    }

    .migrating.scroll-page.slack-scroll {
        padding: 50px 0px 120px;
    }

    .searchunify-for-slack .migrating.scroll-page.slack-scroll {
        margin-top: -110px;
    }

    .migrating.scroll-page {
        padding: 50px 0px 50px;
    }

    .searchunify-testimonial .testimonials-heading h3 {
        text-align: center;
    }

    section.full-screen .cta-link {
        margin: 0px 0px 25px;
    }

    .contact-section .form-cover {
        margin: 0px 0px 35px;
    }

    .chatBotPop .leftSection {
        max-width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        -webkit-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        padding: 2% 1% 7% 01%;
    }

    .chatBotPop .col-md-7 {
        display: none !important;
    }

    .learn_expert_popup .pop-title h4 {
        padding: 0 4%;
    }

    .learn_expert_popup .expert-item img {
        width: 65%;
    }

    .learn_expert_popup .expert-item h5 {
        color: #ffffff;
        font-size: 13px;
        line-height: 16.8px;
    }

    .learn_expert_popup .expert-item p.designation {
        line-height: 14px;
        margin: 0;
        font-size: 11px;
        padding-top: 5px;
    }

    .learn_expert_popup form.tswVideoPopForm .mktoFormRow {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        clear: both;
    }

    .learn_expert_popup .tswVideoPopForm.mktoForm .mktoFormRow:nth-child(2),
    .learn_expert_popup .tswVideoPopForm.mktoForm .mktoFormRow:nth-child(3) {
        width: 49%;
        margin: 0;
    }

    .learn_expert_popup .tswVideoPopForm.mktoForm .mktoFormRow:nth-child(3) {
        margin-left: 2% !important;
    }

    .learn_expert_popup .tswVideoPopForm.mktoForm label.mktoLabel {
        width: 88% !important;
    }

    .learn_expert_popup .expert-container {
        margin-left: 0 !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        -webkit-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    div.sectioned-pages-sections section:nth-of-type(even) .mobile-centering.order-top,
    section.platform-sections .row:nth-of-type(even) .mobile-centering.order-top,
    section.full-screen:nth-of-type(odd) .order-top,
    section.full-screen:nth-of-type(even) .order-top {
        padding-right: 15px;
        padding-left: 15px;
    }

    .colub-pop-container .col-logo-area {
        background: url(../images/colub-logo.png) no-repeat center top;
        background-size: contain;
    }

    .colub-pop-container .container {
        padding: 0;
    }

    .colub-pop-container .colub-row {
        padding: 34% 10% 4%;
        text-align: center;
    }

    .colub-pop-container .popup_header {
        padding-left: 1rem;
    }

    .colub-pop-container .colub-row ul {
        text-align: left;
        padding-left: 4.5rem;
    }

    .colub-pop-container .cta-row {
        padding-bottom: 4%;
    }

    .contact-section .our-offices .common-row {
        margin: 0px 0px 15px;
    }

    .contact-section form#mktoForm_1846 .mktoFormRow:nth-child(11) .mktoError {
        top: -10px;
        right: 6px !important;
    }

    .su-interested-wrapper {
        padding: 70px 0 70px;
    }

    .su-interested {
        width: 700px;
    }

    .su_salesforce-cta-block .edgtf-iwt-content-holder {
        width: 187px;
        padding-left: 6px !important;
    }

    .su_salesforce-cc,
    .su_salesforce-sc,
    .su_salesforce-pf {
        height: 80px;
        width: 60px;
    }

    .su_salesforce-cta-block h4 {
        font-size: 14px;
    }

    #videoModal .modal-body {
        height: 300px;
        width: 500px;
    }

    .search-aided-row {
        width: 107% !important;
    }

    .search-aided-illustration {
        display: block;
    }

    .search-aided-illustration,
    .search-aided-form {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .search-aided-form .chatBotPopForm {
        width: 100% !important;
    }

    .search-aided-area .search-aided-illustration {
        padding: 0 0;
        margin-bottom: 34px;
    }

    .sr-details .webinar-time-wrapper {
        max-width: 42%;
    }

    .sr-details img {
        max-width: 70%;
    }

    .search-aided-area h2 {
        padding-right: 260px;
    }

    .search-aided-pop-container {
        background-size: cover;
        background-position: right;
        padding: 4px 10px;
    }

    .search-aided-form form#mktoForm_7517 label[for="emailOptInBoolean"],
    .search-aided-form form#mktoForm_7517 label[for="consenttoProcessing"] {
        width: 93% !important;
    }

    .search-aided-form .chatBotPopForm.mktoForm label.mktoLabel {
        width: 92% !important;
    }

    .forrester-row {
        width: 107% !important;
    }

    .forrester-title-row {
        padding: 3rem 0 0;
    }

    .forrester-area {
        padding: 0 0 3rem;
    }

    .forrester-illustration {
        display: none;
    }

    .forrester-form {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .forrester-form .chatBotPopForm {
        width: 100% !important;
    }

    .forrester-pop-container {
        background-size: cover;
        background-position: right;
    }

    .forrester-form .chatBotPopForm.mktoForm label.mktoLabel {
        width: 92% !important;
    }

    .forrester-title-row h3 {
        padding-right: 0;
    }

    .forrester_webinar-area .forrester_webinar-form {
        display: none;
    }

    .forrester_webinar-area .forrester_webinar-row .cta-box {
        display: block;
    }

    div.pages_block .mobile-centering.order-top {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        text-align: center;
        margin-bottom: 30px;
    }

    div.pages_block .mobile-centering.order-bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        text-align: center;
    }

    .header .navbar-nav li:hover&gt;.dropdown-menu {
        display: none;
    }

    .header .navbar-nav li.dropdown.show ul.dropdown-menu {
        display: block;
        box-shadow: none;
    }

    .su-mega-menu ul.dropdown-menu li.dropdown-submenu {
        width: 100%;
    }

    .edgtf-page-not-found .edgtf-404-text {
        font-size: 12rem;
        line-height: 14rem;
    }

    .su-mega-menu ul.dropdown-menu li.dropdown-submenu {
        width: 100%;
    }

    .lp-banner-section {
        max-height: 400px;
    }

    .lp-banner-section h4 {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .lp-banner-section h3 {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .lp-banner-section p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(2),
    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(3),
    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(4) {
        width: 100%;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoFieldDescriptor.mktoFormCol {
        max-width: 100%;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoButtonRow {
        position: relative;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        max-width: 250px;
    }

    .lp-form-container.align-self-center {
        width: 100%;
    }

    .lp-learn-container {
        width: 85%;
    }

    .chatBotPopForm.LpStyleForm.mktoForm label.mktoLabel {
        width: 94% !important;
    }

    .testimonial-wrap .testimonial-item .case-study-body {
        margin: 0 0 2rem 0;
    }

    .lp-testimonial .testimonial-item .testimonial-text .testimonial-quotes i {
        font-size: 3rem;
        padding-right: 2rem;
        top: -1rem;
    }

    .row.keys-row {
        margin-left: -15px;
    }

    .row.keys-row .key-item {
        padding: 0.8rem 1rem;
    }

    .row.keys-row .key-item h4 {
        font-size: 0.9rem;
    }

    .lp-learn-cta-block .edgtf-iwt-title-holder h4 {
        font-size: 1rem;
    }

    .lp-learn-cta-block .edgtf-iwt-title-holder h3 {
        font-size: 1.4rem;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoField::-webkit-input-placeholder {
        font-size: 10px !important;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoField::-moz-placeholder {
        font-size: 10px !important;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoField:-ms-input-placeholder {
        font-size: 10px !important;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoField::placeholder {
        font-size: 10px !important;
    }

    /* .testimonial-wrap .testimonial-item .case-study-body i {
        text-align: center;
        margin: 0 auto !important;
        display: block;
        } */
    .testimonial-item .case-study-body .request_btn {
        margin-top: 0.5rem;
    }

    .feaured-resources-inner .card .rc-img-wrapper {
        max-height: auto;
    }

    .feaured-resources .feaured-resources-content h2 {
        font-size: 0.8rem;
        line-height: 1rem;
        padding: 0.6rem 0;
    }

    .feaured-resources .feaured-resources-content p {
        font-size: 0.6rem;
        padding: 4px 12px;
    }

    .feaured-resources .feaured-resources-content {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .feaured-resources .card-body {
        padding: 2rem 0;
    }

    .feaured-resources .feaured-resources-content .request_btn {
        font-size: 9px;
        padding: 3px 15px;
    }

    .request-demo-section .card.card-body.h3,
    .request-demo-section .card.card-body h3 {
        font-size: 14px;
    }

    .request-demo-section .card.card-body .request_demo_click.request_btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .request-demo-section .card.card-body {
        padding: 1rem 1.5rem;
    }

    section.site-footer h4 {
        margin-top: 1rem;
    }

    section.site-footer {
        padding-bottom: 1rem;
    }

    section.site-footer {
        padding-top: 3rem;
    }

    section.site-footer .footer_recognition_row {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .header-section {
        padding: 3rem 0 2rem 0;
    }

    section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding: 136px 0 115px;
    }

    section.about-text.refferal-text,
    section.about-text,
    .boost-case-deflection-and-csat-with-ai-powered-chatbots,
    .searchunify-testimonial {
        padding: 3.5rem 0;
    }

    section.partners-benifits {
        padding: 0 0 3rem;
    }

    section.partners-benifits p.lead {
        padding: 0 1rem;
    }

    section.partners-benifits .row.benifits {
        padding: 0 1rem;
    }

    section.partners-benifits .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .customers-testimonails.refferal-testimonial .top-textheadline h2 {
        font-weight: 600;
        font-size: 30px;
        color: #182b4c;
        margin-bottom: 20px;
        line-height: 40px;
    }

    section.request-demo-refferal .demo-form-container {
        margin-top: 0px;
    }

    .make-smarter-business-decisions-with-insights-that-matter {
        padding: 3.5rem 0 1.5rem 0;
    }

    .upsell-cross-sell-your-products-with-contextual-ads {
        padding: 3.5rem 0 4.5rem 0;
    }

    section.full-screen img {
        padding-bottom: 0;
    }

    .improve-searchability-for-the-most-relevant-content-pieces {
        padding: 3.5rem 0 3rem 0;
    }

    .help-users-help-themselves-with-nlu-ml {
        padding: 3.5rem 0 1rem 0;
    }

    .integrate-every-knowledge-source-for-a-unified-experience {
        padding: 3.5rem 0 1.5rem 0;
    }

    .guide-users-with-an-interactive-ui {
        padding: 3.5rem 0 2.5rem 0;
    }

    .tsia-webinar .col-12.col-sm-12.col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .tsia-content span.live-webinar {
        font-size: 0.8rem;
    }

    .stickyEventContent .tsia-content p {
        line-height: 1.4rem;
        width: 44%;
    }

    .tsia-content a#case_study {
        margin-right: 6rem;
        margin-top: 0rem;
        padding: 0.4rem 1rem;
        text-align: center;
    }

    .tsia.tsia-pop .logo-box {
        display: block !important;
    }

    .tsia.tsia-pop .logo-box h4 {
        width: 100%;
    }

    .tsia.tsia-pop .logo-box .tsia-logo {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .tsia.tsia-pop .logo-box .tsia-logo img {
        text-align: left;
        margin: 5px 0;
        padding: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .tsia.tsia-pop .font_white h2 {
        padding-right: 0;
    }

    .tsia.tsia-pop .font_white h2 {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .tsia.tsia-pop .light-bg {
        padding: 2rem 1.2rem;
    }

    .tsia .light-bg .spearker-container {
        margin-bottom: 0.2rem;
    }

    .tsia.tsia-pop .light-bg .cta-box {
        margin-top: 0.6rem;
    }

    .tsia.tsia-pop .light-bg .time-box p {
        font-size: 0.6rem;
    }

    .team-members ul.d-flex.justify-content-center {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }

    section.site-footer ul li a {
        font-size: 0.9rem;
    }

    .copy-text {
        padding-left: 15px;
    }

    .title-and-two-blocks .section_cta_container .row,
    div.pages_block .row,
    .saleseforce-lightning.sf-lightning .row {
        padding: 0 2rem;
    }

    .title-and-two-blocks span.why-icon {
        width: 4rem;
    }

    .pages-block h2 {
        padding: 0;
    }

    /* About us page */
    .about-mb-text h4 {
        font-size: 24px;
    }

    .about-mb-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .ab-product-partners .partner-container .ab-partner-container a {
        text-align: center;
        height: 90px;
    }

    .ab-product-partners .partner-container .ab-partner-container a .img-fluid {
        max-width: 70%;
    }

    .ab-partner-container img {
        padding-bottom: 0.3rem;
    }

    .ab-partner-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .searchunify-customers {
        padding: 4rem 0 3rem;
    }

    section.ab-product-partners.su-py-80 {
        padding: 0 0 2rem;
    }

    .searchunify-customers h2.su-section-heading {
        margin-bottom: 1.5rem;
    }

    .single-post section.about-text {
        padding: 0 0 3.5rem;
    }

    .single-post.postid-37 section.about-text {
        padding: 3rem 0 3.5rem;
    }

    .su-section-heading {
        margin-bottom: 2rem;
    }

    div#pagination {
        padding: 0 0 20px 0;
    }

    section.full-screen .container&gt;.row {
        padding: 50px 0 50px;
    }

    .mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen .row {
        padding: 6px 0 6px;
    }

    .mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen:nth-child(4) {
        margin-top: 0;
    }

    .banner .community-refocus.mamba.image-only {
        background-image: url(../assets/img/mamba-22-banner-bg-ipad.jpg);
    }

    /*sitemap starts*/
    .sitemap h3,
    .sitemap h3 a {
        font-size: 24px;
        line-height: 28px;
    }

    /*sitemap ends*/
    /**lithium page css starts**/
    .section-scroll-pages .about-text .top-textheadline {
        margin: auto;
    }

    /**lithium page css ends**/
    /**contactus css **/
    .contactus-header-section .content-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 2rem 0;
    }

    .contactus-header-section.bg-gradient-blue {
        background: rgb(85, 199, 255);
        background: -webkit-linear-gradient(0deg, #fff 25%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
        background: -webkit-linear-gradient(bottom, #fff 25%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
        background: linear-gradient(0deg, #fff 25%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
    }

    .content-section .right-side {
        display: none;
    }

    .cookie_not_set .header-section.contactus-header-section {
        margin-top: 50px;
    }

    .banner-heading {
        padding-top: 50px;
    }

    .contactus-header-section .banner-heading h1 {
        text-align: center;
        color: #fff;
    }

    .contactus-header-section .content-section .card h3 {
        line-height: 36px;
        font-size: 1.75rem;
    }

    .cookie_not_set .contactus-header-section .banner-heading h1 {
        margin: 2rem 0 1rem 0;
    }

    .cookie_is_set .contactus-header-section .banner-heading h1 {
        margin: 0 0 1rem 0;
    }

    .contactUs-section {
        padding: 4rem 0;
    }

    section.ab-leadership-contact.su-py-80 {
        padding: 4rem 0;
    }

    .header-section.contactus-header-section {
        margin-bottom: auto;
        padding: 3rem 0 0rem 0;
    }

    .our-offices {
        padding-bottom: 50px;
    }

    .arrow-img {
        width: 60%;
        bottom: 50px;
        right: auto;
    }

    #su_pop_contact_forms .modal-content {
        max-width: 100%;
    }

    div#su_pop_contact_forms_content .mktoForm .mktoFormRow .mktoFieldWrap .mktoError .mktoErrorMsg {
        min-width: 12em !important;
    }

    .writeToUs-section .emails {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .writeToUs-section .emails div {
        padding-bottom: 10px;
    }

    /**podcast-form css starts**/
    .subscribeForm #mktoForm_5366 label[for="emailOptInBoolean"],
    .subscribeForm #mktoForm_5366 label[for="consenttoProcessing"] {
        width: 90% !important;
    }

    .podcast .entry-content .speaker-info {
        padding: 30px 0 0;
    }

    /**podcast-form css ends**/
    /**Mamba pop up css starts**/
    .tsia.mamba20-pop .pop-up-top .col-10 {
        margin: auto;
        padding: 0;
    }

    .tsia.mamba20-pop .pop-up-top h3 {
        font-size: 23px;
        margin: 15px auto;
    }

    .tsia.mamba20-pop .pop-up-top p {
        font-size: 15px;
    }

    .tsia.mamba20-pop .pop_up-bottom {
        padding: 0;
        margin: auto;
    }

    .tsia.mamba20-pop .pop_up-bottom .pop-up-img img {
        width: 55%;
        margin: auto;
    }

    .tsia.mamba20-pop .pop_up-bottom .pop-up-img {
        margin: auto;
    }

    .tsia.mamba20-pop .light-bg {
        padding: 10px 0px 50px;
    }

    .tsia.mamba20-pop .pop-up-logo .tsia-logo img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .tsia.mamba20-pop .light-bg .cta-box {
        margin-top: 0;
        text-align: center;
        margin-left: 0;
    }

    .tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
        line-height: 24px;
    }

    .tsia.mamba20-pop {
        background-position: right bottom;
    }

    .tsia.mamba20-pop .pop-up-logo {
        padding-top: 9px;
    }

    /**Mamba pop up css ends**/
    /**press release css starts**/
    .media-page .blog-detail-left .blogs-page {
        padding-bottom: 50px;
    }

    .media-page .blog-row .blog-detail-right .widget {
        margin-bottom: auto;
    }

    .press-releases .blog-detail-left .blogs-page {
        padding-bottom: 0px;
    }

    /**press release css ends**/
    .cookie_is_set .rc-section div#searchUnifyContainer .su-p-input-header {
        padding: 100px 0 160px 0;
    }

    section.header-section.sub-heading.searchunify-request-demo h1 {
        text-align: center;
        margin-bottom: 20px;
    }

    section.header-section.sub-heading.searchunify-request-demo h1 br {
        display: none;
    }

    section.header-section.sub-heading.searchunify-request-demo hr.scroll-hr {
        margin: 15px auto;
        width: 120px;
    }

    .searchunify-request-demo.header-section.sub-heading h3 {
        text-align: center;
    }

    div#searchUnifyContainer .su-bookmark-popup {
        top: 26% !important;
        width: 60% !important;
        left: 20% !important;
        right: 20% !important;
    }

    .pageid-35 .searchunify-testimonial {
        padding: 0 0 3.5rem;
    }

    .pageid-35 .searchunify-customers {
        padding: 4rem 0 3rem;
    }

    .postid-5547 .podcast h1.post-title {
        padding-right: 0;
    }

    .video .video-row .col-lg-5 {
        padding-top: 2rem;
    }

    section.site-footer .suChatButton {
        bottom: 70px;
    }

    section.site-footer ul.social-links {
        padding-right: 0;
    }

    .podcastPopup .widget-title {
        font-size: 1.2rem;
        padding: 0 2rem;
    }

    .podcastPopup form.podcastPopForm {
        padding: 0 2rem;
    }

    .podcastPopup form.podcastPopForm .mktoHtmlText.mktoHasWidth {
        padding: 0px 0rem;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0px;
    }

    .podcastPopup form.podcastPopForm label[for="consenttoProcessing"] {
        padding-right: 0;
    }

    .podcastPopup form.podcastPopForm label[for="emailOptInBoolean"],
    .podcastPopup form.podcastPopForm label[for="consenttoProcessing"] {
        width: 90% !important;
    }

    .podcastPopup .hidden-onload {
        padding: 0 2rem;
    }

    form#mktoForm_4288 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
        bottom: 20px !important;
    }

    .request-demo .mktoFormRow:nth-child(9) .mktoError {
        right: 187.344px !important;
        bottom: 34.0312px !important;
    }

    div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoError {
        bottom: 36px !important;
    }

    .modal-no-border .modal-lg {
        max-width: 700px;
        width: auto;
    }

    .AugmentedIntelligencePop .tfes .speaker-container .speaker-inner .request_btn {
        margin-left: 0;
    }

    .AugmentedIntelligencePop .row.webinar-time {
        padding-top: 0;
    }

    .AugmentedIntelligencePop .tfes .speaker-container .speaker-inner .col.mx-auto {
        margin-top: 1rem;
    }

    .tsiaWebinarPop .col-lg-2 {
        display: none;
    }

    .tsiaWebinarPop .webinar-time-container span {
        font-size: 10px;
    }

    .customerLogo.viewCustomer {
        text-align: center;
    }

    .colubridae-20-pop .colubridae-20-logo {
        background-position-y: 16px;
    }

    .colubridae-20-pop .higlight-box h3 {
        text-align: center;
        padding-left: 100px;
        padding-right: 100px;
    }

    .pop-up-list-container {
        padding-left: 40px;
    }

    .colubridae-20-pop .row.w-100 {
        margin: 0 auto;
    }

    .colubridae-20-pop .pop-up-bottom-row {}

    .events-page.client-testimonials .upcoming-events {
        padding: 40px 0px 0px;
    }

    .events-page.client-testimonials .testimonial-cta a {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 6px;
        border-right: 0;
    }

    .stickyEventContent .featuring {
        margin-left: 0px;
    }

    .stickyEventContent .featuring.hidden-desktop {
        display: none;
    }

    .stevie-pop-wrapper h3 {
        font-size: 28px;
        line-height: 38px;
    }

    section.feaured-services .searchunify-heading {
        padding: 0 2rem;
    }

    section.feaured-services p.lead {
        padding: 0 2rem;
    }

    section.feaured-services {
        padding: 3rem 0 2.4rem;
    }

    section.feaured-services.sectioned-featured-services {
        padding-top: 0;
        margin-top: -2rem;
    }

    section.feaured-services.sectioned-featured-services .mb-4 {
        margin-bottom: 2.4rem !important;
    }

    .customers-testimonails .col-lg-7 {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .section-scroll-pages .header-section.sub-heading h3 br {
        display: none;
    }

    .partner-network section.grazitti-partners .searchunify-heading,
    .partner-network section.feaured-services .searchunify-heading,
    .partner-network section.witness .su-section-heading,
    .partner-network section.request-demo h2,
    .partner-network .platform-self-service h2,
    .searchunify-customers-cs .searchunify-heading,
    .customers-testimonails .top-textheadline h2,
    .customers-logos .h2 {
        padding: 0 1.6rem;
        font-size: 22px;
        line-height: 28px;
    }

    .partner-network .platform-self-service h2,
    .partner-network section.request-demo h2 {
        padding-left: 0;
    }

    .partner-network .request-demo .align-items-center {
        text-align: center;
    }

    section.searchunify-customers-cs {
        padding: 4.5rem 0 0 0;
    }

    .ourconnector-container.customers-logos {
        padding: 40px 0 70px;
    }

    section.refferal-form.request-demo-refferal .demo-form-container {
        width: 100%;
        margin: 0 auto;
    }

    section.refferal-form.request-demo-refferal .demo-form-container .mktoCheckboxList input:checked+label:before {
        font-size: 8px;
    }

    section.site-footer .medal-g2.stevie-silver img,
    section.site-footer .medal-g2.stevie-bronze img {
        min-height: 64px;
    }

    section.site-footer .medal-g2 img {
        height: 64px;
    }

    section.site-footer .medal-g2.stevie-apac img {
        min-height: 60px;
        max-height: 60px;
        margin-top: 0;
    }

    section.site-footer .medal-g2.stevie-silver img,
    section.site-footer .medal-g2.stevie-bronze img {
        min-height: 50px;
        margin-top: 0;
        max-height: 50px;
    }

    section.site-footer.inner-footer .medal-g2.stevie-silver img,
    section.site-footer.inner-footer .medal-g2.stevie-bronze img {
        min-height: 64px;
        margin-top: 0;
        max-height: 64px;
    }

    section.site-footer.inner-footer .clearfix.row-2 div.stevie-silver-2021 img {
        margin-top: 2px;
    }

    section.site-footer .clearfix div.stevie-silver-2021 {
        margin-left: -6px;
    }

    section.site-footer .clearfix div.stevie-silver-2021 img {
        max-height: 60px;
        margin-top: 0px;
    }

    section.site-footer .medal-g2.stevie-apac {
        margin-left: 0px;
        margin-right: 0px;
    }

    .roi-calculator.cookie_not_set div.welcome-container {
        padding-top: 19%
    }

    .roi-calculator .content-div:after {
        display: none;
    }

    .roi-calculator .cta-div {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .roi-calculator .content-div {
        margin-bottom: 40px;
    }

    .roi-calculator.cookie_is_set div.welcome-container {
        padding-top: 15%;
    }

    section.header-section.platform {
        padding: 2rem 0 6rem 0;
    }

    .section-scroll-pages.searchunify-for-intelligent-ecommerce-experiences section.about-text.platform-about h2 {
        padding: 0 8rem;
    }

    .searchunify-for-intelligent-ecommerce-experiences section.platform-about p {
        padding: 0 2rem;
    }

    .section-scroll-pages section.about-text.platform-about h2 {
        padding: 0 2rem;
    }

    .section-scroll-pages.searchunify-for-madcap section.about-text.platform-about h2 {
        padding: 0 3rem;
    }

    .section-scroll-pages.searchunify-for-higher-logic section.about-text.platform-about h2 {
        padding: 0 4rem;
    }

    .section-scroll-pages.searchunify-for-higher-logic section.platform-about p {
        padding: 0 4rem;
    }

    section.platform-about p {
        padding: 0 4rem;
    }

    .platform-about img.cirlce-small-2 {
        left: 2%;
    }

    .section-scroll-pages.searchunify-for-thought-industries .header-section.sub-heading h1,
    .section-scroll-pages .header-section.sub-heading h1 {
        font-size: 26px;
        line-height: 36px;
        padding-top: 60px;
    }

    .section-scroll-pages.searchunify-for-digital-hr .header-section.sub-heading h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .section-scroll-pages.searchunify-for-digital-hr .header-section.sub-heading h3 {
        font-size: 18px;
    }

    .section-scroll-pages .section-header-illustration .hover-item {
        width: 60px;
        height: 60px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.chatbot {
        top: 52px;
        left: 8px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.escalation-predictor {
        top: 52px;
        left: 60px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.agent-helper {
        top: 52px;
        left: 108px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.kcs-enabler {
        top: 52px;
        left: 158px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.community-helper {
        top: 52px;
        left: 207px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.intelligent-search {
        top: 52px;
        left: 256px;
    }

    .section-scroll-pages .section-header-illustration .hover-item .hover-text-holder:hover .hover-text {
        width: 230%;
    }

    .section-scroll-pages .section-header-illustration .hover-item .hover-text-holder .hover-text {
        top: -20px;
        font-size: 12px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.chatbot .hover-text-holder .hover-text {
        left: -26px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.escalation-predictor .hover-text-holder .hover-text {
        left: -42px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.agent-helper .hover-text-holder .hover-text {
        left: -40px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.kcs-enabler .hover-text-holder .hover-text {
        left: -40px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.community-helper .hover-text-holder .hover-text {
        left: -40px;
    }

    .section-scroll-pages .section-header-illustration .hover-item.intelligent-search .hover-text-holder .hover-text {
        left: -40px;
    }

    section.platform-sections .mobile-centering {
        text-align: center;
    }

    section.platform-sections .mobile-centering.order-top {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    section.platform-sections .row:nth-of-type(even) .mobile-centering.order-top {
        padding-left: 15px;
    }

    section.platform-sections .row img {
        max-width: 80%;
    }

    section.platform.platform-illustration .searchunify-heading {
        padding: 0 2rem;
    }

    section.platform-illustration img.platform-illustration {
        max-width: 100%;
    }

    section.platform-illustration img.cirlce-small-2 {
        top: 80%;
        left: 1%;
    }

    .enterprise-outcomes h2 {
        padding: 0 2rem;
    }

    .section-scroll-pages.searchunify-for-madcap section.about-text.platform-about h2,
    .customers-testimonails .top-textheadline h2,
    .section-scroll-pages section.about-text.platform-about h2,
    section.platform .searchunify-heading,
    .platform-self-service h2,
    .stevie-testimonial-section h2,
    .enterprise-outcomes h2,
    .platform-customers-testimonails h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .suTestimonialsV6 .profile-image i {
        margin-top: -10px;
    }

    .suTestimonialsV6 h3 {
        font-size: 16px;
    }

    .suTestimonialsV6 .request_btn {
        padding: 6px 16px;
    }

    section.platform-request-demo-section .row.request-demo-row {
        padding: 30px 10px;
    }

    section.platform-request-demo-section a:before {
        right: 34px;
    }

    section.platform-request-demo-section a:after {
        left: 34px;
    }

    section.site-footer.inner-footer .footer_bottom .text-right {
        text-align: left !important;
        margin-top: 12px;
    }

    section.site-footer.inner-footer .copy-text p {
        margin-left: 0;
    }

    section.site-footer.inner-footer {
        background-size: cover;
    }

    section.site-footer.inner-footer .row.footer_menu_row {
        margin-bottom: 0;
    }

    .platform-customers-testimonails div#suTestimonialsV6 {
        margin-top: 1.4rem;
    }

    section.platform-request-demo-section .row.request-demo-row .col-lg-8 {
        padding-left: 30px;
        padding-right: 30px;
    }

    div.sectioned-pages-sections section.full-screen:nth-child(3),
    div.sectioned-pages-sections section.full-screen:nth-child(6),
    div.sectioned-pages-sections section.full-screen:nth-child(9) {
        padding: 8rem 0 1rem 0;
        margin-top: -10rem;
    }

    div.sectioned-pages-sections section.full-screen:nth-child(2),
    div.sectioned-pages-sections section.full-screen:nth-child(4),
    div.sectioned-pages-sections section.full-screen:nth-child(5),
    div.sectioned-pages-sections section.full-screen:nth-child(7),
    div.sectioned-pages-sections section.full-screen:nth-child(8) {
        position: relative;
        margin-top: -6rem;
    }

    .searchunify-for-fraud-detection .platform-customers-testimonails,
    .searchunify-for-higher-logic .platform-customers-testimonails {
        margin-top: -6rem;
    }

    .connectors section.feaured-services img {
        max-width: 150px;
    }

    .connectors section.feaured-services h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .section-scroll-pages.connectors section.about-text.platform-about h2 {
        padding: 0 1rem;
        font-size: 24px;
        line-height: 32px;
    }

    .section-scroll-pages.connectors section.platform-about p {
        padding: 0 2rem;
    }

    .connectors .top-textheadline p {
        padding: 0 6rem;
    }

    .section-scroll-pages.searchunify-for-thought-industries .sectioned-pages .section-header-illustration {
        overflow: hidden;
    }

    .section-scroll-pages.searchunify-for-thought-industries .sectioned-pages .section-header-illustration img {
        max-height: 240px;
    }

    .section-scroll-pages.searchunify-for-thought-industries .order-top {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-scroll-pages.searchunify-for-thought-industries .order-bottom {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .searchunify-for-thought-industries .our-partnership .mobile-centering img {
        margin-top: -60px;
        margin-bottom: 30px;
    }

    .searchunify-for-thought-industries img.triangle-gray-4 {
        display: none;
    }

    .searchunify-for-higher-logic div.sectioned-pages-sections section.full-screen h3 {
        padding-right: 0;
    }

    .about-our-story {
        padding-bottom: 0px;
        margin-bottom: -3rem;
    }

    .about-mid-banner .about-mb-text {
        padding-right: 1rem;
    }

    .about-mid-banner .about-mb-img img {
        top: 31px;
        max-width: 200px;
    }

    .ab-leadership .profile-bg {
        top: -11%;
    }

    .stickyEventContent .cta-container img {
        max-width: 88px;
        margin-right: 20px;
        margin-top: -4px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .stickyEventContent.forrester-webinar .cta-container img.magnifier {
        left: 34%;
    }

    .contact-us .about-mid-banner .about-mb-text {
        padding-right: 2rem;
    }

    .contact-us .about-mid-banner .about-mb-text h4 {
        font-size: 16px;
    }

    .why_searchunify.ai-sections.tech-model img.tech-model-illustration {
        max-width: 260px;
        left: 32%;
        top: 47.6%;
    }

    section.about-mid-banner.about-page-section.floating-img img {
        display: none;
    }

    .namely .col-lg-4.lp-title {
        display: none;
    }

    .namely .col-lg-4.ebook-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .namely .lp-banner-section {
        height: auto !important;
        max-height: 100% !important;
    }

    .namely .col-lg-4.ebook-img {
        margin-bottom: 20px;
    }

    .lp-banner-section-v2 .section-header-illustration {
        margin-top: 0px;
    }

    .lp-banner-section-v2 .center-text-content {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .lp-banner-section-v2 .center-text-content h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .namely .col-lg-4.ebook-img .center-text-content {
        display: block;
    }

    .namely .site-footer .text-right,
    .namely .site-footer .copy-text {
        text-align: center !important;
    }

    .namely section.site-footer {
        margin-top: -1rem;
    }

    .namely .footer_bottom {
        margin: 0 auto !important;
        padding-bottom: 30px;
    }

    .namely.higher-education .lp-banner-section {
        padding: 60px 0 60px;
    }

    .higher-education .lp-banner-section .lp-banner-image {
        margin-bottom: -20px;
    }

    .namely.higher-education .lp-key-take-away {
        padding-top: 40px;
    }

    section.site-footer .medal-g2.globee img {
        height: 50px;
    }

    section.site-footer .medal-g2.globee img {
        margin-left: 60px;
    }

    section.site-footer .medal-g2.ccw.su-new img {
        margin-top: 14px;
        height: 40px;
    }

    section.site-footer.su-bg-secondary.secondary-color .footer_recognition_row .clearfix {
        display: inline-block !important;
    }

    section.site-footer.su-bg-secondary.secondary-color .clearfix div {
        width: 36%;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.bronze-2022 img {
        height: 62px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.globee {
        margin-left: -44px;
    }

    section.site-footer .medal-g2.forrester,
    section.site-footer .medal-g2.stevie-bronze {
        margin-left: 0px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.globee img {
        height: 58px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.ccw img {
        margin-top: 12px;
    }

    section.site-footer.inner-footer .medal-g2.globee img {
        margin-left: 62px;
    }

    .section-scroll-pages.free-trial-short {
        padding: 40px 20px 40px 20px;
    }

    section.su-free-trail-short .ft-wrapper {
        padding: 7px;
        bottom: 8px;
    }

    section.su-free-trail-short .su-contant-area h2 {
        font-size: 13px;
        line-height: 22px;
    }

    section.su-free-trail-short .su-contant-area p.short-orange-text {
        margin-top: 10px;
        font-size: 12px;
    }

    section.su-free-trail-short .col-md-6.bg-pattern {
        padding: 30px 30px 50px 30px;
    }

    section.su-free-trail-short .col-md-6.bg-pattern h2 {
        font-size: 16px;
    }

    section.su-free-trail-short .col-md-6 h3 {
        font-size: 17px;
    }

    section.su-free-trail-short .chatBotPopForm.mktoForm label.mktoLabel {
        width: 90% !important;
    }

    section.header-section.su-request-demo .leader-awards {
        text-align: center;
    }

    section.why_searchunify.why-su .why_content h3 {
        font-size: 15px;
        margin-top: 10px;
    }

    section.why_searchunify.why-su .why_content {
        display: block;
        min-height: 335px;
    }

    section.about-us-testimonials {
        padding: 40px 20px;
    }

    section.slides-release.experience h5 {
        font-size: 14px;
        line-height: 24px;
        min-height: 40px;
    }

    .request-demo section.slides-release.experience h5 {
        min-height: 65px;
    }

    section.why-su.rd-su .why_content p {
        font-size: 14px;
    }

    .advantage section#intro {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .advantage .header-section.sub-heading.advantage-pages h3 {
        padding-right: 8rem;
        padding-left: 8rem;
        font-size: 16px;
    }

    section.journey-header h2 {
        font-size: 26px;
    }

    section.journey-header .bg-color-grey .adv-tab-trigger h3 {
        font-size: 14px;
    }

    section.journey-header .migrating-tab-content-area .text-area-side {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .events-page.events-page-v2 .container {
        padding-left: 15px;
    }

    form#searchFormWebinar select#evWebinar {
        width: 100%;
        margin-top: 30px;
    }

    .headings {
        font-size: 28px;
    }

    .cookie_is_set .header-section.events {
        margin-top: 62px;
    }

    section.header-section.bg-gradient-blue.text-center.events.su-customers {
        margin-top: 0px;
    }

    .events-page .attended-events.oldest .container {
        padding-left: 15px;
    }

    .section-scroll-pages .sectioned-pages .section-header-illustration img {
        max-height: 100%;
        padding-top: 0;
        margin-top: 0px;
        max-width: 100%;
    }

    .request-demo .customers-testimonails.customers-crousel.su-demo-crousel h2 {
        text-align: center;
        margin-left: 0px;
    }

    .request-demo section.feaured-resources-inner.su-featured {
        margin-top: 40px;
    }

    form#mktoForm_5301 .mktoFormRow.row_11 {
        margin-top: -20px !important;
    }

    form#mktoForm_5301 .mktoFormRow.row_12 {
        margin-top: 2px;
    }

    .contact_form_wrapper form input:not([type=checkbox]) {
        height: auto !important;
    }

    div.contact_form_wrapper .mktoForm .mktoFormRow {

        width: 100% !important;

        margin: 6px 0;
    }

    form#mktoForm_5301 label#LblemailOptInBoolean {
        width: 92% !important;
        padding-left: 10px;
        font-size: 10px;
        line-height: 12px;
    }

    .contact_form_wrapper .mktoCheckboxList input#emailOptInBoolean+label:after,
    .contact_form_wrapper .mktoCheckboxList input#consenttoProcessing+label:after {
        top: 4px;
    }

}

@media (min-width: 769px) and (max-width: 992px) {
    .customers section.reviews-blocks {
        padding-bottom: 35px;
    }
}

@media only screen and (max-width:950px) {
    .solution_card .card-footer span.sites {
        background-position: -11px -430px;
        background-size: 790px auto;
    }

    .solution_card .card-footer span.google_enterprise {
        background-size: 790px auto;
        background-position: -265px -430px;
    }

    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        display: block;
    }
}

@media only screen and (max-width:900px) {
    .solution_card .card-footer span.sites {
        background-position: -11px -430px;
        background-size: 790px auto;
    }

    .solution_card .card-footer span.google_enterprise {
        background-size: 790px auto;
        background-position: -265px -430px;
    }
}

@media only screen and (max-width:850px) {
    .solution_card .card-footer span.sites {
        background-position: -13px -383px;
        background-size: 710px auto;
    }

    .solution_card .card-footer span.google_enterprise {
        background-size: 710px auto;
        background-position: -240px -384px;
    }

    .solution_card .card-footer span.dynamics {
        background-position: -22px -198px;
        width: 100%;
        background-size: 840px auto;
    }

    .stevie-pop-wrapper .stevie-logo img {
        max-width: 180px;
    }

    .stevie-pop-wrapper img.StevieLogo {
        max-width: 90px;
    }

    .stevie-pop-wrapper .btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .stevie-pop-wrapper h3 sup {
        font-size: 24px;
        top: -1px;
        left: -2px;
        margin-right: -6px;
    }

    .stevie-pop-wrapper h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .section-scroll-pages.searchunify-for-e-commerce .header-section.sub-heading h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width:800px) {
    .solution_card .card-footer span.sites {
        background-position: -13px -383px;
        background-size: 710px auto;
    }

    .solution_card .card-footer span.google_enterprise {
        background-size: 710px auto;
        background-position: -240px -384px;
    }

    .solution_card .card-footer span.dynamics {
        background-position: -22px -198px;
        width: 100%;
        background-size: 840px auto;
    }
}

@media only screen and (max-width:768px) {

    .demo_form_wrapper form#mktoForm_4288 .mktoRequiredField label.mktoLabel[for="emailOptInBoolean"],
    .demo_form_wrapper form#mktoForm_4288 label.mktoLabel[for="consenttoProcessing"] {
        padding-left: 36px !important;
    }

    section.slides-release .request_btn {
        margin-top: 0px;
    }

    section.about-us-testimonials .suva-md-head img.suva-quotes {
        margin-top: -19px;
    }

    span#calcualteRoiDynamic {
        margin-left: -47px;
    }

    .connectors section.feaured-services .container {
        max-width: 720px;
    }

    .inner_container {
        width: 90% !important;
    }

    /* .copy-text {
        text-align: center;
        } */
    .navigation.navbar-light .navbar-toggler {
        margin-top: 0px;
    }

    .request_btn {
        font-size: 13px;
    }

    .solution_card .card-footer span.google_enterprise,
    .solution_card .card-footer span.dynamics,
    .solution_card .card-footer span.sites {
        width: 100%;
    }

    .banner_btn {
        margin: 5px 20px 5px 0;
    }

    .su-mega-menu ul.dropdown-menu {
        width: 100%;
    }

    .su-mega-menu ul.dropdown-menu.dropdown-child-menu.bg_black_op {
        padding-left: 25px;
    }

    /*.certificate li { width: 32%;}*/
    .certificate li:nth-child(2n) {
        margin-left: 2.6%;
    }

    .testimonial .carousel-inner {
        width: 85%;
    }

    .testimonial .carousel-control.left {
        left: 3%;
    }

    .testimonial .carousel-control.right {
        right: 3%;
    }

    .header .navbar-nav li {
        padding: 10px 0;
    }

    .header .navbar-nav li a.nav-link {
        font-size: 15px;
        border-right: none;
    }

    .header .navbar-nav li a.request_btn {
        padding: 10px 20px;
        margin: 0;
    }

    .testimonial .testi_name {
        width: 100%;
        max-width: 630px;
    }

    .demo_form_wrapper {
        width: 82%;
    }

    body.price-calculator.cookie_not_set div.welcome-container {
        padding-top: 20%;
    }

    body.price-calculator.cookie_is_set div.welcome-container {
        padding-top: 12%;
    }

    body.price-calculator .header .navigation {
        margin: 0 auto;
    }

    body.price-calculator .navbar-nav {
        margin: -10px auto;
    }

    form#mktoForm_4288 label[for="emailOptInBoolean"],
    form#mktoForm_4288 label[for="consenttoProcessing"] {
        padding-top: 2px;
    }

    .colub-pop-container .col-logo-area {
        background: url(../images/colub-logo.png) no-repeat center -26px;
        background-size: contain;
    }

    .colub-pop-container .colub-row {
        padding: 36% 10% 4%;
    }

    .colub-pop-container .cta-row {
        padding-bottom: 2%;
        padding-top: 0%;
    }

    #respond .edgtf-three-columns .edgtf-column {
        width: 100%;
        float: left;
    }

    div#searchUnifyContainer h5.su-search-title a span.ng-binding {
        min-height: 9rem;
    }

    div#searchUnifyContainer .su-no-results-section h5.su-search-title a span.ng-binding {
        min-height: 8rem;
    }

    div#searchUnifyContainer .su-p-input-header form {
        padding: 0px 40px 0px 40px !important;
    }

    .title-and-two-blocks .section_cta_container .cta-holder {
        padding: 2rem .5rem;
    }

    .title-and-two-blocks .section_cta_container .col-12 {
        padding: 0 1rem;
    }

    .title-and-two-blocks .section_cta_container .cta-holder.linked:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .request-demo .feaured-resources-inner.su-featured h2 {
        margin-bottom: 16px;
    }

    .request-demo .schedule-demo {
        top: 5vh;
    }

    .customers section.reviews-blocks {
        padding-bottom: 0px;
    }

    section.why_searchunify.why-su {
        padding-top: 50px;
    }

    section.ourconnector-container.customers-logos.new-customers-logos.su-demo-logos {
        padding-top: 20px;
    }

    section.customers-testimonails.customers-crousel.su-demo-crousel {
        padding-top: 10px;
    }

    .request-demo .text-white.free-trial-strip-rd {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 454px) and (max-width: 768px) {
    form#mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -44px !important;
    }

    .section-header-illustration form#mktoForm_4288 button {
        width: 60%;
    }
}

@media only screen and (min-width: 767px) and (orientation: landscape) {
    section.text-white.free-trial-strip-rd .about-mb-text {
        padding: 0rem 0 1rem;
    }
}

@media only screen and (min-width: 428px) and (orientation: landscape) {
    /* .request-demo .header-section.sub-heading.searchunify-request-demo.su-request-demo {
		padding: 0px 0px 57px !important; */
}


@media only screen and (min-width: 576px) and (max-width: 768px) {
    .request-demo .header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding: 57px 0px 57px !important;
    }
}

@media only screen and (max-width:767px) {
    section.customers-testimonails.customers-crousel.testimonial-revamp {
        padding-bottom: 196px;
    }

    .su-customers-crousel.transforming-customer .slick-list.draggable {
        height: 600px !important;
    }

    .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 168px !important;
    }

    section.why_searchunify.why-su .why_content h3 br {
        display: none;
    }

    .sr-details img {
        max-width: 100%;
        margin-bottom: 26px;
        padding: 0px 16px;
    }

    section.header-section.su-request-demo .leader-awards ul {
        padding-left: 0px;
    }

    .mobile-100 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    section.featured-resources-rd .slick-next.slick-arrow {
        top: 13px;
    }

    section.featured-resources-rd .slick-next.slick-arrow:hover {
        top: -14px;
    }

    section.featured-resources-rd .slick-prev.slick-arrow:hover {
        top: 625px;
        left: 128px;
    }

    section.footer-certificates.certificated-rd-new .certificate-all,
    section.footer-certificates.certificated-rd-new .medal-all {
        justify-content: center;
        width: 100%;
    }

    section.footer-certificates h4 {
        text-align: center;
    }

    section.footer-copyright.copyright-rd-new .row.row-cols-2 {
        flex-direction: column-reverse;
    }

    section.featured-resources-rd .slick-prev.slick-arrow {
        left: 137px !important;
        top: 660px !important;
    }

    section.featured-resources-rd .slick-prev.slick-arrow:hover {
        top: 636px !important;
    }

    section.about-us-testimonials {
        padding: 40px 0px;
        width: calc(100% - 60px) !important;
    }

    section.free-trial-strip-rd.abt {
        width: calc(100% - 70px) !important;
    }

    section.about-us-testimonials .suva-md-head {
        font-size: 20px;
        line-height: 28px;
    }

    section.about-us-testimonials img.suva-quotes {
        margin-right: 10px;
        margin-left: 5px;
    }

    section.about-us-testimonials img.suva-quotes {
        margin-left: 0px;
    }

    section.about-us-testimonials img.namely-logo-outer {
        padding: 15px 20px;
        max-width: 120px;
        margin-top: 0;
    }

    .tsia.mamba20-pop .pop-up-top {
        height: 176px !important;
        width: 288px !important;
    }

    div#su_pop_forms_content {
        margin-left: 10px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-sm-12.col-md-5 {
        margin-bottom: 15px;
    }

    .text-center.desktop-video {
        display: none;
    }

    .text-center.mobile-img {
        display: block;
    }

    .search-aided-pop-container .custom-orangebar:after {
        margin: auto;
    }

    .search-aided-pop-container h2 {
        margin: 0;
    }

    .search-aided-area .search-aided-illustration {
        margin-bottom: 20px;
    }

    .bottom-modal-sec&gt;div div {
        flex-wrap: wrap;
    }

    .search-aided-pop-container .search-aided-area h2 {
        text-align: center;
    }

    .search-aided-pop-container .search-aided-area p {
        text-align: center;
        margin-top: 20px;
    }

    #su_pop_forms .banner_btn {
        margin-top: 0px;
    }

    .search-aided-pop-container img.modalimg {
        max-width: 100px;
        margin: auto;
        display: none;
    }

    .bottom-modal-sec {
        justify-content: center !important;
        text-align: center !important;
    }

    .bottom-modal-sec&gt;div {
        margin-bottom: 15px;
    }

    .bottom-modal-sec&gt;div div * {
        width: 100%;

    }

    #su_pop_forms .banner_btn {
        margin-left: 56px;
    }

    .row.text-left.bottom-modal-sec&gt;div:not(:last-child) div::after {
        content: none;
    }

    .search-aided-pop-container h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        padding: 45px 16px 75px;
    }

    div#su_pop_contact_forms_content {
        min-height: 300px;
        min-width: 100%;
    }

    #su_pop_contact_forms .mktoForm label[for="emailOptInBoolean"],
    #su_pop_contact_forms .mktoForm label[for="consenttoProcessing"],
    #su_pop_contact_forms .mktoForm label[for="emailOptInBoolean"],
    #su_pop_contact_forms .mktoForm label[for="consenttoProcessing"],
    #su_pop_contact_forms .mktoForm label[for="emailOptInBoolean"],
    #su_pop_contact_forms .mktoForm label[for="consenttoProcessing"] {
        margin-top: 6px;
    }

    section.header-section.su-pricing-plans .center-areas {
        margin-left: 0px;
    }

    section.faqs-pricing .card-header h5:before {
        top: 2px;
    }

    section.header-section.su-pricing-plans .check-mark-area {
        display: inline-block;
    }

    section.header-section.su-pricing-plans .content-area {
        margin-top: 12px;
    }

    section.header-section.su-pricing-plans .check-mark-area h5 {
        text-align: center;
    }

    section.header-section.su-pricing-plans .check-mark-area p {
        text-align: center;
    }

    section.header-section.su-pricing-plans {
        padding: 9rem 0 4rem;
    }

    section.transformative-sec h2 {
        font-size: 24px;
        line-height: 32px;
    }

    section.transformative-sec p.para-text {
        padding: 0px 0px;
    }

    section.transformative-sec .technology-areas {
        display: inline-block;
        margin-top: 34px;
    }

    section.transformative-sec .technology-areas .col-sm-12 {
        margin-bottom: 20px;
    }

    section.transformative-sec .technology-areas p {
        min-height: 50px;
    }

    section.transformative-sec p.price-us {
        margin-top: 34px;
        min-height: 0;
        margin-bottom: 30px;
    }

    section.transformative-sec .inner-area h2 {
        margin-top: 28px;
        margin-bottom: 40px;
    }

    section.breadth-depth-heading h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .pt_cell {
        text-align: center;
        width: 23%;
        font-size: 13px;
    }

    .pt_cell:first-child {
        width: 27%;
    }

    section.breadth-depth-sec h4 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    section.breadth-depth-sec h3 {
        font-size: 14px;
        margin-bottom: 24px;
        margin-top: 0px;
    }

    section.breadth-depth-sec h5 {
        font-size: 12px;
        min-height: 38px;
    }

    section.breadth-depth-sec p.price-us span {
        font-size: 29px;
        line-height: 30px;
    }

    section.breadth-depth-sec .module-features p {
        margin-bottom: 32px;
        display: inline-flex;
    }

    section.breadth-depth-sec .module-features a {
        padding: 6px 10px;
        font-size: 14px;
    }

    section.breadth-depth-sec .module-features-bg {
        padding: 30px 16px;
    }

    section.breadth-depth-sec .card-header {
        width: 508px;
    }

    .searchunify-pricing-plans section.customers-testimonails.customers-crousel h2.h2 {
        font-size: 28px;
        line-height: 34px;
    }

    section.why-market-sec h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    section.why-market-sec .market-areas {
        display: inline-block;
    }

    section.why-market-sec .market-areas .image-area-outer {
        margin-top: 36px;
    }

    section.header-section.su-pricing-plans .customers-logos .h2 {
        font-size: 28px;
        line-height: 36px;
    }

    section.faqs-pricing h3 {
        font-size: 28px;
        line-height: 34px;
    }

    section.faqs-pricing div#accpricing {
        padding: 0px;
    }

    section.faqs-pricing .card-body {
        padding: 14px 20px 30px 55px;
        font-size: 16px;
        margin-top: -8px;
        border-radius: 8px;
        border: none;
    }

    section.breadth-depth-sec p.price-us {
        font-size: 14px;
        margin-bottom: 22px;
        display: block;
    }

    section.transformative-sec .technology-areas h4 {
        min-height: 0;
    }

    section.transformative-sec .technology-areas h3 {
        margin-bottom: 58px;
        margin-top: 14px;
    }

    section.transformative-sec .technology-areas p.demo-btns {
        margin-top: 0px;
    }

    section.transformative-sec .technology-areas h3 {
        margin-bottom: 36px;
        margin-top: 14px;
    }

    section.transformative-sec .technology-areas p.para-texts {
        min-height: 50px;
    }

    .free-trial-areas p {
        padding: 10px 16px 0px 16px;
        font-size: 16px;
        line-height: 30px;
    }

    section.header-section.sub-heading.searchunify-request-demo.su-request-demo .free-trial-areas {
        width: 100%;
        height: auto;
    }

    section.text-white.free-trial-strip-rd {
        padding: 0px 16px 0px;
    }

    section.ourconnector-container.customers-logos.new-customers-logos.su-demo-logos {
        padding-top: 0;
        margin-top: 40px;
    }

    section.text-white.free-trial-strip-rd .about-mb-text {
        padding: 0rem 0 1rem;
    }

    section.free-trial-strip-rd h4 {
        font-size: 22px;
        line-height: 30px;
    }

    section.free-trial-strip-rd p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
    }

    section.free-trial-strip-rd.abt a.btn {
        margin-top: 16px;
    }

    section.featured-resources-rd .feaured-resources-wrapper {
        margin-top: 24px;
    }

    section.free-trial-strip-rd .bg-area {
        padding: 30px 36px 66px;
    }

    .request-demo .free-trial-strip-rd .bg-area {
        padding: 0px 36px 40px;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns .khoros-strip-logo {
        max-width: 200px;
        text-align: center;
        margin: 0 auto;
        margin-top: 2.5rem;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns {
        margin-top: 1rem;
        margin-bottom: 4rem;
    }

    section.reviews-blocks.success-stories-khoros {
        padding: 70px 46px;
    }

    section.reviews-blocks.success-stories-khoros .bg-color-block {
        margin-bottom: 20px;
    }

    .section-scroll-pages.searchunify-for-khoros .sectioned-pages .section-header-illustration {
        padding: 24px 0;
    }

    .section-scroll-pages.searchunify-for-khoros .header-section.sub-heading h1 {
        padding-top: 80px;
    }

    section.reviews-blocks.success-stories-khoros {
        margin-top: 0px;
        margin-bottom: 72px;
    }

    .section-scroll-pages.searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(3) .mobile-centering.order-bottom {
        margin-bottom: 0.6rem;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns {
        padding: 3rem 2rem 2.5rem;
    }

    section.about-mid-banner.text-white.about-page-section.khoros-strip-btns .about-mb-btns {
        margin-left: -6px;
        margin-top: 16px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-sm-12.col-md-5 {
        text-align: center;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern h2 {
        margin-top: 32px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
        height: auto;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area {
        padding: 20px 30px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel h5:before {
        display: none;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .carousel-indicators {
        top: 210px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel p {
        text-align: center;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel .row {
        width: 100%;
        border-radius: 12px;
    }

    section.su-free-trail-short.su-free-trial-v3 .logos-customers-carousel p br {
        display: none;
    }

    section.su-free-trail-short.su-free-trial-v3 .left-side-content-tabs {
        margin-top: 20px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-4.bg-color-area {
        padding: 44px 44px;
    }

    section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row {
        margin-top: 50px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area h1 {
        font-size: 17px;
        line-height: 28px;
        margin-top: 8px;
    }

    section.su-free-trail-short.su-free-trial-v3 .free-trial-right-area p.short-orange-text-right-area {
        font-size: 12px;
    }

    section.su-free-trail-short.su-free-trial-v3 .ft-certifications-logos.row {
        margin: 0 auto;
        margin-top: 34px;
    }

    section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern h2 {
        font-size: 18px;
        line-height: 26px;
    }

    section.su-free-trail-short.su-free-trial-v3 .icon-text-right-side.col-10.col-md-10 {
        margin-left: -68px;
    }

    section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoFormRow.row_5 label.mktoLabel {
        width: 94% !important;
    }

    section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoFormRow.row_6 label.mktoLabel {
        width: 94% !important;
    }

    section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoCheckboxList {
        width: 5% !important;
    }

    .awards-testimonial-row .profile-image {
        width: 100px;
    }

    .header-section.sub-heading.sec-scr-holder.su-awards {
        margin-top: 64px;
    }

    .awards-testimonial-row .author .invertedComma {
        right: 24%;
    }

    section.four-blocks-cognitive-search .col-12 {
        margin-bottom: 20px;
    }

    .cognitive-search section#unified-view-of-information {
        margin-top: 3rem;
    }

    .cognitive-search section.full-screen .container&gt;.row {
        padding: 0 0 0;
    }

    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(2) {
        margin-top: -2rem;
    }

    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(6),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(3),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(10),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(11),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(4),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(7) {
        margin-top: -1rem;
    }

    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(9) {
        margin-top: -4rem;
    }

    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(6),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(3),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(10),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(11),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(4),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(7) {
        margin-top: -1rem;
    }

    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(9),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(2),
    .searchunify-for-khoros div.sectioned-pages-sections section.full-screen:nth-child(5) {
        margin-top: 0rem;
    }

    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(5),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(7),
    .cognitive-search div.sectioned-pages-sections section.full-screen:nth-child(8) {
        margin-top: -1rem;
    }

    .cognitive-search section#intro {
        padding-top: 56px;
        padding-bottom: 70px;
    }

    .section-scroll-pages.cognitive-search .sectioned-pages .section-header-illustration {
        padding: 0px 0;
    }

    .cognitive-search section.about-text.platform-about {
        padding: 2rem 0 2rem 0;
    }

    .searchunify-for-e-commerce section#intro {
        margin-top: 76px;
    }

    .events-page-v2 .event_right {
        padding-left: 35px;
    }

    section.site-footer .medal-g2.globee img {
        height: 54px;
    }

    .about-mid-banner.ai-sections .about-mb-text {
        padding-right: 0;
    }

    .medal-g2.g2-easy-2021 {
        margin-left: -12px;
    }

    .connectors section.feaured-services .container {
        max-width: 540px;
    }

    .cookie_not_set .container-fluid.search-container {
        margin-top: 110px;
    }

    .container-fluid.search-container {
        margin-top: 64px;
    }

    .mobileSearchButton {
        right: 30px;
        top: 13px;
    }

    .search-bar-wrapper {
        top: -56px;
        right: 44px;
    }

    .search-bar.open {
        width: 440px;
    }

    .search-page section.site-footer .suChatButton {
        bottom: 38px;
    }

    section.site-footer {
        padding-bottom: 1rem;
    }

    .header .navbar-nav li {
        padding: 8px 0;
    }

    .ourteam-container h2 {
        line-height: 35px;
    }

    .ourteam-container {
        padding: 50px 0px 0px;
    }

    .ourteam-container.advisors {
        padding-bottom: 50px;
    }

    .about-mid-banner {
        background-size: cover;
    }

    .testimonial-wrap .testimonial-item .case-study-body {
        width: 100%;
    }

    .top-textheadline p {
        font-size: 16px;
    }

    .section_html ul {
        padding: 0 25px;
    }

    p.cookies-text {
        font-size: 10px;
        margin-bottom: 0;
    }

    .navbar-toggler {
        font-size: 20px;
    }

    .header-section {
        padding: 2rem 0;
    }

    .pricing-calculator .header-section {
        padding-bottom: 0;
    }

    .certificate {
        max-width: 300px;
        margin: 0 auto;
    }

    .feaured-resources-inner .card .rc-img-wrapper {
        max-height: auto;
    }

    /* .header .header_logo {
		width: 165px;
		} */

    .active_cookie {
        margin-top: 45px;
    }

    .banner_content {
        padding: 10px 0 0;
    }

    .carousel-item.has-video,
    .banner_image,
    .has-video video {
        height: auto;
    }

    .banner_image img.img-fluid {
        display: none;
    }

    .demo_form_wrapper {
        width: 95%;
    }

    hr.scroll-hr {
        margin: 1rem auto;
    }

    body.price-calculator.cookie_not_set .active_cookie {
        margin-top: 72px;
    }

    body.price-calculator.cookie_not_set div.welcome-container {
        padding-top: 25%;
    }

    body.price-calculator.cookie_is_set div.welcome-container {
        padding-top: 14%;
    }

    body.price-calculator .form-check {
        padding-left: .2rem;
    }

    #videoModal .modal-body {
        max-height: 300px;
    }

    .team-members ul .team-cover,
    .advisors .team-members ul .team-cover {
        width: 50%;
        text-align: center;
    }

    .team-members ul .team-cover .image-section img.team-image {
        width: 100%;
    }

    .connector-logos ul .connector-cover {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }

    .ourteam-moadl .leftSection {
        padding: 25px;
    }

    .ourteam-moadl .leftSection .about-image img {
        width: 150px;
        margin: 0px 0px 20px;
    }

    .ourteam-moadl.customer-modal .teamDesc p {
        font-size: 14px;
        line-height: 22px;
    }

    .ourteam-moadl.customer-modal .modal-content button {
        right: -14px;
    }

    .ourteam-moadl .leftSection .about-image h5 {
        font-size: 24px;
    }

    .ourteam-moadl .leftSection .about-image a img {
        width: auto;
    }

    .ourteam-moadl .leftSection .about-image {
        margin: 0px 0px 20px;
    }

    .ourteam-moadl .leftSection .hobbies-container p {
        text-align: center;
    }

    .ourteam-moadl .modal-content button {
        right: -10px;
        top: -13px;
    }

    .ourteam-moadl .rightSection {
        padding: 25px;
        background-color: #ffffff;
    }

    .ourteam-moadl.customer-modal .rightSection {
        padding-bottom: 0;
    }

    .ourteam-moadl .title-container h4 {
        font-size: 1.6rem;
        margin: 0px 0px 5px;
    }

    .ourteam-moadl .title-container .title-circle {
        width: 13px;
        height: 13px;
        top: -10px;
    }

    .ourteam-moadl .title-container h5 {
        font-size: 1.4rem;
    }

    .ourteam-moadl .title-container {
        margin: 0px 0px 15px;
    }

    .ourteam-moadl .modal-content button {
        right: -4px;
        top: -7px;
    }

    .contact-section .our-offices .common-row {
        margin: 0px 0px 35px;
        padding: 0px 0px 35px;
    }

    .partner-logos .inside-logos ul {
        margin: 0px;
    }

    .tsw_sticky_event_image button {
        right: 1% !important;
        top: 2% !important;
    }

    /* Success Story Popup */
    .successStory form.successPopForm .mktoFormRow:nth-child(5n) {
        top: -20px !important;
        position: relative;
    }

    .successStory form.successPopForm.mktoForm .mktoFormRow {
        width: 100% !important;
    }

    .successStory .leftSection form.successPopForm .mktoFormRow:nth-child(3n) {
        margin-left: 0% !important;
    }

    .successStory form.successPopForm .mktoFormRow:nth-child(4n) {
        padding-top: 4%;
    }

    .successStory form.successPopForm .mktoFormRow:nth-child(4n) .mktoRequiredField .mktoError {
        position: absolute;
        left: 0 !important;
        width: 60% !important;
        bottom: 25px !important;
    }

    .chatBotPop form.chatBotPopForm .mktoFormRow:nth-child(4n) {
        padding-bottom: 4%;
    }

    .chatBotPop form.chatBotPopForm .mktoFormRow:nth-child(4n) .mktoRequiredField .mktoError {
        left: -7px !important;
    }

    div.successStory.chatBotPop {
        background-image: url(/wp-content/themes/ratio-child/assets/img/chatbot_pop_bg_mobile_land.png) !important;
        background-color: #ffffff;
    }

    .learn_expert_popup .expert-hide-mobile {
        display: none;
    }

    .learn_expert_popup .tswVideoPopForm.mktoForm .mktoFormRow {
        width: 100% !important;
    }

    .learn_expert_popup .tswVideoPopForm.mktoForm label.mktoLabel {
        width: 86% !important;
    }

    .learn_expert_popup .mktoForm .mktoCheckboxList {
        width: 10%;
        padding-top: 6px;
    }

    .colub-pop-container .col-logo-area {
        background: url(../images/colub-logo.png) no-repeat center -90px;
        background-size: contain;
        padding: 1.6rem 0 1rem;
    }

    .colub-pop-container .colub-row ul {
        padding-left: 5rem;
    }

    .colub-pop-container .colub-row {
        padding: 22% 10% 4%;
    }

    .colub-pop-container .cta-row {
        padding-bottom: 0%;
        padding-top: 0;
    }

    .contact-section form#mktoForm_1846 .mktoFormRow:nth-child(11) .mktoError {
        top: -30px;
        right: 6px !important;
    }

    .su-interested-wrapper {
        padding: 70px 0 70px;
    }

    .su-interested {
        width: 100%;
    }

    .su_salesforce-cta-block .edgtf-iwt-content-holder {
        width: 250px;
    }

    .su_salesforce-cta-block {
        padding: 8px 32px;
    }

    .su_salesforce-cta-block .edgtf-iwt-content-holder {
        margin-top: 4%;
    }

    .su_section_h3 {
        padding-bottom: 32px !important;
    }

    div#su_pop_team_content {
        overflow-y: auto;
        max-height: calc(100vh - 6rem);
        overflow-x: hidden;
    }

    .colub-pop-container h3 {
        line-height: 1.8rem;
    }

    .colub-pop-container ul li {
        line-height: 1.6rem;
        font-size: 1em;
    }

    .search-aided-area {
        padding: 1rem 0;
    }

    .search-aided-form .chatBotPopForm.mktoForm .mktoField {
        padding: 10px 6px;
    }

    .testimonial .testi_name li h5 {
        font-size: 14px;
        font-weight: 400;
    }

    .testimonial .testi_name li h5 span {
        font-size: 14px;
        line-height: 20px;
    }

    .forrester-title-row {
        padding: .5rem 0 0;
        margin-bottom: .5rem;
    }

    .forrester-area {
        padding: 0 0 .5rem;
    }

    .forrester-title-row h3 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .forrester-form .chatBotPopForm.mktoForm .mktoField {
        padding: 10px 6px;
    }

    .forrester-form .chatBotPopForm.mktoForm label.mktoLabel {
        color: #fff;
    }

    .forrester_webinar-pop-container .popup_header {
        padding: 0.5rem 0 0.5rem 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-area {
        padding: 0 0 2rem 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration p.subheading {
        margin-bottom: 0.5rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .time-box {
        margin-bottom: 0.5rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .time-box p {
        margin-bottom: 0.2rem;
    }

    #su_pop_forms button.close {
        top: -6px;
        right: 0px;
    }

    .search-aided-pop-container .search-aided-area {
        padding: 0rem 0;
    }

    div#searchUnifyContainer div .su-grid:nth-child(3n) {
        margin-right: 23px !important;
    }

    div#searchUnifyContainer .su-grid:nth-child(even) {
        margin-right: 0 !important;
    }

    div#searchUnifyContainer .su-grid {
        margin: 10px 23px 10px 0px !important;
        width: calc(100% / 2 - 23px) !important;
    }

    div#searchUnifyContainer h5.su-search-title a span.ng-binding {
        min-height: 9rem;
    }

    div#searchUnifyContainer .page-load-time {
        width: 100% !important;
    }

    div#searchUnifyContainer .su-sorting-wrapper {
        width: 100%;
        text-align: right;
        margin-top: 22px;
        margin-right: 4px;
    }

    div#searchUnifyContainer .pagination&gt;li:nth-last-child(2) a {
        padding: 6px 2px 6px 12px;
    }

    .cookie_not_set div#searchUnifyContainer .su-p-input-header {
        padding: 150px 0 80px 0;
    }

    div#searchUnifyContainer div .su-grid:nth-child(2n) {
        margin-right: 0 !important;
        margin-left: 17px !important;
    }

    div#searchUnifyContainer .pagination {
        margin-right: 4px !important;
    }

    .cookie_not_set div#searchUnifyContainer .md-sidenav-left {
        padding-top: 142px;
    }

    div#searchUnifyContainer .su-bookmark-popup {
        top: 25% !important;
    }

    .md-autocomplete-suggestions li.suggestedResults {
        width: 111% !important;
    }

    .saleseforce-lightning h4 {
        font-size: 28px;
    }

    .title-and-two-blocks .section_cta_container .col-12:nth-child(1) {
        margin-bottom: 30px;
    }

    .title-and-two-blocks .section_cta_container .col-12:nth-child(3) {
        margin-top: 30px;
    }

    .edgtf-page-not-found {
        margin: 5rem 0 5rem 0;
    }

    .edgtf-page-not-found .edgtf-404-text {
        font-size: 13px;
        line-height: 12rem;
    }

    .pageid-35 #tsw_sticky_event_image.hideInMobile {
        display: none !important
    }

    .stickyEventContent h3 {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 6px;
        padding: 0 20px;
        letter-spacing: 2px;
        margin-top: 0;
    }

    .stickyEventContent h4 {
        font-size: 12px;
        line-height: 15px;
        margin-top: -6px;
        padding: 0 0;
    }

    .stickyEventContent .hidden-desktop img {
        margin: 0 auto;
        max-width: 140px;
    }

    .stickyEventContent.forrester-webinar .kcs-webinar-logo {
        max-width: 120px;
    }

    .c21 .stickyEventContent.forrester-webinar h5 {
        margin-bottom: 0;
    }

    .stickyEventContent.forrester-webinar .cta-container .justify-content-center {
        margin-top: 0;
    }

    .stickyEventContent p {
        font-size: 0.8rem;
    }

    .stickyEventContent .col-sm-7,
    .stickyEventContent .col-sm-5 {
        padding: 0;
    }

    .stickyEventContent.nelson {
        background-position-x: 75%;
        background-position-y: top;
    }

    .lp-banner-section {
        height: 730px;
        max-height: 750px;
    }

    .lp-banner-section .row {
        margin: 2rem 0 4rem 0;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(2),
    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(3),
    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(4) {
        width: 100%;
        clear: both;
    }

    .chatBotPopForm.mktoForm .mktoFormCol,
    .chatBotPopForm.mktoForm .mktoFieldWrap {
        width: 100%;
        max-width: 100%;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoButtonRow {
        position: relative;
    }

    .lp-learn-container .vc_column-inner.mr-2,
    .lp-learn-container .vc_column-inner.ml-2 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .lp-testimonial .testimonial-item .profile-name {
        padding-left: 3rem;
    }

    .lp-testimonial .testimonial-item .testimonial-text .testimonial-quotes i {
        font-size: 2rem;
        padding-right: 2rem;
        top: 0rem;
    }

    .lp-testimonial .testimonial-item .profile-name h4 {
        padding-right: 0;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoFormRow:nth-child(12) {
        min-height: auto !important;
        height: auto;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoButtonRow {
        margin: 1rem 0 1rem 0;
    }

    .lp-related {
        padding: 1rem 0 5rem 0;
    }

    .feaured-resources .feaured-resources-content {
        padding-left: 6rem;
        padding-right: 6rem;
        border-radius: 4px;
    }

    .feaured-resources .card {
        margin-bottom: 1rem;
    }

    .feaured-resources .feaured-resources-content h2 {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .feaured-resources .feaured-resources-content p {
        font-size: 0.8rem;
    }

    .request-demo-section .card.card-body {
        border-radius: 4px;
    }

    .request-demo-section {
        padding: 0rem 0 3rem 0;
    }

    .request-demo-section .card.card-body.h3,
    .request-demo-section .card.card-body h3 {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    .su-customer-rd.customer-demo-section .request-demo-section .card.card-body h3 {
        max-width: 85%;
    }

    .su-customer-rd.customer-demo-section .request_btn {
        margin-left: 0px;
    }

    .request-demo-section .card.card-body .request_demo_click {
        font-size: 10px;
        padding: 4px 10px;
    }

    .section-scroll-pages hr.scroll-hr {
        margin-left: auto;
        margin-right: auto;
    }

    .suTestimonialsV3 .author:after {
        border-right: 0px;
    }

    .searchunify-testimonial ol.carousel-indicators {
        left: 5rem;
    }

    .tsia.tsia-pop .font_white h2 {
        padding-right: 0;
    }

    .tsia.tsia-pop .font_white h2 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .tsia.tsia-pop .logo-box .tsia-logo img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        margin: 0;
        margin-left: -2rem;
    }

    .tsia.tsia-pop .light-bg {
        display: none;
    }

    .tsia.tsia-pop .logo-box {
        margin-top: 1rem;
        margin-bottom: 0.3rem;
    }

    .tsia.tsia-pop .font_white {
        margin-bottom: 1rem;
    }

    .tsia.tsia-pop .visible-mobile {
        display: block;
        color: #fff;
    }

    .tsia.tsia-pop .time-box {
        margin-top: 0;
    }

    .tsia.tsia-pop .visible-mobile .time-box p {
        margin-bottom: 0.5rem;
    }

    .tsia.tsia-pop .visible-mobile .cta-box {
        margin-bottom: 1rem;
    }

    .tsia.tsia-pop .visible-mobile .time-box .fa {
        width: 26px;
        font-size: 1.2rem;
    }

    .advisors .team-members .row .col-md-3.ml-auto {
        text-align: center;
        margin-bottom: 1rem;
    }

    .advisors .team-members .viewTeamMember {
        text-align: center;
    }

    .cookie_not_set div#searchUnifyContainer .su-p-input-header {
        padding: 105px 0 60px 0;
        background-image: none;
    }

    .cookie_is_set div#searchUnifyContainer .su-p-input-header {
        padding: 60px 0 60px 0;
        background-image: none;
    }

    .saleseforce-lightning.sf-lightning {
        text-align: center;
    }

    /* About us page */
    .searchunify-customers h2.su-section-heading {
        margin-bottom: 2rem;
    }

    .about-mid-banner-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .about-mb-btn {
        margin-bottom: 1rem;
    }

    section.header-section.about-header {
        padding: 4rem 0;
    }

    .searchunify-customers {
        padding: 4rem 0 3rem;
    }

    section.ab-product-partners.su-py-80 {
        padding: 0 0 2rem;
    }

    /* About us page */
    .ab-product-partners .partner-container .ab-partner-container a {
        height: 90px;
    }

    .ab-product-partners .partner-container .ab-partner-container a .img-fluid {
        max-width: 60%;
    }

    .ab-leadership-container .media {
        display: block;
    }

    .ab-leadership .media-image {
        margin-top: 4rem;
    }

    .ab-leadership .profile-bg {
        top: -7%;
        left: 13%;
        max-width: 154px;
    }

    .about-mb-text {
        padding: 4rem 0 1rem;
    }

    .header-section.sudo-technical-blogs {
        height: 200;
    }

    .header-section.sudo-technical-blogs h5,
    .header-section.sudo-technical-blogs .h2 {
        opacity: 1;
        margin-top: 0;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;

    }

    .header-section.sudo-technical-blogs .h2 {
        margin-top: 70px;
    }

    .header-section.sudo-technical-blogs h5 {
        font-size: 15px;
    }

    .header-section.sudo-technical-blogs .header-illustration,
    .header-section.events .header-illustration,
    .header-section.blog .header-illustration,
    .header-section.announcement .header-illustration,
    .header-section.faqs .header-illustration {
        background-image: none !important;
    }

    .header-section.header-center-illustration {
        padding: 2rem 0;
        height: 300px;
        margin-top: 62px;
    }

    .header-section.header-center-illustration.faqs .h2 {
        font-size: 30px;
        line-height: 38px;
        margin: auto;
    }

    h2.amp-wp-title,
    .blogDetail h2 a {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-row {
        padding: 20px 0;
    }

    .press-release .blog-row {
        padding: 40px 0 20px;
    }

    div#pagination {
        padding: 0 0 20px 0;
    }

    /***ContactUs CSS***/
    .arrow-img {
        position: unset;
        width: 40%;
        margin: auto;
        padding-bottom: 20px;
    }

    .card-boxes .col {
        margin-bottom: 15px;
    }

    .contactus-header-section .card {
        padding: 2rem 4.5rem 3rem;
    }

    .contactus-header-section.bg-gradient-blue {
        background: rgb(85, 199, 255);
        background: -webkit-linear-gradient(0deg, #fff 60%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
        background: -webkit-linear-gradient(bottom, #fff 60%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
        background: linear-gradient(0deg, #fff 60%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
    }

    .our-offices {
        text-align: center;
        padding-bottom: 0px;
    }

    .writeToUs-section .email-col {
        padding-bottom: 1.2rem;
    }

    .cookie_not_set .contactus-header-section .banner-heading h1 {
        margin: 4rem 0 2rem 0;
    }

    .cookie_is_set .contactus-header-section .banner-heading h1 {
        margin: 0 0 2rem 0;
    }

    /**Podcast-form css starts**/
    .subscribeForm #mktoForm_5366 label[for="emailOptInBoolean"],
    .subscribeForm #mktoForm_5366 label[for="consenttoProcessing"] {
        width: 90% !important;
    }

    .subscribeForm form#mktoForm_5366 input#emailOptInBoolean,
    .subscribeForm form#mktoForm_5366 input#consenttoProcessing {
        margin-left: -8px;
    }

    /**Podcast-form css ends**/
    /**Podcast css starts**/
    .video h1.post-title,
    .podcast h1.post-title {
        font-size: 25px;
    }

    .video h2.post-subtitle {
        font-size: 23px;
        line-height: 25px;
    }

    .single-post.cookie_is_set .first-row {
        padding-top: 90px;
        margin-top: auto;
    }

    .video .row.first-row .col-12 {
        padding-bottom: 1.2rem;
    }

    .video .video-row .col-lg-5 {
        padding-top: 1.2rem;
    }

    /**Podcast css ends**/
    /**Mamba css starts**/
    .tsia.mamba20-pop .pop-up-logo {
        padding-top: 20px;
    }

    .tsia.mamba20-pop .pop-up-logo .tsia-logo img {
        width: 25%;
    }

    .tsia.mamba20-pop .pop-up-top .col-10 {
        max-width: 100%;
    }

    .tsia.mamba20-pop .pop-up-top h3 {
        font-size: 14px;
        margin: 18px auto;
    }

    .tsia.mamba20-pop .pop-up-top {
        margin-bottom: 200px;
    }

    .tsia.mamba20-pop .date-time-container h5 {
        font-size: 14px;
    }

    .tsia.mamba20-pop .webinar-time-wrapper .time-wrapper-right {
        margin-top: 8px;
    }

    .tsia.mamba20-pop .pop-up-top p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .tsia.mamba20-pop .pop_up-bottom .pop-up-img img {
        width: 48%;
    }

    .tsia.mamba20-pop .light-bg {
        padding: 0px 0px 15px;
    }

    .tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
        line-height: 15px;
    }

    .colubridae-20-pop .higlight-box h3 {
        padding-left: 40px;
        padding-right: 10px;
        font-size: 18px;
    }

    .colubridae-20-pop .col-12.logo-box h4 {
        padding-top: 80px;
        letter-spacing: 4px;
        font-size: 10px;
    }

    .colubridae-20-pop .pop-up-list-container {
        padding-left: 20px;
    }

    .colubridae-20-pop .light-bg {
        padding: 5px 5px 5px;
    }

    .colubridae-20-pop .higlight-box h3 {
        padding-top: 10px;
    }

    .colubridae-20-pop .col-12.logo-box h4 {
        padding-top: 40px;
    }

    .colubridae-20-pop .pop_up-bottom {
        padding-bottom: 10px;
    }

    .colubridae-20-pop .colubridae-20-logo {
        background-position-y: -10px;
        background-size: 70%;
    }

    /**Mamba css ends**/
    /**Press release css starts**/
    .media-page .blog-detail-left .media-blogs .blog-thumbnail .caption {
        min-height: 6rem;
    }

    .media-page .blog-detail-left .media-blogs .blog-thumbnail {
        margin: auto;
        margin-bottom: 20px;
    }

    /**press release css ends**/
    .cookie_is_set .rc-section div#searchUnifyContainer .su-p-input-header {
        padding: 40px 0 60px 0;
    }

    .cookie_is_set .rc-section div#searchUnifyContainer .md-sidenav-left {
        padding-top: 64px;
    }

    .rc-section div#searchUnifyContainer h1.su_rc_heading {
        font-size: 30px;
        margin: 0.5rem 0;
    }

    .rc-section div#searchUnifyContainer h2.su_rc_sub_heading {
        font-size: 1rem;
        padding: 0 1rem 0.5rem 1rem;
        margin-top: 13px;
    }

    div#searchUnifyContainer .su-bookmark-popup {
        top: 26% !important;
        width: 80% !important;
        left: 10% !important;
        right: 10% !important;
    }

    .pageid-35 .searchunify-customers {
        padding: 4rem 0 3rem;
    }

    .pageid-3797 .searchunify-customers {
        padding: 1rem 0 3rem;
    }

    .saleseforce-lightning.sf-lightning h4 {
        padding: unset;
        font-size: 24px;
        padding-right: 0rem !important;
    }

    .saleseforce-lightning.sf-lightning img.mt-5 {
        max-width: 80%;
        margin-top: 30px !important;
    }

    .saleseforce-lightning.sf-lightning {
        padding-bottom: 0;
    }

    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form.contactPopForm label.mktoLabel a {
        padding: 0 !important;
    }

    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .align-items-center h3 {
        padding: 0 2rem;
    }

    .podcastPopup form.podcastPopForm .mktoFormRow:nth-child(7) .mktoError {
        bottom: -3px !important;
    }

    .podcastPopup form.podcastPopForm .mktoFormRow:nth-child(3) .mktoError {
        bottom: -26px !important;
    }

    .AugmentedIntelligencePop .speaker-container .hidden-phone {
        display: none;
    }

    .AugmentedIntelligencePop .webinar-time-container .col-12:nth-child(2) {
        margin-top: 0.6rem;
    }

    .AugmentedIntelligencePop .tfes h1.primary-color {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .AugmentedIntelligencePop .tfes h4 {
        font-size: 0.6rem;
    }

    .AugmentedIntelligencePop .webinar-time-container {
        font-size: 0.7rem;
    }

    .AugmentedIntelligencePop .webinar-time-container .fa,
    .AugmentedIntelligencePop .webinar-time-container .far {
        font-size: 1.6rem;
    }

    .AugmentedIntelligencePop .row.webinar-time {
        padding-bottom: 0.6rem;
    }

    .AugmentedIntelligencePop {
        padding-top: 0.6rem;
        padding-bottom: 1.2rem;
    }

    .AugmentedIntelligencePop .tfes .webinar-sign {
        margin-bottom: 1.6rem;
    }

    .AugmentedIntelligencePop .tfes .col-lg-12.mb-4 {
        margin-bottom: 0.6rem;
    }

    .AugmentedIntelligencePop .tfes .speaker-container .speaker-inner .col.mx-auto {
        margin-top: 0.6rem;
    }

    .container.tsiaWebinarPop {
        background-image: none;
    }

    .tsiaWebinarPop .row.tfes.mb-25 .speaker-container {
        display: none;
    }

    .tsiaWebinarPop .row.webinar-logo {
        max-width: 100%;
        margin-top: 4px !important;
    }

    .tsiaWebinarPop .row.tfes.mb-4.webinar-time {
        margin-bottom: 0px !important;
    }

    .tsiaWebinarPop .row.webinar-logo h4 {
        font-size: 8px;
        line-height: 22px;
    }

    .tsiaWebinarPop .row.webinar-logo .col-6.tsw-br-left:before {
        height: 22px;
    }

    .tsiaWebinarPop h3.primary-color {
        font-size: 1.6rem;
    }

    .tsiaWebinarPop h4.primary-color {
        font-size: 0.9rem;
    }

    .tsiaWebinarPop .webinar-time-wrapper .h-100 {
        height: auto !important;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .tsiaWebinarPop .request_btn {
        margin-left: 0px;
    }

    .tsiaWebinarPop .row.align-items-center.tfes .mb-4 {
        margin-bottom: -10px !important;
    }

    .tsiaWebinarPop .webinar-time-wrapper .cta-col {
        margin-top: 10px;
    }

    .stickyEventContent .cta-container #case_study {
        margin-top: 2px;
        font-size: 14px;
    }

    section.site-footer .footer_recognition_row .clearfix {
        display: inline-block !important;
    }

    section.site-footer .footer_recognition_row {
        max-width: 60%;
    }

    section.site-footer .footer_recognition_row .medal-g2 {
        width: 50%;
    }

    section.site-footer .medal-g2.globee {
        margin-left: -55px;
    }

    section.site-footer .medal-g2.stevie-silver,
    section.site-footer .medal-g2.forrester,
    section.site-footer .medal-g2.stevie-apac,
    section.site-footer .medal-g2.stevie-bronze {
        margin-left: -6px;
    }

    section.site-footer .medal-g2.stevie-apac {
        margin-right: 0;
        padding-bottom: 8px;
    }

    section.site-footer .medal-g2.stevie-silver {
        margin-left: 4px;
    }

    section.site-footer .medal-g2.g2-leader {
        margin-left: 0;
    }

    section.site-footer .medal-g2.forrester img {
        width: 109px;
        height: auto;
    }

    .stevie-pop-wrapper .stevie-logo img {
        max-width: 180px;
    }

    .stevie-pop-wrapper img.StevieLogo {
        max-width: 90px;
    }

    .stevie-pop-wrapper .btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .stevie-pop-wrapper h3 sup {
        font-size: 24px;
        top: -1px;
        left: -2px;
        margin-right: -6px;
    }

    .stevie-pop-wrapper h3 {
        font-size: 22px;
        line-height: 30px;
    }

    section.feaured-services .searchunify-heading {
        padding: 0 0;
        font-size: 18px;
        line-height: 30px;
    }

    section.feaured-services p.lead {
        padding: 0 0;
        font-size: 18px;
    }

    .searchunify-customers-cs .card {
        overflow: hidden;
    }

    .searchunify-customers-cs .image-holder {
        width: 508px;
        height: 308px;
        overflow: hidden;
    }

    .searchunify-customers-cs .image-holder .card-img-top {
        height: 308px;
        width: auto;
    }

    .customersPop .col-md-5 {
        padding-right: 15px;
    }

    .ourteam-moadl.customer-modal .customersPop .leftSection .about-image {
        background-color: #EEEFF3;
        padding: 0;
        margin: 0;
        width: 100%;
        max-height: 220px;
        overflow: hidden;
    }

    .ourteam-moadl.customer-modal .leftSection .about-image img {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .ourteam-moadl.customer-modal .title-container {
        margin: -20px 0px 0px;
    }

    .ourteam-moadl.customer-modal .modal-content button.customer-close {
        top: -12px;
        right: -8px;
    }

    .ourteam-moadl.customer-modal .col-md-5 {
        z-index: 100;
        display: none
    }

    .customersPop .title-container img {
        margin-left: 0px;
    }

    .customers-testimonails {
        padding: 14px 0 70px;
    }

    .customers-testimonails.platform-customers-testimonails {
        padding: 4rem 0 4rem;
        margin-top: 0rem;
        background-position-x: center;
        background-position-y: -32px;
    }


    .pageid-9226 .customers-testimonails.refferal-testimonial {
        padding: 70px 0 70px;
    }

    section.request-demo-refferal.combined-refferal h2,
    .customers-testimonails.refferal-testimonial .top-textheadline h2,
    section.partners-benifits h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 1rem;
    }

    section.request-demo-refferal .demo-form-container {
        padding: 40px 4px;
    }

    section.request-demo-refferal .thank-you-text {
        padding-top: 66px;
    }

    section.request-demo-refferal .demo-form-container .mktoForm #new_contactsubject,
    section.request-demo-refferal .demo-form-container .mktoForm #contactCompanyName,
    section.request-demo-refferal .demo-form-container .mktoForm #address3_primarycontactname,
    section.request-demo-refferal .demo-form-container .mktoForm #contactname,
    section.request-demo-refferal .demo-form-container .mktoForm #jobFunction,
    section.request-demo-refferal .demo-form-container .mktoForm #MktoCompanyNotes,
    section.request-demo-refferal .demo-form-container .mktoForm #emailaddress3,
    section.request-demo-refferal .demo-form-container .mktoForm #fullname,
    section.request-demo-refferal .demo-form-container .mktoForm #nickname,
    section.request-demo-refferal .demo-form-container .mktoForm #Title,
    section.request-demo-refferal .demo-form-container .mktoForm #emailaddress2,
    section.request-demo-refferal .demo-form-container .mktoForm #new_companynamea,
    section.request-demo-refferal .demo-form-container .mktoForm #fullname_contact,
    section.request-demo-refferal .demo-form-container .mktoForm #Company,
    section.request-demo-refferal .demo-form-container .mktoForm #fullNameEditable,
    section.request-demo-refferal .demo-form-container .mktoForm #Email,
    section.request-demo-refferal .demo-form-container .mktoForm #Country,
    section.request-demo-refferal .demo-form-container .mktoForm #State {
        height: 40px;
    }

    section.full-screen.kcs-webinar-ad .webinar-time-wrapper .time-wrapper-right {
        padding-left: 16px;
        padding-top: 10px;
    }

    section.full-screen.kcs-webinar-ad .webinar-time-wrapper .time-wrapper-right span {
        left: 66px;
        top: 12px;
    }

    section.full-screen.kcs-webinar-ad .webinar-time-wrapper {
        max-width: 200px;
    }

    section.site-footer .clearfix div.stevie-silver-2021 img {
        max-height: 56px;
    }

    section.site-footer .medal-g2.stevie-apac img {
        padding-top: 0;
    }

    section.site-footer .medal-g2.stevie-apac {
        margin-left: 0;
    }

    section.site-footer .medal-g2.stevie-bronze {
        margin-left: 0;
        margin-right: -10px;
    }

    section.site-footer .clearfix div.stevie-silver-2021 {
        margin-left: 0;
    }

    .roi-calculator .form-check {
        padding-left: .25rem;
        padding-right: .75rem;
    }

    .roi-calculator .font-weight-bold {
        font-size: 2rem;
    }

    .section-scroll-pages .section-header-illustration .header-illustration-mobile {
        display: block;
    }

    .section-scroll-pages .section-header-illustration .hover-item,
    .section-scroll-pages .section-header-illustration .header-illustration {
        display: none;
    }

    .section-scroll-pages .platform .section-header-illustration {
        padding: 0px 0px 50px 0px;
    }

    .searchunify-for-intelligent-ecommerce-experiences section.platform-about p {
        padding: 0 0;
    }

    section.header-section.platform {
        padding: 1rem 0 8rem 0;
        background-position-x: center;
    }

    .section-scroll-pages.searchunify-for-madcap section.about-text.platform-about h2 {
        padding: 0 0;
    }

    .why_searchunify.ai-sections h2,
    .section-scroll-pages.searchunify-for-madcap section.about-text.platform-about h2,
    .platform-self-service h2,
    .stevie-testimonial-section h2,
    .enterprise-outcomes h2,
    .platform-customers-testimonails h2,
    .section-scroll-pages section.about-text.platform-about h2,
    section.platform .searchunify-heading {
        font-size: 20px;
        line-height: 28px;
    }

    div.sectioned-pages-sections section.full-screen h3,
    section.platform-sections h3 {
        font-size: 18px;
        line-height: 24px;
    }

    div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning {
        margin-top: -40px;
    }

    .searchunify-for-servicenow div.sectioned-pages-sections section.full-screen.saleseforce-lightning.sf-lightning {
        padding-bottom: 0;
    }

    section.platform-about p,
    section.highlight-summary .highlight-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .pageid-4603 .about-text.sec-scr-holder p,
    .pageid-4301 .about-text.sec-scr-holder p {
        padding: 0 1rem;
    }

    section.platform.platform-illustration {
        padding: 6rem 0 2rem 0;
    }

    section.enterprise-outcomes {
        padding: 4rem 0;
    }

    section.platform-request-demo-section .col.request-demo-col .text-center {
        margin-top: 30px;
        margin-bottom: 44px;
    }

    section.platform-request-demo-section a:before {
        right: 140px;
    }

    section.platform-request-demo-section a:after {
        left: 140px;
    }

    section.site-footer.inner-footer .recognitions-container {
        max-width: 300px;
    }

    section.site-footer.inner-footer .medal-g2.stevie-silver {
        margin-left: 0;
    }

    .platform-customers-testimonails .suTestimonialsV6 .author:after {
        display: none;
    }

    .stickyEventContent .morphed-box-border {
        left: 36%;
    }

    .stickyEventContent .cta-container {
        padding-bottom: 0px;
    }

    .su-pricing-calculator .product .col-1 {
        padding-right: 0;
        padding-left: 8px;
    }

    .su-pricing-calculator .total-output .item-name span,
    .su-pricing-calculator .product .product-title .package-type {
        font-size: 10px;
        line-height: 12px;
    }

    .su-pricing-calculator .product .product-title h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .su-pricing-calculator .su-prod-support-success h5,
    .su-pricing-calculator .su-prod-support-success h4,
    .su-pricing-calculator .su-customizations h4.customizations-price,
    .su-pricing-calculator .su-customizations h5,
    .su-pricing-calculator .su-implementations h5,
    .su-pricing-calculator .su-implementations h4,
    .su-pricing-calculator .su-prod-add-sandboxes h4,
    .su-pricing-calculator .su-prod-add-sandboxes h5,
    .su-pricing-calculator .su-apps-table h3,
    .su-pricing-calculator .su-apps-table h4,
    .su-pricing-calculator .su-prod-platform-addons h5,
    .su-pricing-calculator .su-prod-platform-addons h4.platform-addon-price,
    .su-pricing-calculator .product-row h3 {
        font-size: 14px;
    }

    .su-pricing-calculator .add-sandboxes span,
    .su-pricing-calculator .query-index span {
        font-size: 12px;
        line-height: 14px;
    }

    .su-pricing-calculator .total-output .item-name span.removeAppItem,
    .su-pricing-calculator .total-output .item-name span.removeCustomizations,
    .su-pricing-calculator .total-output .item-name span.removeConnectors,
    .su-pricing-calculator .total-output .item-name span.removeQueries,
    .su-pricing-calculator .total-output .item-name span.removeIndices,
    .su-pricing-calculator .total-output .item-name span.removeItem {
        padding: 7px;
    }

    .section-scroll-pages.connectors section.about-text.platform-about h2 {
        padding: 0 0;
    }

    .connectors .highlight-link h5 {
        line-height: 20px;
        font-size: 16px;
    }

    .connectors .highlight-link h6 {
        font-size: 16px;
    }

    .connectors section.feaured-services .searchunify-heading {
        font-size: 26px;
        line-height: 34px;
    }

    .connectors .top-textheadline p,
    .section-scroll-pages.connectors section.platform-about p {
        padding: 0 1rem;
    }

    .connectors .highlight-link h5 {
        padding: 0 6px;
    }

    div.sectioned-pages-sections img.triangle-2,
    section.platform-sections img.triangle-2,
    div.sectioned-pages-sections img.triangle-gray-2,
    section.platform-sections img.triangle-gray-2,
    div.sectioned-pages-sections img.rectangle-2,
    section.platform-sections img.rectangle-2,
    div.sectioned-pages-sections img.triangle-3,
    section.platform-sections img.triangle-3 {
        display: none;
    }

    .searchunify-for-thought-industries img.triangle-gray-4 {
        bottom: -26%;
    }

    .searchunify-for-thought-industries img.thought-industries-logo {
        margin-bottom: 20px;
    }

    .searchunify-for-slack section.full-screen h3,
    .migrating .section-h3,
    .searchunify-for-thought-industries .platform-self-service h2,
    .section-scroll-pages.searchunify-for-thought-industries section.about-text h2,
    .searchunify-for-thought-industries .searchunify-heading,
    .searchunify-for-thought-industries .top-textheadline h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .searchunify-for-thought-industries .title-and-three-blocks .section_cta_container h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .section-scroll-pages.searchunify-for-thought-industries .header-section.sub-heading h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .searchunify-for-thought-industries .our-partnership .mobile-centering img {
        margin-top: -40px;
    }

    section.site-footer.inner-footer ul.footer_menu.footer_links {
        padding-left: 0;
    }

    section.site-footer.inner-footer ul li a {
        font-size: 14px;
        line-height: 18px;
    }

    .partner-network section.feaured-services .searchunify-heading,
    .partner-network section.witness .su-section-heading,
    .partner-network section.request-demo h2,
    .partner-network .platform-self-service h2,
    .searchunify-customers-cs .searchunify-heading,
    .customers-testimonails .top-textheadline h2,
    .customers-logos .h2 {
        padding: 0 0.6rem;
    }

    .grazitti-partners p.sub-heading,
    .partner-network .feaured-services .heading p {
        padding: 0 0.6rem;
        font-size: 14px;
        line-height: 20px;
    }

    .partner-network .platform-self-service h2,
    .partner-network section.request-demo h2 {
        padding-left: 0;
    }

    .partner-network section.feaured-services a.text-link,
    .connectors section.feaured-services a.text-link,
    .partner-network .platform-self-service a.btn {
        font-size: 12px;
    }

    .partner-network section.site-footer.inner-footer {
        margin-top: -13rem;
    }

    .section-scroll-pages.searchunify-for-higher-logic section.platform-about p,
    .section-scroll-pages.searchunify-for-higher-logic section.about-text.platform-about h2 {
        padding: 0 0;
    }

    .about-page-header .section-header-illustration {
        text-align: center;
    }

    .about-mid-banner .about-mb-img img {
        top: -2px
    }

    .ab-leadership .profile-1 {
        display: none;
    }

    .ab-leadership.about-page-section .media-body,
    section.header-section.sectioned-pages .col-sm-12 {
        text-align: center;
    }

    .about-page-header p {
        padding-right: 0;
    }

    .c21 .stickyEventContent h4 {
        font-size: 13px;
        line-height: 16px;
    }

    .c21 .stickyEventContent h4 br {
        display: none;
    }

    .stickyEventContent h5 {
        margin-top: 5px;
        font-size: 10px;
    }

    .contact-us .highlight-link h5,
    .request-demo .highlight-link h5 {
        padding: 0;
        line-height: 22px;
        font-size: 16px;
    }

    .contact-us .highlight-link h6,
    .request-demo .highlight-link h6 {
        line-height: 24px;
        font-size: 18px;
    }

    .stickyEventContent.forrester-webinar .cta-container img.magnifier {
        left: 30%;
    }

    .contact-us .about-mid-banner .about-mb-text {
        padding-right: 0;
    }

    .contact-us .about-mid-banner .about-mb-btn {
        margin-bottom: 0
    }

    .contact-us section.about-mid-banner .mamphasis-4 {
        display: none;
    }

    .why_searchunify.ai-sections.tech-model img.tech-model-illustration {
        display: none;
    }

    section.about-mid-banner.about-page-section.floating-img img {
        position: relative;
        top: 0;
        right: -80px;
        max-height: 260px;
    }

    .artificial-intelligence-for-cognitive-search section.stevie-testimonial-section {
        margin-bottom: 0;
    }

    .banner .community-refocus.mamba.image-only h5 br {
        display: none;
    }

    .cookie_not_set .banner {
        padding-top: 6rem;
    }

    .banner .community-refocus.mamba.image-only {
        margin-top: -10px;
    }

    .namely .col-lg-4.ebook-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .namely .lp-banner-section-v2 .section-header-illustration {
        margin-left: 0;
        margin-right: 0;
    }

    .namely section.site-footer .copy-text p:before {
        height: 20px;
        width: 20px;
        top: 8px;
    }

    .key-takway-container .pointer-row {
        padding: 0 1rem;
    }

    .namely .key-takway-container h2,
    .namely .lp-testimonial h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .namely section.site-footer ul li a,
    .namely section.site-footer .copy-text p {
        font-size: 10px;
    }

    .namely .lp-testimonial .profile-col .profile-name h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .namely .lp-testimonial .profile-col .profile-name h4 {
        font-size: 12px;
        line-height: 16px;
    }

    .namely form.mktoForm_4503 span.mktoButtonWrap.mktoSimple,
    .namely form.mktoForm_6595 span.mktoButtonWrap.mktoSimple,
    .namely form.mktoForm_6592 span.mktoButtonWrap.mktoSimple {
        margin-top: 24px !important;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-3.first-area {
        padding-right: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.second-area {
        padding-left: 15px
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.third-area {
        padding-left: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-2.fourth-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.site-footer .row.footer_menu_row .col-sm-6.col-lg-3.fifth-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .customers-crousel .col-sm-12.col-md-12.col-lg-12 {
        display: block;
        padding: 0px 30px;
    }

    .customers-crousel img.profile-photo {
        width: 100%;
        margin-left: 0px;
        max-width: 100%;
        overflow: hidden;
        margin-top: 0px;
    }

    .customers-testimonails.customers-crousel .crousel-txt {
        margin-left: 0px;
        text-align: center;
    }

    .customers-testimonails.customers-crousel .col-sm-12.col-md-12.col-lg-12 {
        display: block;
        padding: 0px 30px 20px;
    }

    section.customers-testimonails.customers-crousel.testimonial-revamp #MiCarousel .carousel-indicators {
        top: -205px !important;
        transform: translate(-4px, 0px) !important;
    }

    section.testimonial-revamp .testimonial-card p.testimonial-content {
        text-align: justify;
    }

    .customers-crousel p.content-area {
        width: 100%;
    }

    .customers-crousel .carousel-indicators {
        bottom: -39px;
    }

    .customers-crousel.testimonial-revamp .carousel-indicators {
        bottom: 100px;
    }

    .meet-us .contact_us_wrapper {
        padding: 0px 0px;
    }

    .meet-us .write-us-col {
        padding: 0px 80px 50px 80px;
    }

    .meet-us .contact_us_box .write_us_box {
        margin-top: 50px;
    }

    .location-section .contact_us_wrapper {
        padding: 0px 0px;
    }

    .location-section .our-offices p {
        padding: 0px;
    }

    .meet-us .form-col {
        padding: 0px 20px 20px 20px;
    }

    .follow-us-bg .follow-icons div {
        width: 40px;
        height: 40px;
    }

    section.follow-us-bg p {
        margin-bottom: 0px;
    }

    .follow-us-bg .follow-icons {
        display: inline-flex;
    }

    form#mktoForm_5301 label#LblemailOptInBoolean {
        width: 100% !important;
        padding-left: 10px;
        font-size: 12px;
    }

    .write_us_details.col-8 {
        margin-left: 0px;
    }

    .write_us_icon.col-4 div {
        margin-left: 50px;
    }

    section.site-footer .medal-g2.globee img {
        margin-left: 82px;
    }

    section.site-footer.inner-footer .medal-g2.forrester img {
        margin-left: 0px;
    }

    form#mktoForm_5301 label#LblconsenttoProcessing {
        margin-left: 40px;
    }

    .follow-us-bg .follow-icons div img {
        margin-top: 9px;
    }

    .su-customer-rd {
        margin-top: 35px;
    }

    section.customers-testimonails.customers-crousel {
        padding-bottom: 35px;
    }

    section.searchunify-customers-cs.su-customers-blocks {
        margin-top: 30px;
    }

    section.ourconnector-container.customers-logos.new-customers-logos {
        padding-top: 0px;
    }

    section.reviews-blocks {
        margin-top: 0px;
    }

    .su-customers-crousel.transforming-customer h2.primary-color.searchunify-heading {
        margin-bottom: 16px !important;
    }

    .customers-crousel img.logo-customers {
        margin-top: 0px;
    }

    .su-customers-crousel h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .reviews-blocks .peer-review .card-body {
        margin-bottom: 20px;
    }

    section.header-section.bg-gradient-blue.text-center.events.su-customers .h2 {
        padding-top: 0;
    }

    section.header-section.bg-gradient-blue.text-center.events.su-customers {
        height: 190px;
    }

    .new-customers-logos ul .connector-cover {
        max-width: 30%;
    }

    section.customers-testimonails.customers-crousel .col-sm-12.col-md-7 {
        margin-top: 25px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.globee img {
        height: 54px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.bronze-2022 img {
        height: 68px;
        margin-top: 6px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.globee img {
        margin-left: 60px;
        height: 58px;
    }

    section.site-footer.su-bg-secondary.secondary-color .medal-g2.ccw img {
        margin-top: 8px;
    }

    section.site-footer.su-bg-secondary.secondary-color .clearfix div {
        width: 50%;
    }

    section.site-footer.inner-footer .medal-g2.globee img {
        margin-left: 82px;
    }

    section.site-footer .medal-g2.ccw.su-new img {
        height: 34px;
    }

    .section-scroll-pages.free-trial-short {
        padding: 40px 20px 40px 20px;
    }

    section.su-free-trail-short .su-logo img {
        width: 250px;
    }

    section.su-free-trail-short .su-contant-area h2 {
        font-size: 15px;
        line-height: 25px;
    }

    section.su-free-trail-short .col-md-6.bg-pattern {
        padding: 30px 20px 50px 20px;
    }

    section.su-free-trail-short .col-md-6.bg-pattern h2 {
        font-size: 14px;
        line-height: 21px;
    }

    section.su-free-trail-short .col-md-6.bg-pattern img.ct-logos {
        width: 250px;
    }

    section.su-free-trail-short .quotes-area {
        padding: 50px 10px 15px 10px;
    }

    section.su-free-trail-short .col-md-6.form-area {
        padding: 37px 30px;
    }

    section.su-free-trail-short .ft-wrapper {
        padding: 10px;
        left: calc(50% - 248px);
        bottom: 20px;
    }

    section.su-free-trail-short .ft-wrapper img {
        width: 465px;
    }

    section.su-free-trail-short .col-md-6 h3 {
        font-size: 20px;
    }

    section.su-free-trail-short .col-md-6 .trial-pop-wrappers p {
        font-size: 12px;
    }

    section.su-free-trail-short .chatBotPopForm.mktoForm label.mktoLabel {
        width: 94% !important;
    }

    section.su-free-trail-short .mktoForm .mktoCheckboxList {
        width: 7% !important;
    }

    form#mktoForm_6767 .mktoCheckboxList input#emailOptInBoolean+label:after,
    form#mktoForm_6767 .mktoCheckboxList input#consenttoProcessing+label:after {
        top: 3px;
    }

    .search-aided-area .col-12.col-md-6.time-wrapper-right {
        margin-top: 15px;
    }

    section.feaured-resources-inner.su-featured .slick-list.draggable .slick-center {
        margin-top: 0px;
    }

    section.why-su .why_content {
        min-height: 200px !important;
        padding-bottom: 15px;
    }

    section.header-section.su-request-demo .left-section {
        margin-top: 100px;
    }

    section.header-section.su-request-demo .right-section {
        margin-top: -126px;
    }

    .demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label {
        font-size: 12px !important;
    }

    section.why_searchunify.why-su h2.searchunify-heading,
    section.customers-testimonails.customers-crousel.su-demo-crousel h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }



    section.feaured-resources-inner.su-featured .feaured-resources-wrapper {
        padding: 0rem 0 0 0;
    }

    .cookie_not_set section.header-section.su-request-demo .left-section {
        margin-top: 70px;
    }

    section.slides-release .carousel-control {
        top: 128px;
    }

    .platform-self-service .featured-resources h3 {
        font-size: 14px;
        min-height: 125px;
    }

    .searchunify-for-pharmaceuticals-and-life-sciences h1 br {
        display: none;
    }

    .advantage section#intro {
        padding-top: 65px;
        padding-bottom: 0px;
    }

    section.journey-header h2 {
        font-size: 27px;
        padding-bottom: 15px;
        line-height: 33px;
    }

    section.journey-header .migrating-tab-content-area .text-area-side {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    section.journey-header img {
        margin-bottom: 20px;
    }

    .advantage section#intro h1 {
        font-size: 24px;
    }

    .advantage .header-section.sub-heading.advantage-pages h3 {
        font-size: 18px;
        padding-right: 0px;
        padding-left: 0px;
    }

    section.journey-header .migrating-tab-content-area .text-area-side.left-padding {
        padding-left: 0px;
    }

    section.journey-header .migrating-tab-content-area .text-area-side.right-padding {
        padding-right: 0px;
    }

    section.journey-header .migrating-tab-image-area .img-area-side.left-padding {
        padding-left: 0px;
    }

    section.journey-header .migrating-tab-image-area .img-area-side.right-padding {
        padding-right: 0px;
    }

    section.journey-header ul.advantage-pages-tabs {
        display: inherit;
        padding: 0;
        margin: 0;
        overflow-x: scroll;
    }

    section.journey-header ul.advantage-pages-tabs li {
        flex: 0 0 70%;
        padding: 20px !important;
    }

    section.journey-header .bg-color-grey {
        padding: 20px;
    }

    .section-scroll-pages.searchunify-for-e-commerce .header-section.sub-heading h1 {
        font-size: 28px;
    }

    .dot-animation {
        margin-top: 0px;
    }

}

@media only screen and (max-width:575px) {
    section.featured-resources-rd .slick-prev.slick-arrow {
        left: 114px !important;
        top: 624px !important;
    }

    section.featured-resources-rd .slick-prev.slick-arrow:hover {
        top: 598px !important;
    }

    section.featured-resources-rd .slick-next.slick-arrow {
        top: 14px;
    }

    section.breadth-depth-sec p.price-us {
        margin-bottom: 38px;
    }

    section.breadth-depth-sec .card-header {
        width: 381px;
    }

    .pt_cell:first-child {
        width: 19.5%;
    }

    .pt_cell {
        width: 25.5%;
    }

    section.why-market-sec h2 {
        font-size: 28px;
        line-height: 34px;
    }

    section.header-section.su-pricing-plans h1 {
        font-size: 42px;
    }

    section.header-section.su-pricing-plans .check-mark-area {
        margin-top: 20px;
    }

    .header-section.faqs {
        margin-top: 70px;
    }

    .search-aided-area h2 {
        padding-right: 0;
    }

    .sr-details img {
        max-width: 100%;
        margin-bottom: 26px;
        padding: 0px 16px;
    }

    .search-aided-area .time-wrapper-right {
        margin-top: 0px;
    }

    .search-aided-form form#mktoForm_7517 label[for="emailOptInBoolean"],
    .search-aided-form form#mktoForm_7517 label[for="consenttoProcessing"] {
        width: 82% !important;
    }

    .col-12.col-md-6.search-aided-form {
        padding: 10px 20px;
    }

    section.su-free-trail-short .chatBotPopForm.mktoForm label.mktoLabel {
        width: 88% !important;
    }

    section.su-free-trail-short .ft-wrapper {
        left: 12%;
    }

    section.su-free-trail-short .su-contant-area h2 br {
        display: none;
    }

    section.su-free-trail-short .ft-wrapper img {
        width: 265px;
    }

    section.su-free-trail-short .ft-wrapper {
        padding: 10px;
        bottom: 20px;
    }

    .meet-us .form-col {
        padding: 0px 20px 0px 20px;
    }

    section.about-mid-banner.about-page-section .about-mb-text {
        padding-right: 0;
    }

    .why_searchunify.ai-sections.tech-model .benefits-row-2 {
        margin-top: 2.1rem;
    }

    section.about-mid-banner.about-page-section.floating-img img {
        right: 0;
    }

    .why_searchunify.ai-sections.tech-model {
        padding: 12rem 0 13rem;
        margin: -8rem 0;
    }

    .connectors section.feaured-services h5 {
        font-size: 17px;
    }

    .cookie_not_set .container-fluid.search-container {
        margin-top: 120px;
    }

    .container-fluid.search-container {
        margin-top: 120px;
    }

    .mobileSearchButton {
        top: 18px;
    }

    .search-bar-wrapper {
        top: -58px;
        right: 44px;
    }

    .search-bar.open {
        width: 280px;
        right: 16px;
    }

    .team-members ul .team-cover {
        float: none;
        width: 60%;
        margin: 0 auto;
    }

    .pageid-3797 .searchunify-customers {
        padding: 0rem 0 4rem;
    }

    .advisors .team-members ul .team-cover {
        width: 60%;
        text-align: center;
    }

    .advisors .team-members ul .team-cover .image-section {
        margin: 0 auto 35px;
    }

    .team-members {
        text-align: center;
    }

    .team-members .text-team .name .circle-design {
        display: none;
    }

    .contact-section .our-offices .common-row .icon-design {
        width: 8%;
    }

    .events-page.client-testimonials .event_left {
        padding-left: 0;
    }

    .events-page .event-loop-list .event_left img {
        display: block;
        margin: auto;
        max-width: 100px;
        margin-bottom: 0px;
    }

    .events-page .event-loop-list .event_right h3.amp-wp-title {
        text-align: center;
        margin: 15px auto 8px;
    }

    .events-page .event-loop-list .event_right .event-date {
        margin: 0px 0px 8px;
    }

    .events-page .upcoming-events {
        padding: 40px 0px 0px;
    }

    .events-page .attended-events {
        padding: 40px 0px 60px;
    }

    .events-page .event-loop-list {
        margin: 0px 0px 10px;
    }

    .events-page .top-textheadline {
        margin: 0px 0px 35px;
    }

    .events-page.recognition .event-loop-list.is_pinned span.bookmark-holder {
        top: -100px;
    }

    .events-page .top-textheadline h2 {
        font-size: 26px;
    }

    .events-page .attended-events div#pagination {
        padding: 0;
    }

    .events-page.client-testimonials .event_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .events-page.client-testimonials .event_right h3.amp-wp-title {
        text-align: left;
    }

    .header-section.blog,
    .header-section.events,
    .header-section.faqs,
    .header-section.announcement {
        height: 150px;
    }

    .faq-container .faq-item h3 {
        font-size: 21px;
        margin: 0px 0px 15px;
    }

    .faq-container .card-header h5 {
        font-size: 16px;
    }

    .header-section.blog .h2,
    .header-section.events .h2,
    .header-section.faqs .h2,
    .header-section.announcement .h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .header-section.faqs .h2 {
        margin-top: -6px;
    }

    .colubridae-20-pop .higlight-box h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
    }

    .colubridae-20-pop .col-12.logo-box h4 {
        padding-top: 80px;
        letter-spacing: 4px;
        font-size: 10px;
    }

    .colubridae-20-pop .pop-up-list-container {
        padding-left: 0px;
    }

    .colubridae-20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
        line-height: 20px;
    }

    .colubridae-20-pop .light-bg {
        padding: 5px 5px 5px;
    }

    .colubridae-20-pop .higlight-box h3 {
        padding-top: 30px;
    }

    .colubridae-20-pop .col-12.logo-box h4 {
        padding-top: 70px;
    }

    .colubridae-20-pop .pop_up-bottom {
        padding-bottom: 30px;
    }

    .colubridae-20-pop .colubridae-20-logo {
        background-position-y: 26px;
        background-size: 100%;
    }

    section.site-footer .footer_recognition_row {
        max-width: 76%;
    }

    .stevie-pop-wrapper h3 {
        padding: 1rem 0 0.6rem;
    }

    .suTestimonialsV4 .testimonials-controls {
        width: 96%;
    }

    .suTestimonialsV4 .testimonials-controls a {
        padding: 6px 14px;
    }

    .suTestimonialsV4 .testimonials-controls a.left {
        left: -16px;
    }

    .suTestimonialsV4 .testimonials-controls a.right {
        right: -30px;
    }

    .searchunify-customers-cs .searchunify-heading,
    .customers-logos .h2 {
        padding: 0 0.6rem;
        font-size: 29px;
        line-height: 35px;
    }

    section.refferal-form.request-demo-refferal .demo-form-container fieldset.mktoFormCol.mktoFormCol_15,
    section.refferal-form.request-demo-refferal .demo-form-container fieldset.mktoFormCol.mktoFormCol_21,
    section.refferal-form.request-demo-refferal .demo-form-container fieldset.mktoFormCol.mktoFormCol_18 {
        margin-left: 0px;
    }

    section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_16,
    section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_19,
    section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_22 {
        width: 100% !important;
    }

    section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_17,
    section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_20,
    section.request-demo-refferal .demo-form-container .mktoFieldDescriptor.mktoFormCol.mktoFormCol_23 {
        width: 62% !important;
    }

    section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_18 .mktoRadioList label,
    section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_20 .mktoRadioList label,
    section.refferal-form.request-demo-refferal .demo-form-container form.mktoForm fieldset .mktoFormRow.row_23 .mktoRadioList label {
        margin-left: -10px;
    }

    .roi-calculator.cookie_is_set div.welcome-container {
        padding-top: 28%;
    }

    .roi-calculator.cookie_not_set div.welcome-container {
        padding-top: 38%;
    }

    .roi-calculator ul.calculator-list li {
        font-size: 14px;
        line-height: 24px;
    }

    .roi-calculator .table-bordered&gt;tbody&gt;tr&gt;td {
        width: 50%;
        font-size: 16px;
    }

    .roi-calculator .form-check {
        padding-left: 0px;
        padding-right: 0px;
    }

    .searchunify-for-slack section.full-screen h3,
    .searchunify-for-slack .migrating .section-h3,
    .section-scroll-pages.searchunify-for-madcap section.about-text.platform-about h2,
    .customers-testimonails .top-textheadline h2,
    .platform-self-service h2,
    .stevie-testimonial-section h2,
    .enterprise-outcomes h2,
    .platform-customers-testimonails h2,
    .section-scroll-pages section.about-text.platform-about h2,
    section.platform .searchunify-heading {
        font-size: 19px;
        line-height: 28px;
    }

    .section-scroll-pages.searchunify-for-intelligent-ecommerce-experiences section.about-text.platform-about h2 {
        padding: 0 2rem;
    }

    .section-scroll-pages.artificial-intelligence-for-cognitive-search section.about-text.platform-about h2,
    .section-scroll-pages.searchunify-for-slack section.platform-about p,
    .section-scroll-pages.searchunify-for-slack section.about-text.platform-about h2,
    .section-scroll-pages.searchunify-for-marketing section.about-text.platform-about h2,
    .section-scroll-pages.searchunify-for-digital-hr section.about-text.platform-about h2,
    .section-scroll-pages section.about-text.platform-about h2 {
        padding: 0 0;
    }

    section.platform-about p {
        padding: 0 1rem;
    }

    .searchunify-for-marketing section.platform-about p,
    .searchunify-for-digital-hr section.platform-about p {
        padding: 0 0rem;
    }

    .stevie-testimonial-section .stevie-testimonial {
        text-align: center;
        display: block;
        margin: 0 0 3rem
    }

    .stevie-testimonial-section .stevie-testimonial p {
        padding-left: 0;
    }

    .stevie-testimonial-section .stevie-testimonial img {
        max-width: 80px;
        margin-bottom: 20px;
    }

    .stevie-testimonial-section h2 span {
        display: inline;
    }

    .platform-customers-testimonails {
        padding: 10rem 0 2rem;
        margin-top: -4rem;
    }

    .faceted-search .platform-customers-testimonails {
        margin-top: -8rem;
    }

    section.site-footer.inner-footer .copy-text p {
        font-size: 14px;
    }

    section.site-footer.inner-footer img.plus-4 {
        left: 60%;
    }

    section.header-section.platform {
        margin-bottom: -5rem;
    }

    .stickyEventContent .morphed-box-border {
        left: 30%;
    }

    .su-pricing-calculator .total-output .item-name span,
    .su-pricing-calculator .product .product-title .package-type {
        position: inherit;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .su-pricing-calculator .product .product-title h5 {
        margin-bottom: 0;
    }

    .su-pricing-calculator .total-output .item-name span,
    .su-pricing-calculator .product .product-title .package-type {
        padding: 4px 8px;
        font-size: 8px;
        line-height: 12px;
    }

    .su-pricing-calculator .total-output .item-name span {
        position: relative;
        top: -6px;
        right: 12px;
    }

    .su-pricing-calculator .total-output .item-name .text-right {
        padding-right: 0;
    }

    .su-pricing-calculator span.indexesVal,
    .su-pricing-calculator span.queryVal,
    .su-pricing-calculator span.CustzVal,
    .su-pricing-calculator span.sandBoxesVal,
    .su-pricing-calculator span.ConnectorVal {
        width: 70px;
        padding: 4px 4px;
        font-size: 14px;
    }

    .su-pricing-calculator .form-increments {
        width: 110%;
        display: block;
    }

    .su-pricing-calculator span.su-plus:before {
        margin-right: 0px;
    }

    .su-pricing-calculator span.sandBoxesVal {
        width: 60px;
    }

    div.sectioned-pages-sections section.full-screen:nth-child(3),
    div.sectioned-pages-sections section.full-screen:nth-child(6),
    div.sectioned-pages-sections section.full-screen:nth-child(9) {
        margin-top: -11rem;
    }

    .searchunify-for-thought-industries .why_searchunify .why_content .icon img {
        max-width: 3rem;
    }

    .searchunify-for-thought-industries .why-para {
        padding-left: 26px;
    }

    .stickyEventContent h4 {
        font-size: 12px;
        line-height: 15px;
        margin-top: 2px;
        padding: 0 0;
    }

    .partner-network section.request-demo .demo-form-container {
        padding: 40px 0 10px 0;
    }

    .partner-network section.request-demo .demo-form-container .mktoForm #new_interestedin,
    .partner-network section.request-demo .demo-form-container .mktoForm #fullNameEditable,
    .partner-network section.request-demo .demo-form-container .mktoForm #Email,
    .partner-network section.request-demo .demo-form-container .mktoForm #Country,
    .partner-network section.request-demo .demo-form-container .mktoForm #State {
        height: 46px !important;
        font-size: 14px;
    }

    div.sectioned-pages-sections section.full-screen h3,
    section.platform-sections h3 {
        font-size: 16px;
        line-height: 22px;
    }

    section.full-screen p {
        font-size: 15px;
        line-height: 22px;
    }

    div.sectioned-pages-sections section.full-screen:nth-child(2),
    div.sectioned-pages-sections section.full-screen:nth-child(4),
    div.sectioned-pages-sections section.full-screen:nth-child(5),
    div.sectioned-pages-sections section.full-screen:nth-child(7),
    div.sectioned-pages-sections section.full-screen:nth-child(8) {
        margin-top: 0;
    }

    .ab-leadership .profile-bg {
        position: absolute;
        top: -5%;
        left: 0%;
        max-width: 156px;
    }

    .c21 .stickyEventContent h4 {
        line-height: 16px;
        padding: 0 4px;
    }

    .c21 .stickyEventContent.kelver-insights h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .c21 .stickyEventContent.kelver-insights h3 {
        margin-bottom: 8px;
    }

    section.ourteam-container.bg_grey {
        padding: 12rem 0 3rem 0;
        margin-top: -6rem;
    }

    .stickyEventContent.forrester-webinar .cta-container img.magnifier {
        left: 20%;
    }

    .banner .community-refocus.mamba .webinar-title {
        margin-top: -260px;
    }

    .banner .community-refocus.mamba.image-only {
        background-image: url(../assets/img/mamba-22-banner-bg-iphone.jpg);
    }

    .banner .community-refocus.mamba.image-only h4 {
        margin-top: -6px;
        margin-bottom: 80px;
        font-size: 12px;
    }

    .banner .community-refocus.mamba.image-only h5,
    .banner .community-refocus.mamba.image-only h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .mamba-22-searchunifys-latest-release .searchunify-heading,
    .mamba-22-searchunifys-latest-release div.sectioned-pages-sections section.full-screen h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 18px;
    }

    .mamba-22-searchunifys-latest-release .next-gen-apps .links a {
        margin-bottom: 10px;
    }

    .mamba-22-searchunifys-latest-release section.platform-request-demo-section a:before {
        right: 168px;
    }

    .mamba-22-searchunifys-latest-release section.platform-request-demo-section a:after {
        left: 168px;
    }

    .namely .key-takway-container {
        padding: 14px 0 14px 15px;
        overflow: hidden;
    }

    .namely .footer_bottom {
        margin-bottom: 0 !important;
        padding-bottom: 10px;
    }

    .namely .site-footer .text-right {
        padding-left: 0;
        padding-right: 0;
    }

    .namely form.mktoForm_4503 span.mktoButtonWrap.mktoSimple,
    .namely form.mktoForm_6595 span.mktoButtonWrap.mktoSimple,
    .namely form.mktoForm_6592 span.mktoButtonWrap.mktoSimple {
        margin-top: -20px !important;
    }

    .namely section.site-footer ul.footer_menu.footer_links li:nth-child(4) {
        padding-left: 12px;
    }

    .lp-banner-section-v2 .section-header-illustration {
        padding-left: 10px;
    }

    .higher-education .lp-banner-section .lp-banner-image {
        margin-bottom: -30px;
    }

    .namely.higher-education .lp-banner-section {
        padding-bottom: 60px;
    }

    .events-page .top-textheadline h2 {
        font-size: 23px;
        text-align: center;
    }

    .events-page-v2 .event_right {
        padding-left: 30px;
    }

    .follow-us-bg .follow-icons {
        display: block;
    }

    .follow-us-bg .follow-icons div {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .su-customers-crousel .slick-list {
        padding: 0 0px !important;
    }

    .su-customers-crousel .slick-slide img {
        margin: 0 auto;
        max-width: 260px;
    }

    .su-customers-crousel .carousel-inner .inner-area {
        padding: 0 20px;
    }

    .su-customers-crousel .logo-customers-inner {
        margin: 30px 0px;
    }

    .su-customers-crousel .card-body {
        padding: 20px;
        min-height: 270px;
    }

    .su-customers-crousel .customer-item {
        margin: 0 5px;
    }

    .su-customers-crousel .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .su-customers-crousel .slick-dots {
        bottom: -40px;
    }

    section.header-section.su-request-demo .leader-awards img {
        max-width: 100%;
    }

    section.slides-release.experience h5 {
        margin: 25px 10px;
    }

    section.why-su .why_content {
        display: block;
    }

    .why_searchunify .why_content h3 {
        margin-top: 15px;
    }

    .sr-details .webinar-time-wrapper {
        max-width: 100%;
    }

    .search-aided-area h6 {
        margin-top: -4px;
    }

    .search-aided-area .col-12.col-md-6.time-wrapper-right {
        margin-top: 15px;
    }

    .search-aided-form .thank-you-text p {
        min-height: 120px;
    }

    section.customers-testimonails.customers-crousel.testimonial-revamp #MiCarousel .carousel-indicators {
        top: -205px !important;
        transform: translate(-20px, 0px) !important;
    }

    section.why_searchunify.why-su .why_content {
        display: block;
        min-height: 290px;
    }

    .request-demo .header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding: 57px 0px 57px !important;
    }
}

@media only screen and (max-width:570px) {


    section.su-free-trail-short.su-free-trial-v3 .col-md-6.bg-pattern h2 {
        margin-top: 36px;
    }

    section.su-free-trail-short.su-free-trial-v3 .icon-text-right-side.col-10.col-md-10 {
        margin-left: 0px;
    }

    section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoFormRow.row_6 label.mktoLabel {
        width: 90% !important;
    }

    section.su-free-trail-short.su-free-trial-v3 form#mktoForm_6767 .mktoFormRow.row_5 label.mktoLabel {
        width: 90% !important;
    }

    .section-scroll-pages.searchunify-for-khoros section.about-text {
        padding: 1rem 0 1rem;
    }

    .section-scroll-pages.searchunify-for-khoros section.about-text.platform-about h2 {
        margin-top: 0px;
        font-size: 20px;
    }

    .section-scroll-pages.searchunify-for-khoros section.about-text p {
        font-size: 16px;
    }

    .searchunify-for-khoros section.deliver-best-in-class-data-privacy-with-access-permissions {
        margin-top: 16px;
    }

    .cognitive-search section#unified-view-of-information {
        margin-top: 35px;
    }

    .awards.cookie_is_set .header-section h1 {
        margin-top: -6px;
    }

    section.platform-request-demo-section.su-awards-demo {
        margin-top: -2rem;
    }

    .awards .header-section.sub-heading h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .awards-testimonial-row .author .invertedComma {
        right: 0;
        width: 28px;
    }

    .awards-nav-heading h3,
    .section-tile-row h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .awards-testimonial-row h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .tsia.mamba20-pop .webinar-time-wrapper {
        width: 77%;
        margin-left: 60px;
    }

    .search-page section.site-footer .suChatButton {
        bottom: 76px;
    }

    .has-video video {
        height: 400px;
    }

    .subscribeForm #mktoForm_5358 label[for="emailOptInBoolean"] a,
    .subscribeForm #mktoForm_5358 label[for="consenttoProcessing"] a {
        padding: 10px 0;
    }

    .subscribeForm form#mktoForm_5358 input#emailOptInBoolean,
    .subscribeForm form#mktoForm_5358 input#consenttoProcessing {
        width: 10% !important;
    }

    .subscribeForm #mktoForm_5358 label[for="emailOptInBoolean"],
    .subscribeForm #mktoForm_5358 label[for="consenttoProcessing"] {
        width: 90% !important;
    }

    .solution_card .card-footer span.google_enterprise,
    .solution_card .card-footer span.dynamics,
    .solution_card .card-footer span.sites {
        width: 310px;
    }

    .testimonial .testi_name li {
        width: 100%;
        padding: 0 0 20px;
        border-right: none;
        text-align: center;
    }

    .active_cookie {
        margin-top: 50px;
    }

    body.price-calculator .form-check-label {
        font-size: .8rem;
    }

    .cookies_bar {
        line-height: 18px;
    }

    p.cookies-text {
        display: inline;
        margin: 0;
        font-size: 10px;
    }

    .btn_cookies {
        padding: 3px;
        font-size: 10px;
        font-weight: 500;
    }

    .colub-pop-container .col-logo-area {
        background: url(../images/colub-logo.png) no-repeat center -28px;
        background-size: contain;
    }

    .colub-pop-container .colub-row {
        padding: 32% 8% 4%;
    }

    .contact-section form#mktoForm_1846 .mktoFormRow:nth-child(11) .mktoError {
        top: -54px;
        right: 6px !important;
    }

    .su-interested-wrapper {
        padding: 70px 0 70px;
    }

    .su-interested {
        width: 100%;
    }

    .su-interested .edgtf-iwt-icon-holder {
        float: left;
        width: 25%;
        margin-top: 2%;
    }

    .su-interested .edgtf-iwt-content-holder {
        float: left;
        width: 70%;
        margin-top: 6%;
    }

    .su_salesforce-cta-block {
        padding: 4px 10px;
    }

    .su_salesforce-cc,
    .su_salesforce-sc,
    .su_salesforce-pf {
        width: 60px;
        height: 60px;
    }

    .su_salesforce-cta-block h4 {
        font-size: 12px;
    }

    .su_salesforce-cta-block h3 {
        font-size: 14px;
    }

    div#searchUnifyContainer .su-grid {
        margin: 10px 23px 10px 0px !important;
        width: calc(100%) !important;
        margin-right: 0 !important;
    }

    div#searchUnifyContainer .su-grid:nth-child(3n+0) {
        margin-right: 0 !important;
    }

    div#searchUnifyContainer h5.su-search-title a span.ng-binding {
        min-height: 6rem;
    }

    div#searchUnifyContainer div .su-grid:nth-child(2n) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    div#searchUnifyContainer .su-sorting-wrapper {
        margin-right: 0px;
    }

    .cookie_not_set div#searchUnifyContainer .md-sidenav-left {
        padding-top: 162px;
    }

    .stickyEventContent #case_study {
        font-size: 14px;
    }

    .stickyEventContent .col-12 {
        text-align: center;
    }

    .stickyEventContent .col-sm-7 {
        padding: 0 0 1rem 0;
    }

    .stickyEventContent .webinar-title h5:after {
        width: 20%;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .logo-box h5 {
        width: 25%;
    }

    .forrester_webinar-pop-container .popup_header {
        padding: 1rem 0 1rem 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-area {
        padding: 0 0 3rem 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration p.subheading {
        margin-bottom: 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .time-box {
        margin-bottom: 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .time-box p {
        margin-bottom: 1rem;
    }

    .chatBotPopForm.LpStyleForm.mktoForm label.mktoLabel {
        width: 90% !important;
    }

    .chatBotPopForm.LpStyleForm.mktoForm .mktoRadioList,
    .chatBotPopForm.LpStyleForm.mktoForm .mktoCheckboxList {
        width: 10%;
    }

    .lp-testimonial .carousel .carousel-item {
        padding: 3rem 0rem;
    }

    .testimonial.lp-testimonial .carousel-control {
        display: none !important;
    }

    .testimonial.lp-testimonial .testimonial-item {
        box-shadow: none;
    }

    .lp-banner-section {
        height: 650px;
    }

    .lp-testimonial .testimonial-item .testimonial-text .testimonial-quotes i {
        font-size: 1.6rem;
    }

    .row.keys-row {
        margin-left: -15px;
    }

    .lp-banner-section .lp-banner-image {
        margin-top: -6rem;
        margin-bottom: 1.2rem;
    }

    .namely .lp-banner-section .lp-banner-image {
        margin-top: 0;
    }

    .lp-related h2 {
        font-size: 1.6rem;
    }

    .lp-banner-section .row {
        margin: 0 auto;
    }

    .certificate li {
        background-color: transparent;
    }

    section.site-footer ul li a {
        margin-left: 0;
    }

    .searchunify-testimonial ol.carousel-indicators {
        left: 0.5rem;
        bottom: -2.5rem;
    }

    .feaured-resources .feaured-resources-content {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .feaured-resources .card-body {
        padding: 3rem 0;
    }

    .section-scroll-pages section.about-text h2 {
        font-size: 25px;
        line-height: 30px;
    }

    section.full-screen h3,
    .migrating .section-h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .personalize-intro h2,
    .searchunify-heading {
        font-size: 25px;
        text-align: center;
    }

    .boost-case-deflection-and-csat-with-ai-powered-chatbots,
    .searchunify-testimonial,
    .improve-searchability-for-the-most-relevant-content-pieces {
        padding: 2.5rem 0;
    }

    section.about-text {
        padding: 0 0 2.5rem;
    }

    section.ab-leadership {
        padding-top: 3rem;
    }

    section.ab-leadership-contact.su-py-80 {
        padding: 4rem 0;
    }

    .integrate-every-knowledge-source-for-a-unified-experience,
    .help-users-help-themselves-with-nlu-ml,
    .make-smarter-business-decisions-with-insights-that-matter {
        padding: 2.5rem 0 1.5rem 0;
    }

    .guide-users-with-an-interactive-ui {
        padding: 2.5rem 0 2rem 0;
    }

    .upsell-cross-sell-your-products-with-contextual-ads {
        padding: 3rem 0;
    }

    .request-demo-section .card.card-body .request_demo_click {
        margin-left: 0;
    }

    .searchunify-testimonial .row.testimonial-text {
        min-height: 120px;
    }

    .pageid-35 .searchunify-testimonial {
        padding: 0 0 2.5rem;
    }

    .pageid-35 .searchunify-customers {
        padding: 3rem 0 2rem;
    }

    section.site-footer ul.certificate {
        max-width: 65%;
    }

    .tsia-content a#case_study {
        margin-right: calc(50% - 90px);
        margin-top: 0.5rem;
        width: 200px;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .tsw_sticky_event_image.tsia-webinar {
        background: url(../images/tsia-2019-webinar-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .tsia.tsia-pop .font_white h2 {
        padding-right: 3rem;
        font-size: 1.2rem;
    }

    .stickyEventContent .tsia-content p {
        width: 46%;
    }

    .section-scroll-pages.searchunify-for-thought-industries .header-section.sub-heading h1,
    .section-scroll-pages .header-section.sub-heading h1,
    .header-section.sub-heading h1 {
        font-size: 32px;
        line-height: 38px;
    }

    section#intro h1 {
        font-size: 27px;
    }

    .cognitive-search section#intro h1 {
        margin-top: 0px;
    }

    .cognitive-search section.about-text.platform-about {
        padding: 1rem 0 2rem 0;
    }

    .section-scroll-pages.free-trial .refferal-header h3 {
        font-size: 16px;
    }

    .section-scroll-pages.free-trial .section-header-illustration {
        width: 100%;
    }

    section.trial-features-section h2 {
        font-size: 20px;
    }

    section.trial-features-section .col-lg-7.section-bg-color img {
        width: 85px;
    }

    section.trial-features-section .col-lg-7.section-bg-color p {
        font-size: 14px;
    }

    section.trial-features-section .col-lg-7.section-bg-color h2 {
        font-size: 25px;
    }

    section.trial-features-section .col-lg-7.section-bg-color .row h5 {
        font-size: 16px;
    }

    section.about-text p {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.about-text .cta-container {
        width: 35%;
        margin-bottom: 60px;
    }

    .ourteam-container h2 {
        line-height: 32px;
        font-size: 26px;
    }

    .faq-container .card-header h5:before {
        margin-right: 4px;
    }

    section.site-footer.inner-footer .footer_bottom {
        padding-bottom: 60px;
    }

    #back-to-top {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .faq-container .faq-item h3 {
        font-size: 21px;
        margin: 0px 0px 15px;
    }

    .faq-container .card-header h5 {
        font-size: 16px;
    }

    .header-section.header-center-illustration.faqs .header-illustration .h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .postid-45 section.site-footer.su-bg-secondary.secondary-color {
        padding-top: 35px;
    }

    .events-page .attended-events div#pagination {
        padding: 0;
    }

    .sec-scr-holder .col-md-7 {
        padding-top: 2.5rem;
    }

    /*sitemap starts*/
    section.sitemap {
        padding: 40px 0px 40px;
    }

    /*sitemap ends*/
    /**Lithium page css starts**/
    .section-scroll-pages .header-section.sec-scr-holder .col-md-7 {
        padding-top: 0;
    }

    .section-scroll-pages section.about-text {
        padding: 2.5rem 0;
    }

    .section-scroll-pages section.full-screen .container&gt;.row {
        padding: 0;
    }

    .section-scroll-pages section.full-screen.help-users-help-themselves-with-nlu-ml,
    .section-scroll-pages section.full-screen.make-smarter-business-decisions-with-insights-that-matter {
        padding: 3rem 0 2rem;
    }

    /**Lithium page css ends**/
    /**ContactUs css starts**/
    .contactus-header-section .content-section {
        display: block;
    }

    .banner-heading {
        padding-top: 40px;
    }

    .content-section .right-side img {
        display: none;
    }

    .contactus-header-section.bg-gradient-blue {
        background: rgb(85, 199, 255);
        background: -webkit-linear-gradient(0deg, #fff 60%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
        background: -webkit-linear-gradient(bottom, #fff 60%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
        background: linear-gradient(0deg, #fff 60%, rgba(85, 199, 255, 1) 0%, rgba(120, 134, 247, 1) 100%);
    }

    .contactUs-section {
        position: relative;
    }

    .arrow-img {
        position: absolute;
        right: 20px;
        bottom: -15px;
        width: 21%;
    }

    .our-offices {
        padding-bottom: 20px;
    }

    .card-boxes .col {
        margin-bottom: 2rem;
    }

    .contactus-header-section .card {
        text-align: center;
    }

    /*
  .content-section .right-side img {
      width: 40%;
      display: block;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -75px;
      }*/
    .searchunify-customers {
        padding: 3rem 0 2rem;
    }

    section.ab-product-partners.su-py-80 {
        padding: 0 0 1rem;
    }

    .ab-product-partners .partner-container .ab-partner-container .img-fluid {
        max-width: 60%;
    }

    .ab-product-partners .ab-partner-container img.img-fluid {
        padding-bottom: 0.3rem;
    }

    .ab-leadership .ab-leadership-container .media img.align-self-start {
        padding-bottom: 15px;
    }

    .ab-leadership-container p {
        margin: 12px 0 30px;
    }

    .subscribeForm form#mktoForm_5366 input#emailOptInBoolean,
    .subscribeForm form#mktoForm_5366 input#consenttoProcessing {
        margin-left: -3px;
        width: auto !important;
    }

    .subscribeForm #mktoForm_5366 label[for="emailOptInBoolean"],
    .subscribeForm #mktoForm_5366 label[for="consenttoProcessing"] {
        width: 84% !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }

    /**Podcast css starts**/
    .video h1.post-title,
    .podcast h1.post-title {
        font-size: 22px;
    }

    .video h2.post-subtitle {
        font-size: 20px;
        line-height: 22px;
    }

    .podcast .podcast-icons-wrapper ul.podcast-logo-image li {
        width: 50%;
    }

    .single-post.cookie_is_set .first-row {
        padding-top: 90px;
        margin-top: auto;
    }

    .cookie_is_set .rc-section div#searchUnifyContainer .su-p-input-header {
        padding: 90px 0 40px 0;
        background-image: none;
    }

    .rc-section div#searchUnifyContainer h1.su_rc_heading {
        margin: 5px 0;
        font-size: 26px;
    }

    .rc-section div#searchUnifyContainer h2.su_rc_sub_heading {
        font-size: 13px;
        margin-top: 10px;
        padding: 0 1rem 0.5rem 1rem;
    }

    .rc-section div#searchUnifyContainer md-autocomplete input:not(.md-input) {
        font-size: 13px;
    }

    .cookie_is_set .rc-section div#searchUnifyContainer .md-sidenav-left {
        padding-top: 70px;
    }

    .podcast .entry-content .post-navigation {
        display: block;
    }

    .podcast .entry-content div#blog-detail-prev {
        padding-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .podcast .entry-content div#blog-detail-next {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        padding-left: 0;
        margin-top: 30px;
    }

    .subscribeForm #mktoForm_5366 a {
        padding: 0;
    }

    form#mktoForm_5366 .mktoCheckboxList input#emailOptInBoolean+label:after,
    form#mktoForm_5366 .mktoCheckboxList input#consenttoProcessing+label:after {
        top: 0px;
    }

    form#mktoForm_5366.mktoForm .mktoFormRow:nth-child(8) {
        margin-top: -6px;
    }

    /**Mamba css starts**/
    .tsia.mamba20-pop .pop-up-top .col-10 {
        max-width: 100%;
    }

    .tsia.mamba20-pop a.btn:active,
    .tsia.mamba20-pop a.btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .tsia.mamba20-pop .pop-up-top p {
        font-size: 13px;
        margin-bottom: 0;
        padding: 0 1.5rem;
    }

    .tsia.mamba20-pop .light-bg {
        padding: 0px 0px 40px;
    }

    .tsia.mamba20-pop .pop_up-bottom .light-bg .cta-box .banner_btn {
        padding: 6px 25px;
    }

    .tsia.mamba20-pop .pop_up-bottom .pop-up-img img {
        width: 55%;
        margin: auto;
    }

    .tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
        line-height: 24px;
    }

    .tsia.mamba20-pop .pop-up-logo .tsia-logo img {
        width: 30%;
    }

    /**Mamba css ends**/
    .searchunify-request-demo form#mktoForm_4288 #fullNameEditable,
    .searchunify-request-demo form#mktoForm_4288 #Email,
    .searchunify-request-demo form#mktoForm_4288 #State,
    .searchunify-request-demo form#mktoForm_4288 #Country {
        font-size: 16px;
    }

    form#mktoForm_4288 label[for="emailOptInBoolean"],
    form#mktoForm_4288 label[for="consenttoProcessing"] {
        width: 86% !important;
    }

    form#mktoForm_4288 .mktoButtonRow {
        height: 0px;
    }

    form#mktoForm_4288 input#emailOptInBoolean,
    form#mktoForm_4288 input#consenttoProcessing {
        padding: 7px;
    }

    section.header-section.sub-heading.searchunify-request-demo h1 {
        font-size: 26px;
        line-height: 33px;
    }

    form#mktoForm_4288 input#emailOptInBoolean:checked:after,
    form#mktoForm_4288 input#consenttoProcessing:checked:after {
        top: 0px;
        left: 0px;
    }

    section.header-section.sub-heading.searchunify-request-demo h3 {
        font-size: 16px;
        line-height: 24px;
    }

    section.header-section.sub-heading.searchunify-request-demo h3 br {
        display: none;
    }

    section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding: 40px 0 57px !important;
    }

    section.header-section.sub-heading.searchunify-request-demo .text-md-left.mb-4 {
        margin-bottom: 0.7rem !important;
    }

    div#searchUnifyContainer .su-bookmark-popup&gt;div:nth-child(2) {
        -ms-grid-columns: 15% 80% !important;
        grid-template-columns: 15% 80% !important;
        width: 100% !important;
        margin: 60px auto 23px !important;
    }

    .pages-block.boost-ticket-resolution-and-deflection-with-relevant-results h2 {
        padding: 0;
        padding-top: 2rem;
    }

    .AugmentedIntelligencePop .tfes h1.primary-color {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .AugmentedIntelligencePop .webinar-time-container .fa,
    .AugmentedIntelligencePop .webinar-time-container .far {
        font-size: 1.6rem;
    }

    .AugmentedIntelligencePop .tfes h4 {
        font-size: 0.6rem;
        letter-spacing: 5px;
    }

    .AugmentedIntelligencePop .tfes .mb-4 {
        margin-bottom: .5rem !important;
    }

    .AugmentedIntelligencePop .row.webinar-time {
        padding-bottom: 0.6rem;
    }

    .AugmentedIntelligencePop .tfes .speaker-container h3 {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .container.speaker-container .hidden-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .AugmentedIntelligencePop .webinar-time-container .col-12:nth-child(2) {
        margin-top: 0.6rem;
    }

    .AugmentedIntelligencePop {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .AugmentedIntelligencePop .tfes h4:after {
        max-width: 38px;
    }

    .write_us_icon.col-4 div {
        margin-left: 0px;
    }

    .search-aided-area .search-aided-illustration {
        margin-bottom: 18px;
    }
}

@media only screen and (max-width:480px) {
    section.searchunify-customers-cs.su-customers-crousel.carousel-2 {
        padding-top: 5px;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-img img.logo-inner {
        max-width: 280px !important;
    }

    .customers-crousel.testimonial-revamp .carousel-indicators {
        bottom: 200px;
    }

    .text-center.desktop-video {
        display: none;
    }

    .header .navbar-nav li a.request_btn {
        padding: 8px 20px;
    }

    .has-video video {
        height: 500px;
    }

    .demo_form_wrapper {
        width: 100%;
        padding: 15px 4px;
    }

    .pageid-35 h2,
    .pageid-35 .h2 {
        font-size: 29px;
    }

    .certificate {
        max-width: 300px;
        margin: 0 auto;
    }

    form#mktoForm_4288 .mktoFormRow:nth-child(2) {
        margin-top: 0;
    }

    section.footer.font_grey {
        text-align: center;
    }

    .footer p {
        padding: 0 5%;
    }

    .latest_post {
        padding: 0 5%;
    }

    ul.latest_post li {
        text-align: left;
        margin: 3% 0;
    }

    .MultiCarousel .MultiCarousel-inner .item:nth-child(1n) {
        margin-left: 0;
    }

    section.footer.font_grey .col-md-3 {
        padding-bottom: 5%;
    }

    /*.cookie_not_set .active_cookie{ margin-top: 98px;}*/
    .cookie_not_set section.demo-key-features.text-center {
        margin-top: 128px;
    }

    .cookie_is_set section.demo-key-features.text-center {
        margin-top: 30px;
    }

    body.price-calculator .form-check-label {
        font-size: .5rem;
    }

    body.price-calculator.cookie_not_set .active_cookie {
        margin-top: 98px;
    }

    body.price-calculator.cookie_not_set div.welcome-container {
        padding-top: 50%;
    }

    body.price-calculator.cookie_is_set div.welcome-container {
        padding-top: 22%;
    }

    body.price-calculator h1 {
        font-size: 1.5rem;
    }

    body.price-calculator h2 {
        font-size: 1.2rem;
    }

    body.price-calculator #total {
        font-weight: bold;
    }

    body.price-calculator .tabular-form {
        padding: 0 2% 5% 2%;
    }

    body.price-calculator .form-check {
        padding-left: .1rem;
    }

    body.price-calculator .form-check-label {
        margin-left: 2px;
    }

    .team-members ul .team-cover {
        width: 80%;
    }

    .advisors .team-members ul .team-cover {
        width: 100%;
    }

    .connector-logos ul .connector-cover {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .contact-section .our-offices .common-row .icon-design {
        width: 12%;
    }

    .header .header_logo {
        width: 200px;
    }

    .tsw_sticky_event_image {
        padding: 0;
    }

    .stickyEventContent {
        padding: 0;
    }

    .footer-ribbon {
        padding-right: 4rem;
        text-align: left;
    }

    .stickyEventContent #case_study {
        padding: 6px;
        font-size: 11px;
        display: inline-block;
    }

    .tsw_sticky_event_image button {
        right: 2% !important;
    }

    .chatBotPop form.chatBotPopForm .mktoFormRow:nth-child(4n) {
        padding-bottom: 8%;
    }

    .chatBotPop .mktoForm .mktoCheckboxList {
        width: 7%;
        margin-top: -2px;
    }

    .colub-pop-container h3 {
        font-size: 1.3rem;
    }

    .colub-pop-container .colub-row ul {
        padding-left: 2.5rem;
    }

    .colub-pop-container ul li {
        font-size: 1em;
    }

    .section-scroll-pages .header-section.about-header {
        height: auto !important;
        padding: 3rem 0;
    }

    #videoModal .modal-body {
        height: 200px;
        width: 100%;
    }

    .search-aided-form .mktoForm .mktoCheckboxList {
        width: 7%;
    }

    .search-aided-area {
        font-size: 20px;
        padding-left: 0;
    }

    .search-aided-form .chatBotPopForm.mktoForm label.mktoLabel {
        width: 88% !important;
    }

    .pageid-3255 .header-section.sub-heading h1 {
        padding: 0 3rem;
    }

    .forrester-title-row {
        padding: 2rem 0 0;
    }

    .forrester-form .mktoForm .mktoCheckboxList {
        width: 7%;
    }

    .forrester-form .chatBotPopForm {
        padding: 0;
    }

    .forrester-area {
        padding: .2rem 0 2rem;
    }

    .forrester-form .chatBotPopForm.mktoForm label.mktoLabel {
        width: 88% !important;
    }

    .forrester-form .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        width: 75%;
    }

    div#searchUnifyContainer div .su-grid:nth-child(3n) {
        margin-right: 0 !important;
    }

    section.site-footer ul.footer_menu.footer_links li:nth-child(4) {
        padding-left: 0;
    }

    section.pages_block_holder {
        padding: 0;
    }

    .container.pages-block.leverage-a-rich-legacy-of-working-with-salesforce {
        padding-top: 30px;
    }

    .ab-leadership-container .media img {
        margin-right: 0 !important;
    }

    .arrow-img {
        position: absolute;
        right: 15px;
        bottom: -15px;
        width: 25%;
    }

    .our-offices {
        padding-bottom: 10px;
    }

    #su_pop_contact_forms .modal-content {
        max-width: 93%;
        max-height: 550px !important;
    }

    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .align-items-center h3 {
        padding: 0 1rem;
    }

    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form.contactPopForm label.mktoLabel[for="emailOptInBoolean"],
    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form.contactPopForm label.mktoLabel[for="consenttoProcessing"] {
        width: 80% !important;
    }

    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .mktoCheckboxList input#emailOptInBoolean+label:after,
    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .mktoCheckboxList input#consenttoProcessing+label:after {
        top: 6px;
    }

    div#su_pop_contact_forms_content .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoError {
        bottom: 70px !important;
    }

    div#su_pop_contact_forms_content .mktoForm .mktoFormRow {
        width: 100% !important;
    }

    div#su_pop_contact_forms_content .mktoForm.contactPopForm {
        padding: 0 !important;
    }

    #su_pop_contact_forms .modal-content div#su_pop_contact_forms_content .contact-pop-container .contactp-row form.contactPopForm label.mktoLabel[for="emailOptInBoolean"] {
        line-height: normal !important;
    }

    #su_pop_contact_forms div.contact-pop-container .container.hidden-submit {
        padding: 0;
    }

    div#su_pop_contact_forms_content .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol {
        margin-bottom: 7px !important;
    }

    .contactus-header-section .card {
        padding: 1rem 1.5rem 2rem;
        text-align: center;
    }

    .searchunify-customers .MultiCarousel .MultiCarousel-inner .item .pad15 {
        margin-left: 20px;
        margin-right: 10px;
    }

    .podcastPopup .widget-title {
        padding: 0 6px;
    }

    .podcastPopup form.podcastPopForm {
        padding: 0 6px;
    }

    .podcastPopup form.podcastPopForm .mktoField {
        font-size: 14px !important;
    }

    form#mktoForm_4288 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
        bottom: 74px !important;
    }

    section.request-demo-refferal .demo-form-container .mktoForm fieldset {
        padding: 0 !important;
    }

    section.customers-testimonails.customers-crousel.testimonial-revamp #MiCarousel .carousel-indicators {
        top: -85px !important;
        transform: translate(-20px, 0px) !important;
    }

    section.testimonial-revamp .testimonial-heading h2 {
        line-height: 30px;
    }

    section.why_searchunify.why-su h2.searchunify-heading {
        margin-bottom: -20px;
    }

    section.ourconnector-container.customers-logos.new-customers-logos.su-demo-logos {
        margin-top: 0;
    }

    .ourconnector-container.customers-logos .top-textheadline {
        margin: 0px 0px 30px;
    }

    section.text-white.free-trial-strip-rd .about-mb-text {
        padding: 0rem 0 1rem;
    }

    .events-page.events-page-v2 a.prev.page-numbers {
        padding-left: 74px;
    }

    .events-page.events-page-v2 ul.page-numbers li {
        margin-right: 5px;
        max-width: 78px;
    }

    .events-page.events-page-v2 a.next.page-numbers,
    .events-page.events-page-v2 a.prev.page-numbers {
        font-size: 12px;
    }
}

@media only screen and (max-width:421px) {
    .forrester_webinar-pop-container .forrester_webinar-illustration .logo-box h5 {
        width: 30%;
    }


    .podcastPopup .pop-up-top {
        padding: 1.6rem 16px;
        background-size: contain;
        background-position: center top;
    }

    .podcastPopup form.podcastPopForm label[for="emailOptInBoolean"] a,
    .podcastPopup form.podcastPopForm label[for="consenttoProcessing"] a {
        padding: 0;
    }

    .customers-crousel.testimonial-revamp .carousel-indicators {
        bottom: 270px;
    }

    section.customers-testimonails.customers-crousel.testimonial-revamp #MiCarousel .carousel-indicators {
        top: -27px !important;
        transform: translate(-20px, 0px) !important;
    }
}

@media only screen and (max-width:320px) {
    .has-video video {
        height: 600px;
    }
}

.case-study-bnr {
    margin-top: 72px;
    background: url('../assets/img/LP-banner-bg.jpg');
    padding: 80px 0px 80px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.case-study-bnr.case-study-five {
    background: url('../assets/img/background-asset-kronos-new-LP.png');
}

.case-study-bnr.case-study-seven {
    background: url('../assets/img/asset-bg-rubrik.png');
}

.case-study-bnr.case-study-eight,
.case-study-bnr.case-study-ten {
    background: url('../assets/img/zuora-background-large.png');
}

.case-study-bnr.case-study-nine {
    background: url('../assets/img/asset-background-sap.png');
}

.case-study-bnr.case-study-twelve {
    background: url('../assets/img/casestudy-kantata-bg.png');
}

.case-study-bnr.case-study-thirteen {
    background-image: url('../assets/img/aa-casestudy-bgimage.png') !important;
    background: #22336B;
}

.case-study-bnr.case-study-fourteen {
    background-color: #252c42 !important;
    background: none;
}

.case-study-bnr.case-study-fifteen {
    background-image: url('../assets/img/techone-casestudy-bgimage.png');
}

.case-study-bnr.case-study-impact {
    background-image: url('../assets/img/case-study-impact.png');
}

.case-study-bnr.case-study-alias {
    background-image: url('../assets/img/alias-bg-v2.jpg');
}

.case-study-bnr.case-study-brightree {
    background-image: url('../assets/img/brightree-bg.jpg');
}

.lp-key-take-away.brightree ul li {
    list-style-type: none;
    color: #5f5f61;
}

.lp-key-take-away.brightree ul {
    padding-left: 0px;
}

.logo {
    width: 140px;
    margin-bottom: 30px;
}

.case-study-bnr h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 30px;
}

.case-study-bnr h1 {
    font-size: 18px;
    line-height: 20px;
    color: #ffb300;
    margin-bottom: 10px;
}

span.orange-txt {
    color: #f48b00;
}

.btn-bg-space a {
    margin-top: 30px;
}

.btn-bg-space a,
.case-study-bnr a.banner-btn {
    background: transparent linear-gradient(270deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 20px;
}

.case-study-bnr a.banner-btn.button12 {
    border: 1px solid #ffb300;
}

@media only screen and (max-width:992px) {
    .case-study-bnr {
        padding: 60px 0 60px 0;
    }

    .case-study-bnr h1,
    .case-study-bnr h2 {
        margin-bottom: 20px;
    }

    .feaured-resources-inner h4 {
        text-align: left;
    }

    section.feaured-resources-inner.su-featured .rc-cards-bottom h4 a {
        font-size: 12px;
    }

    .feaured-resources-inner.su-featured .rc-cards-bottom h4 a {
        font-size: 12px;
    }

    .demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label[for="emailOptInBoolean"] {
        top: -13px !important;
        left: -18px !important;
    }

    .sidebar-ad-area {
        position: unset;
    }

}

@media only screen and (max-width:768px) {
    .case-study-bnr {
        padding: 60px 0 60px 0;
    }

    .case-study-bnr h2 {
        font-size: 22px;
        padding: 20px 0;
    }

    .case-study-bnr .container {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .experience.highlight-link.slides-release {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.testimonial-content p {
    text-align: left;
    background: url(https://pages.searchunify.com/rs/690-NGB-767/images/new-testimonial-quote.png) no-repeat 1px 7px;
    padding: 39px 0 10px 52px;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
}

.media-section .media:first-child {
    margin-top: 0;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
    /* position: absolute;
	right: 10%;
	top: -15%; */
}

.ss-lp-v3.how-accela-scaled-customer-support-self-service-outcomes-with-searchunify .media-object,
.ss-lp-v3.accelas-journey-to-achieving-99-percent-support-cost-savings-with-suva .media-object {
    display: block;
    width: 200px;
}

.how-accela-scaled-customer-support-self-service-outcomes-with-searchunify .resources_section {
    margin-bottom: 0px;
}

.ss-lp-v3.how-accela-scaled-customer-support-self-service-outcomes-with-searchunify .media-left,
.ss-lp-v3.accelas-journey-to-achieving-99-percent-support-cost-savings-with-suva .media-left {
    position: absolute;
    right: 10%;
    top: -15%;
}

.media-section .media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-section .media-body {
    padding: 24px 0 0 10px;
}

.media-object {
    display: block;
    /*width: 200px;*/
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.media-section p {
    margin: 0;
    font-size: 14px;
}

.testimonial-content&gt;h2 {
    color: #f48b00;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .media-section .media:first-child {
        padding-left: 34px;
        margin: 0 auto;
    }

    .testimonial-content p {
        overflow: hidden;
        background: url(https://pages.searchunify.com/rs/690-NGB-767/images/img-quotes.png) no-repeat 3px 23px;
        padding: 32px 0 20px 31px;
        font-size: 14px;
    }
}

ul.text-list li::before {
    content: "\2022";
    color: #f48b00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}

ul.text-list li {
    list-style-type: none;
}

.orange-txt,
.key-content p.orange-txt {
    color: #f48b00;
    font-weight: 700;
}

.key-content .bg-blues.bottom .orange-txt {
    color: #F48B00;
    font-size: 32px;
    text-align: center;
    line-height: 34px;
    font-weight: 600;
    font-style: initial;
    margin-bottom: 0px;
    display: block;
}

.outcome-sub-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #112461;
    border-radius: 8px;
    width: 32%;
    height: 105px;
    padding: 0px 10px;
    background-color: #ffff;
}

.ss-lp-v3 .left-section {
    color: #F48B00;
    font-size: 28px;
    font-weight: 600;
    font-style: unset;
    margin-right: 12px;
}

.ss-lp-v3 .right-section {
    font-size: 16px;
    font-family: 'Montserrat', 'Montserrat', sans-serif;
    line-height: 20px;
    font-style: unset;
    font-weight: 600;
    text-align: left;
    color: #112461;
}

body.single-post .site-footer h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    letter-spacing: inherit;
}

h2.h4-to-h2-hd {
    color: #212529;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px;
}

header#su-navbar .nav-item a.nav-link.su-site-search-button {
    font-size: 0 !important;
}

.blog-detail-left .card img,
.related-posts .card img {
    object-fit: contain !important;
    aspect-ratio: 16/8;
}

.row.footer_recognition_row .medal-g2 img {
    aspect-ratio: 16/15;
}

/* .header .header_logo {
	aspect-ratio: 16/6;
	} */

.blog-detail-right img.coming-soon-blog {
    aspect-ratio: 16/9;
}

img[alt="Why is Unstructured Search Better Than Traditional Search?"] {
    aspect-ratio: 13/19;
}

img[alt="Traditional Search Vs Unstructured Search"] {
    aspect-ratio: 21/17;
}

img[alt="Benefits of Unstructured Search"] {
    aspect-ratio: 16/8;
}

.row.footer_recognition_row .medal-g2 img {
    aspect-ratio: 16/15;
}

.blog-detail-right img {
    max-width: 100%;
}

img[alt="mamba-coming-soon-blog-ad"] {
    aspect-ratio: 16/17;
    width: 100% !important;
}


/* Events page filter style start*/

@media only screen and (max-width:767px) {

    form#date-filter-events {
        width: 100% !important;
        margin-top: unset !important;
    }

    .tabs-outer.posts-view-toggle {
        margin-bottom: 0px !important;
    }

    .tsia.mamba20-pop .pop-up-top {
        height: 200px !important;
    }
}

#date-filter-events input[type="submit"] {
    padding: 7px 12px;
    border: none;
    margin-top: -3px;
    margin-left: 10px;
    border-radius: 6px;
    width: 80px;
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    z-index: 9;
}

#date-filter-events label {
    position: absolute;
    background: #fff;
    z-index: 1;
    transform: translateY(-13px) scale(0.8);
    color: #495057;
}

#date-filter-events input[type="date"],
#date-filter-events input[type="text"] {
    background-color: transparent;
    border: 1px solid #dadce0;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    padding: 5px;
    font-size: 1rem;
    color: #495057;
    cursor: pointer;
}

#date-filter-events .position-relative i {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    height: 14px;
    font-size: 14px;
    z-index: -1;
}

.tabs-outer.posts-view-toggle {
    text-align: right;
    margin-bottom: 15px;
}

.tabs-outer.posts-view-toggle span {
    cursor: pointer;
    padding: 8px 6px 4px 5px;
    border: 2px solid transparent;
}

.tabs-outer.posts-view-toggle span.active {
    padding: 8px 6px 4px 5px;
    border: 2px solid #ffb200;
    border-radius: 5px;
}

.tabs-outer.posts-view-toggle span i {
    font-size: 20px;
}

.switch-list-view .full-w {
    flex: 0 0 100%;
    max-width: 100%;
}

.switch-list-view .event-details {
    width: 100%;
    display: flex;
}

.switch-list-view .event-details .event_thumbnail {
    width: 255px;
    min-width: 255px;
}

.switch-lst-grd&gt;div {
    transition: 0.5s ease-out;
}

.tsia.mamba20-pop .pop-up-top {
    height: 140px;
}

form#date-filter-events {
    width: 50%;
    margin: 0px auto;
    margin-top: -79px;
}

a#resetEventFilter {
    padding: 7px 18px;
    border: none;
    margin-top: -3px;
    margin-left: 10px;
    border-radius: 6px;
    width: 80px;
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    z-index: 9;
    text-decoration: none;
}

.list-content p {
    padding: 0;
    font-size: 14px;
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.switch-list-view .list-content {
    display: block !important;
}

.switch-list-view .event-details .event_thumbnail img {
    min-width: 255px;
}

/* testimonial-new */

.testimonial-section {
    display: flex;
    align-items: center;
    background: url('../assets/img/testimonial_bg/Mask\ Group\ 3@2x.png');
    justify-content: space-between;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

.testimonial-txt {
    max-width: 64%;
    padding: 0;
    padding-left: 46px;
    padding-top: 52px;
    padding-bottom: 53px;
}

.testimonial-txt .txt-orng {
    color: #F48B00;
}

.testimonial-txt p {
    color: #ffff;
    font-size: 18px;
    text-align: left;
    line-height: 26px;

    font-weight: 500;
    margin: 0;
}

.testimonial-profile {
    max-width: 36%;
    width: 100%;
}

.ss-lp-v3 .testimonial-profile .media-left {
    top: -28%;
}

.profile {
    text-align: center;
    margin-top: 33%;
}

.profile p {
    margin-bottom: 14px;
}

.profile&gt;div&gt;img {
    margin-bottom: 25px;
}

p.profile-name {
    color: #ffff;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: Montserrat;
}

p.designation {
    font-family: Montserrat;
    font-weight: 400;
    color: #ffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/* resources */
.resources_section {
    background-image: url('../assets/img/resource-bg.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 25px;
    background-size: contain;
    margin-bottom: -80px;
}

.resources_section .resources_card_section .story_link {
    display: contents;
}

h2.section_title {
    text-align: center;
    color: #12182E;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
}

p.section_text {
    text-align: center;
    color: #5A5D6B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
}

.resources_card_section {
    display: flex;
    justify-content: space-around;
}

.resource_card {
    width: 22%;
}

img.card_img {
    width: 100%;
}

.resource_card_description {
    padding: 16px 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    background-color: #ffff;
}

p.card_success {
    padding: 0px 6px;
    background-color: #F48B00;
    color: #ffff;
    font-size: 8px;
    line-height: 18px;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
    text-align: left;
    width: fit-content;
}

p.card_txt {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #12182E;
}

span.read_more {
    color: #F8B000;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
}

.read_more .arrow_icon {
    margin-left: 10px;
}

h2.section_title {
    text-align: center;
    color: #12182E;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
}

p.section_text {
    text-align: center;
    color: #5A5D6B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
}

.resources_card_section {
    display: flex;
    justify-content: space-around;
}

.resource_card {
    width: 20%;
}

img.card_img {
    width: 100%;
}

.resource_card_description {
    padding: 16px 23px;
}

p.card_success {
    padding: 2px 6px;
    background-color: #F48B00;
    color: #ffff;
    font-size: 8px;
    line-height: 18px;
    font-family: Montserrat;
    font-weight: 600;
}

p.card_txt {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #12182E;
}

.resource_card_description .story_link {
    cursor: pointer;
    text-decoration: none;
}

span.read_more {
    color: #F8B000;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {
    .right-section {
        font-size: 12px;
    }

    .box {
        width: 32%;
    }

    .key-content .bg-blues p {
        padding: 0px 100px;
    }


    .resource_card {
        width: 45%;
    }

    .resources_card_section {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1024px) {
    .single-post .cta-sec-area-one a {
        width: 40%;
    }

    .single-post .cta-sec-area-one.gre-bg a {
        width: 46%;
    }

    .box {
        flex-direction: column;
        padding: 10px;
    }

    .box {
        margin: 5px 0px;
        width: 80%;
    }

    .right-section {
        text-align: center;
    }

    .ss-lp-v3 .media-left {
        top: 4%;
    }

    .testimonial-section {
        padding-bottom: 25px;
        flex-direction: column-reverse;
        background: unset;
        background-color: #0B215B;
    }

    .ss-lp-v3 .testimonial-profile .media-left {
        top: -16%;
        right: 37%;
    }

    .testimonial-txt p {
        font-size: 20px;
    }

    .ss-lp-v3 br {
        display: unset;
    }

}

@media screen and (max-width: 767px) {
    .single-post .cta-sec-area-one a {
        width: 76% !important;
    }

    .single-post .single-post .cta-sec-area-one.gre-bg a {
        width: 76% !important;
    }

    .box {
        height: 165px;
    }

    .left-section {
        margin-right: 0;
    }

    .testimonial-txt p {
        font-size: 19px;
        line-height: 23px;
    }

    .key-content .bg-blues p {
        padding: 0px 50px;
    }

    .key-content .highr-quote,
    .outcm-sub-txt {
        font-size: 19px;
    }

    .case-study-bnr h2 {
        font-size: 16px;
    }

    .ss-lp-v3 .case-study-three .container {
        flex-wrap: wrap;
    }

    .outcome-sub-container {
        flex-direction: column;
    }

    .ss-lp-v3 .testimonial-profile .media-left {
        right: 33%;
    }

    .profile {
        margin-top: 41%;
    }

    .btn-bg-space {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 550px) {

    .box {
        margin: 5px 0px;
        width: 80%;
    }

    /* .left-section {
		font-size: 26px;
	}

	.right-section {
		font-size: 10px;
		} */
    .testimonial-txt {
        max-width: 100%;
        padding-right: 46px;
    }

    p.profile-name {
        text-align: left;
    }

    .testimonial-profile {
        max-width: 100%;
        width: 100%;
        padding: 0 46px;
    }

    p.designation {
        text-align: left;
    }

    .profile {
        text-align: left;
    }
}

@media screen and (max-width: 412px) {
    .resource_card {
        width: 80%;
    }
}

/* customer-transforming-vision-styling-start */



.su-customer-heading {
    font-size: 28px !important;
    line-height: 44px !important;
    color: #12182E !important;
    font-weight: 700 !important;
    text-align: center;
}

.feature-success-story .su-customer-heading {
    margin-bottom: 40px;
}

.transforming-customer .sub-head {
    color: #182B4C;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.transforming-customer span.watch-btn a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: #3478F6;
}

.su-customers-crousel.transforming-customer .carousel-inner .inner-area {
    padding: 0px 0px;
    position: absolute;
    display: flex;
    border: none;
    align-items: center;
    justify-content: space-between;
    height: unset;
    flex-direction: row-reverse;
    background-color: #F5F5F5;
}

.su-customers-crousel.transforming-customer .slick-list.draggable {
    height: 380px !important;
}

.su-customers-crousel.transforming-customer .slick-list {
    padding: 0px 0px !important;
}

.su-customers-crousel.transforming-customer .slick-dots {
    bottom: -30px;
}

.su-customers-crousel.transforming-customer .vision-carousel-img,
.su-customers-crousel.transforming-customer .vision-carousel-img img.logo-inner {
    max-width: 380px;
    height: auto;
}

.su-customers-crousel.transforming-customer .vision-carousel-txt {
    padding: 15px 30px;
}

.su-customers-crousel.transforming-customer .vision-carousel-txt h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #182B4E;
}

.su-customers-crousel.transforming-customer .vision-carousel-txt p.slide-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #182B4E;
    margin: 22px 0px 40px 0px;
}

.su-customers-crousel.transforming-customer .customer-item {
    margin: 0 0px;
    width: 1440px;
}

.su-customers-crousel.transforming-customer .customer-item {
    width: 62vw;
}

.customers-testimonails.customers-crousel .top-textheadline {
    margin: 0px 0px 45px;
}

.su-customers .banner-txt {
    color: #ffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
}

.su-customers .banner-sub-txt {
    font-size: 18px;
    font-weight: 400;
    color: #ffff;
    line-height: 28px;
    max-width: 786px;
    text-align: center;
    margin: auto;
}

section.feature-success-story {
    margin-top: 50px;
}

.feature-success-story .story-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F5F5;
}

.feature-success-story .story-container-txt {
    padding: 0px 12px 0px 40px;
}

.feature-success-story .story-container-txt .feature-story {
    margin: 32px 0px;
}

.feature-success-story .story-container-txt h4 {
    color: #12182E;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.feature-success-story .story-container-img img.logo-inner {
    max-width: 460px;
}

.feature-success-story .feature-story .content-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0px;
}

.feature-success-story .feature-story .digit {
    /* display: inline-block; */
    color: #F48B00;
    font-weight: 700;
    font-size: 53px;
    line-height: 24px;
}

.feature-success-story .feature-story .content-row sup {
    font-size: 20px;
    vertical-align: super;
    font-weight: 700;
}

.feature-success-story .feature-story .pointer {
    margin-left: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #12182E;
    font-weight: 500;
    vertical-align: super;
    margin-bottom: 0px;
}

.feature-success-story .feature-btn {
    padding: 15px 30px;
    background-color: #3478F6;
    width: 217px;
    cursor: pointer;
}

.feature-success-story .feature-btn a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.feature-success-story .feature-btn a:hover {
    text-decoration: unset;
}

section.searchunify-customers-cs.su-customers-crousel.transforming-customer.multiple-success {
    margin-top: 60px;
    padding-top: 60px;
    background-color: #D6EFFF;
    padding-bottom: 120px;
}

section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
    padding-bottom: 50px;
    background-color: #D6EFFF;
    max-width: calc(100% - 200px);
    margin: auto;
    margin-top: 60px;
}

.customers section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
    margin-top: 100px;
    padding-top: 54px;
}

section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying .slick-prev:before {
    content: unset;
}

section.customer-saying .slick-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.5;
    transform: scale(0.7);
    margin-top: 50px !important;
}

section.customer-saying .slick-current {
    transform: scale(1.0) !important;
    opacity: 1;
    margin-top: 0px !important;
}

section.customer-saying .slick-center+.slick-slide,
section.customer-saying .slick-center~.slick-slide {
    transform: scale(0.7);
    margin-top: 50px;
}

section.customer-saying .slick-center+.slick-slide~.slick-slide {
    transform: scale(0.7);
    margin-top: 50px;
}



section.customers-testimonails.customers-crousel.testimonial-revamp {
    background-color: #12182E;
    padding-top: 60px;
}

section.customers-testimonails.customers-crousel.testimonial-revamp #MiCarousel {
    height: 266px;
}

section.customers-testimonails.customers-crousel.testimonial-revamp .carousel-indicators {
    top: -212px !important;
}

section.testimonial-revamp .carousel-inner .carousel-item {
    max-width: 93%;
}


section.testimonial-revamp .carousel-inner .carousel-item .testimonial-card {
    display: block;
}

section.testimonial-revamp .testimonial-heading {
    display: flex;
}

section.testimonial-revamp .testimonial-heading h2 {
    color: #FFFFFF;
    margin-left: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
}

section.testimonial-revamp .testimonial-card p.testimonial-content {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 30px;
}

section.testimonial-revamp .testimonial-card .customer-profile {
    display: flex;
    align-items: center;
}

section.testimonial-revamp .testimonial-card .customer-profile .customer-pic&gt;img {
    width: 60px;
    margin-right: 15px;
}

section.testimonial-revamp .testimonial-card .customer-profile p.customer-name {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
}

section.testimonial-revamp .testimonial-card .customer-profile p.customer-designation {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #FFFFFF;
}

@media only screen and (max-width: 1440px) {

    .customers section.award-strip-customer,
    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        max-width: calc(100% - 100px) !important;
    }
}

@media (min-width:1030px) and (max-width: 1320px) {
    .single-post .cta-sec-area-one a {
        width: 40%;
    }

    .single-post .cta-sec-area-one.gre-bg a {
        width: 50%;
    }

    .su-customers-crousel.transforming-customer .slick-list.draggable {
        margin-right: 10px;
    }

    .su-customers-crousel.transforming-customer .slick-list.draggable {
        height: 340px !important;
    }

    .page-notification .col.kn-col {
        padding: 30px 0 12px !important;
    }

    .connectors .card-img-box {
        min-height: 9vw;
    }

    .connectors section.feaured-services img {
        width: -webkit-fill-available;
    }

    section.sugpt-container .container .about-mid-banner-container {
        margin: 53px 0 40px 0px;
    }
}

@media only screen and (max-width: 1199px) {

    .su-customers-crousel.transforming-customer .vision-carousel-img,
    .su-customers-crousel.transforming-customer .vision-carousel-img img.logo-inner {
        width: unset;
        height: inherit;
        max-width: 338px;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-img img.logo-inner {
        max-width: 316px;
    }

    .su-customers-crousel.transforming-customer.multiple-success .vision-carousel-img {
        max-width: 290px
    }

    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.multiple-success {
        padding-bottom: 40px;
    }

    .su-customers-crousel.transforming-customer.multiple-success .slick-dots {
        bottom: 0px;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-txt {
        padding: 0px 40px;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-txt p.slide-para {
        margin: 10px 0px 10px 0px;
    }

    .su-customers-crousel.transforming-customer.multiple-success .vision-carousel-img img.logo-inner {
        max-width: 280px;
    }

    .su-customers-crousel.transforming-customer.multiple-success .slick-prev:before {
        content: '';
    }
}

@media only screen and (max-width: 1024px) {
    section.customers-testimonails.customers-crousel.testimonial-revamp .carousel-indicators {
        right: 15px;
        left: auto;
        margin: 0;
        top: -1%;
        flex-direction: column;
        transform: translate(-50%);
        top: -212px !important;
    }

    .connectors .card-img-box {
        min-height: 11vw;
    }

}

@media only screen and (max-width: 992px) {

    .su-customers-crousel.transforming-customer .vision-carousel-txt h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-txt p.slide-para {
        font-size: 9px;
        line-height: 20px;
    }

    .su-customers-crousel.transforming-customer span.sol-more-btn a {
        font-size: 12px;
    }

    .feature-success-story .story-container {
        flex-direction: column-reverse;
        align-items: end;
    }

    .feature-success-story .story-container-txt {
        padding: 0px 15px;
        text-align: center;
        padding-bottom: 30px;
    }

    .feature-success-story .story-container-txt h4 {
        line-height: 34px;
    }

    .feature-success-story .feature-story .content-row {
        flex-direction: column;
        gap: 20px;
    }

    .feature-success-story .feature-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .feature-success-story .story-container-img {
        text-align: -webkit-center;
        margin-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .feature-success-story .story-container-img img.logo-inner {
        max-width: 75%;
    }

    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        padding-bottom: 60px;
    }

    .customers section.feature-success-story {
        margin-top: 20px;
        overflow-y: unset;
    }

    .customers .ourconnector-container .top-textheadline h2 {
        margin-bottom: -16px;
    }

    .customers .reviews-blocks h2.review-blocks-heading {
        margin-bottom: 0px !important;
    }

    section.scaling-support .su-customer-heading {
        line-height: 38px !important;
    }

    .customers .feature-success-story ul.slick-dots {
        bottom: -38px !important;
    }

    .customers section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        margin-top: 60px;
        padding-top: 54px;
    }
}

@media only screen and (max-width: 991px) {
    section.searchunify-customers-cs.transforming-customer {
        padding: 2.5rem 0 0 0;
    }

    section.searchunify-customers-cs.transforming-customer .searchunify-heading {
        margin-bottom: 10px;
    }

    section.searchunify-customers-cs.transforming-customer .sub-head {
        margin-bottom: 20px;
    }

    .su-customers-crousel.transforming-customer .carousel-inner .inner-area {
        padding: 0px 0px;
        position: absolute;
        display: flex;
        border: 1px solid #EFEFEF;
        align-items: center;
        justify-content: space-between;
        height: auto;
        flex-direction: column;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-img,
    .su-customers-crousel.transforming-customer .vision-carousel-img img.logo-inner {
        width: 100%;
        height: unset;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-txt {
        padding: 20px 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .transforming-customer .feature-story .content-row {
        margin: 4px 0px;
    }

    .transforming-customer .feature-story .digit {
        font-size: 30px;
    }

    .transforming-customer .feature-story .content-row sup {
        font-size: 12px;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-txt h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .su-customers-crousel.transforming-customer .vision-carousel-txt p.slide-para {
        font-size: 9px;
        line-height: 16px;
    }

    .su-customers-crousel.transforming-customer.multiple-success .slick-dots {
        bottom: 40px;
    }

    .su-customers-crousel.transforming-customer.multiple-success .slick-list.draggable {
        height: 425px !important;
    }

    section.customers-testimonails.customers-crousel.testimonial-revamp .carousel-indicators {
        right: 0px;
        top: -360px;
    }

    .su-customers-crousel.transforming-customer .slick-dots {
        bottom: -20px;
    }

    .su-customers-crousel.transforming-customer .slick-list.draggable {
        height: 600px !important;
    }

    .su-customers-crousel.transforming-customer.customer-saying .slick-list.draggable {
        height: 268px !important;
    }

}

@media only screen and (max-width: 767px) {
    .su-customers-crousel.transforming-customer.multiple-success .customer-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .su-customers-crousel.transforming-customer.multiple-success .slick-dots {
        bottom: 0px;
    }

    .su-customers-crousel.transforming-customer.multiple-success .slick-list.draggable {
        height: 330px !important;
    }

    .su-customers-crousel.transforming-customer.customer-saying .slick-list.draggable {
        height: 350px !important;
        padding: 0px 100px !important;
    }

    section.customers-testimonails.customers-crousel.testimonial-revamp #MiCarousel {
        height: 350px;
    }

    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        padding-bottom: 60px;
    }

    .customers section.award-strip-customer {
        display: none;
    }

    .customers section.award-strip-customer.resp {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .customers section.award-strip-customer {
        display: block;
    }

    .customers section.award-strip-customer.resp {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    section.customers-testimonails.customers-crousel {
        padding-bottom: 60px;
    }

    .su-customers-crousel.transforming-customer .slick-list.draggable {
        height: 500px !important;
    }

    .su-customers-crousel.transforming-customer.multiple-success .slick-list.draggable {
        height: 280px !important;
    }

    .su-customers-crousel.transforming-customer.multiple-success .slick-dots {
        bottom: -44px;
    }

    .su-customers-crousel.transforming-customer.customer-saying .slick-list.draggable {
        height: 400px !important;
    }

    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        padding-bottom: 32px;
    }

    .su-customers-crousel.transforming-customer.customer-saying .slick-track {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 520px) {
    .su-customers-crousel.transforming-customer.customer-saying .slick-list.draggable {
        height: 300px !important;
    }
}

@media only screen and (max-width: 480px) {
    .feature-success-story .story-container-img img.logo-inner {
        max-width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .su-customers-crousel.transforming-customer .slick-list.draggable {
        height: 550px !important;
    }

    .su-customers-crousel.transforming-customer.customer-saying .slick-list.draggable {
        height: 220px !important;
    }

    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        max-width: calc(100% - 70px) !important;
    }
}

/* customer-transforming-vision-styling-end */

/* carousel-2 styling start */

.su-customers-crousel.carousel-2 .customer-item:after {
    position: unset;
}


.su-customers-crousel.carousel-2 .card.h-100 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.su-customers-crousel.carousel-2 .card.h-100,
.su-customers-crousel.carousel-2 .card-body.d-flex.flex-column.lg {
    background-image: url(../assets/img/su-carousel-bg1.png);
    background-color: #EEF8FE;
    border: unset;
    border-radius: 12px;
}

.su-customers-crousel.carousel-2 .card-body.d-flex.flex-column.lg {
    align-items: start;
    justify-content: center;
    max-width: 65%;
}

.su-customers-crousel.carousel-2 .card-body {
    padding: unset;
    padding: 0px;
}

.su-customers-crousel.carousel-2 .testimonial-slide {
    display: flex;
    padding: 0px 50px;
    justify-content: space-between;
    align-items: center;
}

.su-customers-crousel.carousel-2 .learn-btn {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    background: transparent linear-gradient(270deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 15px 40px;
    text-transform: uppercase;
}

.su-customers-crousel.carousel-2 .slick-slide img {
    margin: unset;
    max-width: 30%;
}

.su-customers-crousel.carousel-2 .slick-list.draggable {
    height: 340px !important;
}

.su-customers-crousel.carousel-2 .slick-list {
    padding: 0px 0px !important;
}

.su-customers-crousel.carousel-2 .customer-item {
    margin: 0 0px;
    width: 1110px;
}

.su-customers-crousel.carousel-2 .customer-item {
    width: 62vw;
}

.su-customers-crousel.carousel-2 .slick-dots {
    bottom: 50px;
}

.su-customers-crousel.carousel-2 .testimonial-slide h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

section.searchunify-customers-cs.su-customers-crousel.carousel-2 {
    padding-top: 20px;
}

.top-textheadline h2 {
    font-weight: 700;
    font-size: 28px;
    color: #12182E;
    margin-bottom: 40px;
    line-height: 38px;
}

.reviews-blocks h2.review-blocks-heading,
.customers-crousel h2.customers-crousel-heading,
.new-customers-logos h2.new-customers-logos-heading {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #182B4C;
    line-height: 45px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.reviews-blocks h2.review-blocks-heading {
    margin-top: 0px;
    margin-bottom: 80px;
}

.reviews-blocks .row.peer-review.review-block-customer {
    display: flex;
    justify-content: space-between;
}

.review-block-customer {
    margin-bottom: 60px;
}

.review-block-customer .card-block {
    border: 1px solid #DCDCDC;
}

.review-block-customer .card-block:hover {
    box-shadow: unset;
    box-shadow: 0px 0px 12px #0000001F;
}

.reviews-blocks .row.peer-review.align-items-center.review-block-customer {
    justify-content: space-between;
    margin-top: 20px;
}

.reviews-blocks .col-md-4.col-12.review-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 24px #00000014;
    opacity: 1;
    max-width: 32%;
}

.customers .reviews-blocks .col-md-4.col-12.review-card {
    max-width: 32%;
}

.reviews-blocks .review-logo {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 24px #00000014;
    opacity: 1;
    padding: 20px;
    width: 193px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    min-height: 82px;
}

.reviews-blocks .review-logo&gt;img {
    width: 100%;
}

.reviews-blocks .g2-logo {
    width: 23% !important;
}

.reviews-blocks .reviewer {
    margin-top: 30px;
    display: flex;
}

.reviews-blocks .reviewer .reviewer-pic {
    margin-right: 12px;
}

.reviews-blocks .reviewer .reviewer-pic&gt;img {
    width: 60px;
}

.reviews-blocks p.review {
    color: #5A5D6B;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.reviews-blocks p.review.user {
    margin-top: 40px;
    /* margin-bottom: 40px; */
}


.reviews-blocks .reviewer p.reviewer-name {
    font-size: 18px;
    line-height: 30px;
    color: #12182E;
    font-weight: 600;
    margin-bottom: 0px;
}

.reviews-blocks .reviewer p.reviewer-designation {
    font-size: 16px;
    line-height: 26px;
    color: #12182E;
    font-weight: 400;
}

.reviews-blocks a.read-more&gt;p {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #F48B00;
    position: relative;
}

.reviews-blocks a.read-more&gt;p::after {
    content: '';
    background: url('../assets/img/arrow_slider.svg') no-repeat;
    width: 19px;
    height: 15px;
    display: inline-block;
    position: absolute;
    bottom: 7px;
    margin-left: 10px;
}

.reviews-blocks .quote-img {
    position: absolute;
    top: 92%;
    left: 75%;
}

.reviews-blocks .quote-img&gt;img {
    transform: rotate(180deg);
    max-width: 68px;
}

section.award-strip-customer {
    background-color: #D6EFFF;
    z-index: 9;
    position: relative;
}

.customers section.award-strip-customer {
    max-width: calc(100% - 200px);
    margin: auto;
    margin-top: 10px;
}

.customers section.award-strip-customer a.pr-btn {
    margin-top: 30px;
    display: block;
    text-decoration: none;
}

.customers section.award-strip-customer .pr-btn button {
    border: none;
    background: transparent linear-gradient(270deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    letter-spacing: -0.36px;
    font-size: 18px;
    line-height: 66px;
    max-height: 48px;
    padding: 0px 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: -10px;
}

.customers section.award-strip-customer .pr-btn button:focus {
    outline: unset;
}

section.award-strip-customer .award-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px 0px;
}

section.award-strip-customer h2.award-text {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: #12182E;
    max-width: 808px;
}

section.award-strip-customer img.award-img {
    width: 178px;
    margin-bottom: 14px;
}

section.award-strip-customer .slick-dots,
section.scaling-support .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: circle;
    text-align: center;
}

section.award-strip-customer .slick-dots {
    display: none;
}

section.award-strip-customer .slick-dots li button,
section.scaling-support .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    color: transparent;
    outline: 0;
    content: unset;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #f48b00;
}

section.award-strip-customer .slick-dots li button:before,
section.scaling-support .slick-dots li button:before {
    content: unset;
}

section.award-strip-customer .slick-prev:before {
    opacity: 0;
}

section.award-strip-customer li.slick-active button,
section.scaling-support li.slick-active button {
    background: #f48b00;
}

section.award-strip-customer .carousel-inner.slick-initialized.slick-slider.slick-dotted {
    min-height: 295px;
}

.customers section.award-strip-customer .carousel-inner.slick-initialized.slick-slider.slick-dotted {
    min-height: 283px;
}

section.scaling-support .carousel-inner.scaling-support-cards.slick-initialized.slick-slider.slick-dotted {
    height: 275px;
}

section.scaling-support {
    position: relative;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 30px;
}

section.scaling-support .su-customer-heading {
    margin-bottom: 30px;
}

section.scaling-support .card-body.d-flex.flex-column.lg {
    align-items: center;
    min-height: 230px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 24px #00000014;
}

.customers .TestimonialCaseStudy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.customers section.scaling-support .card-body.d-flex.flex-column.lg {
    align-items: center;
    min-height: 240px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 24px #00000014;
    justify-content: flex-start;
    width: 20%;
}

.customers section.scaling-support img.digit {
    margin: 20px 0px 18px;
    height: 38px;
}


.customers section.scaling-support img.card-img-center {
    max-width: 200px;
}

section.scaling-support p.scaling-digit {
    font-size: 48px;
    font-weight: 700;
    line-height: 24px;
    color: #F48B00;
    margin-top: 20px;
}

section.scaling-support p.scaling-digit sup {
    font-size: 60%;
}


section.scaling-support .scaling-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #12182E;
    text-align: center;
}

section.scaling-support .slick-slide img {
    display: block;
    width: -webkit-fill-available;
}

.customers .feature-success-story ul.slick-dots {
    bottom: -40px;
}

.customers .slick-prev.slick-arrow,
.customers .slick-next.slick-arrow {
    display: none !important;
}

.customers .slick-dotted.slick-slider {
    margin-bottom: 6px;
}

.customers .feature-success-story .carousel-inner {
    overflow: unset;
}

.customers .feature-success-story .carousel-inner .slick-dots li {
    margin: 0px;
}

.customers .feature-success-story .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #f48b00;
}

.customers .feature-success-story li.slick-active button {
    background: #f48b00;
}

.customers .feature-success-story .slick-dots li button:before {
    content: unset;
}

.customers section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying .slick-track {
    left: -3px;
}


/* Header SU Search css */

.search-bar-v2 {
    display: none;
}


.search-bar-v2 #su_autocomplete-block .su__search_section {
    padding: 0;
    background-color: transparent;
}

.search-bar-v2 #su_autocomplete-block .su__search_section&gt;.su__container {
    padding: 0;
}

.search-bar-v2 #su_autocomplete-block .su__search_section .su__radius-2 {
    border-radius: 0;
    box-shadow: none;
}

.search-bar-v2 #su_autocomplete-block .su__search_section #search-box-autocomplete {
    background-color: #E9E9E9;
    height: 35px;
    padding: 5px 50px 5px 15px;
    border-radius: 4px;
    border-color: transparent;
    color: #12182E;
}

@media only screen and (min-width: 991px) {

    .header .brand-logo-column {
        flex: 0 0 17%;
        max-width: 17%;
    }

    .header .navigation-column {
        flex: 0 0 83%;
        max-width: 83%;
        display: flex;
        justify-content: flex-end;
    }

    .header .brand-logo-column .header_logo {
        max-width: 180px;
        width: 100%;
    }

    .header .brand-logo-column .searchunify-logo {
        margin-top: 5px;
    }

    .search-bar-v2 #su_autocomplete-block .su__search_section .su__input-close {
        top: 7px;
        right: 15px;
    }

    .search-bar-v2 #su_autocomplete-block .su__search_section .su__input-close svg {
        width: 10px;
        height: 10px;
    }

    .search-bar-v2 #su_autocomplete-block .su__search_section .su__search_btn {
        padding: 0;
        visibility: visible;
        opacity: 1;
        right: 5px;
        left: auto;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.006' height='20' viewBox='0 0 20.006 20'%3E%3Cg id='Layer' transform='translate(0.09 0.08)'%3E%3Cpath id='Layer-2' data-name='Layer' d='M-.09,8.046A8.1,8.1,0,0,1,13.78,2.337,7.935,7.935,0,0,1,15,12.108a.518.518,0,0,0-.042.1.325.325,0,0,0,0,.108.244.244,0,0,0,.03.108.391.391,0,0,0,.06.09l4.129,4.129a1.885,1.885,0,0,1,.287,2.7l-.126.126a1.885,1.885,0,0,1-2.7-.287l-4.123-4.123a.429.429,0,0,0-.09-.066.244.244,0,0,0-.108-.03.362.362,0,0,0-.114,0,.305.305,0,0,0-.1.042,7.934,7.934,0,0,1-9.771-1.221A8.091,8.091,0,0,1-.09,8.046Zm12.38,4.248a6,6,0,1,0-4.23,1.747,6.017,6.017,0,0,0,4.23-1.747Z' transform='translate(0 0)' fill='%23333' fill-rule='evenodd'/%3E%3Cg id='Layer-3' data-name='Layer' transform='translate(5.075 3.205)'%3E%3Cpath id='Layer-4' data-name='Layer' d='M15.237,9.784a.825.825,0,0,0,.395-.1.811.811,0,0,0,.3-.269.847.847,0,0,0,.078-.79,5.316,5.316,0,0,0-1.155-1.7A5.307,5.307,0,0,0,11.12,5.41a5.282,5.282,0,0,0-2.01.419.819.819,0,0,0-.5.449A.839.839,0,0,0,9.762,7.366a3.6,3.6,0,0,1,2.746-.018,3.59,3.59,0,0,1,1.957,1.927.72.72,0,0,0,.126.2.826.826,0,0,0,.185.168.933.933,0,0,0,.221.1.8.8,0,0,0,.239.036Z' transform='translate(-8.542 -5.41)' fill='%23f48b00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center center;
        padding-right: 10px;
        height: 28px;
        width: 28px;
        border-radius: 30px;
        top: 3px;
        padding: 0;
        background-color: #e9e9e9;
    }



    @keyframes moveButton {
        0% {
            left: calc(100% - 28px);
        }

        50% {
            left: 0;
        }

        100% {
            left: calc(100% - 28px);
        }
    }

    @keyframes moveButtonReset {
        0% {
            left: calc(100% - 35px);
        }

        100% {
            left: calc(100% - 35px);
        }
    }

    .search-bar-v2 #su_autocomplete-block .su__search_section .su__search_btn svg {
        position: relative;
        right: auto;
        opacity: 0;
        visibility: hidden;
    }


    .search-bar-v2 {
        display: inline-flex;
        padding-right: 10px;
        padding-top: 20px;
    }

    .search-bar-v2 #auto {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav {
        flex-flow: row nowrap;
    }

    .search-bar-v2.focus-input-element #su_autocomplete-block .su__search_section #search-box-autocomplete {
        box-shadow: 2px 1px 5px hsl(0deg 0% 0% / 15%);
    }

    .search-bar-v2 .su__autoSuggestion.su__autocomplete-suggestion {
        min-width: 340px;
    }

    .review-block-customer {
        margin-bottom: 50px;
    }
}


/* End of header updation */

@media only screen and (min-width: 1440px) {
    .su-customers-crousel .carousel-container-reviews {
        padding: 0px 0px 0 20px;
    }

    .customers .su-customers-crousel .carousel-container-reviews {
        padding: 0px 0px 0 0px;
    }

    section.ourconnector-container.customers-logos.new-customers-logos.customers {
        padding-top: 0px;
        margin-top: 40px;
    }
}

@media (min-width: 992px) and (max-width:1024px) {
    .customers .su-customers-crousel.transforming-customer .customer-item {
        margin-left: -45px;
    }

    .customers .reviews-blocks .col-md-4.col-12.review-card {
        justify-content: flex-start;
    }

    .customers .reviews-blocks p.review.user {
        margin-top: 88px;
    }

    .customers section.award-strip-customer {
        max-width: calc(100% - 100px);
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .reviews-blocks .col-md-4.col-12.review-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .reviews-blocks .reviewer {
        min-height: 65px;
    }

    .reviews-blocks p.review {
        margin-top: 70px;
        margin-bottom: 0px;
    }

    .customers .reviews-blocks p.review {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .reviews-blocks a.read-more&gt;p {
        font-size: 16px;
        font-weight: 500;
        line-height: 34px;
        color: #F48B00;
        position: relative;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .reviews-blocks .reviewer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .reviews-blocks a.read-more&gt;p {
        font-size: 14px;
    }

    .reviews-blocks .reviewer-profile {
        text-align: center;
    }

    .reviews-blocks .reviewer p.reviewer-designation {
        line-height: 20px;
    }

    .reviews-blocks p.review {
        line-height: 26px;
        text-align: center;
    }

    .customers section.award-strip-customer,
    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        max-width: calc(100% - 100px);
    }

    .customers section.scaling-support .card-body.d-flex.flex-column.lg {
        width: 33%;
    }

    .customers .reviews-blocks .col-md-4.col-12.review-card {
        max-width: 100%;
        margin-top: 80px;
        margin-left: auto;
    }

    .customers .reviews-blocks .row.peer-review.review-block-customer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}


@media only screen and (max-width: 1024px) {
    .su-customers-crousel.carousel-2 .card-body {
        min-height: 240px;
    }

    .su-customers-crousel.carousel-2 .learn-btn {
        padding: 10px 20px;
    }

    .customers .feature-success-story .feature-story .content-row {
        margin: 0;
    }

    .customers section.award-strip-customer h2.award-text {
        font-size: 30px;
    }

}

@media (min-width: 768px) and (max-width:992px) {
    .customers .reviews-blocks p.review {
        margin-top: 12px;
        margin-bottom: 18px;
    }

    .customers .reviews-blocks .reviewer p.reviewer-designation {
        line-height: 20px;
        margin-bottom: 0;
    }

    .customers .reviews-blocks a.read-more&gt;p {
        text-align: center;
    }

    .customers .reviews-blocks .quote-img {
        left: 82%;
    }

    .customers .su-customers-crousel.transforming-customer h2.primary-color.searchunify-heading {
        margin-bottom: 30px !important;
    }

    .customers .review-block-customer {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .su-customers-crousel.carousel-2 .card-body {
        min-height: 150px;
    }

    .su-customers-crousel.carousel-2 .learn-btn {
        padding: 10px 10px;
    }

    .su-customers-crousel.carousel-2 .card.h-100 {
        flex-direction: column;
        align-items: center;
    }

    .su-customers-crousel.carousel-2 .testimonial-slide h4 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }


    section.ourconnector-container.customers-logos.new-customers-logos.customers {
        margin-top: -50px;
    }

    .customers .ourconnector-container.customers-logos.new-customers-logos.customers {
        margin-top: 15px;
    }

    .su-customers-crousel.carousel-2 .testimonial-slide {
        padding: 0px 15px;
    }

    .su-customers-crousel.carousel-2 .slick-dots {
        bottom: 130px;
    }

    .reviews-blocks .reviewer p.reviewer-name {
        font-size: 16px;
    }

    .reviews-blocks .reviewer p.reviewer-designation {
        font-size: 14px;
    }

    .reviews-blocks p.review {
        font-size: 14px;
    }

    .reviews-blocks a.read-more&gt;p {
        font-size: 14px;
    }

    .reviews-blocks .col-md-4.col-12.review-card {
        max-width: 80%;
        margin: 25px;
    }

    .reviews-blocks .row.peer-review.align-items-center.review-block-customer {
        flex-direction: column;
    }

    .reviews-blocks p.review.user {
        margin-top: 0px;
    }

    section.award-strip-customer .carousel-inner.slick-initialized.slick-slider.slick-dotted {
        height: unset !important;
    }

    section.award-strip-customer .award-slide {
        flex-direction: column;
        align-items: center;
        margin: 0 50px;
    }

    section.award-strip-customer h2.award-text {
        text-align: center;
        margin-top: 16px;
    }

    .award-strip-customer .slick-prev:before {
        opacity: 0;
    }

    .customers section.award-strip-customer a.pr-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .customers section.scaling-support .card-body.d-flex.flex-column.lg {
        width: 40%;
    }

    .customers .su-customers-crousel.transforming-customer.customer-saying .slick-list.draggable {
        height: 370px !important;
    }

    .connectors .card-img-box {
        min-height: 14vw;
    }
}



@media only screen and (max-width: 520px) {
    .su-customers-crousel.carousel-2 .card.h-100 {
        flex-direction: column;
        align-items: center;
    }

    .su-customers-crousel.carousel-2 .card-body.d-flex.flex-column.lg {
        align-items: center;
        justify-content: center;
        max-width: unset;
    }

    .su-customers-crousel.carousel-2 .testimonial-slide {
        padding: 15px 15px 30px 15px;
    }

    .su-customers-crousel.carousel-2 .slick-dots {
        bottom: 70px;
    }

    .customers section.award-strip-customer .pr-btn button {
        font-size: 13px;
    }

    section.reviews-blocks {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 520px) {
    section.award-strip-customer .carousel-inner.slick-initialized.slick-slider.slick-dotted {
        height: unset;
    }
}

@media only screen and (max-width: 486px) {
    section.award-strip-customer .carousel-inner.slick-initialized.slick-slider.slick-dotted {
        height: unset;
    }

    .customers section.award-strip-customer a.pr-btn {
        max-width: 100%;
    }

    .customers section.award-strip-customer .pr-btn button {
        font-size: 14px;
    }

    .su-customer-heading {
        line-height: 36px !important;
    }

    .customers section.scaling-support .card-body.d-flex.flex-column.lg {
        width: 80%;
    }

    .customers .ourconnector-container.customers-logos.new-customers-logos.customers {
        margin-top: 15px;
    }

    .customers .su-customers .banner-txt {
        line-height: 44px;
    }

    .customers section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        min-height: 50vh;
    }

    .customers .su-customers-crousel.transforming-customer.customer-saying .slick-list.draggable {
        min-height: 70px !important;
        height: 170px !important;
    }

    .customers section.award-strip-customer h2.award-text {
        font-size: 30px;
        line-height: 40px;
    }

    .customers section.award-strip-customer .award-slide {
        margin: 0 auto;
        width: 100% !important;
    }

    .customers section.award-strip-customer .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: unset !important;
    }

    .customers section.award-strip-customer .slick-list.draggable {
        padding: 0 10px !important;
    }

    .customers section.award-strip-customer,
    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        max-width: calc(100% - 30px);
    }

    .customers section.reviews-blocks {
        margin-top: 0px;
    }

    .customers .reviews-blocks h2.review-blocks-heading {
        margin-bottom: 0px !important;
    }

    .customers .reviews-blocks .col-md-4.col-12.review-card {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .customers .reviews-blocks .row.peer-review.review-block-customer {
        margin-bottom: 20px;
    }
}

/* carousel-2 styling end */

.request-demo-section.su-customer-rd.customer-demo-section {
    padding-bottom: 30px;
}

/* Events page filter style end*/

/* recognition header css updated */

.cookie_is_set .header-section.events {
    height: 350px;
    margin-top: 10px;
}

@media only screen and (max-width: 1400px) {
    .cookie_is_set .header-section.events {
        height: 230px;
        margin-top: 8px;
    }

    .customers.cookie_is_set .header-section.events {
        height: 364px;
    }
}

@media only screen and (max-width: 991px) {
    .cookie_is_set .header-section.events {
        margin-top: 35px;
        height: 300px;
    }

    .customers.cookie_is_set .header-section.events {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    section.footer-copyright {
        padding: 20px 0px 115px !important;
    }
}

@media only screen and (max-width: 767px) {
    .cookie_is_set .header-section.events {
        margin-top: 30px;
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .cookie_is_set .header-section.events {
        margin-top: 45px;
        height: 300px;
    }

    .customers.cookie_is_set .header-section.events {
        margin-top: 35px;
    }

    .customers section.award-strip-customer,
    section.searchunify-customers-cs.su-customers-crousel.transforming-customer.customer-saying {
        max-width: calc(100% - 30px);
    }

    section.site-footer .footer-contact-info img[alt="Map icon"] {
        margin-top: 15px
    }

    section.site-footer .container {
        max-width: 80%;
    }

    section.footer-certificates .certificate-all,
    section.footer-certificates .medal-all {
        justify-content: center;
    }

    section.footer-certificates .row.row-cols-2 {
        gap: 40px;
    }

    section.footer-copyright.copyright-new-class .row.row-cols-2 {
        flex-direction: column-reverse;
        align-item: center;
        justify-content: center;
        gap: 10px;
    }

    section.footer-copyright p,
    ul.footer_menu.footer_links li a {
        line-height: unset;
        text-align: center;
    }

    section.footer-copyright ul.footer_menu.footer_links li {
        margin-right: 10px;

    }

    section.footer-copyright .right-align {
        text-align: center !important;
    }

    section.footer-copyright ul.footer_menu.footer_links {
        padding-left: 0px;
    }

    section.footer-copyright ul.footer_menu.footer_links li {
        margin-right: 16px !important;
    }

    section.footer-copyright.copyright-new-class .row.row-cols-2 {
        gap: 10px !important;
    }

    section.footer-copyright {
        padding: 20px 0px 85px !important;
    }

    .connectors .card-img-box {
        min-height: unset;
    }
}

/* navbar superscript css */

.header .navbar .nav-sup {
    vertical-align: super;
    font-size: 8px;
    margin-left: 4px;
    color: #ffff;
    background: linear-gradient(90deg, #f80 0, #ffb300 100%);
    font-weight: 700;
    padding: 2px;
    border-radius: 5px;
}

section.site-footer ul.social-links li a,
section.site-footer ul.social-links li a span {
    height: 46px;
    width: 46px;
    display: block;
}

.su-request-demo .toGKj5D6jUisSQKMklAa {
    max-width: fit-content !important;
}

.su-request-demo ._3YPRbLVNkBcc0bgx_45.ENoUZlR59XHXARLvCpgD {
    padding-bottom: 45px;
}

.su-request-demo .embed-responsive .embed-responsive-item,
.embed-responsive iframe {
    top: 18px;
}

.request-demo .mktoFormRow:nth-child(9) .mktoError {
    right: 187.344px !important;
    bottom: 34.0312px !important;
}

.request-demo #mktoForm_4288 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    bottom: -34px !important;
    left: 0;
}

.request-demo .schedule-demo.embed-responsive.embed-responsive-16by9 {
    top: -25px;
}

.request-demo .card-body.d-flex.flex-column.feaured-resources-content-inner {
    min-height: 300px;
}

.request-demo .su-featured .card-body.d-flex.flex-column.feaured-resources-content-inner {
    min-height: 230px;
}

.request-demo .why_searchunify .fadeInUp {
    animation-delay: 0.2s !important;
}

.request-demo .tBQ2sFQryHicoUQYC2a0.y_GjIhKBuNa__U_12_Cl {
    max-height: 325px;
}

.tBQ2sFQryHicoUQYC2a0.M7qTOn_cwtSaHIDllkgI.y_GjIhKBuNa__U_12_Cl,
.tBQ2sFQryHicoUQYC2a0.y_GjIhKBuNa__U_12_Cl {
    max-height: 350px;
}

.request-demo .O6m_vG7PJqcrVIdhTxRr._Agzc1Uaqs2Glviq0hoS {
    max-height: 550px;
    overflow-y: scroll;
}

.request-demo .mktoFormRow.row_7 .mktoError {
    right: 186px !important;
    bottom: -24px !important;
}

.searchunify-request-demo.su-request-demo form#mktoForm_4288 #fullNameEditable,
.searchunify-request-demo.su-request-demo form#mktoForm_4288 #Country,
.searchunify-request-demo.su-request-demo form#mktoForm_4288 #Email,
.searchunify-request-demo form#mktoForm_4288 input#Company,
.searchunify-request-demo form#mktoForm_4288 input#Title {
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 11px 10px 11px !important;
    font-family: Montserrat, Arial, sans-serif;
    color: rgb(90 93 107) !important;
}

section.header-section.sub-heading.searchunify-request-demo.su-request-demo .demo_form_wrapper h3 {
    margin-bottom: 0;
    line-height: 0px;
}


.request-demo #mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean+label:after {
    left: -9px;
    top: -50px !important;
    width: 18px;
    height: 18px;
}

form#mktoForm_4288 .row_8 .mktoRequiredField .mktoAsterix {
    display: block;
    float: left;
    margin-right: 4px;
    margin-left: -4px;
}

.request-demo .demo_form_wrapper form#mktoForm_4288 .mktoRequiredField label.mktoLabel[for="emailOptInBoolean"],
.request-demo .demo_form_wrapper form#mktoForm_4288 label.mktoLabel[for="consenttoProcessing"] {
    padding-left: 26px;
    line-height: 12px !important;
}

.request-demo form#mktoForm_4288 .mktoCheckboxList input#consenttoProcessing+label:after {
    left: -8px;
    top: -44px !important;
    width: 18px;
    height: 18px;
}

.demo_form_wrapper form#mktoForm_4288 .row_8 .mktoRequiredField label.mktoLabel {
    margin-bottom: -10px;
}

.request-demo .demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label {
    margin-bottom: 5px;
}

.request-demo section.header-section.sub-heading.searchunify-request-demo.su-request-demo .demo_form_wrapper h3 {
    margin-bottom: 0;
    line-height: 0px;
}

.searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
    margin-top: 65px;
    padding-bottom: 30px !important;
}

section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
    padding: 40px 0 25px !important;
}

.header .navigation {
    padding: 0;
    padding-bottom: 0rem;
}

.request-demo #mktoForm_4288 .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0 !important;
}

.request-demo .demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList input+label:before {
    width: 18px;
    height: 18px;
    line-height: 10px;
}

.request-demo .demo_form_wrapper form#mktoForm_4288 .mktoCheckboxList label {
    font-size: 12px !important;
}

.request-demo #mktoForm_4288 button {
    padding: 10px 18px;
}

.request-demo #mktoForm_4288 .mktoFormRow:nth-child(9) .mktoError {
    right: 186px !important;
    bottom: 12px !important;
}

/* ebook LP styling start */

.su-ebook section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
    background-image: url(../assets/img/ebook-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 75px 0px 60px !important;
}

.su-ebook section.header-section .banner-row {
    margin-top: 60px;
}

.su-ebook .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
    width: unset;
    border: 1px solid #C6DDFC;
    border-radius: 20px !important;
    padding-bottom: 40px !important;
    padding-top: 10px !important;
    min-height: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: unset;
    position: relative;
}

.su-ebook .demo_form_wrapper h3 {
    font-size: 20px !important;
    line-height: 49px !important;
    color: #FF7300 !important;
    font-weight: 600 !important;
    margin: unset !important;
    text-transform: capitalize;
}

.su-ebook .demo_form_wrapper label#LblfullNameEditable,
.su-ebook .demo_form_wrapper label#LblEmail,
.su-ebook .demo_form_wrapper label#LblCompany,
.su-ebook .demo_form_wrapper label#LblTitle,
.su-ebook .demo_form_wrapper label#LblemailOptInBoolean .mktoAsterix {
    display: none;
}

.su-ebook .searchunify-request-demo.su-request-demo #fullNameEditable:focus-visible,
.su-ebook .searchunify-request-demo.su-request-demo #Country:focus-visible,
.su-ebook .searchunify-request-demo.su-request-demo #Email:focus-visible,
.su-ebook .searchunify-request-demo input#Company:focus-visible,
.su-ebook .searchunify-request-demo input#Title:focus-visible {
    outline: unset !important;
}

.su-ebook .demo_form_wrapper .mktoForm .mktoGutter {
    display: none;
}

.su-ebook .demo_form_wrapper .mktoForm .mktoOffset {
    height: 0rem !important;
}

.su-ebook .demo_form_wrapper .mktoFieldWrap.mktoFieldWrap_6,
.su-ebook .demo_form_wrapper .mktoFieldWrap.mktoRequiredField.mktoFieldWrap_7,
.su-ebook .demo_form_wrapper .mktoFormRow.row_9 .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
}

.su-ebook .demo_form_wrapper label#LblsearchUnifyTrialApprovedBy,
.su-ebook .demo_form_wrapper label#LblemailOptInBoolean,
.su-ebook .demo_form_wrapper label#LblconsenttoProcessing {
    width: unset !important;
    padding-left: 4px !important;
    font-size: 11px !important;
    line-height: 16px !important;
    color: #656262 !important;
    font-weight: 400 !important;
}

.su-ebook .demo_form_wrapper .mktoButtonRow {
    position: absolute;
    bottom: -20px;
    left: 20%;
}

.su-ebook .demo_form_wrapper button.mktoButton {
    background-color: #FF7300 !important;
    border: 1px solid #FF7300 !important;
    border-radius: 6px;
    background-image: unset !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    padding: 10px 36px !important;
    text-transform: uppercase;
}

.su-ebook .demo_form_wrapper .mktoFieldDescriptor.mktoFormCol.mktoFormCol_6 {
    margin-bottom: 0px !important;
}

.su-ebook .demo_form_wrapper .mktoFormRow.row_5 {
    display: block;
    margin-top: 5px;
}

.su-ebook .demo_form_wrapper .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.su-ebook .demo_form_wrapper .mktoForm select#State {
    border: unset;
}

.su-ebook .demo_form_wrapper .mktoError {
    right: unset !important;
}

.su-ebook .request-demo .mktoFormRow:nth-child(9) .mktoError {
    right: 135.344px !important;
    bottom: 16.0312px !important;
}

.su-ebook section.header-section.su-request-demo h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}

.why-todays-chatbot-annoys-customers .su-ebook section.header-section.su-request-demo h1 {
    color: #16044E;
}

/* .su-ebook .ebook-thumbnail img {
    max-width: -webkit-fill-available;
} */

.su-ebook section.key-takeaway {
    margin-top: 70px;
}

.su-ebook section.key-takeaway h2 {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000A41;
    margin-bottom: 40px;
}

.su-ebook .key-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.su-ebook .card-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border: 1px solid #CAD5E5;
    border-radius: 24px;
    padding: 40px 40px 0px;
    min-height: 296px;
    width: 32%;
}

.su-ebook .card-area img.attachment-full.size-full {
    max-width: 50px;
    max-height: 50px;
}

.why-todays-chatbot-annoys-customers .su-ebook .card-area {
    padding: 30px 24px 0px;
    min-height: 276px;
}

.maximize-customer-satisfaction-while-minimizing-support-costs-a-comprehensive-guide .su-ebook .card-area {
    min-height: 290px;
    padding: 40px 20px 0px;
}

.vector-search-a-comprehensive-guide-to-the-future-of-search .su-ebook .card-area {
    min-height: 280px;
}

.a-step-by-step-guide-to-knowledge-creation-and-management .su-ebook .card-area {
    min-height: 306px;
}

.su-ebook .card-area h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #000A41;
    margin: 18px 18px 24px;
}

.su-ebook .card-area p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}

.su-ebook section.ebook-download {
    margin: 45px 0px 70px;
}

.su-ebook section.ebook-download p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.su-ebook section.ebook-download p a {
    color: #FF7300;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.su-ebook section.demo-strip {
    background-image: url(../assets/img/ebook-exp-strip-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.the-death-of-support-tickets-how-ai-agents-are-eliminating-customer-complaints-before-they-happen .su-ebook section.demo-strip {
    padding: 60px 0px;
}

.su-ebook section.demo-strip .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.su-ebook section.demo-strip .demo-strip-bg {
    position: absolute;
    left: -370px;
}

.su-ebook section.demo-strip h3 {
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: left;
}

.su-ebook a.demo-btn {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    width: max-content;
    min-width: 160px;
    text-align: center;
    padding: 14px;
}

.su-ebook a.demo-btn:hover {
    color: #ffffff !important;
    background-color: #FF7300 !important;
    border: 1px solid #FF7300;
}

.su-ebook .buttons-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.su-ebook section.header-section.su-request-demo .left-section {
    padding-left: 0;
    margin-top: unset;
}

.su-ebook .text-lg-left.center-section {
    padding: unset;
}


/* ebook LP styling end */

@media only screen and (max-width: 1400px) {
    .su-ebook section.demo-strip .demo-strip-bg {
        left: -12vw;
    }
}

@media only screen and (min-width: 1300px) {
    .su-ebook .text-lg-left.center-section {
        margin-left: -30px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .su-ebook .demo_form_wrapper .mktoButtonRow {
        left: 13%;
    }

    .su-ebook .text-lg-left.center-section {
        padding: unset;
        padding-left: 20px;
    }

    .a-step-by-step-guide-to-knowledge-creation-and-management .su-ebook .card-area {
        min-height: 298px;
    }

    .maximize-customer-satisfaction-while-minimizing-support-costs-a-comprehensive-guide .su-ebook .card-area {
        min-height: 348px;
    }

    .su-ebook .card-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .why-todays-chatbot-annoys-customers .su-ebook .card-area {
        min-height: 306px;
    }

    .the-death-of-support-tickets-how-ai-agents-are-eliminating-customer-complaints-before-they-happen .su-ebook .card-area {
        min-height: 308px;
    }
}

@media only screen and (max-width: 992px) {
    .request-demo #mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -40px !important;
    }

    .su-ebook section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding-top: 70px !important;
    }

    .su-ebook .ebook-thumbnail {
        text-align: center;
    }

    .su-ebook .key-cards {
        gap: 10px;
    }

    .su-ebook .card-area {
        padding: 16px;
    }

    .su-ebook section.ebook-download {
        margin: 30px 0px 50px;
    }

    .su-ebook .buttons-area {
        gap: 18px;
        flex-direction: column;
    }

    .su-ebook section.header-section.su-request-demo .left-section {
        padding-left: 0;
        padding-right: unset;
    }

    .su-ebook .demo_form_wrapper .mktoButtonRow {
        left: 35%;
    }

    .su-ebook section.key-takeaway {
        margin-top: 40px;
    }

    .a-step-by-step-guide-to-knowledge-creation-and-management .su-ebook .card-area {
        min-height: 274px;
    }

    .su-ebook .card-area p {
        font-size: 14px;
        line-height: 22px;
    }

    .su-ebook .card-area h4 {
        font-size: 20px;
        line-height: 28px;
        margin: 18px 0px 18px;
    }

    .why-todays-chatbot-annoys-customers .su-ebook .card-area {
        min-height: 360px;
    }

    .su-ebook section.demo-strip {
        padding: 60px 0px;
    }

    .su-ebook .text-lg-left.center-section {
        padding-left: 0px;
    }

    .maximize-customer-satisfaction-while-minimizing-support-costs-a-comprehensive-guide .su-ebook .card-area {
        min-height: 360px;
        padding-top: 30px;
    }

    .vector-search-a-comprehensive-guide-to-the-future-of-search .su-ebook .card-area {
        min-height: 260px;
    }
}

@media only screen and (max-width: 768px) {
    .su-ebook .key-cards {
        justify-content: space-between;
        gap: 12px;
    }

    .a-step-by-step-guide-to-knowledge-creation-and-management .su-ebook .card-area {
        min-height: 275px;
    }

    .maximize-customer-satisfaction-while-minimizing-support-costs-a-comprehensive-guide .su-ebook .card-area {
        min-height: 350px;
    }

    .vector-search-a-comprehensive-guide-to-the-future-of-search .su-ebook .card-area {
        min-height: 262px;
    }

    .su-ebook section.demo-strip h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .request-demo .schedule-demo.embed-responsive.embed-responsive-16by9 {
        top: 25px;
    }

    .request-demo #mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -28px !important;
    }

}

@media screen and (max-width: 767px) and (-webkit-touch-callout: none) and (orientation: landscape) {
    .su-ebook .card-area {
        min-height: unset !important;
        width: 100% !important;
        padding-top: 30px !important;
    }

    .why-todays-chatbot-annoys-customers .su-ebook .card-area {
        padding-bottom: 20px !important;
    }

    .su-ebook .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 160px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .su-ebook .demo_form_wrapper .mktoButtonRow {
        left: 28%;
    }

    .su-ebook .card-area {
        min-height: unset !important;
        width: 100% !important;
        padding-top: 30px !important;
    }

    .su-ebook .key-cards {
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }

    .why-todays-chatbot-annoys-customers .su-ebook .card-area {
        padding-bottom: 20px !important;
    }

    .su-ebook .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 160px !important;
    }

}


@media only screen and (max-width: 576px) {
    .request-demo .schedule-demo.embed-responsive.embed-responsive-16by9 {
        top: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .su-ebook .key-cards {
        flex-direction: column;
        gap: 20px;
    }

    .su-ebook section.ebook-download p {
        text-align: center;
    }

    .su-ebook section.demo-strip h3 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 20px;
    }

    .su-ebook section.demo-strip {
        padding: 40px 0px 50px;
    }

    .su-ebook section.key-takeaway {
        margin-top: 40px;
    }

    .su-ebook section.demo-strip .container {
        flex-direction: column;
    }

    .su-ebook section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding-top: 70px !important;
    }

    .su-ebook .text-lg-left.center-section {
        margin-top: 30px;
        padding-left: 0px;
    }

    .su-ebook .demo_form_wrapper .mktoButtonRow {
        left: 19%;
    }

    .su-ebook .demo_form_wrapper .mktoForm .mktoRadioList,
    .su-ebook .demo_form_wrapper .mktoForm .mktoCheckboxList {
        width: 5%;
    }

    .su-ebook .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 140px !important;
    }

    .su-ebook section.header-section.su-request-demo .right-section {
        margin-left: 30px;
        margin-right: 30px;
    }

    .su-ebook .card-area {
        width: unset;
        width: 100%;
    }

    .a-step-by-step-guide-to-knowledge-creation-and-management .su-ebook .card-area {
        min-height: 216px;
        padding-bottom: 0px;
    }

    .su-ebook section.demo-strip .demo-strip-bg {
        display: none;
    }

    .su-ebook .demo_form_wrapper label#LblsearchUnifyTrialApprovedBy,
    .su-ebook .demo_form_wrapper label#LblemailOptInBoolean,
    .su-ebook .demo_form_wrapper label#LblconsenttoProcessing {
        padding-left: 10px !important;
    }

    .maximize-customer-satisfaction-while-minimizing-support-costs-a-comprehensive-guide .su-ebook .card-area {
        min-height: 240px;
    }

    .why-todays-chatbot-annoys-customers .su-ebook .card-area {
        min-height: unset;
        padding: 30px 30px 20px;
    }

    .su-ebook .card-area {
        min-height: unset;
        padding: 30px 30px 0px;
    }

    .su-ebook section.header-section.su-request-demo h1 {
        padding: 0px 10px;
    }

    .vector-search-a-comprehensive-guide-to-the-future-of-search .su-ebook .card-area {
        min-height: 230px;
    }

    .the-death-of-support-tickets-how-ai-agents-are-eliminating-customer-complaints-before-they-happen .su-ebook .card-area {
        min-height: 280px;
    }
}

@media only screen and (max-width: 452px) {
    .request-demo #mktoForm_4288 .mktoCheckboxList input#emailOptInBoolean+label:after {
        top: -40px !important;
    }

    .searchunify-request-demo.su-request-demo form#mktoForm_4288 #fullNameEditable,
    .searchunify-request-demo.su-request-demo form#mktoForm_4288 #Country,
    .searchunify-request-demo.su-request-demo form#mktoForm_4288 #Email,
    .searchunify-request-demo form#mktoForm_4288 input#Company,
    .searchunify-request-demo form#mktoForm_4288 input#Title {
        margin-bottom: 10px !important;
    }

    .request-demo .feaured-resources-inner.su-featured .slick-list.draggable {
        padding-bottom: 15px;
    }

    .request-demo section.header-section.sub-heading.searchunify-request-demo.su-request-demo .demo_form_wrapper h3 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 390px) {
    .su-ebook .demo_form_wrapper .mktoButtonRow {
        left: 19%;
    }

    .su-ebook section.header-section.su-request-demo .right-section {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1026px) {
    .customers-crousel .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -50px;
        left: 0;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: auto;
        flex-direction: inherit;
        transform: inherit;
    }
}

@media (min-width: 999px) and (max-width: 1026px) {
    section.feaured-resources-inner.su-featured {
        padding: 4rem 0 0 0;
    }
}

@media (min-width: 999px) and (max-width: 1050px) {
    section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding: 40px 0 18px !important;
    }
}

/* footer styling */

/* body.page .container {
	max-width: 1440px;
	padding: 0 32px;
	} */

/* body.pageid-18085 .container {
	max-width: 1140px;
	} */

/* body.pageid-5715 .container {
	max-width: 1140px;
	} */

section.site-footer .recognitions-container .clearfix {
    margin-left: -6px;
    margin-top: 8px;
}

section.site-footer .medal-g2 {
    max-width: 100%;
    padding: 4px 10px;
    border: 1px solid #dbdbdb;
    text-align: center;
    margin-left: 8px;
}

section.site-footer .medal-g2 img {
    height: 76px !important;
    width: auto;
    padding: 2px 2px;
}

section.site-footer .medal-g2.ccw img {
    margin-top: 8px;
}

section.site-footer.inner-footer .contact-details .clearfix {
    display: flex !important;
    flex-direction: column !important;
}

.certificate li .certificate2 {
    background-position: -128px -618px;
    margin-left: -8px;
}

.certificate li span.certificate-kcs {
    margin-left: -90px;
}

section.site-footer ul li a:hover,
section.site-footer ul.footer_menu.footer_links li a:hover {
    font-weight: 600
}

section.site-footer ul.social-links a .social-icons {
    width: 46px !important;
    height: 46px !important;
    display: block;
    background-size: contain;
    padding: 2px !important;
}

section.site-footer.inner-footer .medal-g2.forrester,
section.site-footer.inner-footer .medal-g2.stevie-bronze {
    margin-left: 8px;
}

@media only screen and (min-width: 1410px) {
    .certificate li .certificate1 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1400px) {
    section.site-footer.inner-footer .medal-g2.ccw img {
        margin-top: 10px;
        width: auto;
        height: 48px !important;
        margin-left: 0px;
    }

    .social {
        margin-left: -16px;
    }

    section.site-footer.inner-footer ul.social-links li {
        margin-left: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    section.site-footer.inner-footer .medal-g2 img {
        height: 50px !important;
    }
}

/* footer update 25-11 -- team approved */
/* css start */

section.site-footer.site-footer-new-class {
    background: #D6EFFF;
    text-align: center;
    padding: 60px 0px 40px;
    margin: 0;
}

section.site-footer .footer-social-icons {
    margin-top: 12px;
}

section.site-footer .footer-social-icons ul li {
    width: 46px;
    height: 46px;
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    line-height: 27px;
}

section.site-footer .footer-menu-area {
    margin-bottom: 40px;
}

section.site-footer .logo-area {
    margin: 0 auto;
    border-top: 1px solid #dce4eb;
    width: 100%;
    border-bottom: 1px solid #dce4eb;
    padding: 20px 0px;
    margin-top: 24px;
}

section.site-footer .footer-contact-info img {
    margin-bottom: 16px;
}

section.site-footer .row.footer-contact-info {
    align-items: baseline;
}

section.site-footer .footer-contact-info a,
section.site-footer .footer-contact-info p {
    color: #5A5D6B;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
}

section.site-footer ul.social-links li a {
    display: unset;
}

section.site-footer h4 {
    font-size: 20px;
    color: #12182E;
    text-align: left;
    line-height: 36px;
    margin-bottom: 0px;
    font-weight: 500;
}

section.site-footer ul.footer_menu {
    margin-top: 30px;
    padding: 0px;
}

section.site-footer ul.footer_menu li {
    text-align: left;
    list-style-type: none;
    line-height: 16px;
    padding: unset;
}

section.site-footer ul.footer_menu li a {
    font-size: 14px;
    color: #5A5D6B;
    text-decoration: none;
    line-height: 38px;
}

section.site-footer ul li a:hover,
section.site-footer ul.footer_menu.footer_links li a:hover {
    font-weight: unset;
}

section.site-footer img[alt="Email icon"] {
    height: 32px;
    max-width: 32px;
}

section.site-footer img[alt="facebook icon"],
section.site-footer .footer-social-icons ul li:nth-child(1) {
    margin-left: 0px;
}

/* footer certificate section */
section.footer-certificates {
    margin: 30px 0px;
}

section.footer-certificates h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 27px;
    color: #00225A;
}

section.footer-certificates .certificate-all,
section.footer-certificates .medal-all {
    display: inline-flex;
}

section.footer-certificates .certificate div {
    margin-right: 12px;
}

.medal-all.flex-wrap {
    align-items: center;
}

section.footer-certificates .certificate img,
section.footer-certificates .medal img {
    margin-right: 14px;
}

section.footer-certificates .certificate-all.flex-wrap {
    margin-top: 36px;
}

section.footer-certificates .row {
    justify-content: space-between;
}

section.footer-certificates .col.mobile-100 {
    max-width: fit-content;
}


/* footer copyright section */
section.footer-copyright {
    background: #D6EFFF;
    padding: 20px 0px;
}

section.footer-copyright p,
ul.footer_menu.footer_links li a {
    font-size: 13px;
    font-weight: 600;
    color: #5A5D6B;
    margin-bottom: 0px;
    text-decoration: none;
    line-height: 36px;
}

section.footer-copyright .right-align {
    text-align: right;
}

section.footer-copyright ul.footer_menu.footer_links {
    display: inline-flex;
    margin-bottom: 0px;
}

section.footer-copyright ul.footer_menu.footer_links li {
    list-style-type: none;
    margin-right: 30px;
}

section.footer-copyright p,
ul.footer_menu.footer_links li a {
    font-size: 13px;
    font-weight: 600;
    color: #5A5D6B;
    margin-bottom: 0px;
    text-decoration: none;
    line-height: 36px;
}


@media (min-width: 1030px) and (max-width: 1320px) {

    section.site-footer .container,
    section.footer-certificates .container,
    section.footer-copyright .container {
        max-width: 96% !important;
    }

    section.footer-certificates .certificate-all {
        gap: 10px;
    }

    section.footer-copyright ul.footer_menu.footer_links li {
        margin-right: 15px;
        padding: 0;
    }


    section.site-footer .footer-contact-info a,
    section.site-footer .footer-contact-info p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    section.footer-copyright.copyright-new-class .row.row-cols-2 {
        flex-direction: column-reverse;
        align-item: center;
        justify-content: center;
        gap: 30px;
    }

    section.footer-copyright p,
    ul.footer_menu.footer_links li a {
        text-align: center;
    }

    section.footer-copyright .right-align {
        text-align: center !important;
    }

    section.site-footer .row.footer-contact-info {
        align-items: baseline;
        justify-content: center;
    }

    section.footer-certificates .certificate-all.flex-wrap {
        gap: 10px;
    }
}

@media (min-width:1024px) {
    section.site-footer h4 {
        line-height: 0px !important;
    }
}

@media (min-width:1030px) and (max-width: 1340px) {
    body.single-post.postid-22522 h1.post-title br {
        display: none;
    }

    .container-fluid.blog-fluid.get-cta-area h5 {
        font-size: 20px;
    }

    .single-post .cta-sec-area-one {
        padding: 24px 4px 40px;
    }

}

@media (min-width:1030px) and (max-device-width: 1300px) and (-webkit-touch-callout: none) {
    .container-fluid.blog-fluid.get-cta-area h5 {
        font-size: 20px;
    }
}

/* footer update - css end */


/* SUVA icon ui position update */

@media only screen and (max-width: 1024px) {

    .page #searchUnifyChatbot .suva-chatbot-buttom-btn,
    .single-post #searchUnifyChatbot .suva-chatbot-buttom-btn {
        bottom: 100px;
    }
}

@media only screen and (max-width: 992px) {

    .page #searchUnifyChatbot .suva-chatbot-buttom-btn,
    .single-post #searchUnifyChatbot .suva-chatbot-buttom-btn {
        bottom: 80px;
    }
}

@media only screen and (max-width: 480px) {

    .page #searchUnifyChatbot .suva-chatbot-buttom-btn,
    .single-post #searchUnifyChatbot .suva-chatbot-buttom-btn {
        bottom: 180px;
    }
}

@media screen and (max-width: 1024px) {
    .container-fluid.blog-fluid.get-cta-area {
        width: calc(100% - 10vw) !important;
    }

    .single-post .cta-sec-area-one {
        padding: 24px 4px 40px;
    }
}

@media screen and (max-width: 992px) {
    .container-fluid.blog-fluid.get-cta-area h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .container-fluid.blog-fluid.get-cta-area h5 {
        font-size: 15px;
    }

    .container-fluid.blog-fluid.get-cta-area {
        padding: 40px 0px;
    }
}

@media screen and (max-width: 480px) {
    .get-cta-area .get-cta-inner.col-12 {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .get-cta-box.col-md-4:last-of-type {
        margin-left: unset;
    }

    .get-cta-area .get-cta-box.col-md-4 {
        max-width: max-content;
    }

    .container-fluid.blog-fluid.get-cta-area h5 {
        margin-bottom: 8px;
    }

    .container-fluid.blog-fluid.get-cta-area a.cta-one {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 992px) and (orientation: landscape) {
    .page .modal-dialog-centered {
        height: calc(100% - (-15.25rem));
    }
}

/* whitepaper template css start */

.su-whitepaper section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
    background-image: url(../assets/img/whitepaper-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    padding: 75px 0px 60px !important;
}

.su-whitepaper section.header-section .banner-row {
    margin-top: 60px;
}

.su-whitepaper .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
    width: unset;
    border: 1px solid #C6DDFC;
    border-radius: 20px !important;
    padding-bottom: 40px !important;
    padding-top: 10px !important;
    min-height: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: unset;
    position: relative;
}

.su-whitepaper .demo_form_wrapper h3 {
    font-size: 21px !important;
    line-height: 49px !important;
    color: #FF7300 !important;
    font-weight: 500 !important;
    margin: unset !important;
    text-transform: capitalize;
}

.su-whitepaper .demo_form_wrapper label#LblfullNameEditable,
.su-whitepaper .demo_form_wrapper label#LblEmail,
.su-whitepaper .demo_form_wrapper label#LblCompany,
.su-whitepaper .demo_form_wrapper label#LblTitle,
.su-whitepaper .demo_form_wrapper label#LblemailOptInBoolean .mktoAsterix {
    display: none;
}

.su-whitepaper .searchunify-request-demo.su-request-demo #fullNameEditable:focus-visible,
.su-whitepaper .searchunify-request-demo.su-request-demo #Country:focus-visible,
.su-whitepaper .searchunify-request-demo.su-request-demo #Email:focus-visible,
.su-whitepaper .searchunify-request-demo input#Company:focus-visible,
.su-whitepaper .searchunify-request-demo input#Title:focus-visible {
    outline: unset !important;
}

.su-whitepaper .demo_form_wrapper .mktoForm .mktoGutter {
    display: none;
}

.su-whitepaper .demo_form_wrapper .mktoForm .mktoOffset {
    height: 0rem !important;
}

.su-whitepaper .demo_form_wrapper .mktoFieldWrap.mktoFieldWrap_6,
.su-whitepaper .demo_form_wrapper .mktoFieldWrap.mktoRequiredField.mktoFieldWrap_7,
.su-whitepaper .demo_form_wrapper .mktoFormRow.row_9 .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
}

.su-whitepaper .demo_form_wrapper label#LblsearchUnifyTrialApprovedBy,
.su-whitepaper .demo_form_wrapper label#LblemailOptInBoolean,
.su-whitepaper .demo_form_wrapper label#LblconsenttoProcessing {
    width: unset !important;
    padding-left: 4px !important;
    font-size: 11px !important;
    line-height: 16px !important;
    color: #656262 !important;
    font-weight: 400 !important;
}

.su-whitepaper .demo_form_wrapper .mktoButtonRow {
    position: absolute;
    bottom: -20px;
    left: 20%;
}

.su-whitepaper .demo_form_wrapper button.mktoButton {
    background-color: #FF7300 !important;
    border: 1px solid #FF7300 !important;
    border-radius: 6px;
    background-image: unset !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    padding: 10px 36px !important;
    text-transform: uppercase;
}

.su-whitepaper .demo_form_wrapper .mktoFieldDescriptor.mktoFormCol.mktoFormCol_6 {
    margin-bottom: 0px !important;
}

.su-whitepaper .demo_form_wrapper .mktoFormRow.row_5 {
    display: block;
    margin-top: 5px;
}

.su-whitepaper .demo_form_wrapper .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.su-whitepaper .demo_form_wrapper .mktoForm select#State {
    border: unset;
}

.su-whitepaper .demo_form_wrapper .mktoError {
    right: unset !important;
}

.su-whitepaper .request-demo .mktoFormRow:nth-child(9) .mktoError {
    right: 135.344px !important;
    bottom: 16.0312px !important;
}

.su-whitepaper section.header-section.su-request-demo h1 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}

.su-whitepaper .main-txt {
    margin-top: 100px;
}

.su-whitepaper .center-section p {
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 49px;
}

.su-whitepaper .main-txt p {
    color: #070707;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin: unset;
}

.su-whitepaper .down-arrow {
    position: relative;
    left: 41%;
    top: 50%;
}

.su-whitepaper h2.section-heading {
    color: #FF7300;
    font-size: 36px;
    line-height: 37px;
    text-align: center;
    font-weight: 600;
    margin: 45px 0px 30px;
}

.su-whitepaper .learn .learn-pointers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.su-whitepaper .learn .pointer-card {
    background-color: #FFFAF6;
    border: 1px solid #FF7300;
    max-width: 260px;
    display: flex;
    align-items: baseline;
    padding: 20px;
    min-height: 120px;
}

.su-whitepaper .learn .pointer-card p {
    color: #070707;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: unset;
    text-align: center;
}

.su-whitepaper .whitepaper-for .for-card-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.su-whitepaper .whitepaper-for .for-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    border: 1px solid #FF7300;
    padding: 44px 10px;
    min-width: 31%;
    min-height: 230px;
}

.su-whitepaper .for-card p {
    margin: unset;
    font-size: 16px;
    line-height: 25px;
    color: #FF7300;
    font-weight: 600;
    text-align: center;
}

.su-whitepaper .demo {
    margin: 34px 0px 48px;
}

.su-whitepaper .demo .demo-cont {
    display: flex;
    border: 1px solid #FF7300;
    padding: 34px 0px;
}

.su-whitepaper .demo-cont p {
    margin: unset;
    border-left: 4px solid #FF7300;
    padding-left: 40px;
    max-width: 70%;
    color: #070707;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
}

.su-whitepaper .demo-cont a {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 600;
    background: transparent linear-gradient(272deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    min-width: 150px;
    text-align: center;
    padding: 22px;
    margin-left: 8%;
    text-decoration: unset;
}

.su-whitepaper .demo-cont a:hover {
    color: unset;
}

.su-whitepaper .searchunify-request-demo.su-request-demo #fullNameEditable,
.su-whitepaper .searchunify-request-demo.su-request-demo #Country,
.su-whitepaper .searchunify-request-demo.su-request-demo #Email,
.su-whitepaper .searchunify-request-demo input#Company,
.su-whitepaper .searchunify-request-demo input#Title {
    min-height: 40px;
}


@media only screen and (min-width: 1300px) {
    .su-whitepaper .text-lg-left.center-section {
        margin-left: -30px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .su-whitepaper .demo_form_wrapper .mktoButtonRow {
        left: 13%;
    }

    .su-whitepaper .text-lg-left.center-section {
        padding: unset;
        padding-left: 20px;
    }

    .su-whitepaper .whitepaper-for .for-card {
        min-height: 230px;
    }

    .su-whitepaper .center-section p {
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .su-whitepaper .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 992px) {

    .su-whitepaper section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding-top: 70px !important;
    }

    .su-whitepaper .ebook-thumbnail {
        text-align: center;
    }

    .su-whitepaper section.header-section.su-request-demo .left-section {
        padding-left: 0;
        padding-right: unset;
        text-align: center !important;
    }

    .su-whitepaper .demo_form_wrapper .mktoButtonRow {
        left: 35%;
    }

    .su-whitepaper .text-lg-left.center-section {
        padding-left: 0px;
    }

    .su-whitepaper .whitepaper-for .for-card {
        min-height: 258px;
        padding: 44px 56px;
    }

    .su-whitepaper .demo-cont p {
        padding-left: 30px;
        line-height: 22px;
        max-width: 65%;
    }

    su-whitepaper .main-txt p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) and (-webkit-touch-callout: none) and (orientation: landscape) {

    .su-whitepaper .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 160px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .su-whitepaper .demo_form_wrapper .mktoButtonRow {
        left: 28%;
    }

    .su-whitepaper .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 160px !important;
    }

    .su-whitepaper .demo-cont a {
        margin-left: 2%;
    }
}

@media only screen and (max-width: 768px) {
    .whitepaper-thumbnail img {
        width: 70%;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {

    .su-whitepaper section.header-section.sub-heading.searchunify-request-demo.su-request-demo {
        padding-top: 70px !important;
    }

    .su-whitepaper .text-lg-left.center-section {
        margin-top: 30px;
        padding-left: 0px;
    }

    .su-whitepaper .demo_form_wrapper .mktoButtonRow {
        left: 19%;
    }

    .su-whitepaper .demo_form_wrapper .mktoForm .mktoRadioList,
    .su-whitepaper .demo_form_wrapper .mktoForm .mktoCheckboxList {
        width: 5%;
    }

    .su-whitepaper .searchunify-request-demo.su-request-demo .section-header-illustration .demo_form_wrapper {
        margin-top: 140px !important;
    }

    .su-whitepaper section.header-section.su-request-demo .right-section {
        margin-left: 30px;
        margin-right: 30px;
    }

    .su-whitepaper .demo_form_wrapper label#LblsearchUnifyTrialApprovedBy,
    .su-whitepaper .demo_form_wrapper label#LblemailOptInBoolean,
    .su-whitepaper .demo_form_wrapper label#LblconsenttoProcessing {
        padding-left: 10px !important;
    }

    .su-whitepaper section.header-section.su-request-demo h1 {
        padding: 0px 10px;
    }

    .su-whitepaper .whitepaper-for .for-card-area {
        flex-direction: column;
    }

    .su-whitepaper .whitepaper-for .for-card {
        min-width: 100%;
        min-height: unset;
        gap: 20px;
    }

    .su-whitepaper .demo .demo-cont {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .su-whitepaper .demo-cont p {
        max-width: 100%;
    }

    .su-whitepaper .down-arrow {
        left: 40%;
    }

    .su-whitepaper .demo-cont a {
        margin-left: unset;
    }

    .su-whitepaper .demo-cont p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .whitepaper-thumbnail img {
        width: 70%;
    }
}

@media only screen and (max-width: 390px) {
    .su-whitepaper .demo_form_wrapper .mktoButtonRow {
        left: 19%;
    }

    .su-whitepaper section.header-section.su-request-demo .right-section {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* whitepaper template css end */

/* event page - search bar section css start */

.events-page.events-page-v2 legend,
.events-page.events-page-v2 label.screen-reader-text,
.events-page.events-page-v2 a#resetButton {
    display: none;
}

.events-page.events-page-v2 form#FilterWebinar {
    padding: 50px 0px 0px;
}

.events-page.events-page-v2 input#webEvents {
    border: 1px solid #ced4da;
    border-radius: 50px;
}

.events-page.events-page-v2 select#evWebinar {
    border-radius: 50px;
    width: 60%;
    float: right;
    padding: 0px 17px;
}

@media (min-width:993px) and (max-width: 1300px) {
    .events-page.events-page-v2 select#evWebinar {
        width: 70%;
    }
}

.events-page.events-page-v2 input#start_date,
.events-page.events-page-v2 input#end_date {
    background-color: transparent;
    border: 1px solid #dadce0;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    padding: 5px;
    font-size: 1rem;
    color: #495057;
    cursor: pointer;
}

.events-page.events-page-v2 .start-date,
.events-page.events-page-v2 .end-date {
    position: absolute;
    background: #fff;
    z-index: 1;
    transform: translateY(-13px) scale(0.8);
    color: #495057;
}

.events-page.events-page-v2 .fa-calendar:before {
    content: "\f133";
    position: absolute;
    top: 8px;
    right: 24px;
}

.events-page.events-page-v2 button#submitDateFilter {
    padding: 7px 12px;
    border: none;
    margin-top: -25px;
    margin-left: 10px;
    border-radius: 6px;
    width: 80px;
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0%, rgba(255, 179, 0, 1) 100%);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    z-index: 9;
}

@media only screen and (max-width: 992px) {
    .events-page.events-page-v2 .search-sec {
        flex-direction: column;
        margin: auto;
        text-align: center;
    }

    .events-page.events-page-v2 .search-sec .date-filter-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .events-page.events-page-v2 select#evWebinar {
        width: 22%;
    }

    .events-page.events-page-v2 .fieldset .d-flex.align-items-center {
        justify-content: center !important;
    }

    .events-page.events-page-v2 select#evWebinar {
        float: unset;
        margin-top: -14px;
    }
}

@media only screen and (max-width: 480px) {
    .events-page.events-page-v2 form#FilterWebinar {
        padding: 10px 0px 0px;
    }

    .events-page.events-page-v2 select#evWebinar {
        width: 40%;
    }
}

/* event page - search bar section css end */

/* blog -- update css(komal) */
.su-blog-table-new {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

.su-blog-table-new thead {
    background-color: #d9e1f2;
}

.su-blog-table-new tbody tr.section-header {
    background-color: #bdd7ee;
    font-weight: bold;
}

.su-blog-table-new th,
.su-blog-table-new td {
    border: 1px solid #999;
    padding: 8px;
    text-align: center;
    min-width: 150px;
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

.su-blog-table-new th {
    font-weight: 700;
    font-size: 14px;
}

@media screen and (max-width: 768px) {

    .su-blog-table-new th,
    .su-blog-table-new td {
        font-size: 13px;
        padding: 6px;
        min-width: 120px;
    }
}</pre></body></html>