.mb-3 {
    margin-bottom: 60px !important;
}

.roi_wrapper {
    background-color: #fff;
}
.roi_wrapper h3 {
  color: #000 !important;
  line-height: 24px !important;
  font-size: 24px !important;
	margin-bottom:15px !important;
}
.roi_wrapper p{
	margin:0px !important;
	margin-bottom:15px !important;
	font-size:18px !important;
	line-height:20px !important;
}

.rangeWrapper {
    width: 100%;
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.rangeBox {
    height: 90px;
    position: relative;


}

.rangeWrapper input[type=range]:focus {
    outline: none;
}

.rangeWrapper input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: #e0e0e0;
    border-radius: 5px;
    border: 1px solid #acabab;
}


.rangeWrapper input[type=range]::-webkit-slider-thumb {
    border: 1px solid #acabab;
    height: 20px;
    width: 8px;
    border-radius: 0 0 5px 5px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;

}

.rangeWrapper input[type=range]:focus::-webkit-slider-runnable-track {
    background: #e0e0e0;
}

.rangeWrapper input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: #e0e0e0;
    border-radius: 5px;
    border: 1px solid #acabab;
}

.rangeWrapper input[type=range]::-moz-range-thumb {
    border: 1px solid #acabab;
    height: 20px;
    width: 8px;
    border-radius: 0 0 5px 5px;
    background: #FFFFFF;

}

.rangeWrapper input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.rangeWrapper input[type=range]::-ms-fill-lower {
    background: #e0e0e0;
    border: 1px solid #acabab;
    border-radius: 10px;
}

.rangeWrapper input[type=range]::-ms-fill-upper {
    background: #e0e0e0;
    border: 1px solid #acabab;
    border-radius: 10px;
}

.rangeWrapper input[type=range]::-ms-thumb {
    margin-top: 1px;
    border: 1px solid #acabab;
    height: 20px;
    width: 8px;
    border-radius: 0 0 5px 5px;
    background: #FFFFFF;
    cursor: pointer;
}

.rangeWrapper input[type=range]:focus::-ms-fill-lower {
    background: #e0e0e0;
}

.rangeWrapper input[type=range]:focus::-ms-fill-upper {
    background: #e0e0e0;
}

.rangeBox input {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

.customLabel {
    display: block;
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 0;
    z-index: 2;
    display: flex;
    min-height: 15px;

}

.customLabel div {
    background-color: #e0e0e0;
    background-image: url('../images/poll1.png');
    background-size: 110% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    flex: 1 1 auto !important;
    position: relative;
    cursor: pointer;
}

.customLabel div.current {
    background-color: #274b91;;
    background-image: url('../images/poll2.png');
}

.customLabel div:first-child {
    background-size: 210% auto;
    background-position: right top;
}

.customLabel div:last-child {
    background-size: 210% auto;
    background-position: left top;
}

.customLabel div.current span {
    display: block;
}

.customLabel.lower div {
    background-image: none;
}

.customLabel div span {
    border-radius: 4px;
    background-color: #274b91;;
    width: 40px;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    display: none;
    font-weight: 600;
}

.customLabel div pre {
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    color: #1d1d1d;
    content: '';
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out 0.1s;
    opacity: 0.2;
    font-weight: 600;
    padding: 0;
    margin: 0;
    cursor: auto;

}

.customLabel div.current pre {
    opacity: 1;
}

.customLabel div span::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #274b91;;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.customLabel div:after {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-color: #fff;
}



.rangeHold {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
/*     bottom: -18px; */
	bottom: -106px;
    height: 70px;

}

.rangeHold input[type="range"]{
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    outline: none; /* Disable outline by default */
    border-radius: 15px; /* Adjust to make the track rounded */
    background: transparent !important;
    cursor: ew-resize;
}
input[type="range"]::-webkit-slider-runnable-track{
	 height: 200px;
}
.rangeHold input[type="range"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0px;
    
}

.rangeArea {
    display: flex;
    gap: 10px;
    align-items: end;
	padding-bottom: 50px;
	  overflow: hidden;
	  padding-top: 31px;
}

.countBox {
    width: 100px;
    top: 34px;
    position: relative;
}

.countBox input {
    width: 80%;
    background-color: #f8f8f8;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    box-shadow: none !important;
    border: 1px solid #ddd;
    color: #000;
}

.countBox label {
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
	display:block;
	clear:both;
}

.rangeBox {
    width: 100%;
}

.inner {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}

.rangeWrapper .left {
    width: 70%;
    box-sizing: border-box;
}

.rangeWrapper .right {
    width: 30%;
    box-sizing: border-box;
}

.totalBox {
    background-color: #274b91;;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
}

.totalBox .result,
.totalBox .result-month {
    font-size: 26px;
    font-weight: 700;
}

.totalBox .unit {
    display: inline-block;
    text-align: left;
    line-height: 1em;
    font-size: 10px;
}

.estimate-box {
    position: sticky;
    top: 40px;
}

.redio-button-group {
    display: flex;
    justify-content: center;
}

.redio-button-group .single-btn .icon svg {
    width: 3rem;
    height: 3rem;
    fill: #274b91;;
}

.redio-button-group .single-btn {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.redio-button-group .button-style {
    display: inline-block;
    position: relative;
    height: 120px;
    width: 120px;
    border: 2px solid #274b91;;
    border-radius: 5px;
    transition: transform 300ms ease;
    text-align: center;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 20px;
}

.redio-button-group .button-style .text {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #274b91;;
}

.hideInput {
    position: absolute;
    opacity: 0;
}

.redio-button-group .hideInput:checked+.button-style {
    background: #274b91;;
    color: #fff;
}

.redio-button-group .hideInput:checked+.button-style svg {
    background-color: #274b91;;
    fill: #fff;
}

.redio-button-group .hideInput:checked+.button-style .text {
    color: #fff;
}

.estimate-heading {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px;
}

.cost-message {
    clear: right;
    color: #999;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 18px;
    padding-top: 10px;
    font-size: 15px;
}

.estimate-table {
    border: 0px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.estimate-table td.heading {
    color: #000;
    font-weight: 700;
}

.estimate-table td {
    color: #999;
    font-size: 15px;
    padding: 0px;
    border: 0px;
}

.estimate-table td.value {
    text-align: right;
}

.button-get-estimate {
    background-color: #8ed2c5;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding: 20px;
    margin: 0 auto;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    border: none;
    text-decoration: none !important;
    text-align: center;
}

.estimate-box .footer-text p {
    line-height: 14px;
}


@media (max-width:991px) {

    .rangeWrapper .right,
    .rangeWrapper .left {
        width: 100%;
    }

    .rangeWrapper .inner {
        display: block;
    }
    .accommodates .customLabel > div:nth-child(2n) pre {
        visibility: hidden !important;
      }
}

@media (max-width: 767.98px) {
    .rangeWrapper .inner {
        display: block;
    }

    .rangeWrapper .left {
        width: 100%;
    }

    .rangeArea {
        display: flex;
        flex-flow: column-reverse wrap;
        justify-content: left;
        align-items: start;
    }

    .countBox {
        margin-top: 40px;
        top: 0px;
		position: relative;
		z-index: 9999;
		width: 100%;
    }

    .countBox input {
        max-width: 160px;
        background-color: #fff;
        border: 0px;
        border-bottom: solid 2px #ddd;
        border-radius: 0px;
    }

    .customLabel {
        min-height: 50px;
    }

    .redio-button-group .single-btn .icon svg {
        width: 2rem;
        height: 2rem;
    }

    .redio-button-group .button-style {
        height: 100px;
        width: 100px;
    }
	
	.rangeArea {
		padding-top:0px !important;
		padding-bottom:0px !important;
		overflow:visible;
	}

}

@media (max-width:575.98px) {}