.elementor-61008 .elementor-element.elementor-element-15d5b48{font-family:"Roboto";}.elementor-61008 .elementor-element.elementor-element-27e3ab4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-61008 .elementor-element.elementor-element-27e3ab4 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-27e3ab4 */.newprice #slider {
    width: 400px;
    margin-bottom: 20px;
}

.newprice body {
    font-family: 'Roboto';
    height: 100%;
    width: 100%;
    flex-flow: column nowrap;
    justify-content: center;
    display: flex;
}

/* Set the background color of the slider track */
input[type="range"] {
    accent-color: #3f51b5;
}

.newprice .slider-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.newprice .container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.newprice .bar-bg-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #F2F3F9;
    height: 490px;
    border-radius: 15px;
    padding-top: 75px;
    padding-bottom: 90px;
}

.newprice .line-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
    position: relative;
    width: 800px;
}

.newprice .bg-line {
    border-top: 1px solid #CCD0E6;
}

.newprice .bars {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: space-around;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0%;
}

.newprice .desk365-bar, .newprice .first-comp-bar {
    width: 25%; /* Updated width for equal spacing */
    background-color:#3F51B5;
    position: absolute;
    bottom: 0%;
    left: 12.5%; /* Adjusted for equal spacing */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: height 1s ease;
}

.newprice .first-comp-bar {
    left: 62.5%; /* Adjusted for equal spacing */
    background-color: #1a7f64;
}

.newprice .desk365-text, .newprice .first-comp-text {
    position: absolute;
    bottom: -20%;
    width: 25%;
    text-align: center;
}

.newprice .first-comp-text {
    left: 62.5%;
}

.newprice .desk365-text h4, .newprice .first-comp-text h4 {
    font-size: 20px;
    font-weight: 500;
}

.desk365-bar
{
    margin-left: 50px;
}

.desk365-text
{
    margin-left: -300px;
}

.slider-container h2
{
    font-size: 22px !important;

}
.slider-container h3
{
    font-size: 20px !important;

}

@media (max-width: 768px) {
    .newprice .container,
    .newprice .slider-container,
    .newprice .bar-bg-container,
    .newprice .line-container,
    .newprice .bars {
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .newprice #slider {
        width: 90% !important;
    }

    .newprice .line-container {
        width: 100% !important;
        padding: 0 10px;
    }

    .newprice .bars {
        position: relative !important;
        height: 300px !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        align-items: flex-end;
    }

    .newprice .desk365-bar,
    .newprice .first-comp-bar {
        width: 30% !important;
        left: auto !important;
        margin-left: 0 !important;
        position: relative !important;
    }

    .newprice .desk365-text,
    .newprice .first-comp-text {
        width: 100% !important;
        text-align: center;
        position: relative !important;
        bottom: auto;
        margin-top: 10px;
        left: auto !important;
    }

    .desk365-text {
        margin-left: 0 !important;
    }

    .slider-container h3 {
        text-align: center;
        padding: 0 10px;
    }
}/* End custom CSS */