.kpi-examples--list-box {
    position: fixed;
    display: block;
    bottom: 25px;
    left: 20px;
    background-color: #fff;
    z-index: 10;
    border-radius: 10px;
    padding: 10px;
    width: 140px;
    height: 48px;
    max-height: 800px;
    transition: .25s width ease,0.25s height .25s ease;
}
.kpi-examples--list-box .kpi-examples--list-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.kpi-examples--list-box .kpi-examples--list-title {
    display: block;
    background-image: url(/sites/all/themes/klipfolio_theme/img/svg/ui/icon-list.svg);
    background-size: 24px 24px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
    transition: .3s opacity .45s ease;
}
.kpi-examples--list-box .kpi-examples--list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    transition: .5s opacity .5s ease;
}
.kpi-examples--list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}
.kpi-examples--list-box li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.kpi-examples--list-box:hover {
    border: 0;
    padding: 0;
    width: 300px;
    height: calc(100vh - 200px);
    transition: .3s height ease,0.25s width .25s ease;
}
.kpi-examples--list-box:hover .kpi-examples--list-container {
    display: block;
}
.kpi-examples--list-box .kpi-examples--list-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.kpi-examples--list-box:hover .kpi-examples--list-title {
    visibility: hidden;
    opacity: 0;
    transition: 1s opacity ease;
}
.kpi-examples--list-box:hover .kpi-examples--list {
    top: auto;
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.kpi-examples--list-box:hover ul {
    display: block;
}
.kpi-examples--list-box li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#services .box p {
    color: #000;
}
#services .box h4 {
    color: #000;
}
.kpi-examples--list-box {
    background-color: #51d8af !important;
}
.calculator-section form .row{
    margin-top: 2%;
}
.calculator-section{
    margin-bottom: 4%;
    text-align: center;
}
