html,body{
    overflow-x: hidden;
}
body{
    color: #002f55;
    font-size: 14px;
    padding: 0;
    margin:0;
    overflow-x:hidden;
    font-family: Lato, 'sans-serif';
    position: relative;
}
b,strong, .bold{
    font-weight: bold;
}
.orange{
    color: #f57f1f;
}
img{
    max-width: 100%;
}
header{
    font-size: 12px;
    color: #fff;
    background-color: #002f55;
}
nav{
    padding: 10px 0;
}
.pdf-nav{
    background-color: #ee7b00;
    text-align: center;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    padding: 5px 0;
    font-weight: bold;
    display: none;
}
.pdf-nav span{
    max-width: calc(50% - 30px);
}
header.pdf-header .pdf-nav{
    display: block;
}
.pdf-nav img{
    width: 60px;
    margin-bottom: -20px;
}
#turnkey-credit{
    display: none !important;
}
.btn{
    font-size: 14px;
    outline: none;
    border: 2px solid;
    border-radius: 5px;
    font-weight: bold;
    padding: 4px 15px;
    transition: 0.3s all;
}
.primary-button{
    color: #fff !important;
    border-color: #f57f1f;
    background-color: #f57f1f;
}
.primary-button:hover{
    color: #f57f1f !important;
    background-color: transparent;
}
.menu-item > div{
    background-color: #fff;
    border-radius: 3px;
    width:20px;
    height:3px;
    margin-bottom: 3px;
    cursor: pointer;
}
.menu-item > div:last-of-type{
    margin-bottom: 0px;
}
.fixed-nav{
    display: flex;
    background: #002f55;
    color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: -103%;
    flex-direction: column;
    padding: 20px;
    font-size: 20px;
    max-width: 500px;
    padding-top: 50px;
    overflow: auto;
    transition: 0.3s all;
    z-index: 999999;
    box-shadow: 0px 19px 10px 6px rgb(50 50 50 / 45%);
}
.fixed-nav-close{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}
.fixed-nav a{
    color: #fff;
    color: #fff;
    font-size: 15px;
    padding: 6px 0;
}
.hidden{
    display: none;
}
.logo{
    max-width: 140px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.large-container{
    max-width: 93%;
    width: 1242px;
    margin: 0 auto;
}
.top-image{
    position: relative;
    background-color: #f1f1f3;
}
.top-image .header-icon{
    width: 300px;
    margin-left: -17px;
}
.header-container{
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}
.header-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-wrapper{
    font-size: 20px;
    width: 100%;
    z-index: 2;
    position: relative;
}
.header-wrapper .text{
    max-width: 500px;
}
.precent-icon{
    width: 389px;
}
.title{
    font-size: 18px;
    font-weight: bold;
}
.subtitle{
    font-size: 18px;
    min-height: 40px;
}
.home-section{
    padding: 30px 0;
}
.home-section .primary-button{
    min-width: 180px;
}
.home-section .title{
    color: #f57f1f;
    margin-bottom: -2px;
}
.home-section .subtitle{
    line-height: 20px;
    max-width: 300px;
}
.home-section .text{
    line-height: 18px;
    max-width: 260px;
    min-height: 54px;
}
.home-section .text.smaller{
    max-width: 220px;
}
.menu-link{
    cursor: pointer;
}
.menu-link:hover{
    text-decoration: underline !important;
}
.pdf-popup-link{
    cursor: pointer;
}
.pdf-overlay,
.form-overlay,
.overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.form-overlay{
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
}
.pdf-overlay{
    background-color: rgba(0,0,0,0.6);
}
.pdf-overlay .content,
.form-overlay .content{
    width: 880px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
    max-height: 100%;
    position: relative;
}
.pdf-overlay .content{
    padding: 0;
    background-color: transparent;
    max-height: 95%;
}
.pdf-overlay .close-form{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    color: #fff;
    -webkit-text-stroke: 1.3px rgba(0,0,0,0.8);
}
.pdf-overlay iframe{
    width: 100%;
    height: 95%;
    border-radius: 20px;
}
.form-overlay form{
    max-height: calc( 100% - 85px );
    overflow: auto;
    padding: 0 30px;
}
.close-form{
    text-align: right;
    font-size: 30px;
    margin-right: 30px;
    cursor: pointer;
}
.data-popup{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 14px 3px rgb(145 145 145 / 85%);
    -webkit-box-shadow: 0px 0px 14px 3px rgb(145 145 145 / 85%);
    -moz-box-shadow: 0px 0px 14px 3px rgba(145,145,145,0.85);
    padding: 20px;
    width: 95%;
    max-width: 500px;
}
.close-overlay{
    font-size: 25px;
    text-align: right;
    color: #adb9ca;
    margin-top: -5px;
    margin-right: -6px;
    line-height: 20px;
    cursor: pointer;
}
.checkbox-wrapper{
    line-height: 17px;
}
.data-form .checkbox{
    margin-top: 3px;
    min-width: 20px;
    min-height: 20px;
}
.data-form .primary-button{
    min-width: 120px;
    margin: 0 auto;
    display: block;
}
.calculator-section{
    background-color: #fff;
    padding: 40px 0;
    padding-bottom: 50px;
}
.tab{
    font-size: 13px;
    width: 120px;
    color: rgb(143,159,183);
    font-weight: bold;
    text-align: center;
    background-color: #f1f1f3;
    padding: 5px 15px;
    display: block;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.tab.right{
    margin-right: 0;
    margin-left: auto;
}
.calculator-box{
    width: 100%;
    background-color: #f1f1f3;
    padding: 20px 15px 80px 15px;
    border-radius: 5px;
    min-height: 430px;
    height: calc( 100% - 70px );
}
.flex-calculator{
    display: flex;
    justify-content: center;
    align-items: center;
}
.calculator-box .inner-box{
    color: #adb9ca;
    border: 2px solid #adb9ca;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    max-width: 247px;
    font-weight: bold;
    margin: auto;
    line-height: 18px;
    cursor: pointer;
}
.patient-safety .calculator-box.right{
    border-top-right-radius: 0px;
}
.patient-safety .calculator-box.left{
    border-top-left-radius: 0px;
}
.calculator.custom-margin{
    margin-top: 101px !important;
}
.calculator.custom-margin-2{
    margin-top: 101px !important;
}
.calculator-right{
    font-size: 13px;
    line-height: 16px;
}
.activate-button img{
    max-width: 23px;
}
.activate-button.no-hover{
    color: #fff !important;
    background-color: #f57f1f !important;
}
.activate-button.no-hover img,
.activate-button.no-hover span{
    display: none;
}
.left-arrow{
    transform: rotate(-90deg);
}
.calculator textarea{
    font-size: 13.5px;
    border: 0px;
    resize: none;
    height: 60px;
    padding: 5px 10px;
}
.input-wrapper{
    color: rgb(105, 122, 138);
}
.input-wrapper.bg{
    color: rgb(0, 47 , 83);
    background-color: #ccd3de;
    padding: 0px 15px;
    font-size: 13px;
}
.input-wrapper .unit{
    text-align: right;
    width: 57px;
    color: rgb(1, 47, 91);
}
.input-wrapper .unit-liter{
    font-size: 13px;
}
span.calc-7years-savings,
span.calc-year-savings,
span.currency{
    vertical-align: middle;
}
.unit.unit-liter img{
    max-width: 11px;
    max-height: 9px;
}
.currency img{
    max-width: 21px;
    max-height: 17px;
}
.input-wrapper .unit-liter .currency-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 2px;
    background-size: 13px;
    width: 29px;
    text-align: left;
    padding-left: 2px;
    font-size: 12px;
}
.input-wrapper .unit-liter span{
    font-size: 10px;
}
.input-wrapper:not(.bg) > div:first-of-type{
    width: 125px;
    font-size: 13px;
}
.input-wrapper select{
    border: 0px;
    color: rgb(1, 47, 91);
    text-align: right;
}
.input-wrapper > select,
.input-wrapper > input{
    font-size: 13px;
    color: rgb(1, 47, 91);
    width: 60px;
    min-width: 60px;
    height: 23px;
    border: 0px;
    text-align: right;
}
.calculations{
    border: 2px solid #f57f1f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0px;
    margin-top: -3px;
    padding: 10px 0;
}
.calc-title{
    font-size: 20px;
    font-weight: bold;
}
.calc-text{
    font-size: 11px;
    line-height: 14px;
    color: rgb(143,159,183);
    padding: 0 10px;
}
.calc-text a{
    color: #f57f1f !important;
    text-decoration: underline;
}
.calc-table{
    padding: 5px 10px;
}
.enhancement .calc-table.full-width{
    padding: 3px 10px;
}
.calc-table > img{
    width: 9px;
}
.calc-table.smaller{
    font-size: 11.2px;
}
.calc-table:not(.bg):not(.full-width) > div:first-of-type{
    width: 111px;
}
.enhancement .calc-table:not(.bg) > div:first-of-type{
    color: rgb(143,159,183);
}
.calc-table:not(.full-width) > div:last-of-type{
    width: 86px;
    text-align: right;
}
.calc-table:not(.full-width) > div.calc-title{
    width: 102px;
}

.calc-table.border{
    border: 0px !important;
    border-top: 1px solid rgb(143,159,183) !important;
}
.calc-table.bg{
    background-color: rgb(143 159 183);
    color: #fff;
    margin-bottom: 2px;
    padding: 4px 10px;
}
.calc-table.full-width i{
    color: rgb(143,159,183);
    font-size: 10px;
}
.calc-table.full-width{
    font-size: 13px;
    padding: 3.5px 10px;
}
.right-text{
    display: none;
    font-size: 16px;
    line-height: 20px;
    max-width: 320px;
    padding-top: 16px;
}
.right-text > img{
    width: 290px;
}
.accordion.bg{
    background-color: #002f55;
    color: #fff;
}
.accordion.bg .D13-content-accordion__item--is-open{
    background-color: #002f55;
}
.accordion.bg .D13-content-accordion__content-container{
    color: #fff;
}
.accordion-padding{
    margin-bottom: 100px;
}
.D13-content-accordion__content {
    position: relative;
    padding: 18px 0;
    border-top: 1px solid #d1d3d4;
    cursor: pointer;
}
.D13-content-accordion__toggle-btn::before {
    position: absolute;
    right: 0;
    color: #ee7b00;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    transform: scaleX(2);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "⌄";
    font-size: 25px;
    transition: 0.3s;
}
.D13-content-accordion--small-text .D13-content-accordion__header {
    font-size: 16px;
    margin-bottom: 0;
}
.D13-content-accordion__content-container {
    margin-top: 20px;
    font-size: 11px;
    max-width: 75%;
    color: #6f7174;
    display: none;
    margin-bottom: 30px;
}
.D13-content-accordion__item--is-open {
    background: #f0f2f4;
}
.D13-content-accordion__item--is-open .D13-content-accordion__content-container {
    display: block;
}
.D13-content-accordion__item--is-open .D13-content-accordion__toggle-btn::before {
    transform: scaleX(2) rotate(180deg);
    margin-top: 20px;
}
footer{
    position: relative;
    font-size: 12px;
    color: #002f55;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    padding: 10px 0 10px 0;
    padding-bottom: 30px;
}
footer.pdf-footer{
    background-color: #002f55;
    color: #fff;
}
footer.pdf-footer .pdf-icon{
    display: block;
}
.pdf-icon{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -70px;
    text-align: center;
}
.pdf-icon img{
    cursor: pointer;
    width: 70px;
}
.pdf-text{
    margin: 0 auto;
    max-width: 296px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
}
#print{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: -1;
}
#print .input-wrapper .unit-liter .currency-select{
    background-image: none !important;
    text-align: right;
}
#print .col-lg-6{
    width: 50% !important;
}
#print .right-text *,
#print .calculator-section b,
#print .calculator-section .bold{
    font-family: sans-serif;
}
.print-header{
    padding-top: 15px;
    padding-bottom: 15px;
}
.print-header img:not(.logo){
    max-width: 250px;
}
.print-text{
    max-width: 533px;
}
.print-img{
    width: 7px;
    margin-top: -2px;
}
#print .tab{
    color: #fff;
    background-color: #002f55;
}
#print .calculator-box{
    background-color: transparent;
    border: 1px solid #002f55;
}
#print .input-wrapper{
    background-color: #f1f1f3;
    padding: 0 10px;
}
#print textarea,
#print .input-wrapper > input,
#print .input-wrapper select{
    background-color: #f1f1f3;
}
.new-page {
    page-break-before: always;
}
.ref-section{
    color: grey;
    font-size: 12px;
}
.ref-section .title{
    font-size: 17px;
    color:rgb(0, 47 , 83);
}
#print .calculator-section{
    height: 600px;
    min-height: initial;
    margin-bottom: 30px;
}
#print footer{
    padding-top: 100px;
    padding-bottom: 150px;
    position: initial;
}
#print .new-page footer{
    padding-bottom: 0;
}
#print .col-md-6{
    width: 50% !important;
}
#print .container{
    max-width: 85%;
}
.input-wrapper-2:not(.checkbox-wrapper-2){
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 20px;
}
.input-wrapper-2 label{
    display: block;
}
.input-wrapper-2 select,
.input-wrapper-2 input:not([type='checkbox']){
    padding: 3px 10px;
    width: 100%;
}
.checkbox-wrapper-2{
    font-size: 12px;
}
.input-wrapper-2 .checkbox-2{
    margin-top: 3px;
    min-width: 20px;
    min-height: 20px;
}
#form .btn{
    font-size: 16px;
    padding: 5px 40px;
}
.loader-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgb(255,255,255,0.5);
    margin: 0 auto;
    border-radius: 20px;
    z-index: 99;
}
#loader{
    height:80px;
    width:80px;
    position:relative;
}
[l]{
position:absolute;
width:10px;
height:10px;
border-radius:50%;
animation:loader 2s linear infinite;
}
[a]{left:35px;}
[b]{right:10px;top:10px;animation-delay:.2s}
[c]{top:35px;right:0;animation-delay:.4s}
[d]{right:10px;bottom:10px;animation-delay:.6s}
[e]{left:35px;bottom:0;animation-delay:.8s}
[f]{left:10px;bottom:10px;animation-delay:1s}
[g]{top:35px;left:0;animation-delay:1.2s}
[h]{left:10px;top:10px;animation-delay:1.4s}
@keyframes loader{
0%{
    background:#000;
    transform: scale(1.5);
}
100%{
    background:transparent;
    transform: scale(0);
}
}
@media (min-width: 992px) and (max-width: 1300px){
    body{
        font-size: 13px;
    }
    .calculator-right {
        font-size: 10px;
        line-height: 13px;
    }
    .calculator-box{
        padding: 20px 15px 40px 15px;
    }
    .calc-title {
        font-size: 14px;
    }
    .input-wrapper.bg {
        font-size: 10px;
    }
    .calc-table.full-width {
        font-size: 9px;
        padding: 3px 6px;
    }
    .calc-table.bg {
        padding: 3px 8px;
    }
    .input-wrapper .unit {
        font-size: 10px;
    }
    .calculator-section{
        padding-bottom: 50px;
    }
}
@media (max-width: 991.9px) {
    footer.pdf-footer{
        padding-top: 40px;
    }
    .header-wrapper{
        font-size: 17px;
    }
    .header-wrapper .text {
        max-width: 390px;
    }
}
@media screen and (max-width:600px){
    .input-wrapper-2:not(.checkbox-wrapper-2){
        width: 100%;
    }
    .form-overlay .content {
        border-radius: 10px;
    }
    .form-overlay form {
        padding: 0 20px;
    }
    .close-form {
        font-size: 20px;
        margin-right: 20px;
    }
}