.top_title {
    font-size: 48px;
    font-weight: 700;
}
.requestDemo_colud {
    position: relative;
    background-image: url(../../images-V3/case-study/colud-bg-strip.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
/* roi css  */
.card-header.bg-secondary {
    background-color: #52526d !important;
}
.card-footer {
    background-color: #e3e3e3;
}
.card-footer.seeResult {
    background-color: #9bc93a !important;
    color: #fff;
}
.card-footer.seeResult h6 {
    color: #fff !important;
}
.calc_topBanner {
    background-image: url(../../images-V3/bg/demo-bg1.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.font-weight-500 {
    font-weight: 500;
}
.font-weight-700 {
    font-weight: 700;
}
.calc_content .card {
    border-radius: 12px;
    overflow: hidden;
}
.steps_count {
    background-color: #9bc93a;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    font-weight: 800;
    color: #fff;
}
.step_img {
    min-height: 292px;
    width: 100%;
    padding: 24px;
}
.slider-selection {
    background: #9bc93a;
}
.slider-handle {
    background: #9bc93a;
    border: 3px solid #fff;
    width: 28px;
    height: 28px;
    top: -6px;
    box-shadow: 0 2px 6px #00000030;
}
.slider.slider-horizontal {
    width: 100%;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.in::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    top: 27px;
    z-index: -1;
}
.slider .tooltip.top {
    margin-top: -40px;
    margin-left: 2px;
}
.number_count {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.number_count > div {
    background-color: #f8f9fa;
    border-radius: 4px;
    flex: 1;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #eee;
}
.number_count > div.active {
    background-color: #9bc93a !important;
    color: #fff;
}
.input-group.dollor .form-control {
    height: calc(1.5em + 0.75rem + 3px);
}
.input-wrapper {
    position: relative;
    margin: 0 auto 0.35rem;
}
.toolTipValue {
    background: #9bca3b;
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    transform: translateX(-50%);
    top: -40px;
}
.toolTipValue::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #9bca3b;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.slider:not(input[type="number"]) {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 4px;
    border-radius: 2px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #9d9d9d;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}
.slider::-webkit-slider-thumb:hover {
    background: #353554;
}
.slider:active::-webkit-slider-thumb {
    background: #353554;
}
.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}
.slider::-moz-range-thumb:hover {
    background: #2c3e50;
}
.slider:active::-moz-range-thumb {
    background: #2c3e50;
}
.slider:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2c3e50;
}
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}
@media (max-width: 992px) {
    .step_img {
        min-height: auto;
    }
}

/* roi calc styles */
.roi-calc .slider::-webkit-slider-thumb {
    background: #9bca3b;
    box-shadow: 0 1px 8px 0 #00000026;
    border: 2px solid #fff;
}
.roi-calc .toolTipValue::after {
    background-color: #fff;
}
.roi-calc .btn-check:checked + .btn,
.roi-calc .btn-secondary:hover,
.roi-calc :not(.btn-check) + .btn:active {
    background: #9bca3b;
    border-color: #9bca3b;
}
.roi-calc .btn-secondary {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #000;
    font-weight: normal;
}
.roi-calc .icon {
    background-color: #9aca3b4a;
    padding: 10px;
    border-radius: 50%;
}
.select2-container--open{
    z-index: 9999;
}