/* feedback foundation */
.lp-container {
    max-width: 1580px;
    padding: 0 30px;
    margin: 0 auto;
}

.page-template-template-survey-feedback-new.feedback-foundation {
    background: none;
}

.feedback-banner-sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 760px;
    padding-top: 84px;
}

.feedback-banner-sec::before {
    content: '';
    position: absolute;
    background-image: url(../images/feedback-banner-shape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    bottom: 0;
    right: 0;
}

.feedback-banner-sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/feedback-banner-shape2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1000px;
    height: 210px;
    bottom: 0;
    left: 0;
}

.feedback-banner-row,
.how-it-works-row,
.company-info-row {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.feedback-banner-row .feedback-banner-col,
.how-it-works-row .how-it-works-col,
.company-info-row .company-info-col {
    padding: 0 15px;
}

.feedback-banner-row .feedback-banner-col:first-child,
.leakage-start-row .leakage-start-col:first-child,
.how-it-works-row .how-it-works-col:first-child {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.feedback-banner-row .feedback-banner-col:last-child,
.leakage-start-row .leakage-start-col:last-child,
.how-it-works-row .how-it-works-col:last-child {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.feedback-banner-col .logo-box {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.feedback-banner-col .logo-box img {
    margin-left: auto;
    max-width: 390px;
    object-fit: contain;
}

.feedback-banner-title {
    color: #1380b4;
    font-size: 62px;
    line-height: 1.3;
    font-weight: 700;
    text-align: right;
    display: block;
    margin-bottom: 100px;
}

.feedback-banner-content {
    font-size: 35px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    text-align: right;
    position: relative;
    max-width: 650px;
    margin-left: auto;
}

.feedback-banner-col .img-box {
    max-width: 590px;
    position: relative;
    z-index: 1;
}

.feedback-banner-col .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.customer-feedback-sec {
    background-color: #0f263c;
    padding: 50px 0;
}

.customer-feedback-title {
    font-size: 39px;
    line-height: 1.1;
    color: #27a8e0;
    font-weight: 700;
    margin-bottom: 30px;
}

.customer-feedback-title span,
.customer-feedback-sec .sec-head p span {
    color: #38b449;
}

.customer-feedback-sec .sec-head p {
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    max-width: 98%;
    margin: auto;
}

.customer-feedback-sec .sec-head p span {
    font-weight: bold;
}

.revenue-driver-box {
    background-color: #38b449;
    padding: 32px 0;
    text-align: center;
    color: #fff;
    font-size: 37px;
    line-height: 1;
    font-weight: 600;
}

.outcome-salesforce-sec {
    padding-top: 86px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-md-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
}

.color-blue {
    color: #27a8e0;
}

.color-green {
    color: #38b449;
}

.color-darkblue {
    color: #0881b6;
}

.outcome-salesforce-sec .sec-head {
    margin-bottom: 50px;
}

.outcome-salesforce-list {
    display: flex;
    margin: 0 -10px;
    margin-bottom: 70px;
}

.outcome-salesforce-list .outcome-salesforce-item {
    width: 33.33%;
    padding: 0 10px;
}

.outcome-salesforce-item h5 {
    font-size: 33px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}

.common-ul {
    padding-left: 20px;
}

.common-ul li {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.common-ul li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.outcome-salesforce-sec .inner-content {
    font-size: 38px;
    line-height: 1.1;
    color: #0881b6;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 60px;
}

.btn {
    display: inline-block;
    border: none;
    background: #fab01e;
    padding: 16px 30px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    line-height: 1.1;
    font-size: 30px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.btn:hover {
    background-color: #0881b6;
    color: #fff;
}

.leakage-start-sec {
    background-color: #0f263c;
    padding: 100px 0;
}

.leakage-start-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.leakage-start-row .leakage-start-col {
    padding: 0 15px;
}

.leakage-start-col .sec-head .sec-md-title span {
    color: #0881b6;
}

.leakage-start-col .img-box {
    max-width: 600px;
}

.leakage-start-col .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.leakage-start-col .sec-head {
    margin-bottom: 32px;
}

.leakage-start-col .cms-con p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
}

.leakage-start-col .cms-con ul li {
    color: #fff;
}

.leakage-start-inner-title {
    font-size: 38px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 80px;
}

.leakage-start-inner-title span {
    color: #38b449;
}

.feedback-to-revenue-sec {
    padding: 100px 0;
}

.feedback-to-revenue-sec .lp-container {
    max-width: 1456px;
}

.feedback-to-revenue-sec .img-box {
    max-width: 520px;
    margin: 0 auto 30px;
}

.feedback-to-revenue-sec .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feedback-to-revenue-sec .sec-head {
    margin-bottom: 40px;
}

.feedback-to-revenue-title {
    font-size: 46px;
    line-height: 1.1;
    color: #27a8e0;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.feedback-to-revenue-sec .sec-head p {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}

.feedback-to-revenue-sec .cms-con p {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
}

.feedback-to-revenue-sec .cms-con .common-ul {
    text-align: left;
    max-width: 930px;
    margin: 0 auto 40px;
}

.feedback-to-revenue-sec .inner-title {
    color: #0881b6;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 80px;
}

.gtm-leader-sec {
    padding: 100px 0;
}

.gtm-leader-sec .sec-head {
    margin-bottom: 50px;
}

.gtm-leader-sec .outcome-salesforce-item h5 {
    color: #38b449;
    text-align: center;
}

.how-it-works-sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1050px;
    overflow: hidden;
    padding-top: 100px;
}

.how-it-works-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/feedback-banner-shape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    bottom: 0;
    right: 0;
}


.how-it-works-sec:after {
    content: '';
    position: absolute;
    background-image: url(../images/how-it-works-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1250px;
    height: 412px;
    bottom: 0;
    left: 0;
}

.how-it-works-col .sec-head {
    margin-bottom: 60px;
}


.how-it-works-col .sec-md-title span {
    display: block;
    color: #27a8e0;
    font-size: 46px;
    margin-top: 10px;
}

.how-it-works-row {
    align-items: start;
}

.how-it-works-col .img-box {
    position: relative;
    z-index: 1;
    max-width: 540px;
    margin-left: -70px;
}

.how-it-works-col .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how-it-works-col ul li {
    margin-bottom: 30px;
}

.how-it-works-col ul li h6 {
    color: #0881b6;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}

.how-it-works-col ul li p,
.how-it-works-col .cms-con p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    margin-bottom: 0;
}

.how-it-works-col ul {
    margin-bottom: 30px;
}

.how-it-works-col .cms-con {
    margin-bottom: 100px;
}

.how-it-works-sec .btn-box {
    position: relative;
    z-index: 1;
}

.how-it-works-sec .btn:hover {
    background-color: #fff;
    color: #fab01e;
}

.company-info-sec {
    background-color: #f5f5f5;
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px;
}

.company-info-sec::before {
    content: '';
    position: absolute;
    background-image: url(../images/feedback-banner-shape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 220px;
    bottom: 0;
    left: 0;
}

.company-info-sec .company-info-row .company-info-col:first-child {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.company-info-sec .company-info-row .company-info-col:last-child {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.company-info-sec .img-box {
    position: relative;
    z-index: 1;
    max-width: 480px;
}

.company-info-col .sec-head {
    margin-bottom: 80px;
}

.company-info-col .sec-md-title {
    font-size: 52px;
    line-height: 1.3;
}

.company-info-col .sec-md-title span {
    color: #38b449;
}

.company-info-col .common-ul {
    margin-bottom: 80px;
}

.company-info-col .common-ul li {
    margin-bottom: 40px;
}

.company-info-col .btn-box .btn:hover {
    background-color: #0f263c;
    color: #fff;
}

.cta-sec {
    background-color: #0f263c;
    padding: 100px 0;
}

.cta-sec .sec-head .sec-md-title span {
    color: #38b449;
}

.cta-sec .sec-head .sec-md-title {
    margin-bottom: 40px;
}

.cta-sec .sec-head p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    margin-bottom: 60px;
}

.cta-sec .cms-con p {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    margin-bottom: 70px;
}

/* back to top arrow */

.hidden {
    width: 0;
    height: 0;
    display: none;
}

.back-to-top {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 2.75rem;
    height: 2.75rem;
    background: #fab01e;
    border-radius: 4.375rem;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0;
    overflow: hidden;
    color: #fff
}

.back-to-top.active {
    bottom: 85px;
    opacity: 1;
    z-index: 9
}

.back-to-top>div {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top>.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top>.arrow svg {
    fill: #fff;
    height: 20px;
    width: 100%;
}

.back-to-top>.text {
    font-size: .5rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px
}

.back-to-top:hover {
    transform: scale(1.1);
    bottom: 85px;
    cursor: pointer;
}

.back-to-top:hover>.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0
}

.back-to-top:hover>.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1
}

/* back to top arrow */

@media (max-width: 1799px) {
    .how-it-works-col .img-box {
        margin-left: -30px;
    }
}

@media (max-width: 1699px) {
    .how-it-works-col .img-box {
        margin-left: 0;
    }
}

@media (max-width: 1499px) {
    .how-it-works-sec {
        padding-top: 70px;
    }

    .how-it-works-sec:after {
        width: 1000px;
        height: 320px;
    }

    .feedback-banner-title {
        font-size: 57px;
        margin-bottom: 120px;
    }
}

@media (max-width: 1399px) {
    .company-info-col .sec-md-title {
        font-size: 48px;
    }

    .common-ul li {
        font-size: 20px;
    }

    .feedback-banner-sec::after {
        min-width: 860px;
        height: 180px;
    }

    .feedback-banner-title {
        font-size: 54px;
        margin-bottom: 140px;
    }
}

@media (max-width: 1299px) {

    .cta-sec,
    .gtm-leader-sec,
    .feedback-to-revenue-sec,
    .outcome-salesforce-sec,
    .leakage-start-sec {
        padding: 80px 0;
    }

    .sec-md-title {
        font-size: 54px;
    }

    .cta-sec .cms-con p {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .company-info-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .company-info-col .sec-md-title {
        font-size: 44px;
    }

    .company-info-col .sec-head,
    .company-info-col .common-ul {
        margin-bottom: 60px;
    }

    .company-info-col .common-ul li {
        margin-bottom: 25px;
    }

    .outcome-salesforce-item h5 {
        font-size: 28px;
    }

    .outcome-salesforce-list {
        margin-bottom: 50px
    }

    .how-it-works-col .sec-md-title span {
        font-size: 40px;
    }

    .how-it-works-col ul li h6 {
        font-size: 32px;
    }

    .how-it-works-col ul li p,
    .how-it-works-col .cms-con p {
        font-size: 20px;
    }

    .how-it-works-sec {
        height: 960px;
    }

    .how-it-works-col .img-box {
        max-width: 450px;
    }

    .feedback-to-revenue-sec .inner-title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .leakage-start-inner-title {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .outcome-salesforce-item h5 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .outcome-salesforce-list {
        margin-bottom: 50px;
    }

    .outcome-salesforce-sec .inner-content {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .feedback-banner-title {
        font-size: 50px;
        margin-bottom: 80px;
    }

    .feedback-banner-sec {
        min-height: 680px;
    }

    .feedback-banner-content {
        font-size: 30px;
    }

    .customer-feedback-title {
        font-size: 32px;
    }

    .customer-feedback-sec .sec-head p {
        font-size: 22px;
    }

    .revenue-driver-box {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .feedback-banner-title {
        font-size: 38px;
        margin-bottom: 70px;
    }

    .feedback-banner-sec::before {
        height: 210px;
    }

    .feedback-banner-sec::after {
        min-width: 700px;
        height: 150px;
    }

    .feedback-banner-sec {
        min-height: 100%;
        height: 43vh;
    }

    .feedback-banner-content {
        font-size: 28px;
        position: relative;
        z-index: 1;
    }

    .sec-md-title {
        font-size: 44px;
    }

    .outcome-salesforce-sec .sec-head {
        margin-bottom: 40px;
    }

    .outcome-salesforce-list {
        margin-bottom: 30px;
    }

    .outcome-salesforce-sec .inner-content {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .btn {
        font-size: 24px;
    }

    .leakage-start-col .cms-con p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .common-ul li {
        font-size: 18px;
    }

    .leakage-start-inner-title {
        font-size: 28px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .feedback-to-revenue-sec .cms-con p {
        font-size: 22px;
    }

    .feedback-to-revenue-sec .inner-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .how-it-works-sec {
        height: 100%;
        padding-bottom: 100px;
    }

    .how-it-works-row .how-it-works-col {
        width: 100% !important;
    }

    .how-it-works-row .how-it-works-col .sec-head {
        text-align: center;
    }

    .how-it-works-col .img-box {
        max-width: 470px;
        margin: 0 auto 30px;
    }

    .how-it-works-sec:after {
        width: 700px;
        height: 230px;
    }

    .how-it-works-sec:before {
        height: 200px;
    }

    .how-it-works-col ul li h6 {
        font-size: 28px;
    }

    .how-it-works-col ul li p,
    .how-it-works-col .cms-con p {
        font-size: 18px;
    }

    .how-it-works-sec .btn-box {
        text-align: center;
    }

    .common-ul li {
        font-size: 16px;
        padding-left: 20px;
    }

    .common-ul li::before {
        width: 6px;
        height: 6px;
        top: 7px;
    }

    .company-info-col .sec-md-title {
        font-size: 36px;
    }

    .company-info-col .sec-head,
    .company-info-col .common-ul {
        margin-bottom: 40px;
    }

    .cta-sec .cms-con p {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .cta-sec .sec-head p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .feedback-banner-sec {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .d-md-none {
        display: none !important;
    }

    .feedback-banner-sec {
        min-height: 100%;
        height: 100%;
        padding-bottom: 30px;
    }

    .feedback-banner-row .feedback-banner-col,
    .leakage-start-row .leakage-start-col,
    .how-it-works-row .how-it-works-col {
        width: 100% !important;
    }

    .feedback-banner-col .logo-box img {
        max-width: 300px;
        margin: auto;
    }

    .feedback-banner-col .img-box {
        max-width: 420px;
        margin: 0 auto 40px;
    }

    .feedback-banner-title {
        font-size: 38px;
        margin-bottom: 50px;
        text-align: center;
    }

    .feedback-banner-content {
        text-align: center;
        max-width: 100%;
    }

    .feedback-banner-sec::after {
        min-width: 100%;
        height: 180px;
    }

    .feedback-banner-title {
        font-size: 38px;
        margin-bottom: 60px;
    }

    .customer-feedback-title {
        font-size: 28px;
    }

    .customer-feedback-sec .sec-head p {
        font-size: 18px;
        max-width: 100%;
    }

    .revenue-driver-box {
        font-size: 26px;
        padding: 20px 0;
    }

    .cta-sec,
    .gtm-leader-sec,
    .feedback-to-revenue-sec,
    .outcome-salesforce-sec,
    .leakage-start-sec {
        padding: 50px 0;
    }

    .sec-md-title {
        font-size: 34px;
    }

    .outcome-salesforce-list {
        display: flex;
        flex-wrap: wrap;
    }

    .outcome-salesforce-list .outcome-salesforce-item {
        width: 50%;
        padding: 0;
        margin-bottom: 30px;
    }

    .outcome-salesforce-item h5 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .outcome-salesforce-list .outcome-salesforce-item:last-child {
        margin-bottom: 0;
    }

    .outcome-salesforce-item h5 br {
        display: none;
    }

    .btn {
        font-size: 20px;
        padding: 14px 20px;
    }

    .leakage-start-col .img-box {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .leakage-start-inner-title {
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 30px;
        line-height: 1.4;
    }

    .feedback-to-revenue-sec .img-box {
        max-width: 400px;
    }

    .feedback-to-revenue-title {
        font-size: 34px;
    }

    .feedback-to-revenue-sec .sec-head p {
        font-size: 22px;
    }

    .feedback-to-revenue-sec .sec-head {
        margin-bottom: 20px;
    }

    .feedback-to-revenue-sec .cms-con p {
        font-size: 18px;
    }

    .feedback-to-revenue-sec .inner-title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .how-it-works-sec {
        padding-top: 50px;
    }

    .how-it-works-col .sec-md-title span {
        font-size: 30px;
    }

    .how-it-works-col .sec-head {
        margin-bottom: 40px;
    }

    .how-it-works-col .img-box {
        max-width: 370px;
    }

    .how-it-works-col ul li h6 {
        font-size: 24px;
    }

    .how-it-works-sec:after {
        width: 550px;
        height: 180px;
    }

    .how-it-works-sec:before {
        height: 180px;
    }

    .how-it-works-sec {
        padding-bottom: 60px;
    }

    .company-info-sec .company-info-row .company-info-col {
        width: 100% !important;
    }

    .company-info-sec .img-box {
        max-width: 380px;
        margin: auto;
    }

    .company-info-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .company-info-col .sec-md-title {
        font-size: 32px;
    }

    .company-info-col .sec-head,
    .company-info-col .common-ul {
        margin-bottom: 30px;
    }

    .cta-sec .cms-con p {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .cta-sec .sec-head p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cta-sec .sec-head .sec-md-title {
        margin-bottom: 30px;
    }

    .back-to-top.active {
    bottom: 45px;
}
}

@media (max-width: 767px) {
    .feedback-banner-col .logo-box img {
        max-width: 230px;
    }

    .feedback-banner-col .img-box {
        max-width: 300px;
        margin: 0 auto 30px;
    }

    .feedback-banner-title {
        font-size: 32px;
    }

    .feedback-banner-content {
        font-size: 24px;
    }

    .feedback-banner-sec::after,
    .feedback-banner-sec::before {
        height: 150px;
    }

    .customer-feedback-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .customer-feedback-sec .sec-head p {
        font-size: 16px;
    }

    .customer-feedback-sec {
        padding: 40px 0;
    }

    .revenue-driver-box {
        font-size: 20px;
    }

    .sec-md-title {
        font-size: 28px;
    }

    .outcome-salesforce-sec .sec-head {
        margin-bottom: 30px;
    }

    .outcome-salesforce-item h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .outcome-salesforce-list {
        margin: 0 -10px;
        margin-bottom: 30px;
    }

    .outcome-salesforce-sec .inner-content {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .outcome-salesforce-list .outcome-salesforce-item {
        padding: 0 10px;
    }

    .lp-container {
        padding: 0 15px;
    }

    .btn {
        font-size: 18px;
        padding: 12px 16px;
    }

    .feedback-to-revenue-title {
        font-size: 28px;
    }

    .feedback-to-revenue-sec .sec-head p {
        font-size: 20px;
    }

    .feedback-to-revenue-sec .cms-con p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .common-ul li {
        font-size: 14px;
    }

    .common-ul li::before {
        width: 6px;
        height: 6px;
        top: 5px;
    }

    .how-it-works-col ul li h6 {
        font-size: 20px;
    }

    .how-it-works-col ul li p,
    .how-it-works-col .cms-con p {
        font-size: 16px;
    }

    .company-info-col .sec-md-title {
        font-size: 26px;
    }

    .cta-sec .cms-con p {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cta-sec .sec-head p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cta-sec .sec-head .sec-md-title {
        margin-bottom: 25px;
    }

    .back-to-top.active {
        bottom: 2.1875rem;
        right: .625rem;
    }
}

@media (max-width: 568px) {
    .feedback-banner-col .logo-box {
        margin-bottom: 30px;
    }

    .feedback-banner-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .feedback-banner-content {
        font-size: 18px;
    }

    .feedback-banner-sec::after,
    .feedback-banner-sec::before {
        height: 132px;
    }

    .feedback-banner-col .img-box {
        max-width: 270px;
    }

    .customer-feedback-sec {
        padding: 30px 0;
    }

    .customer-feedback-title {
        font-size: 20px;
    }

    .customer-feedback-sec .sec-head p {
        font-size: 14px;
    }

    .revenue-driver-box {
        font-size: 18px;
        line-height: 1.3;
    }

    .sec-md-title {
        font-size: 26px;
    }

    .outcome-salesforce-list .outcome-salesforce-item {
        width: 100%;
    }

    .outcome-salesforce-item h5 {
        font-size: 18px;
    }

    .common-ul {
        padding-left: 10px;
    }

    .outcome-salesforce-list .outcome-salesforce-item {
        margin-bottom: 15px;
    }

    .outcome-salesforce-sec .inner-content {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .outcome-salesforce-sec .sec-head {
        margin-bottom: 20px;
    }

    .leakage-start-col .cms-con p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .leakage-start-inner-title {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 14px;
    }

    .feedback-to-revenue-sec .img-box {
        max-width: 240px;
        margin: 0 auto 20px;
    }

    .feedback-to-revenue-title {
        font-size: 24px;
    }

    .feedback-to-revenue-sec .sec-head p {
        font-size: 16px;
    }

    .feedback-to-revenue-sec .cms-con p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .feedback-to-revenue-sec .inner-title {
        font-size: 20px;
    }

    .feedback-to-revenue-sec .cms-con .common-ul {
        margin: 0 auto 20px;
    }

    .how-it-works-col .sec-md-title span {
        font-size: 20px;
        margin-top: 5px;
    }

    .how-it-works-col .img-box {
        max-width: 250px;
        margin: 0 auto 20px;
    }

    .how-it-works-col .sec-head {
        margin-bottom: 30px;
    }

    .how-it-works-col ul li h6 {
        font-size: 16px;
    }

    .how-it-works-col ul li p,
    .how-it-works-col .cms-con p {
        font-size: 14px;
    }

    .how-it-works-col ul li {
        margin-bottom: 20px;
    }

    .how-it-works-sec:after {
        width: 100%;
        height: 120px;
    }

    .how-it-works-sec:before {
        height: 130px;
    }

    .how-it-works-col ul {
        margin-bottom: 20px;
    }

    .how-it-works-col .cms-con {
        margin-bottom: 40px;
    }

    .gtm-leader-sec .sec-head {
        margin-bottom: 20px;
    }

    .company-info-col .sec-md-title {
        font-size: 22px;
    }

    .company-info-col .common-ul li {
        margin-bottom: 15px;
    }

    .company-info-sec .img-box {
        max-width: 280px;
        margin: 30px auto 0;
    }

    .company-info-sec::before {
        height: 160px;
    }

    .cta-sec .sec-head .sec-md-title br {
        display: none;
    }

    .cta-sec .cms-con p {
        font-size: 18px;
    }

    .cta-sec,
    .gtm-leader-sec,
    .feedback-to-revenue-sec,
    .outcome-salesforce-sec,
    .leakage-start-sec {
        padding: 40px 0;
    }

    .revenue-driver-box {
        font-size: 16px;
        padding: 15px 0;
    }

    .outcome-salesforce-item h5 {
        font-size: 16px;
    }

    .leakage-start-col .img-box {
        max-width: 280px;
        margin: 0 auto 20px;
    }

    .how-it-works-col .sec-md-title span {
        font-size: 18px;
    }

    .company-info-sec .img-box {
        max-width: 220px;
    }

    .company-info-sec::before {
        height: 130px;
    }

    .feedback-banner-sec {
        padding-top: 30px;
    }
}

/* feedback foundation */