@charset "UTF-8";
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }


.container { width: 100%; margin-right: auto; margin-left: auto;padding-top: 0 !important; }

@media (max-width: 1023px) { .container { width: calc(100% - 30px);padding-left: 15px;padding-right: 15px;} }

.roi-section .input-content-block { transition: .3s; width:50%;float: left;}

.roi-section .input-content-block fieldset{border: 1px solid #dedede;margin-bottom: 20px;padding: 25px;}

.roi-section .input-content-block fieldset.disabled { opacity: .5; pointer-events: none; }

.roi-section .input-content-block .range-block { position: relative; }

.roi-section .input-content-block .range-block .range-slider { all: unset; -webkit-appearance: none; appearance: none; width: 100%; height: 0.5rem; background: #0086cb; outline: none; transition: opacity .2s; }

.roi-section .input-content-block .range-block .range-slider::-webkit-slider-thumb { background: #e3e2e8; width: 5rem; height: 5rem; border: 0.5rem solid #0086cb; border-radius: 50%; cursor: pointer; -webkit-appearance: none; appearance: none; transition: transform .2s; }

.roi-section .input-content-block .range-block .range-slider::-moz-range-thumb { background: #e3e2e8; width: 2rem; height: 2rem; border: 0.5rem solid #0086cb; border-radius: 50%; cursor: pointer; transition: transform .2s; }

.roi-section .input-content-block .range-value { position: absolute; top: -50%; }

.roi-section .input-content-block .range-value span { color: #848484; text-align: center; width: 5rem; font-size: 2.3rem; display: block; position: absolute; left: 50%; top: -4.2rem; }

.roi-section .right-box { background-color: #0086cb; color: #fff; transition: 0.3s transform cubic-bezier(0.03, -0.005, 0, 0.995);  width:50%;float: left;}

.roi-section .calculation-box { padding: 2vw 5vw; }

.roi-section .calculation-box .industry-explanation { display: none; margin-bottom: 25px;}

.roi-section .calculation-box .industry-explanation > div { display: none; }

.roi-section .calculation-box .industry-explanation .heading { color:#fff;font-size: 30px;padding-left: 20px; border-left: 4px solid #fff; font-weight: 800;}

.roi-section .calculation-box .list-data { margin: 0; padding: 0;}

.roi-section .calculation-box .list-data > li { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; list-style: none; margin-bottom: 4rem; position: relative; }

.roi-section .calculation-box .list-data > li:last-child { margin-bottom: 0; }

.roi-section .calculation-box .list-data > li .label { display: inline-block; padding-right: 2.5rem; }

.roi-section .calculation-box .list-data > li .label:after { font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 1rem; content: ""; }

.roi-section .calculation-box .list-data > li .label:hover + .tooltip { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.roi-section .calculation-box .list-data > li.divider { border-bottom: 0.2rem solid rgba(194, 194, 199, 0.24); }

.roi-section .calculation-box .list-data > li.total-savings .number { font-size: 2.4rem; }

.roi-section .calculation-box .tooltip { opacity: 0; visibility: hidden; pointer-events: none; background: #fff; color: #848484; width: 100%; max-width: 100%; margin-top: 1rem; padding: 15px 20px; position: absolute; top: 100%; left: 0; z-index: 1; -webkit-transform: translateY(2rem); -moz-transform: translateY(2rem); -ms-transform: translateY(2rem); -o-transform: translateY(2rem); transform: translateY(2rem); transition: .2s ease-out; }

.roi-section .calculation-box .tooltip::before { content: ''; border: 0.9rem solid transparent; border-bottom-color: #fff; position: absolute; left: 1rem; bottom: 100%; }

.roi-section .calculation-box .btn-trigger-form { display: none; background: transparent; margin-top: 30px;;color: #fff;width: 100%;padding: 15px;border: 2px solid #fff; cursor: pointer;}

.roi-section .calculation-box .btn-trigger-form:after { font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; margin-left: 1rem; -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); position: relative; }

.roi-section .calculation-box .btn-trigger-form:hover { background: #fff; outline: none; color: #000 !important;}

.roi-section .gravity-form-box { display: none; padding: 2vw 5vw; }

.roi-section .gravity-form-box .roi-form .heading { padding-left: 3rem; border-left: 0.5rem solid #0086cb; }

.roi-section .gravity-form-box .roi-form label { display: none !important; }

.roi-section .gravity-form-box .roi-form input[type="text"], .roi-section .gravity-form-box .roi-form input[type="email"], .roi-section .gravity-form-box .roi-form input[type="tel"] { background: transparent; color: #0086cb; border: none; width: 100%; padding: 0 0 1.5rem; border-bottom: 0.1rem solid #0086cb; }

.roi-section .gravity-form-box .roi-form input[type="text"], .roi-section .gravity-form-box .roi-form input[type="email"], .roi-section .gravity-form-box .roi-form input[type="tel"] { font-size: 18px; }

@media screen and (min-width: 375px) { .roi-section .gravity-form-box .roi-form input[type="text"], .roi-section .gravity-form-box .roi-form input[type="email"], .roi-section .gravity-form-box .roi-form input[type="tel"] { font-size: calc(0.1941747573vw + 17.2718446602px); } }

@media screen and (min-width: 1920px) { .roi-section .gravity-form-box .roi-form input[type="text"], .roi-section .gravity-form-box .roi-form input[type="email"], .roi-section .gravity-form-box .roi-form input[type="tel"] { font-size: 2.1rem; } }

.roi-section .gravity-form-box .roi-form input[type="submit"] { background: transparent;color: #fff;width: 100%;padding: 15px;border: 2px solid #fff; cursor: pointer;}

.roi-section .gravity-form-box .roi-form input[type="submit"]:hover, .roi-section .gravity-form-box .roi-form input[type="submit"]:focus { background-color: #fff; color: #0086cb; }

.roi-section .gravity-form-box .roi-form .gform_footer { padding-top: 0; }

.roi-section .gravity-form-box .btn-back-calc { background: #fff;color: #000 !important;width: 100%;padding: 15px;border: 0px solid #fff; cursor: pointer; margin-top: 15px; }

.roi-section .gravity-form-box .btn-back-calc:before { font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; margin-right: 1rem; -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); position: relative; }

.roi-section .gravity-form-box .btn-schedule { background: #fff;color: #000 !important;width: 100%;padding: 15px;border: 0px solid #fff; cursor: pointer; margin-top: 15px; }

.roi-section .gravity-form-box .gform_confirmation_message { background: transparent; color: #0086cb; padding: 0; text-align: left; border: none; }

.roi-section .gravity-form-box .gform_confirmation_message .heading { padding-left: 3rem; border-left: 0.5rem solid #0086cb; margin-bottom: 0; }

.roi-section .gravity-form-box .gform_ajax_spinner { display: inline-block; border: 0.4rem solid #848484; border-left: 0.4rem solid #0086cb; right: 2rem; top: 1.6rem; }

.roi-section { background: #fff url(images/roi-calculator-bg.svg) no-repeat; background-size: cover;font-size: 17px; }

.roi-section .chosen-container { text-align: left; position: relative; }

.roi-section .chosen-with-drop .chosen-drop { display: block; }

.roi-section .chosen-single { background: #fff; color: #626262; line-height: 1.2; min-width: auto; padding: 1.5rem 2rem; border: 0.1rem solid #a3a3a3; border-radius: 0; transition: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; text-decoration: none; white-space: nowrap; display: block; width: 100%; margin: 0; position: relative; cursor: pointer; }

.roi-section .chosen-single:-moz-placeholder { color: #b0b0b0; }

.roi-section .chosen-single::-moz-placeholder { color: #b0b0b0; }

.roi-section .chosen-single:-ms-input-placeholder { color: #b0b0b0; }

.roi-section .chosen-single::-webkit-input-placeholder { color: #b0b0b0; }

.roi-section .chosen-single::placeholder { color: #b0b0b0; }

.roi-section .chosen-single:focus { border-color: #000; outline: none; }

@media (min-width: 768px) { .roi-section .chosen-single { padding: 1.5rem 2rem; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) { .roi-section .chosen-single { font-size: 16px !important; } }

.roi-section .chosen-single span { display: block; text-overflow: ellipsis; white-space: nowrap; }

.roi-section .chosen-single div { height: 100%; position: absolute; top: 0; right: 0; }

.roi-section .chosen-drop { display: none; position: absolute; width: 100%; top: 100%; left: 0; z-index: 99; }

.roi-section .chosen-drop .chosen-search { white-space: nowrap; position: relative; }

.roi-section .chosen-drop .chosen-search:after { position: absolute; top: 50%; }

.roi-section .chosen-drop .chosen-search input { outline: 0 none; }

.roi-section .chosen-drop .chosen-results { margin: 0; overflow-x: hidden; overflow-y: auto; position: relative; }

.roi-section .chosen-drop .chosen-results .active-result { cursor: pointer; }

.roi-section .chosen-drop .chosen-results li { list-style: none; margin: 0; }

.roi-section .chosen-container-active .chosen-single span { opacity: 1; }

.roi-section .chosen-single { background: transparent; color: #848484; line-height: 1; padding: 10px 0; border: none; border-bottom: 0.5rem solid #0086cb; }

.roi-section .chosen-single > span { margin-right: 6rem; }

.roi-section .chosen-single div { width: 6rem; }

.roi-section .chosen-single div b { position: absolute; top: 50%; left: 50%; margin-top: 0.5rem; margin-left: -0.5rem; }

.roi-section .chosen-single div b:before { content: ''; border: 0.7rem solid transparent; border-top-color: #0086cb; }

.roi-section .chosen-container-active .chosen-single > span { color: #848484; }

.roi-section .chosen-drop { background-color: #fff; color: #848484; border-top: none; }

.roi-section .chosen-drop .chosen-results { max-height: 25rem; padding: 0.4rem; margin: 0; }

.roi-section .chosen-drop .chosen-results li { list-style: none; font-weight: 300; line-height: 1; font-size: 15px; padding: 10px; border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2); margin-bottom: 0; }

.roi-section .chosen-drop .chosen-results li:last-child { border: none; }

.roi-section .chosen-drop .chosen-results li.highlighted, .roi-section .chosen-drop .chosen-results li:hover { color: #000; }

.roi-section .chosen-search { display: none; }

@media (max-width: 767.98px) { .roi-section .select-box { background-image: linear-gradient(45deg, transparent 50%, #0086cb 50%), linear-gradient(135deg, #0086cb 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 13px) 50%; background-size: 7px 7px, 7px 7px; background-repeat: no-repeat; position: relative; }
  .roi-section select { background: transparent; border: none; border-bottom: 0.5rem solid #0086cb; padding-left: 0; background: transparent; width: 100%; }
  .roi-section select option { padding: 1rem; }
  .roi-section .chosen-drop .chosen-results { max-height: 19rem; }
  .roi-section .chosen-single:after { font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; font-size: 1rem; display: block; position: absolute; right: 1.5rem; top: 50%; z-index: 1; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .roi-section .chosen-select { max-width: 100%; width: 100%; text-transform: capitalize; } }


@media (max-width: 1023px) {
	.roi-section .input-content-block{width: 100%;float: none;}
	.roi-section .right-box{width: 100%;float: none;}
}

@font-face { font-family: 'icomoon'; font-weight: normal; font-style: normal; src: url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg"); }

.icon-font-before:before { font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-font-after:after { font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wpcf7 .wpcf7-form-control-wrap input
{
	width:100%;
	padding:10px;
	margin-bottom:10px;
}
.roi_submit
{
    border: 2px solid #fff;
    cursor: pointer;
    width:100%;
    color:#fff;
}
.roi_submit:hover
{
background: #fff;
    outline: none;
    color: #000 !important;
    opacity: 0.8;
}