﻿.imgcalc {
    position: relative;
    width: 500px;
    height: 425px;
    background-image: url(/images/calc_background.png);
    background-repeat: no-repeat;
    background-size: contain;
}

    .imgcalc .calcAmount {
        position: absolute;
        top: 42px;
        right: 40px;
        width: 274px;
        font-size: 36pt;
        text-align: right;
        background-color: transparent;
        border: 0;
        border-bottom-color: #000;
    }

    .imgcalc .divEmp {
        position: absolute;
        top: 148px;
        left: 265px;
    }

        .imgcalc .divEmp .numEmp {
            vertical-align: middle;
            width: 190px;
            border: 0;
            background-color: transparent;
        }

    .imgcalc .divWage {
        position: absolute;
        top: 190px;
        left: 265px;
    }

        .imgcalc .divWage .textWage {
            vertical-align: middle;
            width: 190px;
            border: 0;
            background-color: transparent;
        }

    .imgcalc .anuualSavings {
        position: absolute;
        top: 240px;
        left: 40px;
    }

        .imgcalc .anuualSavings .spanSavings {
            vertical-align: middle;
            width: 100px;
            margin-left: 10px;
        }

    .imgcalc .divHours {
        position: absolute;
        top: 270px;
        left: 60px;
    }

        .imgcalc .divHours .spanHours {
            vertical-align: middle;
            width: 100px;
            margin-left: 10px;
        }

    .imgcalc .divCost {
        position: absolute;
        top: 300px;
        left: 60px;
    }

        .imgcalc .divCost .spanCost {
            vertical-align: middle;
            width: 100px;
            margin-left: 10px;
        }

    .imgcalc .divAnalysis {
        position: absolute;
        top: 350px;
        left: 60px;
    }
.grayscale {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: gray;
}

.resources-section .video_wrap .Youtube_Video {
    width: 100%;
    max-width: 400px;
    min-height: 300px;
    border: 0;
    padding: 10px;
    border-radius: 20px;
}
.product-item .feature-image .img-fluid
{
    width:357px !important;
}

.matrix_Wrap .mat_h2 h5 {
    margin: 3px;
    /*color: #4db748;*/
}

.matrix_Wrap img {
    width: 150px;
}

.mat_acc_list.open {
    display: none;
}

.mat_acc_norm td div {
    cursor: pointer;
    position: relative;
    min-height: 20px;
    text-indent: 20px;
}

    .mat_acc_norm td div:after {
        background: url(../../images/icons/plusminus.png) no-repeat 0 -17px;
        position: absolute;
        left: -2px;
        top: -1px;
        height: 18px;
        width: 18px;
        content: "";
    }

.mat_acc_norm.open td div:after {
    background-position: 0 1px;
}

.mat_acc_list .list {
    background: url(../../images/icons/arrow.png) no-repeat 25px 18px;
}

.mat_acc_list tr td:first-child {
    text-indent: 28px;
    position: relative;
}
.mat_acc_list tr:nth-child(even) {
    background-color: #f2f2f2; /* light gray */
}

.matrix_Wrap tbody tr:nth-child(even) {
    background-color: #f2f2f2;   
}

.errormessage {
    color: red;
    display: block;
}

ul.list li {
    background: url(../../images/icons/arrow.png) no-repeat 0px 8px;
    text-indent: 15px;
}
.two_buttons
{
    text-align:center;
}
.popular:after {
    position: absolute;
    content: "Popular Edition";
    background: #ff6f61;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    top: 0px;
    right: 0px;
    border-radius: 0 19px 0 0;
    font-weight: bold;
}
.small_price_tag{
    line-height:19px;
    width:80px;
}
.popular_selection {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 8px 0 0 8px;
    background-color: red;
    color: #fff;
    margin: 1rem 0 1rem;
    margin-left: auto;
    font-weight: bold;
}
.popular_selection .square_border{
    border-radius:0px;
}

.video_player video {
    width: 100%;
}
.video_heading {
    margin-bottom: 16px;
}
.pd-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.mb-2r {
    margin-bottom: 2rem !important;
}
.video-desc-tab-data h5 {
    font-size: 1.75rem !important;
}
.tab-wrapper {
    max-height: 300px;
    overflow-y: scroll;
}

h4#FINDITEZ_ENTERPRISE_DESKTOP {
    color: #4585C6;
}

h4#FINDITEZ_PRO_DESKTOP {
    color: #CC0000;
}

h4#FINDITEZ_PRO_SERVER {
    color: #F58020;
}

div:has(#FINDITEZ_ENTERPRISE_DESKTOP) + h3,
div:has(#FINDITEZ_PRO_DESKTOP) + h3,
div:has(#FINDITEZ_PRO_SERVER) + h3 {
    display: none;
}

.download-product {
    height: 60%;
    width: 45%;
    object-fit: cover;
}
    .download-product.blue {
        width: 40%;
    }

    .solution_stories-container .solution_banner-caption {
        background-color: #4DB748;
        padding: 60px;
        border-radius: 25px;
        text-align: center;
        color: #fff;
    }

.solution_stories-container .solution_banner-caption h5 {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #e3e3e3;
}

.solution-stories-download-btn {
    background-color: black !important;
    color: white !important;
}
.solution-stories-download-btn:hover {
    background-color: white !important;
    color: black !important;
}

.support-faq-section .container ul {
    list-style-type: disc !important;
}

.product-download-card .popular_selection {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
}

.FINDITEZ_PRO_DESKTOP, .FINDITEZ_PRO_SERVER {
    display: none;
}
.product-title-name {
    margin-bottom: 0px !important;
}

.product-download-card .content-wrap p {
    font-style: italic;
}

#FINDITEZ_ENTERPRISE_DESKTOP-button a {
    background-color: #4585C6;
    color: white;
    transition: all 0.3s ease-in;
}
#FINDITEZ_PRO_DESKTOP-button a {
    background-color: #CC0000;
    color: white;
    transition: all 0.3s ease-in;
}
#FINDITEZ_PRO_SERVER-button a {
    background-color: #F58020;
    color: white;
    transition: all 0.3s ease-in;
}

#FINDITEZ_ENTERPRISE_DESKTOP-button a:hover,
#FINDITEZ_PRO_DESKTOP-button a:hover,
#FINDITEZ_PRO_SERVER-button a:hover {
    background-color: black;
}

#FINDITEZ_ENTERPRISE_DESKTOP-download-link a {
    border: 1px solid #4585C6 !important;
    color: #4585C6;
}
#FINDITEZ_PRO_DESKTOP-download-link a {
    border: 1px solid #CC0000 !important;
    color: #CC0000;
}
#FINDITEZ_PRO_SERVER-download-link a {
    border: 1px solid #F58020 !important;
    color: #F58020;
}

.product-download-card .content-wrap a {
    text-decoration: underline !important;
}

.menu-nav-link {
    position: relative !important;
    text-decoration: none !important;
    color: #333;
    padding: 0px 0px 0 0px;
    display: inline-block !important;
}

    /* underline */
    .menu-nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 4px;
        background: #4DB748;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    }

    .menu-nav-link.product-page-menu::after {
        content: none;
    }
        /* hover + active */
        .menu-nav-link:hover::after,
        .menu-nav-link.active::after {
            transform: scaleY(1);
        }

.search-wrapper {
    position: relative;
}

/* Default hidden state */
.search-bar-popup {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    right: -20px;
    background: #fff;
    width: 0;
    overflow: hidden;
    opacity: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 1000;
}

/* When toggled */
#search-toggle:checked ~ .search-bar-popup {
    width: 220px;
    padding: 4px 6px;
    border: 2px solid #444;
    opacity: 1;
}

/* Input style */
.search-bar-popup input {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 6px 6px 6px 8px !important;
    font-size: 1.4rem !important;
    height: fit-content !important;
}
.search-bar-popup button {
    padding: 10px !important;
    border-radius: 50% !important;
    font-size: 1.4rem !important;
}
.search-bar-popup button:hover {
        transform: translateX(0px) !important;
}
    /* Search icon */
    .search-icon {
        cursor: pointer;
        margin: 0 8px;
        font-size: 18px;
    }


.mfp-wrap {
    overflow: hidden !important;
}
.mfp-inline-holder .mfp-content {
    width: 60% !important;
}
#divconvinceboss {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
}
.mfp-close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background-color: transparent !important;
    color: black !important;
    font-size: 35px !important;
}

.convince_form .btn {
    padding: 10px 40px !important;
}

.orderid-wrapper {
    width: 100%;
    min-height: 500px;
    margin: 150px 0px;
    display: flex;
    align-items: flex-start;
}
.orderid-btn {
    width: fit-content;
}

.navbar-nav {
    background-color: transparent !important;
}

.system-requirements-list {
    list-style: disc;
    margin-left: 20px;
}

#footer .partners-section {
    margin: 0px 50px !important;
}

.resource-center .nav-tabs .nav-item .nav-link.active {
    outline: none;
}

#Embed button {
    background-color: #4DB748 !important;
}

.product-tabs .nav-tabs {
    gap: 14px !important;
    border: none !important;
}

.tab-btn-orange:hover {
    border: 1px solid #F58020 !important;
    color: #F58020 !important;
}
.tab-btn-red:hover {
    border: 1px solid #CC0000 !important;
    color: #CC0000 !important;
}
.tab-btn-blue:hover {
    border: 1px solid #4585C6 !important;
    color: #4585C6 !important;
}

.product-tabs .nav-tabs .nav-item .nav-link.product-orange.active,
.product-tabs .nav-tabs .nav-item .nav-link.product-red.active,
.product-tabs .nav-tabs .nav-item .nav-link.product-blue.active {
    border: none !important;
    color: #fff !important;
}

.user-guide {
    background-color: transparent !important;
}
.user-guide-orange {
    background-color: #F58020 !important;
    position: relative;
    z-index: 4;
}
.user-guide-orange-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;
    background-color: #F58020;
    clip-path: polygon(0 0, 100% 1%, 100% 88%, 0 100%);
    z-index: 1;
}
.user-guide-red {
    background-color: #CC0000 !important;
    position: relative;
    z-index: 4;
}
.user-guide-red-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;
    background-color: #CC0000;
    clip-path: polygon(0 0, 100% 1%, 100% 88%, 0 100%);
    z-index: 1;
}
.user-guide-blue {
    background-color: #4585C6 !important;
    position: relative;
    z-index: 4;
}
.user-guide-blue-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;
    background-color: #4585C6;
    clip-path: polygon(0 0, 100% 1%, 100% 88%, 0 100%);
    z-index: 1;
}

.benefit-section .feature-list li {
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
}
.benefit-section .feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.8rem;
    height: 1.5rem;
    transform: rotate(45deg);
}
.benefit-section .feature-list-blue li::before {
    border-right: 2px solid #4585C6;
    border-bottom: 2px solid #4585C6;
}
.benefit-section .feature-list-orange li::before {
    border-right: 2px solid #F58020;
    border-bottom: 2px solid #F58020;
}
.benefit-section .feature-list-red li::before {
    border-right: 2px solid #CC0000;
    border-bottom: 2px solid #CC0000;
}

/* Full background section */
.search-page-container {
    padding: 120px 0 90px;
}
    .search-page-container h2 {
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 20px;
        color: #111;
    }
.search-page-wrapper {
    display: flex;
    align-items: center;
    background: #f4f4f6;
    border-radius: 14px;
    padding: 8px 12px;
}
.search-input {
    display: flex;
    align-items: center;
    flex: 1;
    background: transparent;
    padding-left: 15px;
}
    .search-input i {
        color: #333;
        font-size: 18px;
        margin-right: 12px;
    }
    .search-input input {
        border: none;
        background: transparent;
        width: 100%;
        font-size: 16px;
        outline: none;
    }
.search-btn {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.searchresult-header {
    display: block;
    background-color: #d3d3d3;
    color: #000000;
    padding: 5px;
    font-weight: bold;
}
.searchresult {
    margin-bottom: 20px;
}
    .searchresult .numbering {
        font-size: larger;
    }
    .searchresult .link {
        color: green;
        margin-top: 5px;
        margin-bottom: 5px;
    }
.searchresult-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
    .searchresult-pagination span {
        padding: 0px 5px;
        margin: 2px;
        background-color: #00A753;
        color: #fff;
        border: 1px solid #00A753;
        cursor: default;
    }
    .searchresult-pagination a {
        padding: 0px 5px;
        border: 1px solid;
        margin: 2px;
    }

.col-5-custom {
    width: 20%;
    float: left;
}
.saving-section-wrapper {
    padding-top: 0px !important; 
}


/*latest news redesign css*/
.about-wrapper {
    padding: 0 0 10rem;
}

    .about-wrapper .buttons-wrapper {
        display: flex;
        align-items: center;
        gap: 2.5rem;
        flex-wrap: wrap;
    }

        .about-wrapper .buttons-wrapper .btn {
            padding: 1.4rem 8.5rem;
        }

    .about-wrapper .section-title {
        max-width: 100%;
        margin-bottom: 6.5rem;
        text-align: left;
    }

        .about-wrapper .section-title h2, .about-wrapper .section-title .h2 {
            font-weight: 600;
        }

        .about-wrapper .section-title p {
            margin-left: 0;
            max-width: 100%;
        }

    .about-wrapper .news-section {
        padding-top: 44px;
    }

        .about-wrapper .news-section .news-list-timeline {
            position: relative;
        }

            .about-wrapper .news-section .news-list-timeline::before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 0;
                left: 13px;
                width: 5px;
                background-color: #000;
            }

            .about-wrapper .news-section .news-list-timeline li {
                padding-left: 50px;
                position: relative;
            }

                .about-wrapper .news-section .news-list-timeline li:not(:last-child) {
                    margin-bottom: 50px;
                }

                .about-wrapper .news-section .news-list-timeline li::after {
                    content: "";
                    position: absolute;
                    top: -25px;
                    left: 12px;
                    width: 10px;
                    height: 30px;
                }

                .about-wrapper .news-section .news-list-timeline li::before {
                    content: "";
                    position: absolute;
                    top: 5px;
                    left: 0;
                    width: 30px;
                    height: 30px;
                    border: 5px solid #E5E5E5;
                    background-color: #fff;
                    border-radius: 50%;
                }

                .about-wrapper .news-section .news-list-timeline li.active::before {
                    background-color: #000;
                }

                .about-wrapper .news-section .news-list-timeline li .news-item {
                    padding-bottom: 30px;
                    border-bottom: 1px solid #E5E5E5;
                }

                    .about-wrapper .news-section .news-list-timeline li .news-item .news-date {
                        font-size: 2.9rem;
                        margin-bottom: 10px;
                        line-height: 1.6;
                        color: #0A0A0A;
                    }

                    .about-wrapper .news-section .news-list-timeline li .news-item .news-link a {
                        font-size: 3rem;
                        line-height: 1.6;
                        color: #337AB7;
                    }

                        .about-wrapper .news-section .news-list-timeline li .news-item .news-link a:hover {
                            text-decoration: underline;
                        }

.sample-documents-heading {
    border-bottom: 2px solid #53a653;
    width: fit-content;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.my-new-header .dropdown > a {
    font-weight: 500;
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: #414142;
    padding: 12px 0;
    position: relative;
}
    .my-new-header .dropdown > a::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

.product-features .item:last-child {
    padding-bottom: 54px !important;
    border-bottom: 1px solid #E9EAEB !important;
}
.product-features .sample-documents {
    border-bottom: 1px solid #E9EAEB;
    padding-bottom: 54px;
    margin-bottom: 60px;
}
.sample-product-features .item {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.matrix_Wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-collapse: collapse;
    height: 100%;
    margin-top: 10px;
}
    .matrix_Wrap th {
        text-align: center;
        padding: 5px;
        background: #ddd;
        border: 1px solid #ddd;
    }

    .matrix_Wrap thead td.noBg {
        background: none;
        border: none;
    }

    .matrix_Wrap thead td {
        text-align: center;
        padding: 5px;
        border: 1px solid #ddd;
    }

    .matrix_Wrap .mat_h1 td {
        background: #e7e7e7;
    }

    .matrix_Wrap .mat_h1 h5 {
        margin-bottom: 0;
    }

    .matrix_Wrap .mat_h2 h6 {
        margin-bottom: 0;
    }

    .matrix_Wrap .mat_h2 td {
        background-color: #f4f4f4;
    }

    .matrix_Wrap tbody td {
        padding: 5px;
        border: 1px solid #ddd;
        -moz-box-sizing: border-box;
    }

    .matrix_Wrap tbody > tr:nth-child(odd) > td {
        background-color: #f7f7f7;
    }

    .matrix_Wrap tbody.mat_acc_norm > tr:nth-child(odd) > td {
        background-color: inherit;
    }

    .matrix_Wrap tbody tr td.mat_h2 {
        background-color: #e7e7e7;
    }
    .matrix_Wrap tbody tr td a:hover {
        color: #0d6efd;
        text-decoration: underline;
    }

.first-product-features {
    padding-bottom: 0px !important;
}

.help-desk-man-image {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translateY(-55%);
    right: -20px;
    height: 300px;
    object-fit: cover;
    z-index: 1;
}
.chat-btn {
    position: relative;
    z-index: 5;
}
.cta-section .cta-card .cta-support p {
    width: 75%;
}
.cta-support .info-box {
    width: 75%; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

@media screen and (max-width: 768px) {
    .help-desk-man-image {
        height: 260px;
        right: -40px;
    }
    .cta-section .cta-card .cta-content {
        padding: 30px !important;
    }
    .cta-section .cta-card .cta-support p {
        width: 60%;
        font-size: 1.6rem !important;
    }
    .cta-support .info-box {
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .cta-content .product-title .product-name {
        font-size: 1.6rem;
    }
    .cta-content .product-title .popular_selection {
        font-size: 1.1rem;
        padding: 1rem;
        font-weight: 500;
    }
}

.product-section .nav-tabs {
    margin-bottom: 7rem !important;
}
.product-section .card-label {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 8px 0 0 8px;
    background-color: #4DB748;
    color: #fff;
    margin-bottom: 4rem;
    position: absolute;
    top: 100%;
    right: 0px;
}

.testimonial-section .wg-testimonial .avatar {
    border: none !important;
    border-radius: 0px !important;
}
.testimonial-section .wg-testimonial .avatar img {
    object-fit: cover;
}

.navbar-collapse.collapse {
    display: flex;
}
.collapse:not(.show) {
    display: none;
}

.product-section .tab-content .tab-pane table.matrix_Wrap thead tr:first-child td {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border: none !important;
}

@media screen and (max-width: 991px) {
    .my-new-header .flex-wrapper .navbar .navbar-nav {
        width: 100%;
    }
    .my-new-header .flex-wrapper .navbar .navbar-nav .nav-item.has-submenu.accordion-item .nav-link.accordion-button {
        padding-left: 10px;
        padding-right: 10px;
    }
    .my-new-header .flex-wrapper .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #footer .partners-section .partner-logo {
        max-width: 110px !important;
    }
    #footer .partners-section {
        margin: 0px !important;
    }
}

.releasenotes {
    background-color: #fff;
    padding: 20px;
}

.promo-slide-out {
    width: 300px;
    height: 255px;
    border: 1px solid #E7E7E7;
    z-index: 99999;
    padding: 20px;
}

    .promo-slide-out > a > p > img {
        padding-bottom: 20px;
        width: 50px;
        height: 50px;
    }

    .promo-slide-out p {
        margin: 0px;
    }

    .promo-slide-out > div > a {
        text-decoration: none;
        font-weight: 500;
        line-height: 22px;
    }

.red {
    color: #CC0000 !important;
}
.orange {
    color: #F58020 !important;
}
.blue {
    color: #4585C6 !important;
}

/*fun-fact-css*/
.fun-facts-section {
    position: relative;
    padding-bottom: 8rem; 
}
    .fun-facts-section:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .fun-facts-section .container:before, .container:after {
        content: " ";
        display: table;
    }
    .fun-facts-section.section.light .container .section-title {
        text-align: center;
        margin-bottom: 50px;
    }
    .fun-facts-section.section.light .container .section-title .bar {
        position: relative;
        font-size: 2.6rem;
        margin-top: 0px;
        padding-bottom: 5px;
        display: inline-block;
    }
    .fun-facts-section.section.light .container .section-title .bar:before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #53a653;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .fun-facts-section .column {
        position: relative;
        margin-bottom: 40px;
    }
        .fun-facts-section .column .inner {
            position: relative;
            padding: 50px 15px 30px;
            max-width: 250px;
            margin: 0 auto;
            text-align: center;
            border: 1px solid rgba(0, 0, 0, 0.5);
            border-radius: 0 0 5px 5px;
            border-top: none;
            margin-top: 30px;
        }
            .fun-facts-section .column .inner:before {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                width: 60px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.5);
            }
            .fun-facts-section .column .inner:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 60px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.5);
            }
        .fun-facts-section .column .icon-box {
            position: absolute;
            left: 50%;
            top: -30px;
            margin-left: -30px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 42px;
            color: #3d3d3d;
        }
        .fun-facts-section .column .content {
            position: relative;
        }
    .fun-facts-section .count-outer {
        position: relative;
        font-size: 42px;
        line-height: 1.4em;
        font-weight: 700;
        color: #3ba5ea;
        margin-bottom: 7px;
    }
        .fun-facts-section .count-outer .count-text {
            font-weight: 700;
        }

    .fun-facts-section .column .counter-title {
        position: relative;
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
        font-weight: 500;
        text-transform: uppercase;
        min-height: 40px;
    }
    .fun-facts-section .column .icon-box.stacked {
        position: absolute;
        left: 45%;
        width: 90px;
        gap: 10px;
        display: flex;
    }
        .fun-facts-section .column .icon-box.stacked .fa:first-child {
            left: 0px;
        }
        .fun-facts-section .column .icon-box.stacked .fa:last-child {
            right: 0px;
        }
.fa.fa-calendar:before {
    content: "\f073";
}
.fa.fa-smile-o:before {
    content: "\f118";
}
.fa.fa-money:before {
    content: "\f3d1";
}