.bg-grey {
    background-color: #F2F5F8;
}

.aln-items-ctr {
    align-items: center;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-36 {
    margin-bottom: 36px;
}

.pd-top-0 {
    padding-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.col-lg-6.aln-lt {
    padding-left: 0px;
}

hr {
    margin-top: 0px;
    border-color: #0D6940;
}

.header-section {
    border-top: 3px solid #006940;
    padding: 0px 16px 36px 16px;
    text-align: center;
}

    .header-section h1,
    .header-section h2 {
        margin: 0;
        padding: 0;
    }

    .header-section h1 {
        color: #006940;
        font-size: 43px;
        line-height: 51px;
        font-weight: bold;
    }

    .header-section h2, h3.section-title, h2.section-title-small, div.section-title {
        color: #414141;
        font-size: 24px;
        line-height: 34px;
        font-weight: bold;
        padding: 0;
    }

    .header-section h2 {
        margin-bottom: 0px;
    }

h3.section-title-large {
    font-size: 40px;
    line-height: 47px;
    padding: 0;
    margin-bottom: 8px;
}

h3.section-title, h2.section-title-small, div.section-title {
    margin-bottom: 10px;
}

.header-section .description, .whatsnew-section h6, .contact-content .description, .schedule-content .description {
    color: #424242;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    max-width: 700px;
    display: inline-block;
}

.header-section .description {
    margin-bottom: 18px;
}

    .header-section .description p:last-of-type {
        margin-bottom: 0px;
    }

.section-title-green {
    letter-spacing: 0.34px;
    color: #006940;
    text-transform: uppercase;
    opacity: 1;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 0;
}

.section-highlight {
    font-size: 40px;
    letter-spacing: 0.43px;
    color: #333333;
    opacity: 1;
    margin-bottom: 8px;
    line-height: 1.1;
    font-weight: bold;
}

.cta-btns-container .btn {
    margin-top: 0px;
}

.whatsnew-section h6, .contact-content .description, .schedule-content .description {
    margin-bottom: 0px;
}

.header-section .cta-btns-container {
    margin-bottom: 36px;
}

    .header-section .cta-btns-container.no-margin {
        margin-bottom: 0px;
    }

    .header-section .cta-btns-container .btn {
        font-weight: bold;
        border: 1.5px solid #006940;
        width: 250px;
        max-width: calc(50% - 12px);
        padding: 11px 0px;
    }

    .header-section .cta-btns-container .btn-demo {
        margin-right: 12px;
    }

    .header-section .cta-btns-container .btn-guided-tour {
        margin-left: 12px;
    }

.header-image-container {
    margin-right: 40px;
}

.header-image {
    max-width: 100%;
    padding-right: 50px;
}

.whatsnew-container {
    padding: 30px 40px;
    background: #F2F5F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 1;
    width: 100%;
}

    .whatsnew-container ul {
        text-align: left;
        font-size: 16px;
        margin-bottom: 18px;
    }

    .whatsnew-container h3 {
        text-align: left;
        margin-bottom: 18px;
    }

    .whatsnew-container a {
        font-size: 16px;
        color: #006940;
    }

a.scroll {
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 0;
    color: #006940;
    opacity: 1;
}

    a.scroll:link, a:visited.scroll, a:active.scroll, a:hover.scroll {
        color: #006940;
    }


.stats-section {
    background-color: #006940;
    padding: 35px 16px 42px 16px;
}

    .stats-section .stat-container {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #FFFFFF;
    }

        .stats-section .stat-container .material-icons {
            font-size: 65px;
            padding-right: 15px;
        }

/* for new layout */
.stat-image {
    margin-bottom: 10px;
    width: 100%;
}

.stat-container .stat-count,
.stat-container .stat-label,
.feature-label,
.contact-prose-heading,
.schedule-prose-heading {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
}

.feature-label {
    display: inline-block;
    text-decoration: underline;
}

.stat-description {
    margin: 5px 0px 9px 0px;
}

/* end for new layout */

.stats-section .stat-container .stat-count,
.stats-section .stat-container .stat-label {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
}

.stats-section .stat-container .stat-label {
    margin-bottom: 22px;
}

.stats-section .stat-container .btn-white {
    width: 100%;
    max-width: 254px;
    color: #006940;
    padding: 11px 10px;
}

.stats-section .stat-content {
    display: flex;
    margin-bottom: 12px;
}

    .stats-section .stat-content .stat-data {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .stats-section .stat-content .stat-data p {
            margin-bottom: 0px;
        }

.stats-section-sidebyside {
    background: linear-gradient(90deg, #F2F5F8 50%, #006940 50%);
}

    .stats-section-sidebyside > .container > .row > .col1 {
        display: flex;
        justify-content: flex-end;
        padding: 54px 40px 54px 20px;
        align-items: center;
    }

        .stats-section-sidebyside > .container > .row > .col1 img {
            max-height: 260px;
        }

    .stats-section-sidebyside > .container > .row > .col2 {
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 0px 80px 60px;
    }

        .stats-section-sidebyside > .container > .row > .col2 > .col-content p {
            font-family: Roboto, sans-serif;
            line-height: 34px;
            margin-bottom: 0px;
        }

        .stats-section-sidebyside > .container > .row > .col2 > .col-content > p:first-of-type {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 21px;
        }

        .stats-section-sidebyside > .container > .row > .col2 > .col-content > div.more-cta {
            font-size: 20px;
            display: flex;
            margin-bottom: 21px;
        }

            .stats-section-sidebyside > .container > .row > .col2 > .col-content > div.more-cta p {
                font-size: 20px;
                line-height: 24px;
                font-weight: 100;
            }

                .stats-section-sidebyside > .container > .row > .col2 > .col-content > div.more-cta p:first-of-type {
                    font-weight: 700;
                    padding-right: 25px;
                    font-weight: 700;
                }

        .stats-section-sidebyside > .container > .row > .col2 > .col-content a {
            color: #FFFFFF !important;
            text-decoration: underline;
        }

    .stats-section-sidebyside .stat-data {
        display: flex;
        align-items: center;
        padding-bottom: 19px;
    }

        .stats-section-sidebyside .stat-data .stat-count {
            min-width: 110px;
        }

        .stats-section-sidebyside .stat-data .stat-label {
            min-width: 120px;
        }

        .stats-section-sidebyside .stat-data .material-icons {
            font-size: 38px;
            padding-right: 12px;
        }

        .stats-section-sidebyside .stat-data p {
            font-size: 24px;
            font-weight: 700;
            padding-right: 14px;
        }

        .stats-section-sidebyside .stat-data a {
            padding-left: 17px;
            font-size: 16px;
            line-height: 19px;
        }

        .stats-section-sidebyside .stat-data:last-of-type {
            padding-bottom: 0px;
        }

.popular-product-section {
    background-color: #efefef;
}

.blog-grid-container {

}

    .blog-grid-container h3 {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .blog-grid-container .cta-container {
        margin-top: 24px;
    }

    .blog-grid-container .post-container {
        margin: 0;
    }

.video-section-orig {
    padding: 60px 0px 20px;
}

.video-section iframe {
    height: 304px;
}

.video-section .feature-container, .video-section-orig .feature-container {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}

    .video-section .feature-container .feature-image, .video-section-orig .feature-container .feature-image {
        width: 100%;
        max-width: 65px;
        margin-right: 18px;
    }

    .video-section .feature-container span, .video-section-orig .feature-container span {
        font-size: 22px;
        font-weight: bold;
        line-height: 25px;
        color: #333333;
    }

.video-section .feature-section-container {
    padding-left: 15px;
    height: 100%;
}

.video-section .feature-container-vertical {
    background-color: #EFEFEF;
}

    .video-section .feature-container-vertical .feature,
    .feature-container-vertical .feature {
        padding: 11px 45px;
    }

        .feature.dialog-open-btn:hover {
            background-color: #FFFFFF;
        }

    .video-section .feature-container-vertical .feature-image,
    .feature-container-vertical .feature-image {
        width: 100%;
        max-width: 50px;
        margin-right: 18px;
    }


.video-section .video {
    text-align: center;
    padding-right: 15px;
    width: 100%;
    height: 304px;
}

    .video-section .video.mgn-btm {
        margin-bottom: 75px;
    }

.feature-container-vertical {
    background-color: #EFEFEF;
    margin-left: 0px;
}

    


.whatsnew-section .whatsnew-container {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    box-shadow: none;
    background: none;
}

    .whatsnew-section .whatsnew-container.right-column {
        padding-left: 15px;
    }

    .whatsnew-section .whatsnew-container h2 {
        margin-bottom: 8px;
        padding: 0;
    }

.whatsnew-section .whatsnew-content {
    background-color: #EFEFEF;
    padding: 40px 30px;
}

.whatsnew-section .contact-container.right-column {
    padding-left: 15px;
}

.whatsnew-section .contact-container.left-column {
    padding-right: 15px;
}

.contact-prose-heading,
.schedule-prose-heading {
    color: #414141;
    margin-top: 18px;
    margin-bottom: 4px;
}

.contact-button-container,
.schedule-button-container {
    margin-top: 12px;
}

.product-section.pb-0 {
    padding-bottom: 0px;
}

.product-section .product-carousel {
    background-color: #EFEFEF;
    padding: 50px 80px 66px 80px;
}

    .product-section .product-carousel.min-h-short {
        min-height: 420px;
    }

    .product-section .product-carousel .carousel-indicators li {
        width: 16px;
        height: 16px;
        margin: 0px 8px;
        border-radius: 50%;
        border: 1px solid #424242;
        background-color: #424242;
    }

        .product-section .product-carousel .carousel-indicators li:not(.active) {
            background-color: #D8D8D8;
            border: 1px solid #D8D8D8;
        }

    /*.product-section .product-carousel .carousel-indicators li:nth-of-type(2) {
				margin: 0px 17px;
			}*/

    .product-section .product-carousel .carousel-control-next,
    .product-section .product-carousel .carousel-control-prev {
        width: 10%;
    }

    .product-section .product-carousel .carousel-control-next {
        justify-content: flex-end;
    }

    .product-section .product-carousel .carousel-control-prev {
        justify-content: flex-start;
    }

    .product-section .product-carousel .carousel-control-prev-icon {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/scroll_left.png);
        width: 65%;
        height: 31px;
        max-width: 18px;
        margin-left: 20px;
    }

    .product-section .product-carousel .carousel-control-next-icon {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/scroll_right.png);
        width: 65%;
        height: 31px;
        max-width: 18px;
        margin-right: 20px;
    }

    .product-section .product-carousel .pause-autoplay:hover {
        cursor: pointer;
    }

.product-section .product-container {
    padding: 60px 16px 24px 16px;
}

    .product-section .product-container ul, .product-section .carousel-item ul, .whatsnew-container ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
    }

        .product-section .product-container ul li, .product-section .carousel-item ul li, .whatsnew-container ul li {
            background: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/green-bullet-point.png) no-repeat top left;
            background-position: 0 5px;
            padding: 0 0 4px 30px;
            margin-left: 1em;
            margin-bottom: 12px;
            line-height: 22px;
            font-size: 16px;
        }

    .product-section .product-container .product-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .product-section .product-container .product-description .btn {
        margin-top: 18px;
    }

    .product-slide .product-description h3 {
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
        padding: 0;
        margin: 0px 0px 12px 0px;
    }

.testimonial-section {
    margin-bottom: 36px;
}

    .testimonial-section .row {
        margin-bottom: 60px;
    }

    .testimonial-section .testimonial-container:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60%;
        border-left: 2px solid #ACACAC;
    }

    .testimonial-section .testimonial-container p {
        padding-left: 24px;
        padding-right: 24px;
    }

    .testimonial-section .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 400px;
    }


.cta-section {
    margin-bottom: 98.5px;
}

    .cta-section .row {
        margin: 0;
    }

    .cta-section .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 300px;
    }

.cta-side-by-side {
    background-image: url('/wp-content/uploads/2020/04/BlueBackground.png'), url('/wp-content/uploads/2020/04/Greenbackground.png ');
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    background-size: 50.01% 100%;
    color: #ffffff;
    padding: 77px 0;
}

    .cta-side-by-side .col-sm-6 {
        text-align: center;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cta-side-by-side img {
        height: 100px;
        margin-bottom: 24px;
    }

    .cta-side-by-side h4 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .cta-side-by-side h6 {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 24px;
    }


.popular-product-section {
    padding: 51px 16px 32px 16px;
    margin-bottom: 36px;
}

    .popular-product-section h3 {
        font-size: 30px;
        line-height: 34px;
        font-weight: bold;
        color: #414141;
        text-align: center;
    }

    .popular-product-section .row {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .popular-product-section .popular-product-container a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        margin-bottom: 24px;
    }

    .popular-product-section .popular-product-container img {
        margin-bottom: 15px;
    }

    .popular-product-section .popular-product-container a > span {
        width: 100%;
    }

.customers-section {
    margin-bottom: 36px;
}

.popular-sidebyside-product-section {
    margin-bottom: 73px;
}

.popular-product {
    background-color: #F2F5F8;
    padding: 47px 59px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .popular-product .product-header {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

        .popular-product .product-header img {
            height: 97px;
            width: 97px;
            max-width: inherit;
            margin-right: 16px;
        }

        .popular-product .product-header h4 {
            margin: 0;
            padding: 0;
            font-size: 30px;
            font-weight: 700;
        }

    .popular-product a.product-header:hover h4,
    .popular-product a.product-header:hover {
        text-decoration: none !important;
    }

    .popular-product p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .popular-product ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
        margin-bottom: 35px;
        margin-left: 25px;
    }

        .popular-product ul li {
            font-size: 16px;
            line-height: 40px;
            font-weight: 400;
        }

            .popular-product ul li::before {
                content: " ";
                background-color: #006940;
                border-radius: 50%;
                display: inline-block;
                height: 12px;
                width: 12px;
                margin-right: 9px;
            }

    .popular-product .product-footer {
        margin-top: auto;
        text-align: center;
    }

        .popular-product .product-footer .lnk-learnmore {
            font-size: 16px;
            font-weight: 700;
            color: #006940 !important;
            text-decoration: underline;
        }

.clients {
    align-items: center;
}

    .clients #client-tabs {
        margin-top: 0px;
    }

.feature-container .section-content {
    background-color: #EFEFEF;
    padding: 40px;
}

.dialog-open-btn:hover {
    cursor: pointer;
}

.ui-dialog {
    width: 50% !important;
    max-width: 550px !important;
    min-width: 280px !important;
}

    .ui-dialog .ui-dialog-titlebar {
        background: none;
        border: none;
        display: flex;
        padding-top: 32px;
        padding: 32px 38px 0px 42px;
    }

    .ui-dialog .ui-dialog-content {
        padding: 13px 42px 35px 42px;
    }

        .ui-dialog .ui-dialog-content > p:last-of-type {
            margin-bottom: 0px;
        }

    .ui-dialog .ui-dialog-title {
        padding: 0;
        margin: 0;
        align-self: flex-end;
        font-size: 1.5em;
        font-weight: bold;
    }

.ui-dialog-titlebar button {
    border: none;
    background: none;
    margin-right: 0px;
    padding: 0;
    position: absolute;
    right: 35px;
}

    .ui-dialog-titlebar button .material-icons {
        font-size: 30px;
        color: grey;
    }


div[data-product-code=GA] .stat-description {
    margin: 0px 0px 16px 0px;
}

div[data-product-code=GA] .whatsnew-content {
    background: none;
    padding: 0px;
}

div[data-product-code=GA] .whatsnew-section .whatsnew-container {
    padding: 0px 15px;
}

div[data-product-code=GA] .whatsnew-container ul {
    display: table;
}

    div[data-product-code=GA] .whatsnew-container ul li {
        background: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/green-bullet-point-6.png) no-repeat top left;
        background-position: 0 7px;
        padding: 0 16px 4px 14px;
        margin-left: 0px;
        display: inline-table;
        width: calc(50% - 14px);
    }

div[data-product-code=GA] .image-container {
    background: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/block-pattern-background.png) no-repeat top center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    height: 290px;
    padding-top: 30px;
}

    div[data-product-code=GA] .image-container img {
        max-width: 416px;
        margin: auto;
        box-shadow: 4px 4px 6px #00000029;
        padding: 20px 15px;
        background-color: white;
    }

@media (max-width: 991px) {
    .col-md-0 {
        display: none;
    }

    .stats-section-sidebyside {
        background: none;
    }

        .stats-section-sidebyside > .container {
            margin: 0;
            max-width: none;
        }

            .stats-section-sidebyside > .container > .row > .col1 {
                justify-content: center;
                padding: 30px 20px;
                background-color: #F2F5F8;
            }

            .stats-section-sidebyside > .container > .row > .col2 {
                padding: 30px 20px;
                background-color: #006940;
            }

    .popular-sidebyside-product-section .col-md-12:first-of-type {
        margin-bottom: 25px;
    }

    .whatsnew-container {
        margin-top: 40px;
    }

    .header-image {
        padding-right: 0px;
    }
}

@media (min-width: 768px) {
    .pr-30 {
        padding-right: 30px;
    }

    .pl-30 {
        padding-left: 30px;
    }

    .wide-buffer.left-column {
        padding-right: 30px;
    }

    .wide-buffer.right-column {
        padding-left: 30px;
    }

    .reg-buffer.right-column {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {

    .whatsnew-container {
        position: static;
        top: auto;
        -ms-transform: none;
        transform: none;
        width: auto;
    }

    .testimonial-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

        .testimonial-section .row {
            margin-bottom: 30px;
        }

        .testimonial-section .testimonial p {
            font-weight: 700;
        }

    .mobile-pad-top-20 {
        padding-top: 20px;
    }

    .mob-reverse-stack {
        flex-direction: column-reverse;
    }

    .mob-mb-0 {
        margin-bottom: 0px;
    }

    .btn.btn-green {
        width: 100%;
    }

    h3.section-title {
        font-size: 20px;
        line-height: 30px;
    }

    .header-section {
        padding-bottom: 36px;
        padding-top: 21px;
    }

        .header-section h1 {
            font-size: 30px;
            line-height: 36px;
            margin: 0px 0px 8px 0px;
        }

        .header-section h3 {
            font-size: 20px;
            line-height: 22px;
            margin-bottom: 6px;
        }

        .header-section h6 {
            margin-bottom: 8px;
        }

        .header-section .cta-btns-container {
            margin-bottom: 10px;
        }

        .header-section .header-image {
            max-width: 75%;
        }

    .whatsnew-container {
        padding: 30px 40px;
        margin: 0px -15px 0px -15px;
        position: static;
        top: auto;
        -ms-transform: none;
        transform: none;
        width: auto;
    }

    .stats-section {
        padding: 16px;
    }

        .stats-section .stat-container {
            margin-bottom: 19px;
        }

            .stats-section .stat-container .stat-count, .stats-section .stat-container .stat-label {
                font-size: 20px;
                line-height: 22px;
                margin-bottom: 5px;
            }

            .stats-section .stat-container .material-icons {
                font-size: 70px;
            }

    .stats-section-no-background {
        font-size: 16px;
        line-height: 21px;
    }

        .stats-section-no-background:not(.pad-n) {
            padding: 0px 20px;
        }

        .stats-section-no-background .stat-description {
            color: #333333;
        }

    .stat-container:not(.pr-30):not(.pl-30):not(.mob-mb-0):not(:last-of-type) {
        padding-bottom: 30px;
    }

    .stat-container.mb-36 {
        padding-bottom: 0px;
    }

    .whatsnew-section .whatsnew-container.right-column {
        padding-left: 0px;
    }

    .video-section .feature-section-container {
        padding-left: 0px;
    }

    .video-section-orig {
        padding: 30px 16px;
    }

    .video-section {
        padding: 0px 5px;
    }

        .video-section .section-title {
            padding-left: 15px;
        }

        .video-section .video {
            margin: 0px 0px 40px 0px;
            height: auto;
        }

        .video-section iframe {
            max-height: calc(.5625 * (100vw - 70px));
        }

        .video-section .row {
            margin: 0 auto;
        }

        .video-section .feature {
            display: table;
        }

            .video-section .feature span {
                display: table-cell;
                vertical-align: middle;
            }

            .video-section .feature .feature-image-container {
                width: 68px;
                padding-right: 18px;
            }

            .video-section .feature .feature-label {
                max-width: calc(-75px + 100%);
            }

    .feature-container-vertical {
        margin-left: -35px;
        margin-right: -35px;
        margin-bottom: 40px;
    }

    .video-section .feature-container {
        margin-bottom: 16px;
    }

        .video-section .feature-container span {
            font-size: 20px;
            line-height: 22px;
        }

        .video-section .feature-container .feature-image {
            max-width: 47px;
        }

    .whatsnew-section .section-title {
        padding-left: 30px;
    }

    .whatsnew-section .whatsnew-container {
        margin: 0px 20px 30px 20px;
    }

        .whatsnew-section .whatsnew-container .whatsnew-content {
            margin-right: 0px;
            padding: 30px 0px;
        }

        .whatsnew-section .whatsnew-container ul li {
            margin-left: 0px;
        }


    div[data-product-code=GA] .whatsnew-container ul li {
        width: 100%;
    }

    .mb-36 .whatsnew-container {
        margin-bottom: 0px;
    }

    .whatsnew-section .contact-container {
        margin-right: 15px;
        padding-bottom: 25px;
    }

        .whatsnew-section .contact-container .section-title {
            padding-left: 0px;
        }

    .contact-button-container,
    .schedule-button-container {
        margin-top: 16px;
    }

    .product-section {
        padding-bottom: 20px;
    }

        .product-section .container {
            padding-left: 0px;
            padding-right: 0px;
        }

        .product-section .product-carousel {
            padding: 24px 40px 64px 40px;
            min-height: 725px;
        }

            .product-section .product-carousel .product-title {
                font-size: 20px;
                line-height: 22px;
            }

            .product-section .product-carousel .btn.btn-green {
                margin-top: 16px;
            }

        .product-section .product-container {
            padding: 25px 40px 27px 40px;
        }

            .product-section .product-container .product-title {
                font-size: 20px;
                line-height: 22px;
                margin-bottom: 11px;
            }

            .product-section .product-container .feature-image {
                margin-bottom: 13px;
            }

            .product-section .product-container .col-sm-6 {
                text-align: center;
            }

            .product-section .product-container p {
                text-align: left;
            }

            .product-section .product-container ul {
                text-align: left;
            }

    .testimonial-section {
        margin-top: 12px;
        margin-bottom: 42px;
    }

        .testimonial-section p {
            margin-bottom: 13px;
            font-size: 16px;
        }

            .testimonial-section p:last-of-type {
                margin-bottom: 16px;
            }

        .testimonial-section .row {
            margin-bottom: 0px;
        }

        .testimonial-section .btn.btn-green {
            max-width: calc(-78px + 100vw);
        }

    .cta-side-by-side {
        margin-bottom: 25px;
    }

        .cta-side-by-side .col-sm-6 {
            padding: 51px 40px 38px 40px;
        }

        .cta-side-by-side img {
            margin-bottom: 5px;
        }

        .cta-side-by-side h4 {
            margin-bottom: 3px;
            font-size: 20px;
            line-height: 22px;
        }

        .cta-side-by-side h6 {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 22px;
        }

    .popular-product-section {
        padding: 51px 0px 55px 0px;
        margin-bottom: 45px;
        align-content: center;
    }

        .popular-product-section h3 {
            font-size: 20px;
            line-height: 22px;
            margin-bottom: 32px;
        }

        .popular-product-section .popular-product-container:last-of-type a {
            margin-bottom: 0px;
        }

        .popular-product-section .popular-product-container a {
            margin-bottom: 32px;
        }

        .popular-product-section .col-sm {
            width: 50%;
        }

            .popular-product-section .col-sm:last-of-type {
                margin: 0px auto;
            }

    #assessor-platform {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .cta-side-by-side {
        background-position: top, bottom;
        background-size: 100% 50%, 100% 50%;
        padding: 0;
        margin-bottom: 25px;
    }

    .header-section .cta-btns-container .btn {
        max-width: 100%;
    }

    .header-section .cta-btns-container .btn-green-outline {
        border: none;
        text-decoration: underline;
        margin-top: 5px;
        margin-left: 0px;
    }

        .header-section .cta-btns-container .btn-green-outline:hover {
            background-color: transparent;
            border: none;
            color: #35aa47;
        }

    .mobile-pad-hor-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

        .mobile-pad-hor-0 .section-title {
            padding-left: 15px;
            padding-right: 15px;
        }

    .stats-section-no-background.mb-36 {
        margin-bottom: 0px;
    }

    .stats-section-sidebyside > .container > .row > .col1 {
        padding: 14px 20px;
    }

    .stats-section-sidebyside > .container > .row > .col2 > .col-content > p:first-of-type {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .stats-section-sidebyside > .container > .row > .col2 > .col-content > div.more-cta {
        flex-direction: column;
        margin-bottom: 16px;
    }

        .stats-section-sidebyside > .container > .row > .col2 > .col-content > div.more-cta p:first-of-type {
            line-height: 34px;
        }

    .stats-section-sidebyside .stat-data {
        justify-content: center;
        flex-wrap: wrap;
    }

        .stats-section-sidebyside .stat-data a {
            flex: 1 100%;
            text-align: center;
        }

    .product-slide .product-description h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0px 0px 8px 0px;
    }
}
