.roi-page h1{
    margin-bottom:0;
}
.roi-form-wrapper .gfield_description{
    display:none;
}
.questions{
    background:#f1f1f1;
}
.blue{
    background:#0078B8;
	color:#ffffff;
    border-radius:10px;
}
.navy{
    background:#2C3E50;
	color:#ffffff;
    border-radius:10px;
}
.green-text{
    color:#128D6D;
}
.roi{
    align-items:flex-start;
}
.roi > div{
    border-radius: 10px;
}
.roi h2{
    font-size:22px;
}
.roi-header-wrapper{
    padding:10px 20px 0px 20px;
    border-bottom:5px solid #ffffff;
}
.roi-content-wrapper{
    padding:20px;
    font-size:16px;
}
.noUi-horizontal .noUi-handle{
    height:34px !important;
    top: -11px !important;
    background: #0076bd !important;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
}
.noUi-handle:after, .noUi-handle:before{
    display:none !important;
}
.noUi-connect{
    background:#2ECC71 !important;
}
.no-wrap{
    flex-wrap:nowrap !important;
}
.gap-17{
    gap:17px;
}
.roi-form-wrapper .gchoice input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    visibility:hidden;
}
.roi-form-wrapper .gchoice label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.roi-form-wrapper .gchoice label:hover {
    cursor: pointer;
}

.roi-form-wrapper .gchoice input:checked + label {
    background-color: #0078B8;
    box-shadow: none;
    color:#ffffff;
}

.roi-form-wrapper .gchoice label:first-of-type {
    border-radius: 0px;
}

.roi-form-wrapper .gchoice label:last-of-type {
    border-radius: 0px;
}
.roi-form-wrapper .gform_wrapper.gravity-theme .gfield-choice-input+label{
    max-width:100%;
}
.roi-big-white-number{
    font-size:50px;
    font-weight:700;
}
.roi-green-text{
    color:#2ECC71;
}
.fs-22{
    font-size:22px;
    font-weight:700;
}
.underline{
    border-bottom:3px solid #ffffff;
}
.align-items-baseline{
    align-items:baseline;
}
.roi_total_savings{
    background:#D6F1E2;
    border:1px solid #1DD1A1;
    border-radius:10px;
    padding:20px 30px 40px;
    margin-top: 17px;
    margin-bottom: 50px;
    align-items:center;
}
.savings_text{
    font-weight:700;
    line-height:normal;
}
.savings_amount{
    font-weight:700;
    color:#128D6D;
}
.savings_reason{
    font-size:20px;
}
.relative{
    position:relative;
}
.roi-cta{
    font-weight:700;
    text-align:center;
    font-size:20px;
}
#gform_521 .gform_footer{
    position: absolute;
    max-width:600px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    justify-content: center;
    display:none;
}
#gform_fields_521{
    grid-row-gap:22.25px !important;
    grid-column-gap:5% !important;
}
.yearly_savings_amount{
    margin-right:10px;
    margin-left:10px;
    border-bottom:5px solid #128D6D;
}
.ilx_custom_ehs_cost{
    background: transparent;
    color: #ffffff !important;
    border: 0 !important;
    padding: 0 !important;
    max-width: 90px;
    margin: 0 !important;
    font-size: inherit;
    font-weight: inherit;
}
/*.roi-contact-form-wrapper{
    position:absolute;
    bottom:-400px;
    max-width:600px;
    left:0;
    right:0;
    background-color:#f1f1f1;
    padding:50px;
    margin-left:auto;
    margin-right:auto;
}
.roi-contact-form-wrapper .gfield{
    margin-bottom:20px;
}*/
footer{
    margin-top:150px;
}
.roi-marketing-choices .gchoice label{
    background:transparent;
    border:0px;
    border: 0px;
    text-align: left;
    padding: 24px 0;
    line-height: normal;
    display:inline !important;
}
.has_country{
    display:block !important;
    padding-right:8px !important;
}
.roi-marketing-choices .gchoice input{
    position:unset !important;
    height:unset !important;
    width:unset !important;
    visibility:unset !important;
}
.roi-marketing-choices .gchoice input:checked + label{
    background-color:unset !important;
    color:unset !important;
}
.roi-privacy-text{
    margin-top:20px;
}
.gform_validation_errors{
    position: absolute !important;
    max-width: 660px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #c02b0a !important;
    padding:10px !important;
}
.roi-page .gform_validation_errors h2{
    color:#ffffff !important;
    font-size:13px !important;
    text-align:center;
}
.mb-30 {
    margin-bottom: 30px;
}
.chat-btn{
    background:#0076bd;
    color:#ffffff !important;
    padding:15px 40px;
    font-weight:700;
    font-size:16px;
    transition: 0.3s all ease;
    border-radius:4px;
    display:inline-block;
    margin-top:10px;
}
.chat-btn:hover{
    background:#0a91e2 !important;
}
@media all and (min-width:990px){
	.questions{
        flex-grow:2;
        width:33%;
	}
    .w-30{
        width:30%;
    }
    .col-sm-50{
        width:50%;
    }
    .col-sm-25{
        width:25%;
    }
    .col-sm-30{
        width:30%;
    }
    .col-sm-70{
        width:70%;
    }
    .p-r-30{
        padding-right:30px;
    }
    .roi-form-wrapper .gfield_radio{
        display: flex;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .savings_amount{
        width:60%;
        font-size:72px;
    }
    .edit-msg{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
    }
    .yearly_savings_amount{
        font-size:82px;
    }
    .yearly-text{
        justify-content:center;
    }
    .savings_text{
        font-size:32px;
    }
    .with-dash{
        background-image: url("/wp-content/themes/intelex/img/green-dash.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom left;
        padding-bottom:15px;
    }
    .gform_validation_errors{
        top: 170px;
    }
    .gform_button{
        font-size:20px;
        font-weight:700;
    }
    #field_521_1{
        margin-bottom:-21px;
    }
}

@media all and (max-width:990px){
    .roi{
        flex-direction:column;
    }
    .row > div{
        width:100%;
    }
    .roi-form-wrapper .gfield_radio{
        display:block;
    }
    .roi-form-wrapper .gchoice{
        margin-bottom:10px;
    }
    .roi-form-wrapper .gform_wrapper.gravity-theme .gfield-choice-input+label{
        width:100%;
        padding:15px 0;
    }
    .roi-content-wrapper .no-wrap{
        flex-wrap: wrap !important;
    }
    .roi_total_savings{
        flex-direction:column;
        text-align:center;
    }
    .savings_amount{
        font-size:60px;
    }
    .mobile-column{
        flex-direction:column;
    }
    .savings_text{
        font-size:30px;
    }
    .yearly-text{
        justify-content:center;
    }
    .yearly_savings_amount, .savings_amount{
        font-size:50px;
    }
    .edit-msg{
        position: absolute;
        right: 0;
        top: -28px;
    }
    .text--right{
        text-align:center;
    }
    .gform_button{
        font-size:16px;
        font-weight:700;
    }
}

@media all and (max-width:767px){
    .gform_validation_errors{
        top: 245px;
    }
}

@media all and (min-width:768px) and (max-width:990px){
    .gform_validation_errors{
        top: 160px;
    }
}